aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
AgeCommit message (Collapse)Author
2017-06-18move terminal commands out of the engineMichael
2017-06-17Localize a LOT of the UIMichael
2017-06-16Make programs and commands distinguishableMichael
2017-06-16programs are treated as commandsMichael
2017-06-16Get rid of namespaces in commands.Michael
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-06-04A fuckton of storyline features.Michael
2017-06-03story objectives systemMichael
2017-06-02fix the audio systemMichael
2017-05-29It's amazing what talking to Rylan can do to an integer datatype.Michael
2017-05-28un obsoletingRylan/wowmom98
2017-05-24Dramatically increase terminal performance.Michael
2017-05-24revamp sos.help a littleMichael
2017-05-13Dithering, audio volume, and fix shutdown bugMichael
2017-05-12dithering revampMichael
2017-05-12ShiftOS is a hydra.Michael
You pop one bug off, 2,000 more grow in its place.
2017-05-06Most of TriWrite is implemented.Michael
2017-05-02did something to get more codepointsRylan/wowmom98
2017-05-01Replace most instances of "CurrentSave.Username"Michael
2017-04-28Final Beta 2.3 adjustments.Michael
2017-04-23FUCKTONS OF SHIFTORIUM WORKMichael
2017-04-09Finish the MUD Control Centre storyMichael
2017-04-06.lempamo
2017-04-06german translations aint showin halplempamo
2017-04-06language changing actually workslempamo
2017-04-03Categorize the ShiftoriumMichael
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-07WHOA HACKINGMichael
2017-03-06sos.help indexes non-engine commands nowMichael
2017-02-25Color picker no longer british, more color picker ui fixes, and possible fix ↵wowmom98
to issue #97
2017-02-25I can assure you guaranteed that there is an acorn somewhere, in this place, ↵wowmom98
and the sailors are looking for it changed a few comments and made a bit of code family friendly
2017-02-23Fix savesystem oddities.Michael
2017-02-19fix bug with win.open type proberMichael
2017-02-17No swears. xDMichael
2017-02-16stuffMichael
2017-02-08Shop work.Michael
- Shop Editor implemented. - Shop List implemented. - Shops are now a way to earn Codepoints.
2017-02-07Added audio volume shiftorium upgradeAren
2017-02-07Added audio.muteAren
2017-02-06Fix console forwarding with infoboxesMichael
2017-02-06OSFT-ifying part 1.1: fix threading issueMichael
2017-02-06OSFT-ifying part 1: infobox debug commandsMichael
2017-01-29Add audio.setvol command for setting track volumeMichael
2017-01-27Modularize the Lua engineMichael
C# code can be exposed to Lua from anywhere in the entire source code.
2017-01-22Update Commands.csCarver Harrison
2017-01-22Update Commands.csCarver Harrison
2017-01-22Update Commands.csCarver Harrison