Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-13 | BUGFIX implies UBFIX | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
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. | |||
2018-01-08 | nocashgba printf | ProjectRevoTPP | |
2018-01-07 | NDEBUG which is supposed to be NDEBUG... | ProjectRevoTPP | |
2018-01-06 | consistency | ProjectRevoTPP | |
2018-01-06 | add assert support to pokeemerald. | ProjectRevoTPP | |
2017-09-08 | port pokemon size record | DizzyEggg | |