Commit Graph

11 Commits

Author SHA1 Message Date
elijah-thomas774 0b6f97ed73 dAcEKs_c State ChaseAttack, Fighting, AttackReady, Attack, Damage, Stun, WindBlow and PathMove 2026-05-24 20:34:43 -04:00
elijah-thomas774 f65d59d315 dAcEKs_c State WaitReady, Move, and Chase 2026-05-24 20:34:43 -04:00
elijah-thomas774 7d2f5d2e35 dAcEKs_c State Wait 2026-05-24 20:34:43 -04:00
elijah-thomas774 1737da2a21 dAcEKs_c: all non-state functions 2026-05-24 20:34:42 -04:00
elijah-thomas774 d2d52cc88c dAcEKs_c + dTgKiesuTag_c progress 2026-05-24 20:34:42 -04:00
elijah-thomas774 5b6788804a dAcEKs_c + vt_1C0 name for dAcPy_c 2026-05-24 20:34:42 -04:00
elijah-thomas774 7da9558daa dAcEKs_c progess 5/6/26 2026-05-24 20:33:44 -04:00
elijah-thomas774 b577f14b6c dAcEKs_c start 2026-05-24 20:32:35 -04:00
robojumper 9a4a557a1a Fix some REL setup mistakes 2026-01-30 00:05:51 +01:00
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* 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-16 15:36:02 -04:00
robojumper 98f7e90125 Set up REL templates (#60)
* 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-10-10 12:21:07 -04:00