This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ShiftOS.WinForms
AShifter a152c2c463 Fixed ShiftLotto (again)
Recently, Codepoints have been changed to ULong64. While SuperDoggo (on
discord) was playing ShiftLotto, he tried to bet 100cp with only 80cp.
The check to make sure you don't overbet failed because ShiftLotto
subtracts codepoints*difficulty - currentCodepoints. If this value is
negitive, it should give you an error. But, due to the transition to
ulong,, this does not work and the check passes, removing (or adding if
you're lucky) codepoints, crashing the game. I fixed this by simply
changing thechecking statment from subtraction to a Less Than check (<).
WOW I TYPED ALOT OF STUFF
2017-06-05 10:01:16 -06:00
..
Applications Fixed ShiftLotto (again) 2017-06-05 10:01:16 -06:00
Controls volume control slider and other goodies 2017-05-31 19:23:40 -04:00
DesktopWidgets holy ashit 2017-05-21 12:21:41 +00:00
Properties volume control slider and other goodies 2017-05-31 19:23:40 -04:00
Resources Rebalance shiftnet subscriptions 2017-06-02 21:06:31 -04:00
Servers SLIGHT optimizations? 2017-05-26 17:06:38 -04:00
ShiftnetSites Slight Shiftnet mods, new default skin. 2017-05-30 16:34:31 -04:00
StatusIcons Icon Manager and various icon bugfixes. 2017-06-01 17:09:22 -04:00
Stories Fix story autosave 2017-06-04 21:07:43 -04:00
SystemIcons
Tools A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
App.config
AudioManager.cs fix the audio system 2017-06-02 11:38:38 -04:00
Commands.cs A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
DesktopWidgetAttribute.cs Store widget locations in file 2017-04-16 14:18:02 -04:00
DownloadControl.cs
DownloadControl.Designer.cs Merge a fuckton of shit. 2017-05-21 12:29:53 +00:00
DownloadControl.resx
GUIFunctions.cs
GUILogin.cs holy ashit 2017-05-21 12:21:41 +00:00
GUILogin.Designer.cs holy ashit 2017-05-21 12:21:41 +00:00
GUILogin.resx holy ashit 2017-05-21 12:21:41 +00:00
HackerCommands.cs storydev.list command 2017-05-30 13:18:14 -04:00
IDesktopWidget.cs Begin work on Desktop Widgets 2017-04-16 13:31:23 -04:00
JobTasks.cs It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
Oobe.cs A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
Oobe.Designer.cs Basically finish new OOBE 2017-04-17 15:10:34 -04:00
Oobe.resx
OobeStory.cs fix double login issue and oobe bugs 2017-05-28 16:05:57 -04:00
packages.config Audio Player work. 2017-04-24 21:01:42 -04:00
Program.cs Merge a fuckton of shit. 2017-05-21 12:29:53 +00:00
ScriptingTestFunctions.cs
ShiftOS.WinForms.csproj story objectives system 2017-06-03 09:16:44 -04:00
ShiftOSAudioProvider.cs
ShiftOSConfigFile.cs
SkinCommands.cs Add ShiftOS->Host Shared Persistence 2017-04-21 18:53:41 -04:00
TestCommandsForUpgrades.cs Window Resizing. 2017-04-29 13:28:37 -04:00
TrailerCommands.cs
UniteLoginDialog.cs holy ashit 2017-05-21 12:21:41 +00:00
UniteLoginDialog.Designer.cs fix unite login and add multiuser support 2017-04-30 20:28:31 -04:00
UniteLoginDialog.resx unite stuffs 2017-04-30 17:50:54 -04:00
UniteSignupDialog.cs holy ashit 2017-05-21 12:21:41 +00:00
UniteSignupDialog.Designer.cs unite registration 2017-04-30 19:26:00 -04:00
UniteSignupDialog.resx A better linking system. 2017-04-30 18:50:54 -04:00
VisualBasicStuff.cs Infobox SHOULD play a sound. 2017-04-15 11:35:38 -04:00
WFLanguageProvider.cs fix some nres 2017-05-02 17:52:10 -07:00
WidgetManager.cs Add Widget Manager UI 2017-04-22 17:10:15 -04:00
Window.cs
Window.Designer.cs
Window.resx
WindowBorder.cs holy ashit 2017-05-21 12:21:41 +00:00
WindowBorder.Designer.cs Window Resizing. 2017-04-29 13:28:37 -04:00
WindowBorder.resx
WinformsDesktop.cs Make stories not happen until user is logged in. 2017-06-02 08:05:53 -04:00
WinformsDesktop.Designer.cs volume control slider and other goodies 2017-05-31 19:23:40 -04:00
WinformsDesktop.resx volume control slider and other goodies 2017-05-31 19:23:40 -04:00
WinformsWindowManager.cs More documentation 2017-04-16 09:48:33 -04:00