Max Roncace
513816ce5c
Add a precompiled header for RELs ( #2597 )
2025-08-24 09:52:08 +03:00
Max Roncace
41c72dc6d9
d_a_e_hp almost matching ( #2585 )
2025-08-15 12:50:49 +03:00
Carco_21
4ade12fd64
d_a_npc_coach work ( #2579 )
...
* data and class member work
* inline work
* got to SetCoachBlazing
* work on some calc functions
* all functions worked on
* pr cleanup
* more pr cleanup
* coach header cleanup
2025-08-12 20:54:06 +03:00
Max Roncace
ddf4fc0677
Misc framework fixes ( #2578 )
2025-08-10 23:22:28 -07:00
TakaRikka
8785882261
e_hb equivalent / some pal work ( #2577 )
...
* some pal work
* e_hb equivalent
* update config
2025-08-10 10:27:45 -06:00
Max Roncace
e0bbad1f3f
Miscellaneous match improvements ( #2562 )
2025-07-31 02:19:46 -07:00
Max Roncace
5c86d6d26f
Minor d_a_alink fixes ( #2534 )
2025-07-15 23:00:01 +03:00
hatal175
d4768a864e
Various cleanups and matches ( #2530 )
2025-07-12 13:57:59 -07:00
Carco_21
b67414ef1a
d_a_demo00 work ( #2525 )
...
* Initial work
* Got to ke_control
* draw function
* tiny execute work
* all functions worked on
* PR cleanup
* Took out static keyword for dDemo_setDemoData
2025-07-11 02:16:30 +03:00
TakaRikka
227cf2353a
some more wii tests/improvements ( #2512 )
...
* some more wii tests/improvements
* merge Z2AudioCS changes
2025-07-01 01:17:50 +03:00
TakaRikka
79c56b2548
add wii usa rev0 support ( #2505 )
...
* wii usa rev0 dol building ok
* wii dol cleanup
* some wii tests
* most rels building
2025-06-27 13:14:58 +03:00
Max Roncace
5bdf8bb50e
m_Do_ext almost matching ( #2500 )
2025-06-26 18:10:50 +03:00
LagoLunatic
23cba4d117
getDemoIDData matched, fix up various inlines and template classes ( #2489 )
...
* Fix debug build
* getDemoIDData matched, fix up various inlines and template classes
* Remove nonmatching comments
2025-06-17 22:11:53 -07:00
Max Roncace
9b50fd55c2
d_a_npc_tk equivalent ( #2483 )
2025-06-13 16:40:18 +03:00
Max Roncace
12ee8c9fb7
d_a_npc_henna equivalent ( #2473 )
2025-06-03 23:31:22 +03:00
hatal175
b2d665c911
d_msg_class mostly equivalent ( #2403 )
2025-04-20 17:46:09 -07:00
TakaRikka
f08e883783
alink data cleanup ( #2397 )
2025-04-16 23:03:00 +03:00
hatal175
3df5c7bb42
Various alignments to debug + matching TUs ( #2391 )
2025-04-13 11:55:52 -07:00
hatal175
cc3e0856bf
Misc Matches using debug ( #2388 )
2025-04-11 14:54:08 -07:00
Max Roncace
396a464cc7
d_a_bg_obj almost matching ( #2382 )
2025-04-08 18:20:21 -07:00
LagoLunatic
c0e111b081
Debug JStudio fix + match one retail func ( #2378 )
...
* Fix debug build
* Minor fixes
* Match daAlink_c::getDemoLookActor
* Fix JStudio paths in ShieldD splits
* Fix JStudio not compiling on debug
* Fix JStudio not compiling on retail, add fake header
2025-04-06 17:57:52 -07:00
TakaRikka
54dd764096
GCN pal / jpn support, some debug work ( #2375 )
...
* d_save debug cleanup / d_s_menu debug
* gameinfo / kankyo struct debug fixes
* pal building ok
* jp building ok
* some tests with jp
* some more pal/jp tests
2025-04-06 21:08:25 +03:00
LagoLunatic
ed42b15988
Debug build now takes .alf as input instead of .dol ( #2360 )
...
* Fix debug build
* Debug build now takes .alf as input instead of .dol
I had to manually remove the following line from symbols.txt for DTK to work:
```
.data = .sbss:0x8074C97C; // type:object size:0x4 scope:local data:byte
```
After that it built OK, and DTK automatically modified all other lines in symbols.txt.
* Fix pragma in header messing up debug optimization level
2025-03-30 15:43:44 -07:00
Ttobas
b6febdc2b6
d_a_obj_shoe 91% ( #2347 )
...
* Basic structure done
* daNpcShoe_Param_c done, class cleaned a bit, ::Create matching, destructor matching
* WIP
* About 70% done
* Fix after merging main
* TU almost done, missing correct rodata ordering, constructor, setMotionAnim, __sinit not matching
* Fix: Apply suggestions
---------
Co-authored-by: Ttobas <anon@ym.ous>
2025-03-25 18:05:02 -07:00
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
hatal175
861e99c403
d_a_npc_cd2 work ( #2336 )
2025-03-20 22:59:58 -07:00
Caroline Madsen
15a807bb7b
e_rdy mostly done ( #2324 )
...
* e_rdy work
* e_rdy work
* e_rdy work
* e_rdy mostly done
* e_rdy fix hit direction
2025-03-12 16:02:03 -07:00
Caroline Madsen
3ad60c1b17
f_op_actor_mng matching ( #2325 )
2025-03-12 15:57:14 -07:00
TakaRikka
6e94efaefb
d_a_obj_carry mostly done ( #2301 )
...
* d_a_obj_carry mostly done
* cleanup some acch inlines
2025-02-13 10:37:46 -07: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
TakaRikka
e0824a1590
most of JHostIO / m_Do_hostIO done ( #2288 )
2025-01-19 22:05:53 -07:00
TakaRikka
36daa25884
d_a_horse mostly done ( #2284 )
...
* checkpoint
* d_a_horse mostly done
* some horse doc
2025-01-09 15:45:46 +02:00
Trueffel
78d206c1a3
d_stage linked and one function in m_do_ext matched ( #2272 )
2024-12-29 17:56:25 +02:00
TakaRikka
0e281cb975
various matches / cleanup ( #2271 )
...
* cleanup various TUs
* checkpoint
* d_attention doc
2024-12-29 17:53:54 +02: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
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
TakaRikka
e510f33414
d_vibration / JUTGamePad matched + linked ( #2256 )
...
* d_vibration done
* JUTGamePad done
* cleanup JUTGamePad
* d_menu_window cleanup
2024-12-02 21:15:03 +02:00
TakaRikka
ebd7e3feed
d_error_msg mostly done, little Z2LinkMgr work ( #2248 )
2024-11-12 05:41:55 -05:00
TakaRikka
650e1c44a4
work on d_a_movie_player ( #2246 )
...
* work on d_a_movie_player
* d_a_demo_item mostly done
2024-11-11 17:53:04 +02:00
TakaRikka
083991a8d0
all d_a_alink functions attempted ( #2239 )
...
* more work on alink
* alink wip
* little more work
* setEyeMove
* 14 left
* auto ground hit
* all d_a_alink functions attempted
2024-11-09 05:09:36 -05:00
Caroline Madsen
98f8e7e741
d_a_midna mostly done ( #2237 )
2024-11-06 19:20:22 -08: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
Caroline Madsen
09423b6fa0
more misc. cleanup ( #2232 )
2024-10-31 17:36:11 -07:00
TakaRikka
36519ddf15
alink horse mostly done ( #2229 )
...
* d_a_horse work
* more work on alink horse
* finish alink horse
* little work on d_a_alink_link
2024-10-31 00:41:08 +02:00
hatal175
606178dc88
Work on daNpc_Hanjo_c ( #2225 )
2024-10-25 23:44:26 -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
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
TakaRikka
0652b2c7b3
obj_Iceleaf almost done / d_a_alink work ( #2217 )
...
* obj_iceleaf almost done
* fix up d_a_alink procvars
* more d_a_alink work
* some d_a_alink error cleanup
* some more cleanup
2024-10-19 11:54:22 +03: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