Commit Graph

3246 Commits

Author SHA1 Message Date
Vince Weaver
7219933a28 mist: re-arrange bitmask so easier to follow 2020-07-27 14:17:54 -04:00
Vince Weaver
bb9477b4f2 mist: loadgame -- was loading too much
noticed because it over-wrote sound status
2020-07-27 14:17:23 -04:00
Vince Weaver
787ddcd905 mist: channel: reset some state at begin of level
do it in linking book so going to trees doesn't do it
2020-07-27 14:16:55 -04:00
Vince Weaver
82a30d20fd mist: channel: hook up the valve puzzle to the various devices 2020-07-27 13:37:17 -04:00
Vince Weaver
bb2fa543e2 mist: nibel: try to make hand crop on viewer 2020-07-27 13:03:47 -04:00
Vince Weaver
cec3baa987 mist: channelwood: fix broken valve5, show windmill switch
TODO: should also animate windmill in various places
2020-07-27 13:02:40 -04:00
Vince Weaver
5eea6c879f mist: update default save 2020-07-27 13:01:55 -04:00
Vince Weaver
bf5d6ed1d9 mist: channel: visually show when faucet it open
in real game you got water sound effects, not easy to do on Apple II
2020-07-27 11:12:56 -04:00
Vince Weaver
2dcbdb9c28 mist: channel: valves implemented
or at least you can flip them all now
2020-07-27 00:06:03 -04:00
Vince Weaver
87232719db mist: channelwood: add a missing path location
abrupt, also made it hard to add a valve in the right spot
2020-07-26 16:04:36 -04:00
Vince Weaver
48384448e1 mist: channelwood: hook up first valve 2020-07-26 13:34:21 -04:00
Vince Weaver
e61d63c167 mist: channelwood: add valves
against my better judgement
2020-07-26 13:02:21 -04:00
Vince Weaver
1de2b95073 mist: start adding qkumba's write routines
though hit a roadblock because I have no idea what they are doing
2020-07-25 23:14:01 -04:00
Vince Weaver
4b00599b54 mist: meche: can get to the end puzzle from both sides now 2020-07-24 15:09:02 -04:00
Vince Weaver
b84c8f9011 mist: release v0.96
but that just means I'm likely to find more bugs immediately
2020-07-23 11:26:06 -04:00
Vince Weaver
29b39e761e mist: keyboard: handle lowercase input
hope this doesn't break anything
2020-07-23 11:04:38 -04:00
Vince Weaver
a4b3c54caf mist: improved IIgs support
thanks to 4am, this turns black backgrounds on and enables the
PAGE2 workaround
2020-07-23 10:58:22 -04:00
Vince Weaver
a6212fcfbf b2d: for regular GR the results were only half-screen wide?
think this fix is more or less OK but might break something else
2020-07-23 10:57:32 -04:00
Vince Weaver
50f5333e73 mist: update TODO list 2020-07-23 10:29:05 -04:00
Vince Weaver
fe15716573 dgr_view: double-lores image viewer
had a *lot* of trouble trying to get this to work, even more
so the BASIC version I first tried
2020-07-23 10:27:54 -04:00
Vince Weaver
35ac540ffc mist: update next version 2020-07-20 23:14:19 -04:00
Vince Weaver
e05ea0e865 mist: viewer: add another step, add views of ship
also fix bug in mist where first background drawn befor updating bgs
2020-07-20 16:03:12 -04:00
Vince Weaver
0d6b366520 mist: fix some issues with pages in meche age 2020-07-20 01:44:42 -04:00
Vince Weaver
bdcb41c178 mist: update disk images 2020-07-20 01:05:24 -04:00
Vince Weaver
1e14451837 mist: fix more breakage in tower rotation
more issues because change_location was clearing animate status
2020-07-20 01:03:49 -04:00
Vince Weaver
561f5d7afd mist: marker switches default to off 2020-07-20 00:49:40 -04:00
Vince Weaver
7bd447ee1c mist: fix issue where bookshelf passage not opening
broke whenever we modified change_location() to clear ANIMATE_FRAME
2020-07-20 00:48:37 -04:00
Vince Weaver
e3a05e070a mist: make title screen linger a bit longer 2020-07-20 00:18:24 -04:00
Vince Weaver
a886d51804 mist: fix down button
control-J is same as down, oops, can't use that to enable joystick
2020-07-20 00:15:31 -04:00
Vince Weaver
93e13c5e35 mist: update w v0.94 2020-07-19 18:55:44 -04:00
Vince Weaver
aaba27a5f6 mist: can beat the game! 2020-07-19 18:42:27 -04:00
Vince Weaver
747add046c mist: octagon: rotating into/out of fireplace works 2020-07-19 18:30:41 -04:00
Vince Weaver
58d2a506a6 mist: octagon: hook up fireplace rotation 2020-07-19 17:03:47 -04:00
Vince Weaver
95a7ba9495 mist: octagon: can click on fireplace puzzle now 2020-07-19 16:20:45 -04:00
Vince Weaver
1d0d40d021 mist: octagon: start animating fireplace turning 2020-07-19 15:29:14 -04:00
Vince Weaver
cc508351d3 mist: octagon: properly draw tiny red page in distance if in fireplace 2020-07-19 13:16:10 -04:00
Vince Weaver
0359b21d2a mist: dni: can actually beat the game!
still need to hook up the fireplace puzzle
2020-07-19 01:24:28 -04:00
Vince Weaver
ec072179a4 mist: fix marker switch
the sound consolidation broke marker switch
A was not preserved
2020-07-18 23:23:41 -04:00
Vince Weaver
26cc76a4f4 mist: working on ending 2020-07-18 23:14:01 -04:00
Vince Weaver
377b4e1695 mist: octagon: grid book now works 2020-07-18 01:06:38 -04:00
Vince Weaver
027c0522bd mist: release v0.92 2020-07-17 14:41:38 -04:00
Vince Weaver
dc06de88df mist: handle enabling/disabling mockingboard better 2020-07-17 14:28:45 -04:00
Vince Weaver
4e4736a19a mist: let ^T toggle sound 2020-07-17 14:26:51 -04:00
Vince Weaver
4f819068f6 mist: initial mockingboard support 2020-07-17 14:17:11 -04:00
Vince Weaver
e938fbeea1 mist: title: have animation 2020-07-17 13:50:30 -04:00
Vince Weaver
457d1a95cb mist: title: can now open linking book off the ground 2020-07-17 12:53:08 -04:00
Vince Weaver
623639af45 mist: title: add opening monologue 2020-07-17 12:33:07 -04:00
Vince Weaver
2bf3c214a9 mist: more work on title 2020-07-17 11:54:06 -04:00
Vince Weaver
2db93b5ca4 mist: consolidate sounds
have in one central location, so we can toggle more easily
2020-07-17 09:39:27 -04:00
Vince Weaver
84f07c20f7 mist: start work on improving title
separate out hgr from gr files
2020-07-17 09:37:31 -04:00