aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Shiftorium.cs
AgeCommit message (Collapse)Author
2017-07-04Port over the TerminalMichael
2017-07-03major optimizations, draggable windowsMichael
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-05-29It's amazing what talking to Rylan can do to an integer datatype.Michael
2017-05-24optimize shiftoriumMichael
2017-05-24Dramatically increase terminal performance.Michael
2017-05-19document shiftorium apisMichael
2017-04-29fix all beta 2.3 bugsMichael
2017-04-29Custom Upgrade ProvidersMichael
2017-04-29The engine can now probe upgrades from the code!Michael
2017-04-24Audio Player work.Michael
2017-04-23FUCKTONS OF SHIFTORIUM WORKMichael
2017-04-03Categorize the ShiftoriumMichael
2017-04-03LOADS of optimizations and Pong fixes.Michael
2017-03-07WHOA HACKINGMichael
2017-03-07story stuffMichael
2017-03-07story IDs are now treated as shiftorium upgradesMichael
2017-02-28found a NRElempamo
2017-02-26shiftorium does not need to have a exceptionwilliam341
as a result you can now create new saves
2017-02-13Discord Integration client-sideMichael
2017-02-08Mute the background music during OOBEMichael
2017-02-08Fix Shiftorium init bugs.Michael
2017-02-08Mind my language...Michael
We finally fixed the god damn fucking fuckity fucking Tutorial bug. Finally, for fucks sake.
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael