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 Minesweeper flagging icon, format editor icon 2017-03-12 10:10:36 -07:00
Tools A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
App.config Fix the supermosquito. Hopefully. 2017-02-13 15:33:43 +00:00
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 Increase shiftletters payout (and shiftnet sub stuff) 2017-02-26 15:57:09 -05:00
DownloadControl.Designer.cs Merge a fuckton of shit. 2017-05-21 12:29:53 +00:00
DownloadControl.resx Fix download UI 2017-02-02 19:51:57 -05:00
GUIFunctions.cs Added Licenses 2017-02-24 20:24:57 -05:00
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 Improved tutorial, win.open edit 2017-01-18 10:01:37 -05:00
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 Optimize screensavers 2017-03-02 08:53:01 -05:00
ShiftOS.WinForms.csproj story objectives system 2017-06-03 09:16:44 -04:00
ShiftOSAudioProvider.cs ShiftSweeper right click flagging 2017-03-05 09:49:47 -08:00
ShiftOSConfigFile.cs Added Licenses 2017-02-24 20:24:57 -05:00
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 Added Licenses 2017-02-24 20:24:57 -05:00
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 Added Licenses 2017-02-24 20:24:57 -05:00
Window.Designer.cs Allows the creation of a file (0:/md.txt) for testing ShiftOS Markdown in the shiftnet 2017-03-05 17:51:41 -08:00
Window.resx Allows the creation of a file (0:/md.txt) for testing ShiftOS Markdown in the shiftnet 2017-03-05 17:51:41 -08:00
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 Initial upload 2017-01-08 09:57:10 -05:00
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