aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ServerManager.cs
AgeCommit message (Collapse)Author
2017-07-13SidePanel system, system status, crapton of other neat thingsMichael
2017-06-25refactoring a few server-related thingsRogueAI42
2017-06-11Merge pull request #129 from RogueAI42/masterMichael VanOverbeek
ReflectMan Saves The Day..............
2017-06-11skip server connection if server is offlineMichael
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-28un obsoletingRylan/wowmom98
2017-05-28FuckMichael
2017-05-26SLIGHT optimizations?Michael
2017-05-20document servermanagerMichael
2017-05-13Newer notification system (PANEL ICONS :D)Michael
2017-05-06Most of TriWrite is implemented.Michael
2017-05-05admin.set_acl and other thingsMichael
2017-05-03Basic multiplayer pong.Michael
2017-04-14Desktop previewMichael
2017-04-02Reconnect to MUD after unexpected lossMichael
2017-03-11fix mud.connect deadlockMichael
2017-03-09Console colors!Michael
2017-03-09Colored terminal textMichael
2017-03-07WHOA HACKINGMichael
2017-02-18InvokeOnWorkerThread Michael...Michael
2017-02-18Fix bug with client-side for update_your_cpMichael
2017-01-21Terminal remote control!Michael
2017-01-14#5 - Users can be given CP over the MUDMichael
Currently not usable in the UI, but will be used to power shops.
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael