aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Scripting.cs
AgeCommit message (Collapse)Author
2017-07-13SidePanel system, system status, crapton of other neat thingsMichael
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-29It's amazing what talking to Rylan can do to an integer datatype.Michael
2017-05-28un obsoletingRylan/wowmom98
2017-05-20document scriptingMichael
2017-03-11fix the hacker101 story some moreMichael
2017-03-10Lock certain apps away when system offline.Michael
2017-03-09mud diagnostics and user infoMichael
2017-03-09callback action can be fired when user closes infoboxMichael
2017-03-09Server-side scripts now get ran.Michael
2017-02-19SFT making utilitiesMichael
2017-02-19Make title text back color transparentMichael
2017-02-19Kill experience shifter.Michael
Now all we need is a Lua->SFT compiler (not that hard) and then we can generate 0:/system/kernel.sft and have whatever's in there run at startup.
2017-02-18Add on_key_down event and other goodiesMichael
2017-02-18Fix bug with client-side for update_your_cpMichael
2017-02-18WHOA LUA STUFF :dancer:Michael
2017-02-16stuffMichael
2017-02-15More long codepointsMichael
2017-02-02Shiftnet, and audio fixesMichael
2017-01-29Scripting changes and background music!Michael
2017-01-27Modularize the Lua engineMichael
C# code can be exposed to Lua from anywhere in the entire source code.
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael