tp/include/Z2AudioLib
LagoLunatic 956e84b0e7
Start linking some TUs on debug and PAL (#2612)
* Fix clang union handling (affects all TUs including d_camera.h)

Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.

* Link all TUs that already match on debug

In order to link TUs for debug, most functions seem to need to have their alignment set to 16 in symbols.txt. There are a few hundred functions that seem to be the exception and break when their alignment is set to 16, but I don't know the reason for this.

* Remove some fakematches (nosyminline/sym off) for weak func order in retail

* Fix clang not knowing that MSL_C++ is C++

* Link more debug TUs

* Fix missing PAL split

* Fix wrong slashes being used in includes

* RZDE01_00: Fix incorrect capitalization in config.yml

* Add RZDE01_00 to configure task

* Revert configure.py to use MatchingFor

* Fix PAL splits and symbols, link matching PAL TUs
2025-08-27 17:37:31 -07:00
..
Z2Audience.h Various JSystem work (#2383) 2025-04-09 13:45:30 -07:00
Z2AudioArcLoader.h Work on Audio, JAUSeqDataBlockMgr OK (#2027) 2024-01-08 15:19:07 -08:00
Z2AudioCS.h d_a_npc_zelda equivalent (#2528) 2025-07-11 22:00:18 +03:00
Z2AudioMgr.h wip debug / pal building, b_gm mostly done (#2285) 2025-01-16 19:37:39 +02:00
Z2Calc.h Add a precompiled header for RELs (#2597) 2025-08-24 09:52:08 +03:00
Z2Creature.h Z2AudioLib work (#2339) 2025-03-21 23:03:43 -07:00
Z2DebugSys.h d_map_path_dmap OK (#2201) 2024-10-07 15:32:29 -07:00
Z2EnvSeMgr.h d_a_e_fz work, doxygen revamp (#2127) 2024-04-12 00:10:30 -06:00
Z2FxLineMgr.h JAudio2 and Z2AudioLib work (#2223) 2024-10-24 02:25:13 +03:00
Z2Instances.h Debug version now builds OK and all_source compiles (#2343) 2025-03-22 18:00:51 -07:00
Z2LinkMgr.h Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
Z2Param.h work on Z2SoundMgr and Z2SeMgr (#2055) 2024-01-30 16:08:37 -08:00
Z2SceneMgr.h d_a_bg_obj equivalent + misc (#2509) 2025-06-29 20:38:04 -07:00
Z2SeMgr.h add wii usa rev0 support (#2505) 2025-06-27 13:14:58 +03:00
Z2SeqMgr.h d_msg_class mostly equivalent (#2403) 2025-04-20 17:46:09 -07:00
Z2SoundHandles.h Z2AudioLib work (#2339) 2025-03-21 23:03:43 -07:00
Z2SoundInfo.h Debug version now builds OK and all_source compiles (#2343) 2025-03-22 18:00:51 -07:00
Z2SoundMgr.h wip debug / pal building, b_gm mostly done (#2285) 2025-01-16 19:37:39 +02:00
Z2SoundObjMgr.h Z2AudioLib work (#2339) 2025-03-21 23:03:43 -07:00
Z2SoundObject.h d_a_obj_fallobj OK (#2568) 2025-08-05 18:10:43 -07:00
Z2SoundStarter.h d_a_e_fz work, doxygen revamp (#2127) 2024-04-12 00:10:30 -06:00
Z2SpeechMgr2.h Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
Z2StatusMgr.h d_a_bg_obj equivalent + misc (#2509) 2025-06-29 20:38:04 -07:00
Z2WolfHowlMgr.h Work on d_msg_scrn_howl + misc (#2040) 2024-01-21 01:15:22 -08:00