Commit graph

19 commits

Author SHA1 Message Date
Michael
79fe2101ae Get rid of namespaces in commands. 2017-06-16 20:36:43 -04:00
RogueAI42
107a98686a ReflectMan Saves The Day..............
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-11 17:38:53 +10:00
Michael
0ca2fffe7a storydev.list command 2017-05-30 13:18:14 -04:00
Michael
37ac4c684c It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
Rylan/wowmom98
c7ba7d733c un obsoleting 2017-05-28 14:44:24 -04:00
william341
1fd16be65f Comment 2017-04-22 22:29:33 -07:00
william341
73bbaed782 Minor fixes 2017-04-22 22:28:42 -07:00
Michael
761202b490 Infobox SHOULD play a sound. 2017-04-15 11:35:38 -04:00
Michael
01420ff329 fix mud.connect deadlock 2017-03-11 10:28:16 -05:00
Michael
dad61e325c fix the hacker101 story some more 2017-03-11 09:54:44 -05:00
Michael
49812bf46c Lock down various commands while offline. 2017-03-11 09:04:45 -05:00
Michael
b9c3a0e30f Fix deadlocks in hacker commands. 2017-03-11 08:32:13 -05:00
Michael
a9754b7df2 Lock certain apps away when system offline. 2017-03-10 12:29:28 -05:00
Michael
b4a5c854c8 hacker commands print the prompt when done 2017-03-09 16:51:00 -05:00
Michael
d9b4e79bcf fix some minor hacking issues
You can now purge dead saves.
2017-03-09 13:40:39 -05:00
Michael
e51f51b7d1 password breaching works now. 2017-03-08 16:26:35 -05:00
Michael
449d43d22c Finish user hacking. 2017-03-07 16:13:53 -05:00
Michael
2a747334bd WHOA HACKING 2017-03-07 14:56:57 -05:00
Michael
0ea74f3088 story stuff 2017-03-07 09:18:45 -05:00