aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-27Make brute better.Michael
2017-06-25Merge remote-tracking branch 'origin/master'Michael
# Conflicts: # ShiftOS.WinForms/ShiftOS.WinForms.csproj
2017-06-25another missionMichael
2017-06-25... and the missing resource fileRogueAI42
2017-06-25ButtonMaster: new game for Appscape based on the Druaga1 videoRogueAI42
2017-06-25refactoring a few server-related thingsRogueAI42
2017-06-24mission commandsMichael
2017-06-24breakingthebonds is a mission nowMichael
2017-06-24Mission backend.Michael
2017-06-24file skimmer disconnect buttonMichael
2017-06-24breaking the bonds storylineMichael
2017-06-24better infobox sound that isnt annoywilliam341
2017-06-24Merge pull request #5 from shiftos-game/masterwilliam341
merge
2017-06-23hacking workMichael
Me: [squeaky] IT'S WORKING!! Phil: Michael... You just creeped me out...
2017-06-22Fix some major Appscape bugs.Michael
2017-06-22Cosmetic bugfix for Pong.Michael
2017-06-22Fix crash with blank comboboxMichael
2017-06-22don't draw ai ballMichael
2017-06-21Fix 200% zoom controlMichael
2017-06-21Methinks I fixed audio... but I'm not sure..Michael
2017-06-20shift_states upgradeMichael
2017-06-20inactive border imagesMichael
2017-06-20Opt-in multistate bordersMichael
2017-06-20some ui changes for artpadwowmom98
2017-06-20inactive border colorsMichael
2017-06-20I'm living on the island of Floating Point.Michael
2017-06-20fix image size display colorsMichael
2017-06-20move zoom, undo/redo and file io in artpad to menuMichael
2017-06-20rylan doesn't like pythonRogueAI42
2017-06-20put this back when "fonts" existsRogueAI42
2017-06-19Are you fucking serious?Michael
"adress_book" THE WORD "ADDRESS" WAS SPELLED CORRECTLY LITERALLY 10 CHARACTERS TO THE LEFT... COME ON MAN...
2017-06-19fix language persistence bugMichael
2017-06-19Merge pull request #133 from ComputeLinux/masterMichael VanOverbeek
Add TriSheet basics
2017-06-19trisheet basicswilliam341
2017-06-19Merge pull request #4 from shiftos-game/masterwilliam341
pulling
2017-06-19Merge pull request #132 from ComputeLinux/masterMichael VanOverbeek
Fix tutorial
2017-06-19Start work on French translation.Michael
2017-06-19store languages in appdataMichael
2017-06-19extra loading jokeRogueAI42
2017-06-19made MindBlow wayyy fasterRogueAI42
More threads. More responsive. The IBFListener calls don't wait for the WinForms updates to finish now. They put changes onto a few variables using a lock and then activate a dormant thread to actually run those on the worker thread. Once it's done, that dormant thread goes back to waiting for an AutoResetEvent to fire that tells it when there's actually work to do. So it shouldn't chew up any CPU. I found out about this object working on this project and now I want to find everywhere in the game that uses a while loop to wait for stuff, and replace it with this.
2017-06-19Normalise newlines for BFInterpreter I/ORogueAI42
when the stream sends \r, the program will receive \n when the program sends \n, the stream will receive Environment.NewLine
2017-06-19Fixed keyboard input & instruction pointer displayRogueAI42
2017-06-19MindBlow tweaksRogueAI42
* MindBlow now lets you reset memory before you start a new program, and kill one that is still executing * The MindBlow site now uses the correct button theme
2017-06-18fixwilliam341
2017-06-18Fix tutorialwilliam341
2017-06-18derpwilliam341
2017-06-18Add missing stringswilliam341
2017-06-18Merge pull request #3 from shiftos-game/masterwilliam341
yes
2017-06-18Revert "shiftoes easter egg"william341
This reverts commit e7d23cc119a581e49e05ccb46b0e02452aa8678f.
2017-06-18shiftoes easter eggwilliam341