-
Notifications
You must be signed in to change notification settings - Fork 0
Housekeeping
Angus Goucher edited this page Sep 14, 2024
·
8 revisions
- Make exception codes all share the same numerical space (make them all unique/distinguishable)
- Refactor
core/systems/*intocore/*subfolders (render,script) - Create a logging system to replace the bespoke
printfs - Make UML graph for complex systems
- Separate
Assetsinto base andRuntimeAssets(precompile()ing and net streaming should be runtime only) - Fully split the
h_core::Runtime*classes intoh_runtime::*ones - Add a doGUI() to the asset base class (instead of bespoke implementations within the runtime debugger)
- Add a way of setting component defaults in actorspec