Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | Windows compatibilty | Juan J. Martinez | |
2021-02-09 | Flag for gcc 10 compatibility | Juan J. Martinez | |
2021-02-09 | Note on Windows 10 | Juan J. Martinez | |
2021-02-09 | Fixes in Makefile when detecting Windows OS | Juan J. Martinez | |
2021-02-01 | Typo | Juan J. MartÃnez | |
2021-01-25 | Fix: actually, stop the music by playing silence | Juan J. Martinez | |
2021-01-25 | Changes for 1.1.31.1.3 | Juan J. Martinez | |
2021-01-25 | Reviewed makefiles | Juan J. Martinez | |
2021-01-25 | Better compatibility with Windows | Juan J. Martinez | |
2021-01-18 | Better windows support | Juan J. Martinez | |
2021-01-18 | Follow rasm instructions to compile | Juan J. Martinez | |
2021-01-18 | Fixes 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-11 | Changes for 1.1.21.1.2 | Juan J. Martinez | |
2021-01-11 | Added missing directory | Juan J. Martinez | |
2021-01-09 | Changes for 1.1.11.1.1 | Juan J. Martinez | |
2021-01-09 | Added compression to the map | Juan J. Martinez | |
2021-01-09 | Fixed export name | Juan J. Martinez | |
2021-01-09 | Changes for 1.1.01.1.0 | Juan J. Martinez | |
2021-01-09 | Extra libs: ap.lib | Juan J. Martinez | |
aPLib support with apultra. | |||
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 | Better help | Juan J. Martinez | |
Include will be used once, but multiple directories can be provided using : as separator; e.g. -I dir1:dir2:dir3 | |||
2021-01-04 | Changes for release 1.0.31.0.3 | Juan J. Martinez | |
2021-01-04 | Copyright year bump | Juan J. Martinez | |
2021-01-03 | More accurate | Juan J. Martinez | |
2021-01-03 | Ensure that the files are always processed in the same order | Juan J. Martinez | |
This is important to detect if the deps have changed. | |||
2021-01-03 | Only report if verbose | Juan J. Martinez | |
2021-01-03 | More elegant dir management | Juan J. Martinez | |
2021-01-03 | Typo | Juan J. Martinez | |
2021-01-03 | Making this work on windows | 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 | Flicker friendly sorting of entities | Juan J. Martinez | |
It may not make a big difference if entities can move vertically freely, but in some cases may be better. | |||
2021-01-02 | Typos | Juan J. Martinez | |
2021-01-02 | Listed external tools | Juan J. Martinez | |
2021-01-01 | Better changelog format | 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 | |
2021-01-01 | Fixed the tracker name | Juan J. Martinez | |
2020-12-31 | Added missing file | Juan J. Martinez | |
2020-12-31 | Changes for release 1.0.21.0.2 | 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-31 | cleanall to include clean | Juan J. Martinez | |
2020-12-31 | Not needed any more, the info is in this file | Juan J. Martinez | |