aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-09-06FormattingJuan J. Martinez
2022-09-06The TODO is there for a reasonJuan J. Martinez
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-06-24Fixing some formatting issues in the docsJuan J. Martinez
2022-05-25Merge branch 'main' into 'master'Juan J. Martínez
fixed docs and comment See merge request reidrac/ubox-msx-lib!30
2022-05-24fixed docs and commentPedro de Medeiros
2022-05-24Explain how OBJs work and the crt0 exceptionJuan J. Martinez
2022-05-24Merge branch 'master' into 'master'Juan J. Martínez
automates compilation and inclusion of *.z80 files in game/src See merge request reidrac/ubox-msx-lib!28
2022-05-24automates compilation and inclusion of *.z80 files in game/srcPedro de Medeiros
2022-05-19Merge branch 'master' into 'master'Juan J. Martínez
indentation: replaced spaces with tabs See merge request reidrac/ubox-msx-lib!27
2022-05-19Merge branch 'ubox_set_colors.z80' into 'master'Juan J. Martínez
ubox_set_colors.z80: unnecessary "inc hl" after reading all parameters from stack See merge request reidrac/ubox-msx-lib!26
2022-05-18indentation: replaced spaces with tabsPedro de Medeiros
2022-05-18ubox_set_colors.z80: unnecessary "inc hl" after reading all parameters from ↵Pedro de Medeiros
stack
2022-04-27Changes for 1.1.101.1.10Juan J. Martinez