summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_movebox.cpp
AgeCommit message (Expand)Author
10 daysUnindent some namespacesLagoLunatic
10 daysA couple demo matchesLagoLunatic
2026-05-29Update all code to use the new enum formatsLagoLunatic
2026-05-26Process profiles and enums cleanup (#1031)LagoLunatic
2026-05-09Demo work (#984)LagoLunatic
2026-05-07Merge pull request #980 from LagoLunatic/daobjLagoLunatic
2026-05-07Rename fopAcM_SetupActor to fopAcM_ctLagoLunatic
2026-03-20Replace particle enums with official namesLagoLunatic
2025-12-27d_a_obj_movebox: Remove attr inline fakematchLagoLunatic
2025-09-25Use composition instead of inheritance for most f_op classesLagoLunatic
2025-09-18bpw partial cleanup, fix inline usage across several actorsLagoLunatic
2025-08-23Add dolzel_rel.pchLagoLunatic
2025-08-20Fix most weak function ordering issuesLagoLunatic
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2025-08-08Add SQUARE macro to improve readibility for distancesLagoLunatic
2025-08-03Add extra brackets to collision src structsLagoLunatic
2025-06-04Demo work (#786)LagoLunatic
2025-06-02Fix obj_movebox parameter inlinesLagoLunatic
2025-05-31Demo work, d_a_kytag02 and d_a_ff OKLagoLunatic
2025-05-21G_CM3D_F_INFLagoLunatic
2025-05-21Add enum for actor priorityLagoLunatic
2025-05-19Fix weak function order of dBgS_MoveBgActor::DrawLagoLunatic
2025-04-16player enum and inlines and goto cleanupLagoLunatic
2025-04-10J3DModel inlines cleanup, procBottleSwing_init match, etcLagoLunatic
2025-03-28Cleanp a bunch of stuffLagoLunatic
2025-03-28Cleanup the 3 path/point structsLagoLunatic
2025-03-17Add `cPhs_State` typedef and use it everywhereLagoLunatic
2025-03-06C_BG_MIN_HEIGHT, C_BG_MAX_HEIGHTLagoLunatic
2025-03-06Populate particle IDs enum with placeholders and use them everywhereLagoLunatic
2025-01-11Add enums for items and disappearsLagoLunatic
2024-10-28Clean up cc enumsJasper St. Pierre
2024-10-19Add fake headers for unsolved weak objects to reduce manual copy-pastingLagoLunatic
2024-10-18More warning cleanupLagoLunatic
2024-08-08Move sqrtf to std:: namespaceLagoLunatic
2024-06-22Use NULL macro in asserts, fix NULL macro to matchLagoLunatic
2024-04-23Move res enums in cpp files to include res headers insteadLagoLunatic
2024-04-22Regenerate old actor profiles for consistencyLagoLunatic
2024-04-21Generate all actor profiles and method tablesLagoLunatic
2024-04-18clean up some inline parametersLagoLunatic
2024-03-25Fix some namesLagoLunatic
2024-03-08rename fopAc_ac_c member vars to match TP decompLagoLunatic
2024-01-18some actor documentation and cleanupLagoLunatic
2024-01-16Rename actor orig->home and next->oldLagoLunatic
2023-12-30use enums and inlines in more placesLagoLunatic
2023-12-22more collision enums and inlinesLagoLunatic
2023-12-20add c_cc_d and d_cc_d SPrm enumsLagoLunatic
2023-12-20fix SrcGObjTg SPrm name in commentsLagoLunatic
2023-12-19Merge pull request #554 from Jcw87/newJasper St. Pierre
2023-12-19move placement new to MSL_CJcw87
2023-12-19dummy data should be staticJcw87