Luke Street
73331f6ba6
Update configure.py and project.py for new libs structure
2026-03-01 15:04:59 -07:00
kipcode66
47ac1d4a4c
4th round of standard compiler fixes ( #2984 )
...
* 4th round of standard compiler fixes
* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
2025-12-22 02:20:08 -08:00
LagoLunatic
48f1d47690
Work on weak order ( #2979 )
...
* JAUSectionHeap OK
* Slightly improve d_camera weak func order (12 -> 10)
* Minor d_a_alink fixes
* weak_order_diff.py: Change to take source file as cli argument instead of .o file
For cli autocompletion to work.
* Reorganize J3D structs (no change in weak order)
2025-12-21 14:13:21 +02:00
LagoLunatic
a11e3d6016
Fix bugs in weak_order_diff.py ( #2955 )
...
* Fix readelf path
* Improve diffing of literal/in-function data order
2025-12-15 17:08:14 -08:00
LagoLunatic
ae9fa8922a
Work on weak function ordering ( #2917 )
...
* Fix functionvalue weak func order
* Add script to help diffing weak function order
* Improve alink weak func order (44 -> 15)
* Improve m_Do_ext weak order (12 -> 7)
* Remove old hack
* Fix d_a_tbox weak func order
* Fix d_a_npc_ks weak func order
* Fix error when trying to diff weak func order for ShieldD due to hidden function alignment gap symbols
2025-12-05 18:46:58 -08:00
TakaRikka
a6e76c0841
project cleanup ( #2895 )
...
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
2025-11-30 15:23:42 -07:00
roeming
da03a43cef
Adding tons of enum resource files ( #2886 )
...
* add shield assets
* add shieldD assets
* add GCN US assets
* add GCN JP asset enums
* add GCN PAL asset enums
* add WII asset enums
* add WII Rev 2 asset enums
* add all other files
* change asset include directory to force "res/" prefix
* remove wrong duplicate marks
* Allow cpp files to reference arc enums
* rename all resource files to not begin with "res_"
* update res_arc tool to use argparse
* remove Stage enums
2025-11-28 19:10:04 -08:00
LagoLunatic
2f2f37a734
Misc fixes ( #2860 )
...
* Misc matches
* Remove more old dol2asm stuff
* Remove dCcS::SetMass-related fakematches
No longer necessary with the PCH for some reason.
* Use attention types enum in more places
* Remove more dol2asm stuff
* Clean up matDL_dis.py
2025-11-25 18:32:34 +02:00
hatal175
c4df6a5771
d_a_grass Matching ( #2858 )
2025-11-24 15:28:20 -08:00
Luke Street
cb08a259a5
Update dtk-template & use wibo on macOS ( #2829 )
...
* Update dtk-template & use wibo on macOS
* Update to wibo 1.0.0-beta.5
* Fix implicit dependencies for pch rules
2025-11-20 01:16:44 -08:00
YunataSavior
db219f067f
NPC str cleanup and misc for 100% linkability ( #2723 )
...
* NPC str cleanup and misc for 100% linkability
* d_msg_object equiv
2025-10-03 01:10:14 -07:00
roeming
3f37bad921
Add ability to extract joint enums from bmd/bdl files ( #2704 )
...
* arc extraction will auto-create resource files
* Update enum extraction to extract joint enums
* Update enum extraction to use pathlib
* Move enum extraction to converters folder
* Added check to extract bmd file if src file is modded
2025-09-27 15:30:13 -07:00
roeming
818dec837f
Add python file to create enums from .arc files ( #2670 )
2025-09-18 17:55:18 -07:00
Max Roncace
8c94dc8608
Add hacks to fix PCH .data causing fake mismatches with decompctx ( #2606 )
2025-08-30 20:57:35 -07:00
LagoLunatic
ee6c527735
Add PAL, JPN, and Shield versions to CI, update dtk-template ( #2605 )
...
* Add ShieldD to GitHub CI build
* Update dtk-template, add support for CI caching
* Fix PAL and JPN not building on Linux due to case sensitive file paths
* Add PAL and JPN to GitHub CI build
* Fix bad copy paste
2025-08-25 17:45:28 -07:00
Max Roncace
513816ce5c
Add a precompiled header for RELs ( #2597 )
2025-08-24 09:52:08 +03:00
hatal175
aae19575bf
Work on d_a_obj_toby ( #2552 )
...
* Work on d_a_obj_toby
* d_a_obj_tatigi matching
* Deleted automatic ctor and dtor
2025-07-24 12:19:48 -07:00
YunataSavior
6bc4faa5f7
d_a_obj_brg matching ( #2539 )
2025-07-18 10:53:45 +03:00
YunataSavior
712c880710
d_a_npc_besu equivalent ( #2510 )
...
* beautify_anm_data v2.0
* d_a_npc_besu 50% done
* d_a_npc_besu 70% done
* d_a_npc_besu until wait + indent fix
* d_a_npc_besu equivalent!
* Mark d_a_npc_besu as equiv in configure py
2025-07-06 03:07:33 -07:00
YunataSavior
c5eeeda337
beautify_anm_data v2.0 ( #2508 )
2025-06-28 14:55:20 +03:00
YunataSavior
4278b8ad8d
Further beautify anm data param handling ( #2496 )
2025-06-21 21:22:44 -07:00
YunataSavior
bb008ca9cf
Improve beautify anm data ( #2487 )
2025-06-16 11:36:22 +03:00
LagoLunatic
0212d1d18e
Update dtk-template ( #2453 )
...
* Update dtk-template
* Fix debug build
* Fix d_event_debug includes
* Progress reports: Enable function relocation diffing (data_value)
* Fix some diffs
* Fix a few more diffs
* More fixes
2025-05-22 22:25:06 -07:00
YunataSavior
430dc32da9
Utility script 'beautify_anm_data.py' to assist getting started with d_a_npc TUs ( #2413 )
2025-04-27 21:06:44 -07:00
TakaRikka
556bfc958c
d_menu_dmap_map equivalent / update dtk-template ( #2409 )
...
* d_menu_dmap_map equivalent
* update dtk-template
2025-04-23 10:08:13 +03:00