Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-11 | Verify script command table sizes | Rangi | |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi | |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-03-21 | Miscellaneous fixes from #694 | Rangi | |
2018-10-11 | Stop using __enum__ + 3 | mid-kid | |
Abuse __enumdir__ instead, for better readability. | |||
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-15 | More comments for macros | Remy Oukaour | |
2017-12-14 | Reorganize macros | Remy Oukaour | |