Commit graph

4 commits

Author SHA1 Message Date
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
40fc14a237 Add Widget Manager UI
You can now toggle visibility of widgets.
2017-04-22 17:10:15 -04:00
Michael
5cb49f3328 Store widget locations in file 2017-04-16 14:18:02 -04:00
Michael
538f99faf7 Begin work on Desktop Widgets 2017-04-16 13:31:23 -04:00