Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-03-30 | Bit shifts from hex to decimal | GriffinR | |
2021-03-18 | Move pointillism points array to src | GriffinR | |
2021-01-19 | Make broader use of RGB macros | SphericalIce | |
2020-07-05 | fix aggressive loop optimizations | Michael Panzlaff | |
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror. | |||
2019-11-12 | Match ConvertImageProcessingToGBA | DizzyEggg | |
2019-11-10 | Rename contest_painting_effects to image_processing_effects | Marcus Huderle | |