aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ShiftOS.Engine.csproj
AgeCommit message (Collapse)Author
2017-07-13Delete a LOT of obsolete codeMichael
2017-07-02Render text onscreenMichael
2017-06-28Basics of the virus systemMichael
2017-06-28Slight... very slight... fileskimmer modsMichael
2017-06-24Mission backend.Michael
2017-06-18move terminal commands out of the engineMichael
2017-06-17MindBlow: Brainfuck IDE for ShiftOSRogueAI42
For 50,000 Codepoints you can write and run Brainfuck programs in a dedicated IDE. Check out the site on "shiftnet/mindblow". The IDE seems to be working perfectly. The site has some theming issues.
2017-06-16Fix Intro on LinuxRogueAI42
MORE LUNIX, MORE FUN also replaced drive type with drive format
2017-06-13Python APIRogueAI42
It uses a meta-language and a CSharpCodeProvider on startup. I will release a tutorial on the forums soon showing how to use it. This commit also adds an extremely basic loading screen which shows while Desktop is getting everything ready. Which can take a while if you have any Python mods. Thanks, IronPython.
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-31modular notificationsMichael
2017-05-28FuckMichael
2017-05-26SLIGHT optimizations?Michael
2017-05-21HmmmmmmMichael
2017-05-20delete virus manager, it isn't used.Michael
2017-05-20document user managementMichael
2017-05-06GUI-based login screen with skinning!Michael
2017-05-01User management commands.Michael
2017-04-30unite stuffsMichael
2017-04-23FUCKTONS OF SHIFTORIUM WORKMichael
2017-03-12Command theming completepfg
2017-03-12Custom Command Syntaxpfg
2017-03-09Colored terminal textMichael
2017-03-07WHOA HACKINGMichael
2017-02-25rip warningswilliam341
2017-02-24Notification backend.Michael
2017-02-13fix nuget mosquitosMichael
2017-02-12Help me. I can't NuGet.Michael
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-18Linux testMichael
2017-01-17Tutorial backend, deletion of NancyMichael
I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday.
2017-01-08Initial uploadMichael