aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
AgeCommit message (Collapse)Author
2017-06-10main menu system + sandbox modeMichael
2017-06-10fix a small bad in ShiftoriumFrontendRogueAI42
2017-06-05Fixed ShiftLotto (again)AShifter
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-04Fix story autosaveMichael
2017-06-04A fuckton of storyline features.Michael
2017-06-04fixed shiftoriumRogueAI42
just in time for chrimbus
2017-06-03story objectives systemMichael
2017-06-02Rebalance shiftnet subscriptionsMichael
2017-06-02fix the audio systemMichael
2017-06-03Fixed Pong?RogueAI42
there are some sound crashes but Michael told me to just make the PR and let him fix the audio backend so that's what I'm doing.
2017-06-02Make stories not happen until user is logged in.Michael
2017-06-01Fix Graphic Picker UI.Michael
2017-06-01Icon Manager and various icon bugfixes.Michael
2017-05-31volume control slider and other goodiesMichael
2017-05-31COMPLETELY WORKING notification system!Michael
2017-05-31modular notificationsMichael
2017-05-31Fix sizing issue with notifications, and UP key in terminalMichael
2017-05-30slightly fix balloon notesMichael
2017-05-30Slight Shiftnet mods, new default skin.Michael
2017-05-30storydev.list commandMichael
2017-05-29It's amazing what talking to Rylan can do to an integer datatype.Michael
2017-05-29fix some clientside save softlocksMichael
2017-05-29various things from last nightMichael
2017-05-28fix double login issue and oobe bugsMichael
2017-05-28un obsoletingRylan/wowmom98
2017-05-28FuckMichael
2017-05-28make localization 50 billion times fasterMichael
2017-05-28Funny, disabling localization makes things easier...Michael
2017-05-28Don't clear the terminal when in fullscreenMichael
2017-05-28Cool startup logo :smiley:Michael
2017-05-28strip things down but make things betterMichael
2017-05-28Fix a bug with command-line login.Michael
2017-05-27stuffMichael
2017-05-27simplesrc refurbishmentMichael
2017-05-26SLIGHT optimizations?Michael
2017-05-24Dramatically increase terminal performance.Michael
2017-05-23web browser + fix shiftorium merge conflictMichael
2017-05-23Disable TriPresent for Beta 2.5.Michael
2017-05-23Tiny skinning fixes.Michael
2017-05-21Merge branch 'master' of https://github.com/shiftos-game/ShiftOSMichael VanOverbeek
I should hire Ash Ketchum to do this for me. He'd do a better job.
2017-05-21Merge a fuckton of shit.Michael VanOverbeek
2017-05-21holy ashitMichael VanOverbeek
2017-05-20some more story stuffMichael
2017-05-20Add more features to TriPresentAShifter
yoy!
2017-05-20change some story stuffMichael
2017-05-20Make a basic version of TriPresent work.AShifter
This version has one function: Adding labels. You can add labels with certain text colors, etc. Adding more features very soon.
2017-05-18actually made tripresent an IShiftOSWindowRylan/wowmom98
2017-05-18Start work on TriPresentAShifter
It's in a basic state right now, and I also fixed a launch bug for people with slightly older ``ShiftOS.mfs`` files (in Localization.cs).
2017-05-18fix beta 2.5 first_stepsMichael
2017-05-18Revert "i <3 rylan wait wrong textbox whatever"Michael
This reverts commit 20d44ba1334b5af65605de27a01e8dcb40fa2081.