aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Story.cs
AgeCommit message (Collapse)Author
2017-07-02Fix softlock in shiftorium gui bootMichael
2017-07-02Some improvements to the OOBERogueAI42
Not done, but I need to get to sleep and this seems like a good milestone.
2017-07-01THOSE WHOMST'D'VE GIVE INCORRECT TOOTORALSRogueAI42
2017-06-25another missionMichael
2017-06-24Mission backend.Michael
2017-06-11Creation of new games is possible again!Michael
2017-06-11ReflectMan Saves The Day..............RogueAI42
Refactored every part in the code that used that damn foreach loop. All assemblies are now loaded on startup into an array, and the results of GetType() on each are concatenated into another array. The parts of the code that were loading the assemblies and scanning them themselves now look to ReflectMan.Types, and all disk I/O is limited to the first time ReflectMan is accessed. While I was there I also replaced some other foreach loops with array comprehensions and such to speed things up - there is a noticeable improvement. It doesn't seem to have broken anything, but I'd appreciate if someone could do more stress testing for me.
2017-06-10main menu system + sandbox modeMichael
2017-06-04Fix story autosaveMichael
2017-06-04A fuckton of storyline features.Michael
2017-06-03story objectives systemMichael
2017-05-27simplesrc refurbishmentMichael
2017-05-20remove obsolete story code and document non-obsolete codeMichael
2017-04-17Basically finish new OOBEMichael
2017-03-06Modular storiesMichael
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael