Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | typos | Pedro de Medeiros | |
2021-06-24 | Reviewed navigation | Juan J. Martinez | |
2021-06-24 | Formatting fix | Juan J. Martinez | |
2021-06-24 | Changes for 1.1.71.1.7 | Juan J. Martinez | |
2021-06-24 | Document mkdeps.py | Juan J. Martinez | |
2021-06-24 | Documented chksize | Juan J. Martinez | |
2021-06-24 | First pass to document map.py | Juan J. Martinez | |
2021-06-24 | Documented png2tiles.py | Juan J. Martinez | |
2021-06-15 | Documented png2sprites.py | Juan J. Martinez | |
2021-06-08 | Merge pull request #7 from pvmm/master | Juan J. Martínez | |
png2sprites.py: documentation updated | |||
2021-06-08 | png2sprites.py: documentation updated | Pedro de Medeiros | |
2021-06-08 | Tools doc placeholder | Juan J. Martinez | |
2021-06-08 | Removed map customization | Juan J. Martinez | |
This was added by mistake when the script was imported. | |||
2021-06-07 | Changes for 1.1.61.1.6 | Juan J. Martinez | |
2021-06-03 | Added Pedro de Medeiros as contributor | Juan J. Martinez | |
2021-06-03 | Updated changes | Juan J. Martinez | |
2021-06-03 | Merge pull request #3 from pvmm/master | Juan J. Martínez | |
Allow multiple files in png2tiles.py | |||
2021-06-03 | Merge pull request #4 from pvmm/pullrequest | Juan J. Martínez | |
map.py: remove generated files on error | |||
2021-06-02 | map.py: remove generated files on error | Pedro de Medeiros | |
2021-06-02 | allow multiple files in png2tiles.py | Pedro de Medeiros | |
2021-06-02 | Comment re: PATH env variable | Juan J. Martinez | |
2021-06-02 | Added Pedro de Medeiros change | Juan J. Martinez | |
2021-06-02 | Better CLI variable, wording in help | Juan J. Martinez | |
2021-06-02 | Merge pull request #2 from pvmm/master | Juan J. Martínez | |
Optional comment with original frame color as reference. | |||
2021-06-02 | Print sprite color as comment | Pedro de Medeiros | |
2021-04-07 | Changes fo 1.1.51.1.5 | Juan J. Martinez | |
2021-04-06 | Typo | Juan J. Martinez | |
2021-03-25 | Formatting | Juan J. Martinez | |
2021-03-25 | Ensure this can't be interruped | Juan J. Martinez | |
If the int handler is calling mplayer_play, it could happen that an int is handled when the song is being set up, potentially leaving the player's internal structures in a invalid state. | |||
2021-02-09 | Changes for 1.1.41.1.4 | Juan J. Martinez | |
2021-02-09 | Windows compatibilty | Juan J. Martinez | |
2021-02-09 | Flag for gcc 10 compatibility | Juan J. Martinez | |
2021-02-09 | Note on Windows 10 | Juan J. Martinez | |
2021-02-09 | Fixes in Makefile when detecting Windows OS | Juan J. Martinez | |
2021-02-01 | Typo | Juan J. Martínez | |
2021-01-25 | Fix: actually, stop the music by playing silence | Juan J. Martinez | |
2021-01-25 | Changes for 1.1.31.1.3 | Juan J. Martinez | |
2021-01-25 | Reviewed makefiles | Juan J. Martinez | |
2021-01-25 | Better compatibility with Windows | Juan J. Martinez | |
2021-01-18 | Better windows support | Juan J. Martinez | |
2021-01-18 | Follow rasm instructions to compile | Juan J. Martinez | |
2021-01-18 | Fixes for windows compatibility. | Juan J. Martinez | |
Although it is running on windows, we need a POSIX layer, so we'll use forward slashes. Also clean the lines. | |||
2021-01-11 | Changes for 1.1.21.1.2 | Juan J. Martinez | |
2021-01-11 | Added missing directory | Juan J. Martinez | |
2021-01-09 | Changes for 1.1.11.1.1 | Juan J. Martinez | |
2021-01-09 | Added compression to the map | Juan J. Martinez | |
2021-01-09 | Fixed export name | Juan J. Martinez | |
2021-01-09 | Changes for 1.1.01.1.0 | Juan J. Martinez | |
2021-01-09 | Extra libs: ap.lib | Juan J. Martinez | |
aPLib support with apultra. | |||
2021-01-08 | Include bin in the path, moved target to game | Juan J. Martinez | |
Don't use relative path to tools in bin. The idea is that the user should be able to use their versions instead. |