aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-07Changes fo 1.1.51.1.5Juan J. Martinez
2021-04-06TypoJuan J. Martinez
2021-03-25FormattingJuan J. Martinez
2021-03-25Ensure this can't be interrupedJuan J. Martinez
If the int handler is calling mplayer_play, it could happen that an int is handled when the song is being set up, potentially leaving the player's internal structures in a invalid state.
2021-02-09Changes for 1.1.41.1.4Juan J. Martinez
2021-02-09Windows compatibiltyJuan J. Martinez
2021-02-09Flag for gcc 10 compatibilityJuan J. Martinez
2021-02-09Note on Windows 10Juan J. Martinez
2021-02-09Fixes in Makefile when detecting Windows OSJuan J. Martinez
2021-02-01TypoJuan J. Martínez
2021-01-25Fix: actually, stop the music by playing silenceJuan J. Martinez
2021-01-25Changes for 1.1.31.1.3Juan J. Martinez
2021-01-25Reviewed makefilesJuan J. Martinez
2021-01-25Better compatibility with WindowsJuan J. Martinez
2021-01-18Better windows supportJuan J. Martinez
2021-01-18Follow rasm instructions to compileJuan J. Martinez
2021-01-18Fixes 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-11Changes for 1.1.21.1.2Juan J. Martinez
2021-01-11Added missing directoryJuan J. Martinez
2021-01-09Changes for 1.1.11.1.1Juan J. Martinez
2021-01-09Added compression to the mapJuan J. Martinez
2021-01-09Fixed export nameJuan J. Martinez
2021-01-09Changes for 1.1.01.1.0Juan J. Martinez
2021-01-09Extra libs: ap.libJuan J. Martinez
aPLib support with apultra.
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-04Better helpJuan J. Martinez
Include will be used once, but multiple directories can be provided using : as separator; e.g. -I dir1:dir2:dir3
2021-01-04Changes for release 1.0.31.0.3Juan J. Martinez
2021-01-04Copyright year bumpJuan J. Martinez
2021-01-03More accurateJuan J. Martinez
2021-01-03Ensure that the files are always processed in the same orderJuan J. Martinez
This is important to detect if the deps have changed.
2021-01-03Only report if verboseJuan J. Martinez
2021-01-03More elegant dir managementJuan J. Martinez
2021-01-03TypoJuan J. Martinez
2021-01-03Making this work on windowsJuan J. Martinez
2021-01-03Added a dep generating tool that should be multi-platformJuan J. Martinez
Making thins easier in windows.
2021-01-03Renamed aux to helpers to be windows compatibleJuan J. Martinez
2021-01-02Use wildcardJuan J. Martinez
2021-01-02Flicker friendly sorting of entitiesJuan J. Martinez
It may not make a big difference if entities can move vertically freely, but in some cases may be better.
2021-01-02TyposJuan J. Martinez
2021-01-02Listed external toolsJuan J. Martinez
2021-01-01Better changelog formatJuan 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
2021-01-01Missing commaJuan J. Martinez
2021-01-01Fixed the tracker nameJuan J. Martinez
2020-12-31Added missing fileJuan J. Martinez