TakaRikka
554e962be0
d_a_disappear / d_a_kytag16 OK
2023-06-30 16:33:01 -07:00
TakaRikka
35126cb257
Merge branch 'master' of https://github.com/zeldaret/tp into talk
2023-06-27 16:15:40 -07:00
TakaRikka
1d6d179077
d_a_talk almost done
2023-06-27 16:14:31 -07:00
Jcw87
7af48a0078
d_menu_collect
2023-06-26 18:58:11 -07:00
hatal175
2e6e468928
Work on d_resorce, d_vibration, d_tresure and others ( #347 )
...
* Work on d_resorce
* Work on d_a_tag_TWgate
* Work on d_meter_map
* d_tresure OK
* Work on d_vibration
* Work on d_a_npc
* Work on d_a_npc
* Work on d_a_npc
2023-06-19 14:39:09 -06:00
hatal175
f17cf7f6f1
JASSeqCtrl OK + misc functions ( #346 )
...
* JASSeqCtrl OK + misc functions
* Work on JASAudioThread
2023-06-09 01:55:15 -07:00
hatal175
98582af6d2
work on d_a_npc, d_a_npc_ash, d_a_tag_evtarea ( #345 )
...
All credit goes to randomsalience
2023-06-06 11:32:17 -06:00
hatal175
565453690e
Fix linkage for make game ( #344 )
2023-06-03 14:09:18 -07:00
hatal175
598aa4aa8c
d_shop_system, d_s_name, s_save_HIO ( #343 )
...
* d_s_name OK
* d_save_HIO ok
* d_shop_system functions matching except sinit order issue
2023-06-02 13:28:29 -07:00
hatal175
fcb6ae541f
setFadeColor fix, some d_msg_flow functions ( #339 )
2023-05-28 00:21:28 -07:00
Noah McQueen
2baa07dbf6
d_msg_scrn_arrow OK ( #337 )
...
* Mostly matching
* d_msg_scrn_arrow OK
* sync
2023-05-25 00:06:38 -07:00
Tal Hayon
c504812d1a
Match dMsgFlow_c::event032
2023-05-19 08:06:51 +03:00
hatal175
2ef82b2b66
Merge branch 'master' into various3
2023-05-18 12:10:49 +03:00
Tal Hayon
b7bc5b42a5
Work on d_msg_flow
2023-05-18 12:08:41 +03:00
Jcw87
221f40e609
Remove #includes from headers ( #334 )
...
* add "global.h" to files that use it
* add MSL_C includes to files that use them
* remove dolphin includes from headers that don't need them
* remove JSupport includes from headers that don't need them
* remove JKernel includes from headers that don't need them
* remove JUtility includes from headers that don't need them
* remove J3D includes from headers that don't need them
* remove J2D includes from headers that don't need them
* remove JAudio2 includes from headers that don't need them
* remove Z2AudioLib includes from headers that don't need them
* remove JMessage includes from headers that don't need them
* remove JParticle includes from headers that don't need them
* remove SComponent includes from headers that don't need them
* remove dol includes from headers that don't need them
* sort includes
2023-05-12 12:10:14 -07:00
hatal175
ac269f04ba
JASSeqReader, d_bg_s_movebg_actor ok ( #332 )
...
match cc_at_check except data
2023-05-09 15:42:18 -07:00
hatal175
44b0fdbb0d
Do some work on f_op_actor_mng ( #328 )
...
* decompctx - try without shiftjis and write utf8 as output
* Do some work on f_op_actor_mng
* Remove duplicated includes
* Add fopAcM_setEffectMtx
* Match dShopSystem_searchCameraActor
* fopAcM_setEffectMtx now matches with literals
* Remove unnecessary inline in headers
2023-05-08 15:10:22 -07:00
TakaRikka
85827b28ff
d_a_vrbox / d_a_kytag02 / d_a_obj_eff OK ( #327 )
...
* d_a_vrbox / d_a_kytag02 / d_a_obj_eff OK
* some std header setups
* f_pc / profile cleanup
* setup cull data
* remove asm
* d_a_suspend OK
2023-05-05 16:17:19 -07:00
Jcw87
4a29d25e65
improve const correctness ( #325 )
2023-04-29 17:32:56 -07:00
Jcw87
0c4e853e4b
fix functions not returning values ( #324 )
2023-04-29 17:31:04 -07:00
hatal175
ca4ebc9012
Merge pull request #321 from Jcw87/FLOAT_MIN
...
fix FLOAT_MIN
2023-04-25 23:13:46 +03:00
hatal175
d14d173c7b
Merge pull request #323 from Jcw87/OSMessage_macros
...
Remove duplicate OSMessage macros
2023-04-25 23:13:23 +03:00
Trueffeloot
fd6e75ee71
Merge remote-tracking branch 'upstream/master' into work7
2023-04-25 18:33:26 +02:00
Jcw87
3477aaa1cb
replace OS_MESSAGE_NON_BLOCKING and OS_MESSAGE_BLOCKING with OS_MESSAGE_NOBLOCK and OS_MESSAGE_BLOCK
2023-04-24 21:10:38 -07:00
Jcw87
b440ae74fb
MSL_C ( #319 )
...
* MSL_C/string.h
* MSL_C/stdlib.h
2023-04-24 15:28:31 -07:00
Trueffeloot
1c5bacc97b
d_a_obj_zcloth WIP
2023-04-23 21:38:41 +02:00
Jcw87
632274e3b1
fix FLOAT_MIN
2023-04-23 06:57:16 -07:00
TakaRikka
e1a0f636e5
e_ym / obj_volcball wip. obj_mgate done ( #318 )
...
* e_ym / obj_volcball wip. obj_mgate done
* remove asm
---------
Co-authored-by: root <root@DESKTOP-BTVP2BC>
2023-04-21 08:18:49 -06:00
Jcw87
f5fc527d39
add MSL_C/stdio.h ( #317 )
2023-04-21 02:02:03 -07:00
Jcw87
472340e2d6
add FLT_MAX, FLT_EPSILON, NAN, and HUGE_VALF to MSL_C headers ( #316 )
2023-04-21 02:01:46 -07:00
Trueffel
ddc5c7efaa
d_a_obj_bombf OK ( #313 )
2023-04-03 23:05:17 -06:00
TakaRikka
92b88e83e8
d_menu_calibration done / J3DDrawBuffer done / more d_drawlist wip ( #312 )
...
* d_drawlist work / finish J3DDrawBuffer
* d_menu_calibration done
* remove asm
2023-03-28 05:11:41 -06:00
TakaRikka
721880831e
d_meter2 mostly complete ( #310 )
...
* d_meter2 mostly complete
* remove asm
2023-03-18 16:25:47 -06:00
Pheenoh
3cdef97cb8
d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark ( #309 )
...
* setup TU
* JASResArcLoader OK
* d_a_obj_stoneMark work
* some funcs in d_a_obj_stoneMark
* many changes
* quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile
* d_file_select functions + pr cleanup
2023-03-17 21:05:06 -06:00
TakaRikka
a01d65b0b9
d_ky_thunder done / d_scope wip / m_Do_graphic wip ( #308 )
...
* d_ky_thunder OK + misc build fixes
* d_scope mostly done
* some m_Do_graphic wip
* remove asm
2023-03-14 15:27:46 -07:00
Pheenoh
500d079c40
d_eye_hl OK, d_spline_path and JASSeqReader work ( #307 )
2023-03-09 01:26:11 -07:00
Pheenoh
f31ab5ae0b
Misc Changes ( #306 )
2023-03-07 18:03:46 -07:00
TakaRikka
6c2e18af70
another d_a_alink pass ( #305 )
...
* big pass on many d_a_alink files
* remove asm
* fix d_a_tag_spring
* fix
---------
Co-authored-by: root <root@DESKTOP-BTVP2BC>
2023-03-07 11:44:25 -07:00
Trueffel
d7ab9423ad
Some work on d_menu_fishing ( #304 )
...
* Some work on d_menu_fishing
* pr improved based on comments
* forgot ./tp pull-request
2023-03-06 21:31:32 -07:00
TakaRikka
807f60b0f2
setup b_ob_class
2023-03-02 04:13:22 -08:00
TakaRikka
c241cba47c
dump_sort matching
2023-03-01 14:13:22 -08:00
TakaRikka
0d5b309f98
d_a_alink_hang first pass
2023-03-01 03:20:07 -08:00
Pheenoh
c54f0816ea
d_a_e_yk 23/26 matched ( #301 )
...
* setup TU
* daE_YK_HIO_c::daE_YK_HIO_c
* anm_init
* daE_YK_Draw
* pl_check
* damage_check
* action
* daE_YK_Delete
* fly_move
* e_yk_roof
* useHeapInit
* e_yk_wind
* e_yk_chance
* e_yk_return
* e_yk_fly
* e_yk_wolfbite
* e_yk_fight
* e_yk_attack
* e_yk_path_fly
* daE_YK_Execute and daE_YK_Create and float literal prep
* pr cleanup
* rm padding
2023-02-25 21:25:55 -07:00
TakaRikka
bf663a0e3d
d_a_kytag06 fully done / d_msg_class/object work ( #300 )
...
* d_a_kytag06 OK and d_msg_class/object wip
* add some GXDraw functions
* cleanup kytag6
* remove asm
2023-02-25 18:23:13 -08:00
hatal175
4df6e8edea
Various matches and improvements ( #299 )
...
* Various matches and improvements
* Remove unnecessary comment
2023-02-23 08:41:05 -07:00
Pheenoh
7fdd453996
d_a_e_ym_tag OK, d_a_tag_theB_hint OK ( #289 )
2023-02-17 07:26:11 -07:00
TakaRikka
52d84413bb
d_a_alink_swim work / fix JASGlobalInstance ( #288 )
...
* daalink / z2linkmgr wip
* first cleanup of JASGlobalInstance data
* fix sInstance stuff part 2
* more d_a_alink_swim work
* remove asm
2023-02-16 14:09:22 -07:00
jdflyer
5e83813372
m_Do cleanup and c_dylink process names
2023-02-13 21:51:27 +00:00
jdflyer
d5f5d4c3b3
m_Do_lib OK ( #278 )
2023-02-10 23:02:39 -07:00
Pheenoh
b70f57ea41
mDoMemCd_Ctrl_c::checkspace ( #277 )
2023-02-10 11:54:34 -07:00