aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-23Update README.mdHEADmasterMichael VanOverbeek
2015-05-13Update README.mdrezedus
2015-05-13Update README.mdV0rTeXbg
2015-05-03Update README.mdrezedus
2015-05-03readme updateTheUltimateHacker
Updated readme to say that I'm still working on this engine
2015-05-02Merge branch 'master' of https://github.com/ShiftOS/ShiftOSNarodGaming
2015-05-01Update README.mdrezedus
Added wrapping around column 80 to prevent unnatural wraps when viewed on terminal. Added shiftos-cs
2015-05-01Merge branch 'master' of https://github.com/ShiftOS/ShiftOSNarodGaming
2015-05-01Merge pull request #31 from ShiftOS/revert-30-masterrezedus
Revert "Moved root location to the one set in the launcher"
2015-05-01Merge branch 'master' of https://github.com/ShiftOS/ShiftOSNarodGaming
2015-04-30Update README.mdrezedus
2015-04-30Revert "Moved root location to the one set in the launcher"rezedus
2015-04-30Made Changes to ThePlague virus, more changes to come shortly.NarodGaming
2015-04-27Merge pull request #30 from maxellnormalbias/masterpfgithub
Moved root location to the one set in the launcher
2015-04-27Moved root location to the one set in the launchermaxellnormalbias
2015-04-27Merge pull request #29 from maxellnormalbias/masterpfgithub
[ShiftOS Launcher] Fixed directory problem and moved .dat files to %localappdata%
2015-04-26[ShiftOS Launcher] Fixed directory problem and moved .dat files to ↵maxellnormalbias
%localappdata%
2015-04-27Update README.mdV0rTeXbg
random typo i just noticed
2015-04-27Update README.mdV0rTeXbg
2015-04-27Update README.mdV0rTeXbg
2015-04-07Merge pull request #22 from pcnerd97/masterTheUltimateHacker
Dock and WebBrowser Improvements!
2015-04-07Dock And Browserpcnerd97
Fixes a few issues with the dock and adds unlimed tabs to the web browser
2015-04-07ShiftOS Tabspcnerd97
ShiftOs Tabs Class
2015-04-07Browser And Dock Fixespcnerd97
This pull request fixes a few issues with the dock and adds unlimited tabs to the webbrowser
2015-04-07Test files removed.rhobar
2015-04-07Updated ShiftOS License.txtrhobariii
2015-04-07Old license removedrhobariii
2015-04-06Merge pull request #21 from pcnerd97/masterTheUltimateHacker
ShiftDock
2015-04-06ShiftDockpcnerd97
ShiftDock! This is the dock i created as a mod, i have implemented it into ShiftOS! The program is mostly stable but needs afew small fixes that i will fix. The design of the settings menu also needs work.
2015-04-06Huge bug fixesTheUltimateHacker
This commit fixes some major bugs, atleast I hope so, that caused ShiftOS to be unplayable. The bugs I'm talking about are the inability to find the xulrunner, MichaelsMovableControls.dll, and SkyBound.Gecko.dll files. I also fixed a minor bug where when .smf files are loaded in the File Skimmer or Desktop, the modloader would read the code rather than opening the file.
2015-03-28Gecko ImplementationTheUltimateHacker
Rest in Pieces, Trident! I've converted the Internet Browser to Gecko, the Firefox Rendering Engine. Virtually no code has been changed (unless you include the other stuff I'm working on like FullScreenLogin.vb)
2015-03-27Merge branch 'pr/18'pfgithub
Conflicts: ShiftOS/File Skimmer.vb
2015-03-23Mod workpr/18william1008
Improved SRIP mod communication system and tested with mod, will soon release mod template files and documentation. Currently only has 4 commands, please add more. This is a starter.
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-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-17Fixed one (1) spelling mistake in Labyrinth.rhobar
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-16Merge remote-tracking branch 'origin/master'TheUltimateHacker
Conflicts: ShiftOS/skins.vb
2015-03-16#11 - Fixed skinning bug.TheUltimateHacker
Fixed a huge skinning bug, along with adding a few new features (Infobox tries to find a .wav file to play when it starts up. If there isn't any, it doesn't play a sound.)
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-16More PathsTheUltimateHacker
Added AdvStart definition, and added a sound directory.
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-15Include Paths.vbpfg github
2015-03-15Added some commentspfg github