paintown icon indicating copy to clipboard operation
paintown copied to clipboard

Paintown is a 2-d fighting game

Results 16 paintown issues
Sort by recently updated
recently updated
newest added

I've notice that ps3 build were made through SCons and python. https://github.com/kazzmir/paintown/releases/download/v3.6.0/paintown-ps3-3.6.0.pkg Should we keep that way or try something new? if so, do you remember steps? I was looking...

## Todo - [x] Create a docker file for cross compiling - [x] Create script easy-compile-ps3 for building paintown.ps3 - [x] Create release-ps3 for building pkg locally - [x] GitHub...

Well, the android version is probably dead and it *has* been a while since there was an update for it, but it would be nice to see feature this implemented.

## Todo - [x] Create a docker file for cross compiling - [x] Create script easy-compile-psp for building paintown-psp-$version.pbp - [x] Create release-psp for building pbp locally - [x] GitHub...

Issue with r-tech1/dumb How to reproduce ```shell git clone https://github.com/kazzmir/paintown -b build-psp cd paintown ./easy-compile-docker-psp ``` Error https://github.com/kazzmir/paintown/actions/runs/7995178382/job/21834909397?pr=93#step:3:10387 ``` [44/352] Compiling C object src/r-tech1/libs/dumb/libdumb.a.p/src_it_itorder.c.o FAILED: src/r-tech1/libs/dumb/libdumb.a.p/src_it_itorder.c.o psp-gcc -Isrc/r-tech1/libs/dumb/libdumb.a.p -Isrc/r-tech1/libs/dumb -I../src/r-tech1/libs/dumb...

## Idea Seems that currently not all mugen formats are supported in [ssf](https://github.com/kazzmir/paintown/blob/master/src/mugen/sff.cpp). Searching on internet I found out a similar project [nugen](https://github.com/flmmkch/nugem) that supports [ssfv1](https://github.com/flmmkch/nugem/blob/master/src/mugen/sffv2.cpp) + [ssfv2](https://github.com/flmmkch/nugem/blob/master/src/mugen/sffv2.cpp) and conveniently...