papermario/tools/splat_ext
Alex Bates 82b09bd69e
support modded NPC sprites (#1146)
* 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
2024-01-11 19:33:39 +09:00
..
__init__.py n64splat extensions 2020-11-11 16:21:25 -05:00
gfx_common.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
icon.yaml item data generation (#1105) 2023-08-03 12:44:30 +09:00
map_data.yaml Engine cod (#738) 2022-07-08 21:57:08 +09:00
msg_jp.yaml JP pm_msg (#1135) 2023-12-25 22:15:30 +09:00
msg_pal_en.yaml last actors (#1118) 2023-10-02 09:12:53 +09:00
msg.yaml last actors (#1118) 2023-10-02 09:12:53 +09:00
npc_sprite_names.yaml most actors (#1114) 2023-09-01 03:51:10 +09:00
player_sprite_names.yaml Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
pm_charset_palettes.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_charset.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_effect_loads.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_effect_shims.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_icons.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_imgfx_data.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_map_data.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_msg.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_sbn.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_sprite_shading_profiles.py Splat update (#1136) 2024-01-03 02:16:18 +09:00
pm_sprites.py support modded NPC sprites (#1146) 2024-01-11 19:33:39 +09:00
sprite_common.py support modded NPC sprites (#1146) 2024-01-11 19:33:39 +09:00
tex_archives.py support modded NPC sprites (#1146) 2024-01-11 19:33:39 +09:00
vtx_common.py Splat update (#1136) 2024-01-03 02:16:18 +09:00