Commit Graph

3315 Commits

Author SHA1 Message Date
Vince Weaver
b15401938e monkey: update timing and centering a bit 2020-09-17 15:50:06 -04:00
Vince Weaver
1a9120cab9 monkey: credits all set 2020-09-17 15:38:43 -04:00
Vince Weaver
83e33a9886 mist: update keyboard info 2020-09-17 13:55:06 -04:00
Vince Weaver
47559c8cf4 monkey: add title overlay
makes things a bit hard to see
2020-09-17 13:34:38 -04:00
Vince Weaver
489cf18e0e monkey: cloud moves 2020-09-17 11:25:09 -04:00
Vince Weaver
e2afd01e5c monkey: added cloud 2020-09-17 11:05:29 -04:00
Vince Weaver
917bb14ad2 monkey: logo screen more or less done 2020-09-17 10:23:31 -04:00
Vince Weaver
e76f13186b monkey: auto-progress intro 2020-09-17 09:37:34 -04:00
Vince Weaver
489a9e5d52 monkey: play some music 2020-09-17 01:12:40 -04:00
Vince Weaver
c1ee40a69b monkey: add loader 2020-09-16 23:30:12 -04:00
Vince Weaver
532bf7d3af monkey: you can walk around 2020-09-16 22:57:51 -04:00
Vince Weaver
da7b9745fc monkey: displays nouns when you hover over them now 2020-09-16 00:28:08 -04:00
Vince Weaver
2cb849dfd2 monkey: print current active verb 2020-09-15 23:45:02 -04:00
Vince Weaver
1ac4e8d995 monkey: more work on monkey 2020-09-14 23:55:50 -04:00
Vince Weaver
7dccdda2ad monkey: more work on title 2020-09-14 23:54:59 -04:00
Vince Weaver
951fd469a2 mist: bump to version v1.02 2020-09-13 12:43:04 -04:00
Vince Weaver
81b44559b4 mist: make atrus viewer message closer to actual game
less sarcastic, but maybe less of a spoiler now
someone on twitter suggested this
2020-09-13 12:42:07 -04:00
Vince Weaver
dd04a20ff4 monkey: updating the screen 2020-09-13 00:32:52 -04:00
Vince Weaver
798c5229ca monkey: I'll probably regret this 2020-09-12 23:33:28 -04:00
Vince Weaver
155635afda mist: bump to v1.01 2020-09-09 21:14:44 -04:00
Vince Weaver
5cf9566991 mist: update some things to improve joystick support
works Ok on emulator, need to test on actual hardware again
2020-09-09 21:13:46 -04:00
Vince Weaver
943493941a mist: clock puzzle, had the hour/minute valves reversed
the myst speedrun people reported this bug
2020-09-09 19:16:36 -04:00
Vince Weaver
2885ca7da5 mist: update disk image 2020-09-06 23:04:06 -04:00
Vince Weaver
942053d58f mist: minor glitch when walking down spaceship path when ship up
should have known better than to be clever like this
2020-09-06 23:03:16 -04:00
Vince Weaver
fd0b45846d mist: add files for v1.0 2020-09-06 17:22:02 -04:00
Vince Weaver
f4cbe6a80f mist: bump to v1.0 2020-09-06 17:21:45 -04:00
Vince Weaver
b1baf474aa mist: fix bugs with save games on real hardware
didn't trigger on cffa3k or emulator

first was I was accidentally forcing slot 6

the other was the timing-sensitive write routine was straddling
a page boundary, leading to the cycle-counted write code taking
the wrong number of cycles
2020-09-06 17:17:12 -04:00
Vince Weaver
526985249d mist: sub: re-arrange disk3 so it fits 2020-09-06 12:45:41 -04:00
Vince Weaver
25f26a9fa8 mist: sub: add extra stop at bottom of stairs 2020-09-06 12:23:41 -04:00
Vince Weaver
830bea5c86 mist: sub: can walk around the sub now 2020-09-06 11:46:47 -04:00
Vince Weaver
b3fa4c1d0e mist: sub: add first step in trip around sub 2020-09-06 09:52:00 -04:00
Vince Weaver
c03c7d526b mist: fix bug where if off screen to left cursor turns to right 2020-09-06 00:32:55 -04:00
Vince Weaver
543aa7d555 mist: add joystick support
made room by removing flipped-sprite support which we weren't using
2020-09-06 00:28:26 -04:00
Vince Weaver
8b73c22efc joystick: test actually works
not sure how we're going to make it fit
 3f9-438 = 3F = 63
 644-671 = 30 = 48
              =====
	       111 bytes
2020-09-05 23:16:06 -04:00
Vince Weaver
adab361181 mist: update with disk images for 0.99.6 2020-09-05 00:38:23 -04:00
Vince Weaver
4079f21cd6 joystick: working on joystick code 2020-09-05 00:36:07 -04:00
Vince Weaver
28bd57c753 mist: enable space for action again
broke when added lowercase support
2020-09-05 00:34:57 -04:00
Vince Weaver
5de9e222fc mist: add save game support
had to shar a lot of code with load support so would fit

not much room left
2020-09-05 00:34:14 -04:00
Vince Weaver
cc617a59de mist: the track0 load bug wasn't an AppleWin bug after all
was a qboot bug
2020-09-03 18:35:33 -04:00
Vince Weaver
173ca45680 mist: verify disk was switched before loading files from it
not a very robust check, mostly just a sanity check
2020-09-03 14:27:03 -04:00
Vince Weaver
5acc2ed492 disk_bug: add README 2020-09-03 14:26:28 -04:00
Vince Weaver
610f7dd83f disk_test: debugging a possible but in AppleWin 2020-09-03 14:24:39 -04:00
Vince Weaver
8e19886ade mist: make custom messages for disk2 and disk3 2020-09-02 21:44:10 -04:00
Vince Weaver
6e971e3787 mist: add disk images for 0.99.5 release 2020-09-02 01:09:38 -04:00
Vince Weaver
00bc5ee0c2 mist: make text title last a bit longer 2020-09-02 01:01:11 -04:00
Vince Weaver
8aa2dd854d mist: add back text title screen
goes by too quickly now
2020-09-02 00:49:51 -04:00
Vince Weaver
8bd16e72c6 mist: loading from all 5 save games works 2020-09-01 22:06:12 -04:00
Vince Weaver
bd3c98f3f1 mist: load games work again 2020-09-01 21:31:15 -04:00
Vince Weaver
7c77980669 mist: update save files 2020-09-01 20:47:16 -04:00
Vince Weaver
cf938aeab7 mist: you are prompted to switch disks again
need to add code to validate you're on the right one
2020-09-01 20:01:05 -04:00