summaryrefslogtreecommitdiff
path: root/src/REL/d/t/d_t_dowsing.cpp
AgeCommit message (Collapse)Author
2025-09-16roomid -> mRoomIDelijah-thomas774
2025-09-16rotation -> mRotationelijah-thomas774
2025-09-14Storyflag Enumelijah-thomas774
2025-05-18d_a_e_sm (chu chu) start (#117)Elijah Thomas
* d_a_e_sm (chu chu) start * progress, includes LightParam addition in BlurPaletteMgr * oops - TBox Progress I guess * dAcEsm_c::actorExecute and Particle Resource data moved * step in symbols map * Update blur_and_palette_manager.h * m_angle cleanup pass * Last explicit_zero_data Fixes #69 * add mQuat_c ctor
2024-11-09d_a_item -> Layout and Enum (#92)Elijah Thomas
* mostly done * Update d_t_tumble_weed.cpp * remove cM::calcTimer * just regswap on adjustSpeed * checkpoint * file setup * fix incorrect symbol * some tidbits i guess * fixup merge * fix merge 2.0 * Item Renames from Esme * fix d_t_tumble_weed * fixup merge
2024-10-25Separate our inc filesrobojumper
2024-10-25OK, checkpointrobojumper
2024-10-16d_t_sw_area OK (#68)CovenEsme
* Initial attempt * Fix symbols for renamed story/itemflagMgrs * Improvements xD * OK with pragma * Update variable name
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-09-15Actor cleanup (#32)robojumper
* Actor cleanup --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2024-09-12Dowsing (#17)robojumper
* Dowsing. * d_t_dowsing * d_t_holy_water OK
2024-05-23Set up empty REL source files with text splitsrobojumper