Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-29 | Fix typo | Juan J. Martinez | |
2023-02-28 | Copyright year bump | Juan J. Martinez | |
2022-09-16 | Added CAS support to the example game | Juan J. Martinez | |
2022-09-15 | Include the colour name | Juan J. Martinez | |
2022-09-15 | Revert "FIX: the sprite order changed, green MUST be green" | Juan J. Martinez | |
This reverts commit 975c98c51a2bb3fdf45409e7cb5d3d82ba323379. | |||
2022-09-15 | FIX: the sprite order changed, green MUST be green | Juan J. Martinez | |
2022-05-24 | fixed docs and comment | Pedro de Medeiros | |
2022-05-24 | Explain how OBJs work and the crt0 exception | Juan J. Martinez | |
2022-05-24 | automates compilation and inclusion of *.z80 files in game/src | Pedro de Medeiros | |
2022-04-27 | Copyright year bump | Juan J. Martinez | |
2022-01-16 | Fixed compilation flags | Juan J. Martinez | |
CFLAGS was used in LDFLAGS. | |||
2022-01-07 | Replacing VRAM magic numbers with constants | Pedro de Medeiros | |
2021-12-15 | Starting Openmsx through GNU make works now | Pedro de Medeiros | |
2021-10-31 | SDCC versions and support for current snapshots | Juan J. Martinez | |
2021-10-19 | Be explicit | Juan J. Martinez | |
2021-10-19 | scripts that write data by output redirection require .DELETE_ON_ERROR | Pedro de Medeiros | |
2021-10-02 | Introduced config.env | Juan J. Martinez | |
One config to rule the whole build system and the tests. | |||
2021-09-21 | Avoiding improper makefile invocations | Pedro de Medeiros | |
2021-04-06 | Typo | Juan J. Martinez | |
2021-01-25 | Fix: actually, stop the music by playing silence | Juan J. Martinez | |
2021-01-25 | Reviewed makefiles | Juan J. Martinez | |
2021-01-09 | Added compression to the map | Juan J. Martinez | |
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. | |||
2021-01-07 | It is actually 222 bytes | Juan J. Martinez | |
Also formatting. | |||
2021-01-04 | Copyright year bump | Juan J. Martinez | |
2021-01-03 | More elegant dir management | Juan J. Martinez | |
2021-01-03 | Typo | Juan J. Martinez | |
2021-01-03 | Added a dep generating tool that should be multi-platform | Juan J. Martinez | |
Making thins easier in windows. | |||
2021-01-03 | Renamed aux to helpers to be windows compatible | Juan J. Martinez | |
2021-01-02 | Use wildcard | Juan J. Martinez | |
2021-01-02 | Listed external tools | Juan J. Martinez | |
2021-01-01 | ubox has a wait_for function :facepalm: | Juan J. Martinez | |
2021-01-01 | Typo | Juan J. Martinez | |
2021-01-01 | Clarified comment | Juan J. Martinez | |
2021-01-01 | Typo | Juan J. Martinez | |
2021-01-01 | Use the constants, avoid magic numbers | Juan J. Martinez | |
2021-01-01 | Missing comma | Juan J. Martinez | |
2020-12-31 | Fix: prevent crash with MAX_ENTITIES are used | Juan J. Martinez | |
The look would crash if all the entities are used, so we count how many entities we process in the loop. | |||
2020-12-31 | Clarified controls | Juan J. Martinez | |
2020-12-30 | Initial import1.0 | Juan J. Martinez | |