aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
AgeCommit message (Collapse)Author
2017-07-19Fix terminal and add support for animationsMichael
2017-07-17Hacking, barebones fskimmer, double clickingMichael
2017-07-13Delete a LOT of obsolete codeMichael
2017-07-13SidePanel system, system status, crapton of other neat thingsMichael
2017-07-05HEAVILY optimize skinsMichael
2017-07-04Port over the TerminalMichael
2017-07-03Merge remote-tracking branch 'refs/remotes/origin/master' into monogameMichael
2017-07-03Fix Linux pathsMichael
2017-07-03major optimizations, draggable windowsMichael
2017-07-02A day's worth of hell... which is turning into heaven.Michael
2017-07-02Render text onscreenMichael
2017-07-02Fix softlock in shiftorium gui bootMichael
2017-07-02Some improvements to the OOBERogueAI42
Not done, but I need to get to sleep and this seems like a good milestone.
2017-07-01THOSE WHOMST'D'VE GIVE INCORRECT TOOTORALSRogueAI42
2017-06-30file-infecting virusesMichael
2017-06-29console garbler virusMichael
2017-06-29Implement the Virus Scanner.Michael
2017-06-28Fix virus manager init bugMichael
2017-06-28Basics of the virus systemMichael
2017-06-28Slight... very slight... fileskimmer modsMichael
2017-06-27Multistate title button skinning.Michael
2017-06-25Merge remote-tracking branch 'origin/master'Michael
# Conflicts: # ShiftOS.WinForms/ShiftOS.WinForms.csproj
2017-06-25another missionMichael
2017-06-25refactoring a few server-related thingsRogueAI42
2017-06-24Mission backend.Michael
2017-06-24breaking the bonds storylineMichael
2017-06-21Methinks I fixed audio... but I'm not sure..Michael
2017-06-20inactive border imagesMichael
2017-06-20Opt-in multistate bordersMichael
2017-06-20inactive border colorsMichael
2017-06-19extra loading jokeRogueAI42
2017-06-19Normalise newlines for BFInterpreter I/ORogueAI42
when the stream sends \r, the program will receive \n when the program sends \n, the stream will receive Environment.NewLine
2017-06-19Fixed keyboard input & instruction pointer displayRogueAI42
2017-06-19MindBlow tweaksRogueAI42
* MindBlow now lets you reset memory before you start a new program, and kill one that is still executing * The MindBlow site now uses the correct button theme
2017-06-18Localize a lot of the window titlesMichael
2017-06-18move terminal commands out of the engineMichael
2017-06-18Obese systemd.Michael
2017-06-17Commands are parsed with a bash-style syntax by defaultMichael
2017-06-17Localize a LOT of the UIMichael
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-16Make programs and commands distinguishableMichael
2017-06-16programs are treated as commandsMichael
2017-06-16Get rid of namespaces in commands.Michael
2017-06-17Fixed multiple compilations for the Python APIRogueAI42
Previously, only one assembly could be compiled per startup. You could compile all of your mods by restarting the game over and over, loading the previously compiled mods from the cache. Now, that's not necessary. Oh yeah, also, more bugs in the Linux "port". Yippee. Whoops.
2017-06-16wouldn't it be nice if I could remember to use my own abstractionsRogueAI42
2017-06-16Fix Intro on LinuxRogueAI42
MORE LUNIX, MORE FUN also replaced drive type with drive format
2017-06-13more loading jokeRylan/wowmom98
2017-06-13fixed assembly cache formatRogueAI42
My first attempt at an assembly cache was a dictionary from a Python filename to its associated assembly... except each templated class in the file gets its own assembly. This new format (which has different magic numbers) provides a dictionary from a Python filename to a *list* of its associated assemblies. This also means that the cache can remember Python files with no associated assemblies so that they don't get scanned again.
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-13...RogueAI42
what the hell is going on