* suggest possible bgm name if it is not found
* remove pointless ()
* run black
* ...run updated black
* unhardcode many for loop conditions
* fix inconsistent RGBA_BUF_SIZE naming
* requested macro changes
* so far
* leftover
* first batch
* part zwei
* item name changes
* misspelling
* comments
* THE
* fix pal
* muurgle
---------
Co-authored-by: HailSanta <Hail2Santa@gmail.com>
* add old star rod dirs to gitignore
* remove something from mapfs to introduce bug
* fix build
See https://github.com/pmret/papermario/issues/1170
* Revert "remove something from mapfs to introduce bug"
This reverts commit 4a3927866e.
* fix Icons.xml not respecting asset stack
* resolve xml path in icons.py rather than configure
* I think fix
---------
Co-authored-by: Ethan <ethteck@gmail.com>
* fix rename.py
* update doxygen EVT_CALL->Call
* support passing files to rename.py
* remove EVT macro prefix and make them PascalCase
* rename PlayEffect function to PlayEffect_impl so it doesn't conflict with macro
* dead_PlayEffect_impl
* support modded NPC sprites
- improve compatibility with Star Rod SpriteSheet.xml files
- SR's intention is to move to the decomp xml but the current release of SR emitted incompatible xml
- use npc.xml instead of npc_sprite_names.yaml to generate linker entries. this allows mods to add new sprites
* black
why does it want two spaces before line comments!?
* Doxygen (#1142)
* use doxygen
* add documenting guide based on https://github.com/zeldaret/oot/blob/main/docs/Documenting.md
* exclude stdlib readme from doxygen
* refuse to configure matching iQue on macOS (EGCS compiler is not built for macOS, so iQue won't build. We still enable iQue builds on macOS by using gcc-papermario via --non-matching.)
* use proper doxygen bug comment style
* document common EVT API funcs nicely
* add doxygen ci
* add \vars command
* s/master/main
* use Doxygen 1.10.0
* fix doxygen ci
* fix doxygen ci
* fix doxygen (final)
* fix doxygen (final real)
* Fix Doxygen CI (#1147)
* remove old doxygen ci line
* fix warns
Thanks @Ponmander for reporting this
* use doxygen
* add documenting guide based on https://github.com/zeldaret/oot/blob/main/docs/Documenting.md
* exclude stdlib readme from doxygen
* refuse to configure matching iQue on macOS (EGCS compiler is not built for macOS, so iQue won't build. We still enable iQue builds on macOS by using gcc-papermario via --non-matching.)
* use proper doxygen bug comment style
* document common EVT API funcs nicely
* add doxygen ci
* add \vars command
* fix INCLUDE_IMG and INCLUDE_PAL on modern GCC
* use .pushsection/.popsection
* use pushsection/popsection on modern compiler only
* add gcc-mips-linux-gnu to debian deps
* remove rogue )
* move -DMODERN_COMPILER to cflags_modern