summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_bmshutter.h
AgeCommit message (Collapse)Author
2025-11-30project cleanup (#2895)TakaRikka
* 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-09-09Lv4railwall / lv4sand / lv4slidewall done. fix wii build (#2637)TakaRikka
* lv4railwall / lv4sand / lv4slidewall done and wii build fix * fix Mtx** parameters * add some notes about wii compiler version * Remove dol2asm include --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-03-21decompile d_a_obj_bmshutter.cpp (#2338)soruh
* Implement `onCondition` inline function of `dEvt_info_c` * decompile d_a_obj_bmshutter.cpp * remove uncesary inline and this-> * use dEvt_info_c::checkCommandDemoAccrpt instead of daObjBmSh_c::checkCommandDemoAccrpt * change style of members * Revert "Implement `onCondition` inline function of `dEvt_info_c`" This reverts commit dc7e945aedef44eb7be76a61c2da37e238560c3e. * use `i_onCondition` instead of `onCondition` * make l_ statics local * remove uncessesary parenthesis * make actor function pointers return ints * make l_check_area a Vec[4]
2024-10-10switch to dtk setup (#2203)TakaRikka
* 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>