summaryrefslogtreecommitdiff
path: root/include/d/kankyo
AgeCommit message (Collapse)Author
2024-08-16d_particle almost finished (#2193)hatal175
* d_particle almost finished * Remove dolasm.h include from JKRDvdRipper
2024-05-29d_a_nbomb mostly done (#2162)TakaRikka
* first pass of nbomb * some nbomb doc * remove asm
2024-05-06Kytag3 done (#2149)TakaRikka
* kytag3 done * remove asm * fix d_envse
2024-05-05kytag8 done, kytag12/13 almost (#2146)TakaRikka
* kytag08 done * kytag13 almost, cleanup other kytags * dakytag12 mostly done * remove asm * kytag10 done * kytag01 done * kytag0 done * kytag04 done
2024-04-30d_a_door_shutter OK (#2142)hatal175
* a_d_door_shutter OK * d_a_door_spiral OK
2024-04-28fix some nonmatching functions (#2141)Caroline Madsen
2024-04-12d_a_e_fz work, doxygen revamp (#2127)Pheenoh
* 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-01daObjTrnd2_c OK, daObjTrnd_c done except one function (#2111)hatal175
* work on d_a_tornado_obj * daObjTrnd2_c OK
2024-03-31d_a_obj_yobikusa OK (#2116)Jeff Padgham
* Decomp OK * Initial cleanup pass * Light documenting and formatting pass * Updating progress --------- Co-authored-by: GinNoOokami <noreply>
2024-03-24daFmtMng_c OK (#2106)hatal175
2024-03-20fix setLightTevColorType_MAJI usage (#2103)Caroline Madsen
2024-03-19remove "duplicated" inlines (#2099)TakaRikka
* fix f_op_actor_mng inlines * fix f_pc inlines * fix d_a_alink weak func signatures * fix d_com_inf_game inlines * fix some more inlines * fix rest of player inlines * m_Do / JSystem inlines fixed * fix upstream changes
2024-01-29various fixes / matches (#2052)TakaRikka
* some fixes in d/s, d_item, d_shop * fix for dKankyo_DayProc weak generation * d_cc_uty fix * some d_name / d_com_inf_game / f_op_actor_mng matches * fix some player inline virtuals * remove asm
2024-01-20almost all of dolphin matched (#2036)TakaRikka
* 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
2023-11-18almost all of daAlink_demo done (#1987)TakaRikka
* almost all of alink_demo done * remove asm * decideDoStatus OK
2023-11-02work on d_a_tbox (#1971)Caroline Madsen
* 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 * work on d_a_tbox
2023-10-25d_envse mostly OK. more work on kankyo_rain (#1969)TakaRikka
* d_envse OK, work on kankyo_rain * remove asm
2023-10-11d_a_andsw2 OK, d_a_player / d_a_alink cleanup, d_a_alink_hook mostly done ↵TakaRikka
(#1957) * d_a_andsw2 OK * d_a_player cleanup, d_a_alink cleanup and work on d_a_alink_hook * remove asm * d_kankyo_wether almost done * some work on d_kankyo_rain
2023-09-30d_kankyo work / d_particle_copoly OK (#1953)TakaRikka
* d_kankyo work / d_particle_copoly OK * remove asm
2023-09-28k_wmark / k_wpillar OK, fop actor enums / debug building (#1946)TakaRikka
* d_k_wmark / d_k_wpillar OK * make debug buildable / add assert functionality * add more fop actor enums * remove asm
2023-08-16Kytag00 / Vrbox2 work, some cphase / kankyo doc (#1886)TakaRikka
* kytag00 work * d_a_vrbox2 close to done * rename cPhase enum values * some enums from noclip / kankyo doc * remove asm * use macro * uncomment ok-check.yml
2023-08-16d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)Pheenoh
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
2023-08-11JPAEmitter OK, work on d_particle (#1874)hatal175
* JPAEmitter OK + header reorganization * libelf: silence repeated relocation warning * Work on d_particle
2023-08-02more kankyo work / d_a_kytag08 workTakaRikka
2023-08-02some more kankyo workTakaRikka
2023-08-02d_a_obj_swpropeller OK, work on d_kankyo / miscTakaRikka
2023-07-27daTagLightBall OKYotona
2023-07-07Work on m_Do_graphicTal Hayon
2023-07-03d_event_manager OK, d_kankyo rain WIP (#360)hatal175
* d_event_manager OK, d_kankyo rain WIP * Match createTimg
2023-06-30d_a_disappear / d_a_kytag16 OKTakaRikka
2023-06-30d_a_obj_lv3waterEff / d_a_kytag16 OKTakaRikka
2023-05-12Remove #includes from headers (#334)Jcw87
* 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-05d_a_vrbox / d_a_kytag02 / d_a_obj_eff OK (#327)TakaRikka
* 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-04-29improve const correctness (#325)Jcw87
2023-03-28d_menu_calibration done / J3DDrawBuffer done / more d_drawlist wip (#312)TakaRikka
* d_drawlist work / finish J3DDrawBuffer * d_menu_calibration done * remove asm
2023-03-14d_ky_thunder done / d_scope wip / m_Do_graphic wip (#308)TakaRikka
* d_ky_thunder OK + misc build fixes * d_scope mostly done * some m_Do_graphic wip * remove asm
2023-02-25d_a_kytag06 fully done / d_msg_class/object work (#300)TakaRikka
* d_a_kytag06 OK and d_msg_class/object wip * add some GXDraw functions * cleanup kytag6 * remove asm
2023-02-19d_a_kytag07 OK, d_a_obj_onsenFire OK, d_a_econt OK (#295)Pheenoh
2023-02-05d_a_crod almost fully OK (#270)TakaRikka
2023-01-03d_s_room / d_a_bg first passTakaRikka
2023-01-02dolphin lib work (#237)TakaRikka
* getLayerNo_common_common finally matched * dolphin ai / ar / card work from prime decomp * work on dolphin dvd / dsp / db * more dolphin os work * si work * remove asm * build fix
2022-12-19big d_a_alink pass (#214)TakaRikka
* d_a_alink pass1 wip * more d_a_alink work * remove asm * more daalink work * 20% dol code decompiled * fixed some nonmatchings for building * a few daalink functions and labeling some HIO data
2022-10-03d_camera / m_Do_ext / d_particle + minor various wip (#210)TakaRikka
2022-07-04d_menu_save / pane_class / rename some data (#205)TakaRikka
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress * finish d_menu_save / d_pane_class_alpha / d_pane_class / rename some data * rename more data * remove asm / progress * match all of d_pane_class * fixes / some dKankyo doc
2022-07-01move inlineslepelog
2022-06-29work on daalink, fop actor, mDo machine, msg_scrn, + various (#201)TakaRikka
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
2022-06-08progresslepelog
2022-06-01formatTakaRikka
2022-06-01m_Do / d_a_npc workTakaRikka
2022-05-28npcT / JUTGamePad workTakaRikka