aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
AgeCommit message (Collapse)Author
2017-02-11commit really safe for workMichael
crash handler now shows assemblyname and assemblydescription
2017-02-10App Launcher text is now skinnable.Michael
Find the new App Launcher Text Color and App Launcher font settings in Desktop -> App Launcher in Shifter!
2017-02-08TransferCodepointsFrom no longer prints trm promptMichael
2017-02-08Shop work.Michael
- Shop Editor implemented. - Shop List implemented. - Shops are now a way to earn Codepoints.
2017-02-08Mute the background music during OOBEMichael
2017-02-08Fix Shiftorium init bugs.Michael
2017-02-08Mind my language...Michael
We finally fixed the god damn fucking fuckity fucking Tutorial bug. Finally, for fucks sake.
2017-02-07Add default icons for most appsMichael
2017-02-07Added defaulticonattribute.Michael
2017-02-07VS failed to savearen-cllc
For some reason Visual Studio didn't save *all* my changes. This caused my previous PR to make audio commands require a shiftorium upgrade that didn't exist. This is now fixed.
2017-02-07Added audio volume shiftorium upgradeAren
2017-02-07Added audio.muteAren
2017-02-06Icon backend :DMichael
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-02-05Fix downloader UIMichael
It now shoes the icon of the file it's downloading... and I just misspelled 'shows' as 'shoes' and don't feel like correcting it.
2017-02-05Fix tutorial rebootMichael
2017-02-05Server now FULLY encrypts savesMichael
2017-02-04#if STUPID set custom cursor #endifMichael
2017-02-04Update packages.configwilliam341
2017-02-04Sorta-working custom cursors.Michael
2017-02-04Implement maximizing and minimizingMichael
Fixes #24 and makes panel buttons useful.
2017-02-04Add name changer backendMichael
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a default title for the window and name changer entry.
2017-02-03Fix crash handlerMichael
2017-02-02First ever VB mod... it isn't going well.Michael
2017-02-02Lua app launcher itemsMichael
2017-02-02Redesign the Infobox, categorize AL itemsMichael
2017-02-02make app launcher prober ignore blocked DLLsMichael
2017-02-02Shiftnet style fixesMichael
2017-02-02Shiftnet, and audio fixesMichael
2017-01-29Fix some crashes and UI bugsMichael
Audio manager crashed after loading a second song Color Picker and ArtPad palette entries were not appearing properly. Fonts in Shifter could not have decimal sizes.
2017-01-29Add audio.setvol command for setting track volumeMichael
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-22Update Commands.csCarver Harrison
2017-01-22Update Commands.csCarver Harrison
2017-01-22Update Commands.csCarver Harrison
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-18Linux testMichael
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-17Tutorial backend, deletion of NancyMichael
I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday.
2017-01-17Out-of-box experience workMichael
It's definitely not working right now. I wouldn't delete your save. I have to implement the tutorial before the OOBE will let you into the game.
2017-01-14#5 - Users can be given CP over the MUDMichael
Currently not usable in the UI, but will be used to power shops.
2017-01-11Catch exception when a command throws an unhandled exceptionVictor Tran
2017-01-08fix appvoyer buildswilliam341
2017-01-08Added trm.echo commandCarver Harrison