Commit Graph

19 Commits

Author SHA1 Message Date
Vince Weaver
0d6b366520 mist: fix some issues with pages in meche age 2020-07-20 01:44:42 -04:00
Vince Weaver
dd0143fdf6 mist: cabin: more work on getting the boiler working 2020-07-15 13:08:33 -04:00
Vince Weaver
7d58ab871d mist: sprites: add match and key sprites 2020-07-14 18:42:47 -04:00
Vince Weaver
65faa57b09 mist: fix bug where it crashes because you can turn left going S at an ES intersection
could hit this by the clock puzzle
2020-07-05 22:40:53 -04:00
Vince Weaver
77de5390b1 mist: properly puts down page when you pick up another 2020-05-20 02:02:19 -04:00
Vince Weaver
9387383ba5 mist: can actually link to channelwood 2020-04-15 17:03:07 -04:00
Vince Weaver
428b62e937 mist: redo directions (make them bitmask instead of ordinal)
this might break subtle things :(
2020-04-15 15:05:21 -04:00
Vince Weaver
1bcc2b29c3 mist: can now look at all corners of the octogon 2020-04-01 01:23:32 -04:00
Vince Weaver
d4ae0dcc5a mist: fix bug in direction lookup when looking south/only south 2020-03-29 00:52:55 -04:00
Vince Weaver
907cbf7add mist: minor size optimization in the direction code 2020-03-27 00:43:51 -04:00
Vince Weaver
db8a45e483 mist: add ability to u-turn
much needed, not really happy with the implementation
2020-03-27 00:38:49 -04:00
Vince Weaver
9c07f76975 mist: fix some irregularities when entering/leaving worlds
sometimes would take two presses to enter area (we weren't tracking
IS_SPECIAL if not visible)

also weren't masking high bits off direction when turning left/right
2020-03-24 01:10:39 -04:00
Vince Weaver
faa97f61b4 mist: meche: can now pick up red/blue pages 2020-03-23 16:11:14 -04:00
Vince Weaver
8bfd4c26a7 mist: start hooking up th circuit breaker towers 2020-03-19 01:59:09 -04:00
Vince Weaver
e1a662b725 mist: fix some issues with controls/pointers
now can set generator again
2020-03-15 15:06:36 -04:00
Vince Weaver
8dbb04d591 mist: you can play the organ now 2020-03-14 11:57:09 -04:00
Vince Weaver
f57a6b6f5f mist: finger pointing for buttons works 2020-03-11 12:07:15 -04:00
Vince Weaver
46b9121c13 mist: on split screen cut off the pointer at the edge of screen 2020-03-11 09:46:53 -04:00
Vince Weaver
43f5028c45 mist: split off some more common code 2020-03-07 23:11:08 -05:00