LagoLunatic
4dc0cd9d09
Debug version now builds OK and all_source compiles ( #2343 )
...
* Fix missing arg to JUT_ASSERT
* Fix some MWCC version diff errors
* Compile m_Do_ext, d_demo, actor_mng
* Add VSCode task to quickly switch between versions
* Unlink magLift for debug
* Update the hash of the debug dol
The old cbea5fa... hash here was for the dol generated by the alf2dol.py script, which produces incorrect alignment.
The dol with the new hash can be obtained by using `dtk elf2dol` to convert the debug .alf file to a dol.
The DOL now builds OK.
* Fix all debug REL dtor splits
All RELs now also build OK, meaning `ninja build/ShieldD/ok` now succeeds.
* Add genMessage declarations to all HIO subclasses
* Fixing more compilation errors
* m_Do_mtx 100% on debug
Cannot be linked due to weak function name mangling?
* Improve various matches
* Fix all remaining compilation errors
* Fix new compilation errors from main
* Fix retail regression
* Link f_pc_profile_lst
2025-03-22 18:00:51 -07:00
Caroline Madsen
5a7b9f62d6
Z2AudioLib work ( #2339 )
...
* Z2LinkMgr work, Z2AudioArcLoader matching
* Z2SeMgr matching
* Z2SpeechMgr2 almost done, Z2SoundHandles matching
2025-03-21 23:03:43 -07:00
TakaRikka
d3e9175bfb
d_a_e_pz equivalent ( #2330 )
...
* d_a_e_pz equivalent
* rename var
* match f_pc closer to debug
* hopefully fix decompctx
* sdk done
* remove unneeded file
2025-03-18 15:45:44 -04:00
hatal175
763400c4c0
daObjNAN_c equivalent ( #2320 )
...
* daObjNAN_c equivalent
* Remove padding
2025-03-09 16:05:03 -07:00
YunataSavior
52b23ad73c
d_a_e_zs (a.k.a. Stallord's zombie soldiers) equivalent ( #2313 )
...
* Initial work for d_a_e_zs
* d_a_e_zs equivalent
* d_a_e_zs data fixes. Thanks Taka!
* Update d_a_e_zs based on Taka's comments
2025-03-08 01:04:31 -08:00
hatal175
0d3b4bf9de
A little work on daObjMasterSword_c ( #2316 )
2025-03-07 16:01:15 -08:00
hatal175
294d104bc6
Minor work on octhashi/sekizoa I had lying around ( #2314 )
...
* Minor octhashi changes
* Minor work on sekizoa
2025-03-03 18:00:38 -08:00
TakaRikka
19e18654c9
tag_allmato almost, swhit0 treesh swball done, misc cleanup ( #2312 )
...
* d_a_tag_allmato almost done
* d_a_swhit0 done
* some SSystem cleanup
* treesh done
* swball done, some other rel cleanup
2025-03-01 14:48:49 +02:00
TakaRikka
bbc7944e54
d_a_boomerang / d_a_grass mostly done, d_a_spinner done ( #2304 )
...
* d_a_boomerang mostly done
* d_a_grass mostly done
* d_a_spinner done
2025-02-19 18:43:26 -05:00
YunataSavior
c40e25577b
d_a_obj_Y_taihou equivalent ( #2303 )
...
* Transfer of Y_taihou work to cleaner and newer branch
* d_a_obj_Y_taihou nearly equivalent except for 2 functions
* Functionally correct d_a_obj_Y_taihou, but some issues remain
* d_a_obj_Y_taihou equivalent now; many thanks hatal!
* Update configure(dot)py and the config files for Y_taihou
2025-02-17 21:00:03 -08:00
TakaRikka
2453c0e333
copy dolsdk2004 to tp / b_bh + e_mb done ( #2299 )
...
* move dolsdk2004 over
* cleanup some temp work
* finish and cleanup gf
* b_bh done
* d_a_e_mb done
2025-02-10 21:20:42 +02:00
YunataSavior
34b21412c4
d_a_obj_TvCdlst matching ( #2292 )
...
* d_a_obj_TvCdlst matching
* d_a_obj_kwheel00, 01, & d_a_obj_klift00 Equivalent (weak func and/or vtable order) (#2291 )
* d_a_obj_kwheel00, 01, & d_a_obj_klift00 Equivalent (weak func and/or vtable order)
* Three rels equivalent
* Basic documentation for the three rels
* Define explicit constructor for dMdl_obj_c (needed for proper array creation in d_a_obj_klift00)
* Modify d_a_obj_bky_rock to account for new explicit constructor of dMdl_obj_c
* Specify weak func and/or vtable orders for rels in config.py
* Cleanup includes and dol2asm artifacts
* * Fix debug build
* Restore incorrectly removed l_bmdidx
* Fix US retail equivalency
* d_a_obj_Turara equivalent (#2289 )
* Initial d_a_obj_Turara work
* More d_a_obj_Turara work
* d_a_obj_Turara equivalent except for weak func order of dEvLib_callback_c dtor
* Updates to d_a_obj_Turara after feedback from Taka
* b_dre equivalent (#2290 )
* Update d_a_obj_Turara to remove unnecessary comment based on hatal\'s request
---------
Co-authored-by: TakaRikka <38417346+TakaRikka@users.noreply.github.com>
* Fix spurious differences when using `ninja diff` (#2294 )
* Fix spurious differences when using ninja diff
* Fix some clangd errors/warnings
* d_a_obj_waterGate matching + d_a_obj_lv3Water2 equivalent (#2293 )
* d_a_obj_waterGate matching + d_a_obj_lv3Water2 equivalent
* Add simpleCalcMaterial implicit inline to J3DModelData (seen in debug)
* Basic documentation for both actors
* WIP debug build implementations (note TODOs)
* Update configure.py and note weak ordering issues for lv3Water2
* Actually add modified J3DModelData.h & explicitly note fake padding
* Add fopAcM_Register... macros (for debug build) (#2295 )
* Update d_a_obj_Tvcdlst to use LIGHT_INFLUENCE after Taka gave feedback
---------
Co-authored-by: Huitzi <73550465+marwernerh@users.noreply.github.com>
Co-authored-by: TakaRikka <38417346+TakaRikka@users.noreply.github.com>
Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
2025-02-03 10:30:40 +02:00
LagoLunatic
ca3e900835
Fix false pointer relocations in data breaking shiftability ( #2296 )
...
* Fix false pointer relocations in data breaking shiftability
* Update matDL_dis.py from tww
* remove debug prints from matDL build script
* matDL build rule: Allow specifying global/local scope
* Use asset extraction for ShieldD
* Set mode `+x` on executable Python scripts
* set `+x` on matDL_dis
2025-01-31 23:58:59 +02:00
LagoLunatic
bf4053fefa
Fix spurious differences when using `ninja diff` ( #2294 )
...
* Fix spurious differences when using ninja diff
* Fix some clangd errors/warnings
2025-01-26 22:01:05 -08:00
YunataSavior
5644936254
d_a_obj_Turara equivalent ( #2289 )
...
* Initial d_a_obj_Turara work
* More d_a_obj_Turara work
* d_a_obj_Turara equivalent except for weak func order of dEvLib_callback_c dtor
* Updates to d_a_obj_Turara after feedback from Taka
* b_dre equivalent (#2290 )
* Update d_a_obj_Turara to remove unnecessary comment based on hatal\'s request
---------
Co-authored-by: TakaRikka <38417346+TakaRikka@users.noreply.github.com>
2025-01-23 12:42:27 -08:00
TakaRikka
e0824a1590
most of JHostIO / m_Do_hostIO done ( #2288 )
2025-01-19 22:05:53 -07:00
YunataSavior
7137f49bfc
d_a_obj_octhashi equivalent except for weak func ordering of cCcD_GStts dtor ( #2287 )
...
* Initial d_a_obj_octhashi work
* More d_a_obj_octhashi work
* d_a_obj_octhashi has 100% completion, but rodata doesn't match
* d_a_obj_octhashi equivalent. Would fully match except for cCcD_GStts dtor
* d_a_obj_octhashi update after feedback from Taka and hatal
2025-01-19 13:45:55 +02:00
YunataSavior
4996e91556
daMagLift_c matching ( #2275 )
...
* Initial work with daMagLift_c. Almost completely matching except for mode_proc
* mode_proc matching in d_a_obj_magLift.cpp
* First pass of polishing of d_a_obj_magLift
* Further d_a_obj_magLift updates to align with debug build
2025-01-16 18:50:04 -08:00
TakaRikka
9948a6371f
wip debug / pal building, b_gm mostly done ( #2285 )
...
* b_gm mostly done
* wip debug / pal building
* fix configure.py
* fix some debug macros / flags
2025-01-16 19:37:39 +02:00
LagoLunatic
2189777abf
Fix various issues in TUs marked `Equivalent` ( #2286 )
2025-01-14 22:47:29 -08:00
hatal175
0cdacf4bff
daItemShield_c OK ( #2283 )
2025-01-06 01:59:48 -08:00
hatal175
523040331d
daObj_Roten_c OK ( #2282 )
2025-01-03 15:28:59 -08:00
hatal175
fac61aaf40
d_a_obj_rstair OK ( #2280 )
2025-01-02 11:43:05 -07:00
hatal175
c67489d3da
d_a_obj_riverrock OK ( #2279 )
2025-01-01 15:51:34 -07:00
hatal175
ad5b89f795
d_a_obj_swturn OK ( #2278 )
2025-01-01 11:56:04 -07:00
hatal175
593f1d1587
d_a_obj_smtile OK ( #2276 )
2024-12-29 16:45:47 -07:00
TakaRikka
0e281cb975
various matches / cleanup ( #2271 )
...
* cleanup various TUs
* checkpoint
* d_attention doc
2024-12-29 17:53:54 +02:00
hatal175
c429ce21eb
d_a_obj_cwall almost matching ( #2270 )
...
* d_a_obj_cwall almost matching
* d_a_obj_pdoor OK
2024-12-27 19:16:59 -08:00
hatal175
d874f05f44
d_a_obj_wsStick, d_a_obj_onsenTaru OK ( #2268 )
...
* d_a_obj_wsStick, d_a_obj_onsenTaru OK
* d_a_obj_pdtile OK
* d_a_obj_stone equivalent
* d_a_npc_lf OK
* Z2SoundMgr OK
* Remove fixed nonmatching comment
* d_a_obj_kantera OK
* Remove unneeded header
* daMyna_c::deleteItem matching
* d_a_obj_crvsteel OK
2024-12-24 02:36:01 -08:00
hatal175
e0ea8495f7
d_a_obj_yel_bag OK ( #2267 )
...
* d_a_obj_web0 cleanup
* d_a_obj_yel_bag OK
2024-12-19 12:10:53 -08:00
TakaRikka
ff5f31b844
kankyo_rain / obj_life_container mostly done, obj_glowsphere done ( #2266 )
...
* obj_life_container mostly done
* obj_glowSphere done
* kankyo_rain mostly done
* some cleanup
* more kankyo_rain cleanup
2024-12-18 20:02:52 +02:00
hatal175
c5ab943cfc
d_a_obj_cb almost matching ( #2265 )
...
* d_a_obj_cb almost matching
* d_a_obj_bubblePillar OK
* Work on d_a_obj_fchain
* d_a_obj_gb OK
* daTimeFire_c OK
* d_a_obj_toaru_maki OK
* d_a_obj_ten OK
2024-12-16 15:16:19 -08:00
hatal175
ee992eb80c
daObj_BouMato_c OK ( #2264 )
...
* daObj_BouMato_c OK
* daObjGraRock_c Matched except template function order
* daBkyRock_c OK
2024-12-12 12:58:40 -08:00
hatal175
559fcb3a16
d_a_obj_automata OK ( #2263 )
2024-12-10 18:02:33 -08:00
hatal175
f15a9c673e
daGrdWater_c OK ( #2260 )
2024-12-09 18:50:37 +02:00
hev7
bcb70e1576
d_a_coach_fire, d_a_obj_kiPot, d_a_obj_lv4prelvtr done ( #2259 )
2024-12-08 05:50:44 -08:00
hev7
eebbf9a645
d_a_obj_wood_pendulum done ( #2257 )
...
* d_a_obj_wood_pendulum done
* Fix setBaseMtx, Vec array
2024-12-05 17:19:03 -08:00
TakaRikka
7cc32c05fa
d_a_obj_pillar done ( #2255 )
2024-11-30 12:08:38 +02:00
TakaRikka
109445ffc3
zant magic / mobile done ( #2249 )
...
* zant_magic done
* zant mobile done
2024-11-13 08:07:55 -05:00
TakaRikka
ebd7e3feed
d_error_msg mostly done, little Z2LinkMgr work ( #2248 )
2024-11-12 05:41:55 -05:00
TakaRikka
499d4dfe74
alink_grab done ( #2234 )
...
* work on alink grab
* some grab work
* grab almost done
* finish alink grab
* alink_wolf mostly done
* fix cLib_minMaxLimit
* alink guard mostly done
* extract some embedded assets
* extract grass data. wip, alignment wrong
2024-11-03 06:47:23 -05:00
Luke Street
30777a85b5
Update dtk-template & fix source paths ( #2231 )
2024-10-30 16:35:28 -07:00
TakaRikka
8a0802554e
d_a_alink work / lv4digsand done / e_s1 matched ( #2224 )
...
* d_a_alink work / d_a_obj_lv4digsand done
* d_a_e_s1 matched, not linked
* d_a_e_s1 documentation
2024-10-25 06:47:02 +03:00
hatal175
f8814c757b
daSwLBall_c OK ( #2220 )
2024-10-19 21:47:49 -07:00
hatal175
3dadc80c5e
d_a_obj_tp OK + other rels that matched almost as is ( #2218 )
...
* d_a_tag_yami OK
* d_a_tag_watchge matched as is
* d_a_tag_wara_howl matched as is
* d_a_tag_waterfall matched as is
* daTagTheBHint_c matched as is
* daZraFreeze_c Matched as is
* Revert nosyminline argument
* d_a_obj_tp OK
2024-10-19 02:01:46 -07:00
hatal175
2aa441e40b
daObjFPillar2_c OK ( #2214 )
2024-10-16 21:57:17 -07:00
hatal175
ec07abb09b
Reintroduce missing changes from pull request #2200 ( #2213 )
...
* Reintroduce missing changes from pull request #2200
* m_Do_audio OK
2024-10-16 12:41:21 -07:00
hatal175
030d6533f0
daObjLadder OK ( #2211 )
...
* daObjLadder OK
* daObjFPillar_c OK
* Remove commented out code
2024-10-15 14:09:38 -07:00
hatal175
9895999b7b
daObjKazeNeko_c OK ( #2209 )
2024-10-14 01:24:30 -07:00
TakaRikka
12eb254d76
switch to dtk setup ( #2203 )
...
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1 )
* Fix build image ref (#2 )
---------
Co-authored-by: Luke Street <luke@street.dev>
2024-10-10 08:29:58 -06:00