ShiftOS_TheReturn/ShiftOS.WinForms/Applications
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
..
About.cs ShiftOS is a hydra. 2017-05-12 19:17:47 -04:00
About.Designer.cs ShiftOS is a hydra. 2017-05-12 19:17:47 -04:00
About.resx Add about box and fix desktop panel transparency bug 2017-02-25 20:54:43 -05:00
AddressBook.cs Final Beta 2.3 adjustments. 2017-04-28 20:01:04 -04:00
AddressBook.Designer.cs Final Beta 2.3 adjustments. 2017-04-28 20:01:04 -04:00
AddressBook.resx Final Beta 2.3 adjustments. 2017-04-28 20:01:04 -04:00
Artpad.cs Dramatic speed-up of window loading. 2017-04-14 10:50:05 -04:00
Artpad.Designer.cs Slight artpad modifications 2017-02-11 13:56:01 -05:00
Artpad.resx Initial upload 2017-01-08 09:57:10 -05:00
AudioPlayer.cs Final Beta 2.3 adjustments. 2017-04-28 20:01:04 -04:00
AudioPlayer.Designer.cs Custom buttons and progress bars. 2017-05-14 13:15:12 -04:00
AudioPlayer.resx Audio Player work. 2017-04-24 21:01:42 -04:00
Calculator.cs ShiftSweeper basics 2017-02-26 11:52:38 -05:00
Calculator.Designer.cs Calculator finished 2017-02-25 13:36:05 -05:00
Calculator.resx Calculator stuffs 2 2017-02-25 09:48:02 -05:00
Chat.cs Funny, disabling localization makes things easier... 2017-05-28 12:40:06 -04:00
Chat.Designer.cs various things from last night 2017-05-29 11:38:20 -04:00
Chat.resx Slight Shiftnet mods, new default skin. 2017-05-30 16:34:31 -04:00
CoherenceOverlay.cs Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
CoherenceOverlay.Designer.cs Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
ColorPicker.cs more beta 1.2 stuff 2017-02-26 10:24:27 -05:00
ColorPicker.Designer.cs Color picker no longer british, more color picker ui fixes, and possible fix to issue #97 2017-02-25 22:25:35 -05:00
ColorPicker.resx Initial upload 2017-01-08 09:57:10 -05:00
Dialog.cs Replace most instances of "CurrentSave.Username" 2017-05-01 15:23:46 -04:00
Dialog.Designer.cs Redesign the Infobox, categorize AL items 2017-02-02 13:51:29 -05:00
Dialog.resx Redesign the Infobox, categorize AL items 2017-02-02 13:51:29 -05:00
Downloader.cs finish the smiley's first story 2017-04-09 20:46:56 -04:00
Downloader.Designer.cs Added Licenses 2017-02-24 20:24:57 -05:00
Downloader.resx Implement the Downloader 2017-02-02 17:11:14 -05:00
FileDialog.cs Add copying/moving of files/dirs 2017-04-21 19:42:41 -04:00
FileDialog.Designer.cs localization in titles of programs 2017-01-08 17:48:56 -05:00
FileDialog.resx Initial upload 2017-01-08 09:57:10 -05:00
FileSkimmer.cs Fix the file skimmer pins. 2017-05-06 12:16:41 -04:00
FileSkimmer.Designer.cs Fix the file skimmer pins. 2017-05-06 12:16:41 -04:00
FileSkimmer.resx SFT making utilities 2017-02-19 20:19:00 -05:00
FormatEditor.cs Finish Appscape. 2017-04-23 18:22:16 -04:00
FormatEditor.Designer.cs Custom Command Syntax 2017-03-12 09:29:17 -07:00
FormatEditor.resx Very early version of FormatEditor 2017-03-07 17:33:39 -08:00
GraphicPicker.cs Fix Graphic Picker UI. 2017-06-01 17:45:59 -04:00
GraphicPicker.Designer.cs Fix Graphic Picker UI. 2017-06-01 17:45:59 -04:00
GraphicPicker.resx Initial upload 2017-01-08 09:57:10 -05:00
IconManager.cs Icon Manager and various icon bugfixes. 2017-06-01 17:09:22 -04:00
IconManager.Designer.cs Icon Manager and various icon bugfixes. 2017-06-01 17:09:22 -04:00
IconManager.resx Icon Manager and various icon bugfixes. 2017-06-01 17:09:22 -04:00
Installer.cs SuperDesk now has a shiftnet site. 2017-04-26 19:03:02 -04:00
Installer.Designer.cs Custom buttons and progress bars. 2017-05-14 13:15:12 -04:00
Installer.resx Legion story work (SPOILERS!) 2017-04-09 15:56:14 -04:00
MUDControlCentre.cs un obsoleting 2017-05-28 14:44:24 -04:00
MUDControlCentre.Designer.cs Hide AL when clicking on window ctrls 2017-04-15 20:21:11 -04:00
MUDControlCentre.resx Fix bug with client-side for update_your_cp 2017-02-18 11:19:54 -05:00
NameChanger.cs Make Name Changer an Appscape app 2017-04-25 12:52:59 -04:00
NameChanger.Designer.cs Finish name changer UI 2017-02-04 11:47:43 -05:00
NameChanger.resx Initial upload 2017-01-08 09:57:10 -05:00
Notifications.cs LIcenses 2017-02-26 21:54:41 -05:00
Notifications.Designer.cs LIcenses 2017-02-26 21:54:41 -05:00
Notifications.resx Notification frontend. Sorta. 2017-02-24 21:16:45 -05:00
Pong.cs Fixed Pong? 2017-06-03 00:43:20 +10:00
Pong.Designer.cs Fixed Pong? 2017-06-03 00:43:20 +10:00
Pong.resx Fixed Pong? 2017-06-03 00:43:20 +10:00
Shifter.cs It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
Shifter.Designer.cs Use NAudio to handle system sounds 2017-04-15 14:39:24 -04:00
Shifter.resx Desktop preview 2017-04-14 13:06:13 -04:00
ShiftLetters.cs It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
ShiftLetters.Designer.cs shiftletters improvements 2017-02-26 10:11:58 -05:00
ShiftLetters.resx Added ShiftLetters as a new game, made Audio Volume upgrade more expensive. 2017-02-25 14:08:48 +01:00
ShiftLotto.cs Fixed ShiftLotto (again) 2017-06-05 10:01:16 -06:00
ShiftLotto.Designer.cs I don't think Michael liked the ShiftLotto limits 2017-03-11 09:24:15 -07:00
ShiftLotto.resx Added ShiftLotto 2017-03-07 18:53:41 -07:00
Shiftnet.cs Rebalance shiftnet subscriptions 2017-06-02 21:06:31 -04:00
Shiftnet.Designer.cs FUCKTONS OF SHIFTORIUM WORK 2017-04-23 14:53:10 -04:00
Shiftnet.resx Shiftnet, and audio fixes 2017-02-02 09:47:23 -05:00
ShiftoriumFrontend.cs fixed shiftorium 2017-06-04 01:29:21 +10:00
ShiftoriumFrontend.Designer.cs fixed shiftorium 2017-06-04 01:29:21 +10:00
ShiftoriumFrontend.resx Initial upload 2017-01-08 09:57:10 -05:00
ShiftSweeper.cs It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
ShiftSweeper.Designer.cs Minesweeper refactor complete 2017-03-05 15:08:53 -08:00
ShiftSweeper.resx ShiftSweeper basics 2017-02-26 11:52:38 -05:00
ShopItemCreator.cs It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
ShopItemCreator.Designer.cs Added Licenses 2017-02-24 20:24:57 -05:00
ShopItemCreator.resx Shop item editor 2017-02-08 16:21:52 -05:00
Skin Loader.cs un obsoleting 2017-05-28 14:44:24 -04:00
Skin Loader.Designer.cs Skin engine optimizations 2017-02-10 15:53:53 -05:00
Skin Loader.resx Skin engine optimizations 2017-02-10 15:53:53 -05:00
Terminal.cs A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
Terminal.cs.rej Initial upload 2017-01-08 09:57:10 -05:00
Terminal.Designer.cs Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
Terminal.resx Initial upload 2017-01-08 09:57:10 -05:00
TextPad.cs Add default icons for most apps 2017-02-07 18:39:30 -05:00
TextPad.Designer.cs Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
TextPad.resx Initial upload 2017-01-08 09:57:10 -05:00
TriPresent.cs Disable TriPresent for Beta 2.5. 2017-05-23 19:07:25 -04:00
TriPresent.Designer.cs Add more features to TriPresent 2017-05-20 13:33:13 -06:00
TriPresent.resx Start work on TriPresent 2017-05-18 19:27:44 -06:00
TriSheet.cs Disable TriPresent for Beta 2.5. 2017-05-23 19:07:25 -04:00
TriSheet.Designer.cs change some story stuff 2017-05-20 15:32:44 -04:00
TriSheet.resx change some story stuff 2017-05-20 15:32:44 -04:00
TriWrite.cs FIRST COMMIT FROM A MAC 2017-05-07 15:03:46 +00:00
TriWrite.Designer.cs Most of TriWrite is implemented. 2017-05-06 09:44:47 -04:00
TriWrite.resx Most of TriWrite is implemented. 2017-05-06 09:44:47 -04:00
TutorialBox.cs fix the hacker101 story some more 2017-03-11 09:54:44 -05:00
TutorialBox.Designer.cs WHOA HACKING 2017-03-07 14:56:57 -05:00
TutorialBox.resx WHOA HACKING 2017-03-07 14:56:57 -05:00
UpdateManager.cs Update Manager 2017-04-07 18:33:41 -04:00
UpdateManager.Designer.cs Custom buttons and progress bars. 2017-05-14 13:15:12 -04:00
UpdateManager.resx Update Manager 2017-04-07 18:33:41 -04:00
VideoPlayer.cs appscape fixes + video player 2017-04-25 11:48:44 -04:00
VideoPlayer.Designer.cs Custom buttons and progress bars. 2017-05-14 13:15:12 -04:00
VideoPlayer.resx appscape fixes + video player 2017-04-25 11:48:44 -04:00
WebBrowser.cs web browser + fix shiftorium merge conflict 2017-05-23 20:36:16 -04:00
WebBrowser.Designer.cs web browser + fix shiftorium merge conflict 2017-05-23 20:36:16 -04:00
WebBrowser.resx web browser + fix shiftorium merge conflict 2017-05-23 20:36:16 -04:00
WidgetManagerFrontend.cs SuperDesk now has a shiftnet site. 2017-04-26 19:03:02 -04:00
WidgetManagerFrontend.Designer.cs Add Widget Manager UI 2017-04-22 17:10:15 -04:00
WidgetManagerFrontend.resx Add Widget Manager UI 2017-04-22 17:10:15 -04:00