aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/HackerCommands.cs
AgeCommit message (Collapse)Author
2017-06-16Get rid of namespaces in commands.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-05-30storydev.list commandMichael
2017-05-29It's amazing what talking to Rylan can do to an integer datatype.Michael
2017-05-28un obsoletingRylan/wowmom98
2017-04-22Commentwilliam341
2017-04-22Minor fixeswilliam341
2017-04-15Infobox SHOULD play a sound.Michael
2017-03-11fix mud.connect deadlockMichael
2017-03-11fix the hacker101 story some moreMichael
2017-03-11Lock down various commands while offline.Michael
2017-03-11Fix deadlocks in hacker commands.Michael
2017-03-10Lock certain apps away when system offline.Michael
2017-03-09hacker commands print the prompt when doneMichael
2017-03-09fix some minor hacking issuesMichael
You can now purge dead saves.
2017-03-08password breaching works now.Michael
2017-03-07Finish user hacking.Michael
2017-03-07WHOA HACKINGMichael
2017-03-07story stuffMichael