summaryrefslogtreecommitdiff
path: root/src/d/d_bomb.cpp
AgeCommit message (Collapse)Author
2024-05-29d_a_nbomb mostly done (#2162)TakaRikka
* first pass of nbomb * some nbomb doc * remove asm
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
2023-09-19make nbomb inherit instead of creating a fopAc_ac_c object (#1937)Trueffel
* make nbomb inherit instead of creating an object * add newline at the end of the cpp
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-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-04-03d_a_obj_bombf OK (#313)Trueffel
2023-03-07Misc Changes (#306)Pheenoh
2023-02-10d_a_dmidna OK / f_op + misc cleanup (#276)TakaRikka
* some f_op / d_insect cleanup * rename some vars according to tww * d_a_dmidna OK * remove asm
2022-01-25d_kankyo_wether / d_eye_hl (#178)TakaRikka
* d_eye_hl / d_kankyo_wether wip * more d_kankyo_wether + format * remove asm * some d_kankyo wip * fix dccs vtable * some m_Do_graphic / d_meter2_draw work
2021-06-12move / fix bunch of stuff (#133)TakaRikka
* fix some class structures / d_event wip * d_event wip * move gamepad stuff * move m_Do_main * move d_bomb / partial m_Do_reset * format * remove asm * add Z2SoundID enum * move some Z2 classes * fix * move more Z2 stuff * fix fopAc_ac_c more
2021-04-06building RELsJulgodis
2021-04-01__sinit and progress script updateJulgodis
2021-03-31.dead section fixJulgodis
2021-03-29clang-formatJulgodis
2021-03-28dol2asm OKJulgodis
2020-12-26run clang-formatPheenoh
2020-12-13d_bomb OK (#28)jdflyer
* Start Z2SceneMgr * Various Fixes After Merge * d_bomb OK Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-08-29okunknown