aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/ShiftOSDesktop.vb
AgeCommit message (Collapse)Author
2015-03-21Login ScreenTheUltimateHacker
A new Login Screen has been added.
2015-03-21Last-Minute Commit for Alpha 1TheUltimateHacker
This commit adds last-minute bugfixes and features such as a new Terminal command to turn the Advanced App Launcher on or off. It also fixes a skinning bug with Catalyst's classic App Launcher menu item.
2015-03-20Experimental Features...TheUltimateHacker
LOADS of experimental stuff with Catalyst, Skinning and more! Why not create a Sounds directory in your Skins\Loaded directory, and stick a few .wav files in? Preferrably an infobox.wav, startup.wav and shutdown.wav. Soon, there will be ways of adding these files in-game through the Shifter, don't worry. Also, a Catalyst Story can be found in Helper.vb in the form of a string array.
2015-03-16Speech Synth System added for future AI CharacterTheUltimateHacker
Added a new Speech Synth system using the .NET Framework's Speech Synth API. To utilize this system, I've added 3 new functions in Helper.vb called speak(Text As String), speakInfoBox(Title As String, Text As String) and speakOnTerminal(Text As String) as well as 2 new Terminal cmdlets, one called speak 'Text in Single Quotes' and speak_Infobox 'Title' 'Text'. These two commands should not be bundled with the full release of 0.0.9. I've also fixed a bug with the Advanced App Launcher, where the AAL would not close unless you clicked "Applications" or clicked an option in the AAL. Now, clicking the Desktop Panel and Desktop will close the AAL. I have yet to figure out the Skin Loader AAL loading issue (Can't run Skin Loader from the AAL), but that'll be my next bugfix.
2015-03-16why use for loops when you can just import system.io also fixed some paths, ↵pfg github
stopped for the skinning problem
2015-03-16commented if statememt and fixed the build conflict. There is a tutorial in ↵pfg github
the dev room on how to fix them
2015-03-16Merge remote-tracking branch 'origin/master'TheUltimateHacker
Conflicts: ShiftOS/skins.vb
2015-03-16Added more skinning options and new functions to Helper.vbTheUltimateHacker
2015-03-15Game-saving issue fixed #2.rhobar
2015-03-15Game-saving issue fixed.rhobar
2015-03-15Added Paths modulepfg github
2015-03-15Advanced App Launcher addedTheUltimateHacker
A very beta Advanced App Launcher has been added. It's in a functional state, and I'm still working on it.
2015-03-10Fixed crash with icons. Fixed icon dragging. Dragged icons don't savepfg github
2015-03-10Shift Desktop Icons - 0 CPTheUltimateHacker
Yes, I added the ability to customize the Desktop Icons in the Shifter. This is very basic, and I tried my best to allow older skins to be converted to enable these abilities. Don't worry though, the title was just a creative title and no upgrades were added to the Shiftorium. I also added the ability to delete files from the desktop.
2015-03-09Draggable Icons added.TheUltimateHacker
I got them working again, so yeah! Don't touch the last 3 subs at the direct bottom of ShiftOSDesktop.
2015-03-09Fixed a skinning bug with the Desktop Context Menu.TheUltimateHacker
2015-03-08Full Sourcepfg github