aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-05-04Moved to self-hostingJuan J. Martinez
- add a tool to generate a release feed (atom) - add a doc on how to contribute - update README
2023-05-10png2sprites: allow user to change transparent colourPedro de Medeiros
2023-02-28Copyright year bumpJuan J. Martinez
2022-12-23map.py may ignore missing map_conf.jsonPedro de Medeiros
2022-12-14make map_conf.json optional tooPedro de Medeiros
2022-12-11Make Entities layer optional.Juan J. Martinez
It can also be disabled using "visible" flag in tiled. Closes issue #19
2022-12-10typoPedro de Medeiros
2022-10-14typoPedro de Medeiros
2022-10-12Updated apultra to version 1.4.8Juan J. Martinez
2022-09-16Added CAS support to the example gameJuan J. Martinez
2022-09-15The order of elements on a set is undefinedJuan J. Martinez
This could lead to change in order, for example, when changing version of Python. This change ensures the colours are always in the same order.
2022-09-06Added missing directory (again)Juan J. Martinez
2022-09-06Updated apultra to 1.4.7Juan J. Martinez
2022-09-06Updated rasm to 1.7Juan J. Martinez
2022-04-27Copyright year bumpJuan J. Martinez
2022-02-26Updated apultra to 1.4.6Juan J. Martinez
2022-02-15Use black for formattingJuan J. Martinez
2022-01-07Updated apultra to 1.4.5Juan J. Martinez
2021-12-06Update apultra to 1.4.4Juan J. Martinez
2021-11-02Accurate sizesJuan J. Martinez
This include the init code itself (GSINIT and GSFINAL sections), besides the size of the initialized data.
2021-11-02Account INITIALIZED ROMJuan J. Martinez
2021-10-27Removed unused variableJuan J. Martinez
2021-09-08Updated apultra to version 1.4.2Juan J. Martinez
2021-06-08png2sprites.py: documentation updatedPedro de Medeiros
2021-06-08Removed map customizationJuan J. Martinez
This was added by mistake when the script was imported.
2021-06-03Merge pull request #3 from pvmm/masterJuan J. Martínez
Allow multiple files in png2tiles.py
2021-06-02map.py: remove generated files on errorPedro de Medeiros
2021-06-02allow multiple files in png2tiles.pyPedro de Medeiros
2021-06-02Better CLI variable, wording in helpJuan J. Martinez
2021-06-02Print sprite color as commentPedro de Medeiros
2021-02-09Windows compatibiltyJuan J. Martinez
2021-02-09Flag for gcc 10 compatibilityJuan J. Martinez
2021-02-09Fixes in Makefile when detecting Windows OSJuan 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-11Added missing directoryJuan J. Martinez
2021-01-09Extra libs: ap.libJuan J. Martinez
aPLib support with apultra.
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-03More accurateJuan J. Martinez
2021-01-03Ensure that the files are always processed in the same orderJuan J. Martinez
This is important to detect if the deps have changed.
2021-01-03Only report if verboseJuan J. Martinez
2021-01-03Added a dep generating tool that should be multi-platformJuan J. Martinez
Making thins easier in windows.
2021-01-02Flicker friendly sorting of entitiesJuan J. Martinez
It may not make a big difference if entities can move vertically freely, but in some cases may be better.
2020-12-30Initial import1.0Juan J. Martinez