Commit Graph

8 Commits

Author SHA1 Message Date
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
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
51307a5f72 mist: hookup another step on way to rocket
also fix issue with clipping on pointer
2020-03-14 01:20:01 -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
58df88587a mist: working on generator room 2020-03-11 00:12:10 -04:00
Vince Weaver
4010a84b9f mist: fix it to load properly
need to disable some sound temporarily as out of room if we
leave LOADER in memory
2020-03-08 14:11:11 -04:00
Vince Weaver
43f5028c45 mist: split off some more common code 2020-03-07 23:11:08 -05:00