summaryrefslogtreecommitdiff
path: root/game/src
AgeCommit message (Collapse)Author
2021-01-09Added compression to the mapJuan J. Martinez
2021-01-08Include bin in the path, moved target to gameJuan 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-07It is actually 222 bytesJuan J. Martinez
Also formatting.
2021-01-03Renamed aux to helpers to be windows compatibleJuan J. Martinez
2021-01-02Use wildcardJuan J. Martinez
2021-01-01ubox has a wait_for function :facepalm:Juan J. Martinez
2021-01-01TypoJuan J. Martinez
2021-01-01Clarified commentJuan J. Martinez
2021-01-01TypoJuan J. Martinez
2021-01-01Use the constants, avoid magic numbersJuan J. Martinez
2020-12-31Fix: prevent crash with MAX_ENTITIES are usedJuan 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-30Initial import1.0Juan J. Martinez