summaryrefslogtreecommitdiff
path: root/src/REL/d/a/e/d_a_e_ks.cpp
AgeCommit message (Collapse)Author
2026-05-24dAcEKs_c Linkedelijah-thomas774
2026-05-24fixup: dAcEKs_c::executeState_Wait thx roboelijah-thomas774
2026-05-24fixup: dAcEKs_c::actorCreate, dAcEKs_c::fn_155_2270, ↵elijah-thomas774
dAcEKs_c::executeState_WaitReady
2026-05-24ActorOnRail_Ext getPoint Inline return type change to mVec3_c* instead of Vec*elijah-thomas774
2026-05-24fixup: dAcEKs_c::executeState_WindBlowelijah-thomas774
2026-05-24dAcEKs_c State ChaseAttack, Fighting, AttackReady, Attack, Damage, Stun, ↵elijah-thomas774
WindBlow and PathMove
2026-05-24dAcEKs_c State WaitReady, Move, and Chaseelijah-thomas774
2026-05-24dAcEKs_c State WakeUp and State ReturnToWaitelijah-thomas774
2026-05-24dAcEKs_c State Waitelijah-thomas774
2026-05-24dAcEKs_c: all non-state functionselijah-thomas774
2026-05-24dAcEKs_c + dTgKiesuTag_c progresselijah-thomas774
2026-05-24dAcEKs_c + vt_1C0 name for dAcPy_celijah-thomas774
2026-05-24dAcEKs_c progess 5/6/26elijah-thomas774
2026-05-24dAcEKs_c startelijah-thomas774
2024-10-16update from dtk-template - clangd :) (#66)Elijah Thomas
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
2024-10-10Set up REL templates (#60)robojumper
* Fix .data sections misidentified as .rodata by dtk dtk can't always reliably identify REL sections in its initial analysis. This is a manual fix - the list of RELs to fix was found by looking at supposed .rodata splits that contained an fBase vtable, since vtables should be in .data. This fix is required for scripted creation of REL actors based on rel .data * More consistent d/t header paths * Data fixups for parsing * Tmp actor file setup * Fixes * Set up almost all REL templates * formatting * Fix formatting
2024-05-23Set up empty REL source files with text splitsrobojumper