Commit graph

61 commits

Author SHA1 Message Date
rezedus
c02b82c39d Update README.md 2015-04-30 15:02:32 +02:00
pfgithub
c3a4af14d0 Merge pull request #30 from maxellnormalbias/master
Moved root location to the one set in the launcher
2015-04-27 20:56:14 -07:00
maxellnormalbias
a7290454f7 Moved root location to the one set in the launcher 2015-04-27 20:37:39 -07:00
pfgithub
c6532553b5 Merge pull request #29 from maxellnormalbias/master
[ShiftOS Launcher] Fixed directory problem and moved .dat files to %localappdata%
2015-04-27 16:46:11 -07:00
maxellnormalbias
69f9b7bfe2 [ShiftOS Launcher] Fixed directory problem and moved .dat files to %localappdata% 2015-04-26 22:36:32 -07:00
V0rTeXbg
813d7c555e Update README.md
random typo i just noticed
2015-04-27 02:13:02 +03:00
V0rTeXbg
008b8cdb24 Update README.md 2015-04-27 02:11:40 +03:00
V0rTeXbg
074fce2fe8 Update README.md 2015-04-27 02:09:18 +03:00
TheUltimateHacker
be191bca81 Merge pull request #22 from pcnerd97/master
Dock and WebBrowser Improvements!
2015-04-07 15:52:15 -04:00
pcnerd97
c1cbedbfd0 Dock And Browser
Fixes a few issues with the dock and adds unlimed tabs to the web
browser
2015-04-07 19:26:28 +01:00
pcnerd97
bbf81cacae ShiftOS Tabs
ShiftOs Tabs Class
2015-04-07 19:13:20 +01:00
pcnerd97
f796e83362 Browser And Dock Fixes
This pull request fixes a few issues with the dock and adds unlimited
tabs to the webbrowser
2015-04-07 19:05:28 +01:00
rhobar
153a01334c Test files removed. 2015-04-07 11:30:57 +01:00
rhobariii
73b0200123 Updated ShiftOS License.txt 2015-04-07 10:22:33 +01:00
rhobariii
ce9a133e28 Old license removed 2015-04-07 10:21:38 +01:00
TheUltimateHacker
513e026987 Merge pull request #21 from pcnerd97/master
ShiftDock
2015-04-06 20:14:06 -04:00
pcnerd97
1b1969fb00 ShiftDock
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-06 21:46:43 +01:00
TheUltimateHacker
3519e197a2 Huge bug fixes
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-04-06 11:11:57 -04:00
TheUltimateHacker
ecb1dbd33a Gecko Implementation
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-28 15:11:15 -04:00
pfgithub
96805596f9 Merge branch 'pr/18'
Conflicts:
	ShiftOS/File Skimmer.vb
2015-03-27 15:53:26 -07:00
william1008
965207dac5 Mod work
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-23 12:57:33 +13:00
TheUltimateHacker
d556f57a1f #1 - File Skimmer bug fix + Fullscreen Login Screen
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-22 10:45:19 -04:00
TheUltimateHacker
a276b027fb Login Screen
A new Login Screen has been added.
2015-03-21 12:40:36 -04:00
TheUltimateHacker
7529ee9b32 Last-Minute Commit for Alpha 1
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-21 08:25:29 -04:00
TheUltimateHacker
850716b2a8 Experimental Features...
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-20 20:29:41 -04:00
rhobar
4db0241d88 Fixed one (1) spelling mistake in Labyrinth. 2015-03-17 11:08:57 +00:00
TheUltimateHacker
93fa6c7f3a Speech Synth System added for future AI Character
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-16 16:20:39 -04:00
TheUltimateHacker
ad47328090 Merge remote-tracking branch 'origin/master'
Conflicts:
	ShiftOS/skins.vb
2015-03-16 12:19:41 -04:00
TheUltimateHacker
dbdc3f9183 #11 - Fixed skinning bug.
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-16 11:52:50 -04:00
pfg github
91604723d5 why use for loops when you can just import system.io also fixed some paths, stopped for the skinning problem 2015-03-16 08:43:36 -07:00
pfg github
3fbfbbdb0e commented if statememt and fixed the build conflict. There is a tutorial in the dev room on how to fix them 2015-03-16 07:34:26 -07:00
TheUltimateHacker
afbd2926d0 More Paths
Added AdvStart definition, and added a sound directory.
2015-03-16 09:35:58 -04:00
TheUltimateHacker
93d62dcac2 Merge remote-tracking branch 'origin/master'
Conflicts:
	ShiftOS/skins.vb
2015-03-16 09:19:34 -04:00
TheUltimateHacker
6278dd2510 Added more skinning options and new functions to Helper.vb 2015-03-16 09:00:19 -04:00
rhobar
dda2964b74 Game-saving issue fixed #2. 2015-03-15 17:56:53 +00:00
rhobar
b107f2e8fd Game-saving issue fixed. 2015-03-15 17:49:43 +00:00
pfg github
077550eb5e Include Paths.vb 2015-03-15 10:18:36 -07:00
pfg github
93d9d339a2 Added some comments 2015-03-15 10:12:29 -07:00
pfg github
6975f73850 Added Paths module 2015-03-15 09:52:07 -07:00
TheUltimateHacker
c8d95621fb Advanced App Launcher added
A very beta Advanced App Launcher has been added. It's in a functional
state, and I'm still working on it.
2015-03-15 08:29:50 -04:00
TheUltimateHacker
55795509e5 Launcher Edits
Added a Browse button to the First Boot Setup's "ShiftOS Executable
Path" setting, allowing the user to pick a directory in a more
user-friendly way, rather than manually typing a directory in.
2015-03-10 20:01:47 -04:00
pfg github
8ab947a2fc Fixed crash with icons. Fixed icon dragging. Dragged icons don't save 2015-03-10 15:49:47 -07:00
TheUltimateHacker
a2361f8ea1 Shift Desktop Icons - 0 CP
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-10 18:31:11 -04:00
TheUltimateHacker
583b06b4be Draggable Icons added.
I got them working again, so yeah! Don't touch the last 3 subs at the
direct bottom of ShiftOSDesktop.
2015-03-09 20:55:16 -04:00
TheUltimateHacker
996b7ea76e Added new Sys Info feature
Added System Info 'Dump to Text File' button onto the System Info form.
Don't worry, it's all working.
2015-03-09 20:18:19 -04:00
TheUltimateHacker
052319164e OrcWrite Display
Made OrcWrite's font, size and allignment fields show accurate info.
2015-03-09 19:50:49 -04:00
TheUltimateHacker
ba170856e2 Fixed a skinning bug with the Desktop Context Menu. 2015-03-09 16:44:14 -04:00
pfgithub
696d91e75c Merge pull request #2 from phillips1012/patch-1
Switch license to apache
2015-03-08 09:51:41 -07:00
phillips1012
2754410534 add copyright notice to license 2015-03-08 10:48:09 -06:00
pfg github
fc17ce4ddc Merge branch 'master' of https://github.com/ShiftOS/ShiftOS 2015-03-08 09:44:42 -07:00