Michael
e65e99578d
Implement the Virus Scanner.
2017-06-29 09:14:39 -04:00
RogueAI42
027788fa85
make dodge exist again
...
kbd input doesn't work at all, the collision detection sucks, and
if you maximise the window the game instantly becomes easy, but
it's a start.
2017-06-29 21:18:34 +10:00
RogueAI42
78b957eae9
fixed codepoints leach
2017-06-29 21:01:56 +10:00
Michael
95086532dc
make the virus accessible
2017-06-28 21:53:47 -04:00
Michael
0a64113fc5
I MADE AN OOPSIE POOPSIE
2017-06-28 21:51:04 -04:00
Michael
ae293c61ac
Codepoint Leech Virus
...
Suggested by Rylan.
2017-06-28 21:48:03 -04:00
Michael
27264a559d
Basics of the virus system
2017-06-28 16:33:07 -04:00
Michael
6cdb8cb025
.icons file extension
2017-06-28 08:48:16 -04:00
Michael
00cd41ea92
Slight... very slight... fileskimmer mods
2017-06-28 08:19:44 -04:00
Michael
cd2190f6ca
Multistate title button skinning.
2017-06-27 20:07:09 -04:00
Michael
58246abf51
disable sentiences like gods
2017-06-27 19:09:04 -04:00
Michael
65f79e4b23
Make brute better.
2017-06-27 15:43:09 -04:00
Michael
5bebd4411b
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# ShiftOS.WinForms/ShiftOS.WinForms.csproj
2017-06-25 13:46:39 -04:00
Michael
8e19c85999
another mission
2017-06-25 13:43:14 -04:00
RogueAI42
6f5e69bd9d
... and the missing resource file
2017-06-25 16:36:16 +10:00
RogueAI42
cd170687a5
ButtonMaster: new game for Appscape based on the Druaga1 video
2017-06-25 16:34:56 +10:00
RogueAI42
255ad0993d
refactoring a few server-related things
2017-06-25 15:35:03 +10:00
Michael
4c63e5e41c
mission commands
2017-06-24 20:26:14 -04:00
Michael
4c7703c535
breakingthebonds is a mission now
2017-06-24 20:10:13 -04:00
Michael
ad7328882b
Mission backend.
2017-06-24 19:52:57 -04:00
Michael
9c1a409f24
file skimmer disconnect button
2017-06-24 14:48:39 -04:00
Michael
8621b3ddff
breaking the bonds storyline
2017-06-24 14:41:45 -04:00
Michael
1661f9a5bd
hacking work
...
Me: [squeaky] IT'S WORKING!!
Phil: Michael... You just creeped me out...
2017-06-23 20:20:38 -04:00
Michael
42a7829864
Fix some major Appscape bugs.
2017-06-22 20:52:01 -04:00
Michael
bb38dad59b
Cosmetic bugfix for Pong.
2017-06-22 13:17:38 -04:00
Michael
e69aa84c8b
Fix crash with blank combobox
2017-06-22 13:15:11 -04:00
Michael
1e6be6b12c
don't draw ai ball
2017-06-22 12:17:11 -04:00
Michael
222c78690a
Fix 200% zoom control
2017-06-21 08:37:29 -04:00
Michael
55f754292d
shift_states upgrade
2017-06-20 19:08:47 -04:00
Michael
153057c7be
Opt-in multistate borders
2017-06-20 18:53:28 -04:00
wowmom98
472b658c22
some ui changes for artpad
2017-06-20 22:03:50 +00:00
Michael
41504bdc15
inactive border colors
2017-06-20 18:02:13 -04:00
Michael
df14761a81
I'm living on the island of Floating Point.
2017-06-20 16:43:48 -04:00
Michael
3336f3e0dd
fix image size display colors
2017-06-20 16:21:14 -04:00
Michael
6eb10fd266
move zoom, undo/redo and file io in artpad to menu
2017-06-20 16:12:45 -04:00
RogueAI42
8cb518844f
put this back when "fonts" exists
2017-06-20 19:36:38 +10:00
Michael
134f700899
Are you fucking serious?
...
"adress_book" THE WORD "ADDRESS" WAS SPELLED CORRECTLY LITERALLY 10
CHARACTERS TO THE LEFT... COME ON MAN...
2017-06-19 18:50:34 -04:00
Michael
ec33d482d3
fix language persistence bug
2017-06-19 18:48:05 -04:00
william341
b4b19e7a4d
trisheet basics
2017-06-19 14:08:36 -07:00
Michael VanOverbeek
df37f3c366
Merge pull request #132 from ComputeLinux/master
...
Fix tutorial
2017-06-19 19:06:39 +00:00
Michael
a864e1bb83
Start work on French translation.
2017-06-19 12:37:49 -04:00
Michael
af9e3401e6
store languages in appdata
2017-06-19 10:19:03 -04:00
RogueAI42
49b31c7e84
extra loading joke
2017-06-19 20:14:36 +10:00
RogueAI42
37e9af7ca6
made MindBlow wayyy faster
...
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-19 20:01:38 +10:00
RogueAI42
40b4c29b96
Fixed keyboard input & instruction pointer display
2017-06-19 17:30:55 +10:00
RogueAI42
b453978afc
MindBlow tweaks
...
* 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-19 17:03:51 +10:00
william341
c22370d643
fix
2017-06-18 20:05:46 -07:00
william341
65c163f6b0
Fix tutorial
2017-06-18 19:42:05 -07:00
william341
8a0e594604
derp
2017-06-18 19:32:50 -07:00
william341
c2620851d3
Add missing strings
2017-06-18 19:24:31 -07:00