summaryrefslogtreecommitdiff
path: root/src/image_processing_effects.c
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-30Bit shifts from hex to decimalGriffinR
2021-03-18Move pointillism points array to srcGriffinR
2021-01-19Make broader use of RGB macrosSphericalIce
2020-07-05fix aggressive loop optimizationsMichael 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-12Match ConvertImageProcessingToGBADizzyEggg
2019-11-10Rename contest_painting_effects to image_processing_effectsMarcus Huderle