aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-24Documented chksizeJuan J. Martinez
2021-06-24First pass to document map.pyJuan J. Martinez
2021-06-24Documented png2tiles.pyJuan J. Martinez
2021-06-15Documented png2sprites.pyJuan J. Martinez
2021-06-08Merge pull request #7 from pvmm/masterJuan J. Martínez
png2sprites.py: documentation updated
2021-06-08png2sprites.py: documentation updatedPedro de Medeiros
2021-06-08Tools doc placeholderJuan J. Martinez
2021-06-08Removed map customizationJuan J. Martinez
This was added by mistake when the script was imported.
2021-06-07Changes for 1.1.61.1.6Juan J. Martinez
2021-06-03Added Pedro de Medeiros as contributorJuan J. Martinez
2021-06-03Updated changesJuan J. Martinez
2021-06-03Merge pull request #3 from pvmm/masterJuan J. Martínez
Allow multiple files in png2tiles.py
2021-06-03Merge pull request #4 from pvmm/pullrequestJuan J. Martínez
map.py: remove generated files on error
2021-06-02map.py: remove generated files on errorPedro de Medeiros
2021-06-02allow multiple files in png2tiles.pyPedro de Medeiros
2021-06-02Comment re: PATH env variableJuan J. Martinez
2021-06-02Added Pedro de Medeiros changeJuan J. Martinez
2021-06-02Better CLI variable, wording in helpJuan J. Martinez
2021-06-02Merge pull request #2 from pvmm/masterJuan J. Martínez
Optional comment with original frame color as reference.
2021-06-02Print sprite color as commentPedro de Medeiros
2021-04-07Changes fo 1.1.51.1.5Juan J. Martinez
2021-04-06TypoJuan J. Martinez
2021-03-25FormattingJuan J. Martinez
2021-03-25Ensure this can't be interrupedJuan 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-09Changes for 1.1.41.1.4Juan J. Martinez
2021-02-09Windows compatibiltyJuan J. Martinez
2021-02-09Flag for gcc 10 compatibilityJuan J. Martinez
2021-02-09Note on Windows 10Juan J. Martinez
2021-02-09Fixes in Makefile when detecting Windows OSJuan J. Martinez
2021-02-01TypoJuan J. Martínez
2021-01-25Fix: actually, stop the music by playing silenceJuan J. Martinez
2021-01-25Changes for 1.1.31.1.3Juan J. Martinez
2021-01-25Reviewed makefilesJuan J. Martinez
2021-01-25Better compatibility with WindowsJuan J. Martinez
2021-01-18Better windows supportJuan J. Martinez
2021-01-18Follow rasm instructions to compileJuan J. Martinez
2021-01-18Fixes 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-11Changes for 1.1.21.1.2Juan J. Martinez
2021-01-11Added missing directoryJuan J. Martinez
2021-01-09Changes for 1.1.11.1.1Juan J. Martinez
2021-01-09Added compression to the mapJuan J. Martinez
2021-01-09Fixed export nameJuan J. Martinez
2021-01-09Changes for 1.1.01.1.0Juan J. Martinez
2021-01-09Extra libs: ap.libJuan J. Martinez
aPLib support with apultra.
2021-01-08Include bin in the path, moved target to gameJuan 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.
2021-01-07It is actually 222 bytesJuan J. Martinez
Also formatting.
2021-01-04Better helpJuan J. Martinez
Include will be used once, but multiple directories can be provided using : as separator; e.g. -I dir1:dir2:dir3
2021-01-04Changes for release 1.0.31.0.3Juan J. Martinez
2021-01-04Copyright year bumpJuan J. Martinez
2021-01-03More accurateJuan J. Martinez