aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Terminal.vb
AgeCommit message (Collapse)Author
2015-03-22#1 - File Skimmer bug fix + Fullscreen Login ScreenTheUltimateHacker
Fixed a bug with the File Skimmer, as well as adding a FullScreen Login Screen test that can be utilized using the "test fullscreen login" terminal command. There's also a "test fullscreen login customizer" command to test the Customization Options for the login screen, though I haven't even gotten close to completing that. I've also referenced another DLL, one that I made called "MichaelsMovableControlSuite.dll" that contains movable variations of Windows Forms Controls. By movable, I mean that at run-time, the user can drag these controls around, however some functions (such as the ability to type in a MovableTextBox) have been disabled. These controls are used for the Login Screen customizer.
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-08Full Sourcepfg github