aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/TerminalBackend.cs
AgeCommit message (Collapse)Author
2017-07-19Fix terminal and add support for animationsMichael
2017-07-13SidePanel system, system status, crapton of other neat thingsMichael
2017-06-18Localize a lot of the window titlesMichael
2017-06-17Commands are parsed with a bash-style syntax by defaultMichael
2017-06-16programs are treated as commandsMichael
2017-06-16Get rid of namespaces in commands.Michael
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-06-02Fix bug where terminal hangs on bad commandMichael
2017-05-28un obsoletingRylan/wowmom98
2017-05-28strip things down but make things betterMichael
2017-05-26SLIGHT optimizations?Michael
2017-05-24Fix a lot of bugs with terminalMichael
2017-05-24Dramatically increase terminal performance.Michael
2017-05-20document terminal backendMichael
2017-05-12Post-intro tutorialMichael
2017-05-12ShiftOS is a hydra.Michael
You pop one bug off, 2,000 more grow in its place.
2017-05-01my hands are typing words\Michael
2017-05-01Fix a major OOBE bug.Michael
And to think I was going to quit development because of this.
2017-04-30fix unite login and add multiuser supportMichael
2017-03-12Command theming completepfg
2017-03-12Custom Command Syntaxpfg
2017-03-11fix mud.connect deadlockMichael
2017-03-11Lock down various commands while offline.Michael
2017-03-11even more uhhhhhhhhhMichael
2017-03-09FULLY COMPLETE TERMINAL COLORSMichael
2017-03-09Console colors!Michael
2017-03-08Kernel watchdog watches you more...Michael
:notjustabluesmileyface:
2017-03-07WHOA HACKINGMichael
2017-02-06Fix console forwarding with infoboxesMichael
2017-02-06OSFT-ifying part 1: infobox debug commandsMichael
2017-01-22Add trm.exit command for exiting remote sessions.Michael
2017-01-21Commands can now be locked out of remote sessionsMichael
Try using sos.shutdown remotely... it won't work. :stuck_out_tongue_winking_eye:
2017-01-21Fix trm handshake acceptMichael
2017-01-21Terminal remote control!Michael
2017-01-18Improved tutorial, win.open editMichael
Tutorial now goes over how to do basic things like check codepoints, buy upgrades, open windows etc. win.open now shows a list of available windows when ran with no arguments.
2017-01-11Catch exception when a command throws an unhandled exceptionVictor Tran
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael