aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-29Changes for release 1.2.01.2.0Juan J. Martinez
2024-05-28Tested SDCC 4.3.0Juan J. Martinez
2024-05-27Use SDCC's new calling conventionJuan J. Martinez
(this is an ABI breaking change, and will require changes to user-written asm functions or their declarations)
2024-05-27Avoid function declarator with no prototype errorsJuan J. Martinez
This is for SDCC 4.4.0 at least.
2024-05-27Prevent unnecessary rebuildsJuan J. Martinez
Now "make game" should not rebuild the tools once.
2024-05-27Remove unused targetJuan J. Martinez
2024-05-27Remove unused targetJuan J. Martinez
2024-05-27Properly create bin directoryJuan J. Martinez
bin subdirectory is not properly created before running make -C tools. Co-authored-by: Pedro de Medeiros <pedro.medeiros@gmail.com>
2024-05-04Argument type expected to be a stringJuan J. Martinez
2024-05-04FormattingJuan J. Martinez
2024-05-04Copyright year bumpJuan J. Martinez
2024-05-04FormattingJuan J. Martinez
2024-05-04Not using CI nowJuan J. Martinez
2024-05-04Not used any moreJuan J. Martinez
2024-05-04Copyright year bumpJuan J. Martinez
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-06-17Changes for 1.1.141.1.14Juan J. Martinez
2023-05-29Fix typoJuan J. Martinez
2023-05-10Merge branch 'tmp2' into 'main'Juan J. Martínez
png2sprites: allow user to change transparent colour See merge request reidrac/ubox-msx-lib!40
2023-05-10png2sprites: allow user to change transparent colourPedro de Medeiros
2023-05-06Set tighter qualifiers for pointer parametersJuan J. Martinez
This should prevent warnings when using source data from ROM.
2023-05-06Merge branch 'main' into 'main'Juan J. Martínez
source pointer should be constant See merge request reidrac/ubox-msx-lib!38
2023-05-05source pointer should be constantPedro de Medeiros
2023-02-28Changes for 1.1.131.1.13Juan J. Martinez
2023-02-28Copyright year bumpJuan J. Martinez
2022-12-24TyposJuan J. Martinez
2022-12-24Wording, refer to what "the layer is used" meansJuan J. Martinez
2022-12-24Merge branch 'main' into 'main'Juan J. Martínez
map.py may ignore missing map_conf.json See merge request reidrac/ubox-msx-lib!37
2022-12-23map.py may ignore missing map_conf.jsonPedro de Medeiros
2022-12-14Merge branch 'map.py' into 'main'Juan J. Martínez
ignore map_conf.json if layer not found See merge request reidrac/ubox-msx-lib!35
2022-12-14make map_conf.json optional tooPedro de Medeiros
2022-12-11Fixed typoJuan J. Martinez
2022-12-11Updated with change in `map.py`Juan J. Martinez
2022-12-11Make Entities layer optional.Juan J. Martinez
It can also be disabled using "visible" flag in tiled. Closes issue #19
2022-12-11Merge branch 'main' into 'main'Juan J. Martínez
Typo See merge request reidrac/ubox-msx-lib!34
2022-12-10typoPedro de Medeiros
2022-10-14Merge branch 'main' into 'main'Juan J. Martínez
typo See merge request reidrac/ubox-msx-lib!33
2022-10-14typoPedro de Medeiros
2022-10-12Updated apultra to version 1.4.8Juan J. Martinez
2022-09-16Changes for 1.1.121.1.12Juan J. Martinez
2022-09-16Merge branch 'cas-support' into 'main'Juan J. Martínez
Added CAS support to the example game See merge request reidrac/ubox-msx-lib!32
2022-09-16Added CAS support to the example gameJuan J. Martinez
2022-09-15Updated changelogJuan 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-15Include the colour nameJuan J. Martinez
2022-09-15Revert "FIX: the sprite order changed, green MUST be green"Juan J. Martinez
This reverts commit 975c98c51a2bb3fdf45409e7cb5d3d82ba323379.
2022-09-15FIX: the sprite order changed, green MUST be greenJuan J. Martinez
2022-09-15Missing full-stopJuan J. Martinez
2022-09-15Mention the utitiles and the toolsJuan J. Martinez
2022-09-15Changes for 1.1.111.1.11Juan J. Martinez