kipcode66
3b26aae532
Improving standard compiler compatibility ( #2926 )
...
* Adding explicit dolphin/ prefix & fix characters
* Rename ShiftJIS to SJIS
* Separate JASSeqReader read methods implementation between compilers.
* Fix pointer.h
* fix d_item_data typo
* fix gcn matching issue
2025-12-08 20:31:22 -08:00
LagoLunatic
251d49c6f1
JASBNKParser OK, Z2Audience OK ( #2929 )
2025-12-07 21:49:42 -08:00
LagoLunatic
cd94afafa0
Match Z2SceneMgr::sceneBgmStart ( #2923 )
2025-12-06 21:09:16 -08:00
Max Roncace
a30e617e5a
Various debug conditional compilation cleanup ( #2915 )
...
* Global: Define DEBUG as 0 if not already defined
* Clean up DEBUG-guarded code
2025-12-06 13:34:47 -08:00
LagoLunatic
f97d334732
Debug+retail matches and clean up some fakematches ( #2910 )
...
* Debug matches
* Match daAlink_c::procGrassWhistleWait
* Match JASAramStream::channelProc
* More debug matches
* Match JAUStreamStaticAramMgr_::deleteStreamAram and bitset inlines
* Fix some fakematches
* Fix gameinfo player info not being a struct
* Update bug comments
* Fix procids in alink
* d_a_scene_exit OK
2025-12-03 15:09:56 -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
LagoLunatic
7abe8d4a40
JASHeapCtrl OK ( #2893 )
2025-11-29 21:30:50 -08:00
LagoLunatic
4fb3af91b8
Various small matches ( #2879 )
...
* Misc debug matches
* Fix JASBasicWaveBank weak func order
* Remove more dol2asm stuff, fix missing includes
* Some data fixes
* Update comments
* d_file_sel_warning is already OK
* Fix Z2 splits
* Fix movebox namespace
* Fix inlining issue in m_Do_ext
* Fix Z2 splits for P and J
2025-11-27 21:34:18 -08:00
TakaRikka
6f96e66518
various Z2Audio / JAudio debug cleanup ( #2876 )
...
* some JAudio work
* audio cleanup checkpoint
* checkpoint more audio cleanup
* fix symbols
* more z2 cleanup
* fix regression
* fix build
* some fixes
2025-11-27 21:19:33 -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
LagoLunatic
23a1c94063
Regalloc/debug/misc fixes ( #2794 )
...
* Fix "0" asserts
* More debug and regalloc fixes
* Fix PTMF syntax for compatibility with other compilers
* Fix some fakematches, link more TUs for J/P
2025-11-10 18:25:00 -08:00
LagoLunatic
9eea9289b1
Fix JUT_ASSERT and several other macros ( #2711 )
...
* Fix JUT_ASSERT to be a nested define
* Switch names that appear in asserts to be constants instead of defines
* Replace `0` in asserts with `NULL` or `FALSE`
* Fix fpclassify
* Fix ARRAY_SIZE
* Use G_CM3D_F_INF
* More fixes for fpclassify
* Remove FLOAT_LABEL
* Remove incorrect FLAG_ON macro
* Remove UNK_BSS macro
* Silence clangd unused header warning for PCH
2025-09-28 13:11:07 -07:00
Max Roncace
8420c94854
Minor JSystem/Z2Audio fixes ( #2650 )
2025-09-11 23:39:23 -07:00
Max Roncace
a6c3c20b23
Add PCH for JSystem ( #2645 )
2025-09-11 13:20:45 -07:00
TakaRikka
b45a089e15
some J3D/misc cleanup ( #2628 )
...
* some j3d cleanup
* begin using uintptr_t
* j3dgraphbase cleanup
* j3dgraphanimator cleanup
2025-09-04 17:56:59 +03:00
Max Roncace
513816ce5c
Add a precompiled header for RELs ( #2597 )
2025-08-24 09:52:08 +03:00
hatal175
e43b660038
Improve some J2DPictureEx matches ( #2493 )
...
* Improve some J2DPictureEx matches
+ other minor debug improvements
* Fix JASTrack::channelStart
2025-06-21 03:47:24 -07:00
hatal175
1a189d3d95
Work on d_a_obj_flag3 ( #2485 )
...
* Work on d_a_obj_flag3
* Fix JASBasicWaveBank::incWaveTable
* Match JASBNKParser::Ver0::createBasicBank
2025-06-15 15:38:08 -07:00
hatal175
3df5c7bb42
Various alignments to debug + matching TUs ( #2391 )
2025-04-13 11:55:52 -07:00
Caroline Madsen
c6f76e7240
Various JSystem work ( #2383 )
...
* JKernel and JStudio cleanup
* JMessage cleanup
* JAudio cleanup
* JASBNKParser work
* functionvalue work
* fvb work
* J2D and J3D cleanup
* steal from tww
* J2DPictureEx mostly done
* fix build
2025-04-09 13:45:30 -07:00
TakaRikka
934e14f12b
fix debug build ( #2345 )
2025-03-27 00:45:52 -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
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
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
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
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
Caroline Madsen
5650c7fe08
JAudio2 and Z2AudioLib work ( #2223 )
...
* JAudio2 and Z2AudioLib work
* check1stDynamicWave matched
2024-10-24 02:25:13 +03: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
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
hatal175
d3420ffe8d
jstudio particle and sound OK ( #2194 )
...
* Work on object-sound
* object-particle OK
* object-sound OK
* JStudio_JAudio2 control OK
* JStudio_JParticle control OK
* JStage object OK
* JStage ambient light OK
2024-08-22 13:17:24 -07:00
Pheenoh
a61e3491f7
d_a_e_fz work, doxygen revamp ( #2127 )
...
* initial freezard actor struct + setActionMode OK
* daE_FZ_Draw
* setReflectAngle
* mBoundSoundset
* daE_FZ_Execute & execute
* demoDelete
* daE_FZ_Delete & _delete
* CreateHeap
* useHeapInit
* cc_set
* mtx_set
* action WIP
* way_gake_check
* executeRollMove
* executeMove
* draw WIP
* executeDamage
* checkpoint
* create
* checkpoint
* daE_FZ_c::executeWait
* checkpoint
* daE_FZ_c::damage_check almost done
* rm asm
* rm headers
* setup_profile WIP + doxygen update
* fix merge issues
* docs fix?
* fix2
* doxygen updates
* setup g_profile_E_FZ, profile setup script WIP
* update github actions
* update progress.md
2024-04-12 00:10:30 -06:00
hatal175
8164c34142
Work on d_menu_dmap ( #2073 )
...
* Move some J2DPicture inlines to header
* Work on d_menu_dmap
* JASBasicInst OK
* JASCalc cleanup
2024-02-16 18:22:01 -08:00
Caroline Madsen
d183f6593a
JAS work ( #2069 )
2024-02-11 07:29:35 +02:00
hatal175
9f38190f00
Work On JAudio ( #2067 )
...
* Match two JASTrack functions
* dsptask, JAISoundStarter OK. Other small matches
* Work on JAIStream
* Work on JAIStreamMgr
* Work on JAISeqMgr
* Formatting
2024-02-08 15:30:28 -08:00
Caroline Madsen
a825c39d93
work on JASTrack ( #2065 )
2024-02-07 02:41:47 +02:00
hatal175
c4cd497fd6
Work on Z2EnvSeMgr ( #2059 )
2024-02-03 02:28:50 -08:00
Caroline Madsen
255cc868e4
work on Z2SoundMgr and Z2SeMgr ( #2055 )
2024-01-30 16:08:37 -08:00
Caroline Madsen
16259ec265
Z2SeqMgr mostly done ( #2053 )
2024-01-29 15:50:13 -08:00
Caroline Madsen
3470c4eb34
Z2Creature mostly done ( #2049 )
2024-01-26 18:11:28 -08:00
TakaRikka
981cfe7283
almost all of dolphin matched ( #2036 )
...
* TRK full match
* remove trk asm
* ar done
* cleanup some dolphin headers
* more dolphin cleanup
* cleanup / GD fully matched
* almost all of GX fully matched
* GX / Mtx full matched
* most of OS done
* pad done
* most of VI
* remove asm
* forgot couple vec funcs
* couple JUtility matches
2024-01-20 02:22:19 +02:00
hatal175
ead852383f
Work on Z2AudioLib ( #2032 )
2024-01-13 05:41:29 -08:00
hatal175
f342bd7171
Import JASCmdStack, std-vector work, Z2StatusMgr OK ( #2029 )
...
* Import JASCmdStack
* Work on std-vector
* Z2StatusMgr OK
2024-01-11 01:16:40 +02:00
hatal175
28bef08667
Work on Audio, JAUSeqDataBlockMgr OK ( #2027 )
2024-01-08 15:19:07 -08:00
TakaRikka
a7edd19f16
MSL_C fully matched / some SSystem cleanup/ obj_rgate OK ( #2011 )
...
* cleanup SSystem files
* MSL_C fully matched
* fix build
* remove asm
* reorganize MSL_C/Runtime libs into more accurate setup
* little more cleanup
* cleanup some MSL headers
* obj_rgate OK
* remove asm
* some rgate documentation
2023-12-25 17:31:05 +02:00
hatal175
0b95ee0c23
Various matches ( #1984 )
2023-11-11 05:18:11 +02:00
randomsalience
b13ff9e3d0
Z2SoundObject, JAUSoundAnimator OK, work on Z2SoundHandles ( #1968 )
...
* d_a_tag_evtarea mostly done, work on d_a_npc
* work on d_a_npc_ash
* work on Z2SoundHandles
* Z2SoundObject, JAUSoundAnimator OK
* Update Progress.md
---------
Co-authored-by: randomsalience <randomsalience@gmail.com>
2023-10-26 15:41:03 +03:00
Jcw87
33a285f179
JASHeapCtrl ( #1965 )
2023-10-20 19:36:29 +03:00
hatal175
3625dae703
JASSoundParams imported. Work on JASTaskThread ( #1961 )
2023-10-15 03:27:52 -07:00
TakaRikka
84e4135053
k_wmark / k_wpillar OK, fop actor enums / debug building ( #1946 )
...
* d_k_wmark / d_k_wpillar OK
* make debug buildable / add assert functionality
* add more fop actor enums
* remove asm
2023-09-28 12:01:42 -07:00
hatal175
e5cb9ce472
JAUSeqCollection, JAUSoundTable OK ( #1932 )
2023-09-19 03:45:39 -07:00