summaryrefslogtreecommitdiff
path: root/src/REL/d/a/obj/d_a_obj_tubo.cpp
AgeCommit message (Collapse)Author
2026-05-10Fixesrobojumper
2026-05-07MTX/VEC cleanuprobojumper
2026-05-03some more namingelijah-thomas774
2025-11-23change mang to template operatorselijah-thomas774
2025-11-22porgresselijah-thomas774
2025-11-22states finishedelijah-thomas774
2025-09-16mField -> fieldelijah-thomas774
2025-09-16Object Property Enumelijah-thomas774
2025-09-16dAcObjBase var -> mVarelijah-thomas774
2025-09-16mActorProperty Enumelijah-thomas774
2025-09-16roomid -> mRoomIDelijah-thomas774
2025-09-16easily refactored variables -> mVariableelijah-thomas774
2025-09-16position -> mPositionelijah-thomas774
2025-09-16rotation -> mRotationelijah-thomas774
2025-09-13Actor sound source cleanuprobojumper
2025-06-09fix regressionselijah-thomas774
2025-06-08Merge remote-tracking branch 'upstream/main' into blurpalette_mgrelijah-thomas774
2025-06-08name changeelijah-thomas774
2025-06-04Refactoringrobojumper
2025-05-25d_linkage is largely done (#176)Elijah Thomas
2025-05-19Progressrobojumper
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
2025-05-10Morerobojumper
2025-05-10More cleanupsrobojumper
2025-05-10Morerobojumper
2025-05-10Refactoringrobojumper
2025-05-10checkpointrobojumper
2025-04-21Matching, I guessrobojumper
2025-03-30Chair (#143)Elijah Thomas
* chair * mostly done * updateChairPos match --------- Co-authored-by: robojumper <robojumper@gmail.com>
2025-03-16Improve dAcBase_c (#133)CovenEsme
* Improve dAcBase_c * Fix missed polyAttr0/1 renaming * Add getters for EventManager funcs used in dAcBase * Fix include * Replace actor_properties with helper calls * Fix SoundInfo TList function (thanks robo) * Make roundAngleToNearest90 static * Fix removeSoundInfo symbol * Revert d_a_item spawnItem and spawnDrop param change * Fix d_t_reaction and improve spawnHearts a bit * Also update special_item_drop_mgr * Fix special_item_drop_mgr * Small fixes --------- Co-authored-by: robojumper <robojumper@gmail.com> Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2025-03-09Convert some singleton access to gettersrobojumper
2025-02-09g3d initial pullover (#115)Elijah Thomas
* g3d Headers * initial g3d source files -- NOT YET FIXED * change ResFile static_cast to explicit ctor
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-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