Commit graph

9 commits

Author SHA1 Message Date
Michael
5fd343195b Localize a lot of the window titles 2017-06-18 20:31:19 -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
0f2fc4271b Fix bug with App Launcher & upgrades 2017-04-25 12:47:20 -04:00
Michael
112c05cb5e Document the App Launcher Daemon 2017-04-16 08:12:30 -04:00
Michael
a9754b7df2 Lock certain apps away when system offline. 2017-03-10 12:29:28 -05:00
Michael
44c1e66dd0 Lua app launcher items 2017-02-02 14:31:39 -05:00
Michael
e55e195d88 make app launcher prober ignore blocked DLLs 2017-02-02 11:25:17 -05:00
Michael
57c11bf41e Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
Michael
f30dcf5ef4 Initial upload 2017-01-08 09:57:10 -05:00