Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Basic implementation of ITab_AutomatedFactory + Research Menu is it's own optional mod (code still in core) + Research Tree is it's own optional mod (code still in core) + CCL_Log CaptureStart() and CaptureEnd() to capture all CCL_Log calls to a single StringBuilder + Sub controllers which are time sliced off MainMonoBehaviour [changes] + Refactors individual systems (injectors, controllers, managers) into a generic sub controller class for easier extensibility + MainMonoBehaviour refactored for simple expandability of sub controllers + Small changes to Building_AutomatedFactory for required ITab functionality + Controller/Controller_Help.cs is now StaticClasses/HelpBuilder.cs + Controller/Controller_Research.cs is now deprecated and handled by SubControllers/ResearchSubController.cs + Moved some files around
- Loading branch information