Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | GriffinR | |
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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-23 | UBFIX: sprite.c (#1442) | gAlfonso-bit | |
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com> | |||
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-01-04 | Make div by zero fix more concice | Sierraffinity | |
2021-01-04 | Fix/document possible division by zero in ConvertScaleParam | Sierraffinity | |
2020-04-25 | Document undefined sprite template behavior | Sierraffinity | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |