summaryrefslogtreecommitdiff
path: root/src/d/tg
AgeCommit message (Collapse)Author
2026-03-13cleanupMaxMotis
remove unnecessary lines of code
2026-03-09d_t_event_f OKMaxMotis
2026-03-09d_t_event_f OKMaxMotis
fixed symbols.txt and staged configure.py
2026-03-09Revert "d_t_event_f OK"MaxMotis
This reverts commit 5adbfc7713d3415d5d239fc417829910ed94c8e8.
2026-03-09d_t_event_f OKMaxMotis
not yet looked into proper member variable names
2026-03-02Update d_t_event.cpp - fix build errorelijah-thomas774-patch-1Elijah Thomas
2026-03-02Merge pull request #300 from MaxMotis/d_t_eventElijah Thomas
d_t_event OK
2026-03-01d_t_event OKMaxMotis
2026-03-01Rebase fixesrobojumper
2026-03-01d_t_event OKMaxMotis
2026-02-01rebase fixeslepelog
2026-02-01improve FUN_80278c70, non matching commentslepelog
2026-02-01formatlepelog
2026-02-01reviewlepelog
2026-02-01d_t_mass_obj 99%lepelog
2025-09-16roomid -> mRoomIDelijah-thomas774
2025-09-16rotation -> mRotationelijah-thomas774
2025-03-06dScTitle_c OK, dScGame_c about halfwayrobojumper
2024-11-12Tubo! (d_a_obj_tubo) (#95)Elijah Thomas
* begin work * fixup modifications to d_a_base header * progress * update from main again (forgor to fetch) * progress * Basically done * clean up some inlines * some at/tg hit typing and tubo naming * more naming
2024-11-06d_a_obj_tumble_weed mostly done (#88)Elijah Thomas
* mostly done * Update d_t_tumble_weed.cpp * remove cM::calcTimer * just regswap on adjustSpeed * Create inlines for angle between vectors * name data symbols --------- Co-authored-by: robojumper <robojumper@gmail.com>
2024-10-25Separate our inc filesrobojumper
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-25Some main dol actor splits, dAcOsw_c OK, dTgSw_c OK (#34)robojumper
* Some main dol actor splits and code * Match dAcOsw_c * diff clean * Fix * dTgSw_c OK