summaryrefslogtreecommitdiff
path: root/include/d/com
AgeCommit message (Collapse)Author
2023-09-07d_a_npc / d_a_tag_mhint / d_a_grass work (#1916)TakaRikka
* some npc work / cleanup * tag_mhint / grass work * fix path / remove asm
2023-09-04Fixes for other compilers (#1912)Jcw87
* remove invalid virtual keywords * remove duplicate inline * remove leading 0 in character literals * add missing public keywords * fix some struct/class mismatches
2023-09-04d_menu_option work (#1909)Trueffel
* d_menu_option work * done with d_menu_option for now * remove unused asm * format document
2023-08-30obj_mirror_6pole / obj_mirror_sand / obj_myogan OK, obj_hbombkoya wip (#1901)TakaRikka
* obj_mirror_6pole / obj_mirror_sand OK. d_bg_w vtables fixed * obj_myogan OK, obj_hbombkoya mostly done
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-13d_a_tag_bottle_item OK, d_a_tag_chgrestart work (#1878)Pheenoh
* d_a_tag_chgrestart * d_a_tag_bottle_item * deps fix
2023-08-10d_file_select work + misc changes (#1873)Pheenoh
* 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 * match many dfile_select_c methods * m_Do_main OK * selFileWakuAnm & bookIconAnm * selCopyFileWakuAnm & copyBookIconAnm * dataDelEffAnm & dataCopyEffAnm * selectDataBaseMoveAnmInitSet & selectDataBaseMoveAnm * dataSelectIn * _move & dataSelectInit * match a few more * comment * J2DPicture::drawTexCoord * draw_function * dScnPly_Create + fix typing on request_of_phase_process_fn * checkpoint * checkpoint * checkpoint * checkpoint 2 (fixed) * dFile_select_c::dataSelectAnmSet * dFile_select_c::selectDataOpenMove * dFile_select_c::copySelMoveAnmInitSet * fix brightcheck issues * rm comments, fix status update * small mod to pr template
2023-08-02some more kankyo workTakaRikka
2023-08-02d_a_obj_swpropeller OK, work on d_kankyo / miscTakaRikka
2023-07-19d_menu_fishing mostly done (#375)Trueffel
* d_menu_fishing mostly done * format the cpp
2023-07-16dMsgScrnTree_c OK, Some JGeometry work (#370)hatal175
* Minor work on c_damagereaction and JGeomtry * dMsgScrnTree_c OK * dMsgScrnExplain_c OK
2023-07-10several files OKTrueffeloot
2023-07-07d_a_warp_bug OKTakaRikka
2023-07-03d_a_tag_hjump / d_a_scene_exit2 OK (#361)TakaRikka
* d_a_tag_hjump OK * d_a_scene_exit2 OK * remove asm
2023-07-01Merge pull request #358 from TakaRikka/misthatal175
d_a_tag_mist, d_a_obj_lv3waterEff, d_a_kytag16, d_a_disappear OK
2023-06-30d_a_disappear / d_a_kytag16 OKTakaRikka
2023-06-30Work on d_a_mirrorTal Hayon
2023-06-26d_menu_collectJcw87
2023-06-19Work on d_resorce, d_vibration, d_tresure and others (#347)hatal175
* 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-06work on d_a_npc, d_a_npc_ash, d_a_tag_evtarea (#345)hatal175
All credit goes to randomsalience
2023-05-28setFadeColor fix, some d_msg_flow functions (#339)hatal175
2023-05-18Merge branch 'master' into various3hatal175
2023-05-18Work on d_msg_flowTal Hayon
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-08Do some work on f_op_actor_mng (#328)hatal175
* 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-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-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-18d_meter2 mostly complete (#310)TakaRikka
* d_meter2 mostly complete * remove asm
2023-03-17d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark (#309)Pheenoh
* 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-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-03-07Misc Changes (#306)Pheenoh
2023-03-07another d_a_alink pass (#305)TakaRikka
* 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-01d_a_tag_rmbit_sw: OK (#303)Trueffel
* d_a_tag_rmbit_sw fully matching * d_a_tag_rmbit_sw OK
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-13m_Do cleanup and c_dylink process namesjdflyer
2023-02-10m_Do_lib OK (#278)jdflyer
2023-02-03d_a_obj_cboard / finish f_op_actor / rels cleanup (#268)TakaRikka
* d_a_obj_cboard / finish f_op_actor / clean up some rel files * rename some actor vars / remove asm * progress
2023-01-29most of d_map_path_dmap decompiledTakaRikka
2023-01-27d_door_param2 / d_cam_param / d_gameover + some misc cleanupTakaRikka
2023-01-21Merge with upstreamjdflyer
2023-01-21d_menu_map_common progressjdflyer
2023-01-15d_a_b_oh2 / d_a_obj_web0 / d_a_obj_web1 (#243)TakaRikka
* d_a_obj_web0 / d_a_obj_web1 * remove asm * d_a_set_bgobj * d_cc_s work * remove asm * build fix * fix tp.py progress check and rel sha1 check * clean up some bg files
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-31d_a_tag_mmsg OKTom Overton
2022-12-29f_op_msg_mng 19/20 matched (#227)Pheenoh
2022-12-27f_op_actor matches (#224)Pheenoh
* fopEn_enemy_c::checkBallModelDraw * fopEn_enemy_c::initBallModel * fopEn_enemy_c::setBallModelEffect * fopEn_enemy_c::drawBallModel * dStage_roomDt_c::getFileListInfo * fopAc_Delete * remove asm * convert getBall* to static functions
2022-12-26d_insect first pass (#219)Pheenoh
* dInsect_c::dInsect_c * dInsect_c::Insect_GetDemoMain attempt * dInsect_c::CalcZBuffer attempt * remove asm * convert clib inlines to template functions
2022-12-26d_vibration first pass (#220)Pheenoh
* dVibration_c::StartShock * dVibration_c::StartQuake * dVibration_c::StopQuake * dVibration_c::Kill() * dVibration_c::CheckQuake * dVibration_c::Init * dVibration_c::Remove * dVibration_c::setDefault * dVibration_c::Pause * remove asm * switch to u8 return, remove cast