49 Commits

Author SHA1 Message Date
Vince Weaver
72e9d338a4 riven: expand so can have 5 exits from a level rather than 3 2024-08-03 19:09:15 -04:00
Vince Weaver
55655c1124 riven: hook up disk10 2024-08-03 18:47:41 -04:00
Vince Weaver
80a84fdd85 riven: hook up some more graphics 2024-08-03 15:12:45 -04:00
Vince Weaver
ea28706818 riven: hook up some more locations 2024-08-01 00:30:40 -04:00
Vince Weaver
b51168af74 riven: update disk44 2024-07-29 12:02:19 -04:00
Vince Weaver
21fdb06068 riven: hook up some more locations 2024-07-28 01:19:47 -04:00
Vince Weaver
ffc92ceaf0 riven: add more locations 2024-07-26 01:59:11 -04:00
Vince Weaver
9a88435c9d riven: clean up some of the common code 2024-07-24 16:08:14 -04:00
Vince Weaver
bdf67acea7 riven: hook up disk5 and bump version number 2024-07-24 01:16:56 -04:00
Vince Weaver
f3a5b19643 riven: hook up disk4 2024-07-24 00:43:57 -04:00
Vince Weaver
a94d6fdcc8 riven: hookup disk3 2024-07-23 23:50:13 -04:00
Vince Weaver
88bd5c3ed2 riven: hook up disk2 2024-07-23 23:29:29 -04:00
Vince Weaver
347b37b89a riven: add another disk 2024-07-23 14:11:59 -04:00
Vince Weaver
50c3b55650 riven_hgr: add more graphcis 2024-07-23 00:59:26 -04:00
Vince Weaver
0cfb2ddbfb riven: add disk50 2024-07-20 00:15:09 -04:00
Vince Weaver
09251216b0 riven: add more locations to disk01 2024-07-18 00:00:14 -04:00
Vince Weaver
50436ebb0f riven: have play intro work from all scenes 2024-07-17 16:27:04 -04:00
Vince Weaver
8c73f6946f riven: add disk38
split some of it off of disk39
2024-07-17 15:48:01 -04:00
Vince Weaver
7f80b704e9 riven: add title message to let you skip the intro 2024-07-17 12:33:54 -04:00
Vince Weaver
feee725f97 riven_hgr: updated for release 2024-07-15 18:55:59 -04:00
Vince Weaver
8a7ba021e7 riven: work on cho animation 2024-07-06 01:05:32 -04:00
Vince Weaver
1875f7eace riven: work on captured animation 2024-07-05 01:23:30 -04:00
Vince Weaver
e457c6567e riven: adjust timing code for auto-play 2024-07-03 16:53:53 -04:00
Vince Weaver
20a1698473 riven: update title text
hopefully looks a little less cluttered
2024-07-03 16:18:22 -04:00
Vince Weaver
9adecfc9cb riven: move title to track 0
this seems to work (?)  otherwise we were too long with the disclaimer
2024-07-03 16:07:01 -04:00
Vince Weaver
e0eb39cb28 riven: add cyan intro 2024-07-02 02:04:35 -04:00
Vince Weaver
696ac3d4f1 riven: patch things so it automatically uses lowercase on Apple II+ 2024-07-01 14:48:25 -04:00
Vince Weaver
7305dcd628 riven: hook up atrus intro 2024-07-01 12:50:45 -04:00
Vince Weaver
d59c2c5632 riven: hook up bridge 2024-06-24 23:57:20 -04:00
Vince Weaver
2a20694579 riven: only have cove movie appear once 2024-06-24 18:50:10 -04:00
Vince Weaver
67e80c0ce5 riven: more tunnels 2024-06-23 01:01:17 -04:00
Vince Weaver
8b090686c3 riven: hook up orb sound 2024-06-21 17:05:56 -04:00
Vince Weaver
748942b164 riven: foolishly working on better disk support 2024-06-20 17:10:02 -04:00
Vince Weaver
942e670268 riven: straighten out the cardinal directions outside on jungle island 2024-06-20 12:49:57 -04:00
Vince Weaver
258eb510af riven: add new disk01 2024-06-18 01:46:16 -04:00
Vince Weaver
dac7ab17f7 riven: add back in a disk40 2024-06-17 01:27:12 -04:00
Vince Weaver
bce876b13c riven: disk40 should actually be disk43 2024-06-17 00:03:32 -04:00
Vince Weaver
6678816206 riven: disk40 now working 2024-06-16 01:30:47 -04:00
Vince Weaver
1130778db2 riven: move more stuff to qload
this frees up room in the levels...
2024-06-15 23:36:30 -04:00
Vince Weaver
36b8b26a04 riven: start moving some common routines into QLOAD
this saves some space
2024-06-15 22:53:44 -04:00
Vince Weaver
c0d5f55b22 riven_hgr: lots of changes at the end 2024-05-28 23:02:06 -04:00
Vince Weaver
5936f4d921 riven_hgr: add back title text 2024-05-28 17:18:36 -04:00
Vince Weaver
e1f10efbbb riven_hgr: use qboot instead of qload
probably a mistake, was a huge pain, but freed up some room
2024-05-28 16:51:03 -04:00
Vince Weaver
2b8f1ac1af riven_hgr: re-arrange zero page and clear it
maybe inadvised at this juncture, but was trying to sort out occasional
keyboard issue that might have been due to some zero page values not
being initialized
2024-05-28 14:37:12 -04:00
Vince Weaver
e27ae2c7f9 riven_hgr: optimize overlays in movie1 2024-05-23 11:39:42 -04:00
Vince Weaver
86b941b3d4 riven_hgr: start hooking up second movie 2024-05-23 11:31:16 -04:00
Vince Weaver
8fad1050c2 myst_hgr: rename dome 2024-05-17 12:49:57 -04:00
Vince Weaver
774cd13bb4 riven_hgr: can walk between levels now 2024-05-15 16:12:35 -04:00
Vince Weaver
fc8e3c657e riven_hgr: can actuall walk around
sort of
2024-05-14 16:31:41 -04:00