summaryrefslogtreecommitdiff
path: root/src/REL/d/d_s_boot.cpp
AgeCommit message (Collapse)Author
2026-01-30Fix some REL setup mistakesrobojumper
2025-09-27d_lang OKrobojumper
2025-09-13d_s_boot OKrobojumper
2025-09-13d_lyt_common_title OKrobojumper
2025-09-13Merge pull request #227 from robojumper/d_pad_managerrobojumper
More game bootup / error related things
2025-08-18Small status/result cleanups for arc managersrobojumper
2025-08-02d_s_boot progressrobojumper
2025-08-02d_pad_manager WIProbojumper
2025-07-27d_gfx mostly OKrobojumper
2025-06-16d_reset almost fully matchingelijah-thomas774
2025-06-15dHbm::Mange_c symbolselijah-thomas774
2025-06-15d_reset namingelijah-thomas774
2025-05-15fi_context OK (also cleanup dFlow_c)robojumper
2025-05-14d_dvd_drive_error OKrobojumper
2025-05-10Merge pull request #94 from robojumper/more-tag-processorrobojumper
Continue with d_tag_processor
2025-05-02save_manager OKrobojumper
2025-04-29Fixesrobojumper
2025-04-07I keep getting distracted by side questsrobojumper
2025-03-09Convert some singleton access to gettersrobojumper
2025-03-06dScTitle_c OK, dScGame_c about halfwayrobojumper
2025-03-02Fix mDvd createOrDie symbol (#122)robojumper
2025-02-26d_scene OK (#114)robojumper
* d_scene OK * d_s_boot * Rename -> PROFILE_MAX * Some more ---------
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