Commit Graph

1391 Commits

Author SHA1 Message Date
Vince Weaver
3b314fa727 peasant: hook up points for hitting top of cliff 2024-10-08 00:16:34 -04:00
Vince Weaver
b3548c4071 peasant: actually copy cliff to disk 2024-10-08 00:15:50 -04:00
Vince Weaver
485cc45151 peasant: move some unused files out of the way 2024-10-08 00:14:57 -04:00
Vince Weaver
71490f8589 peasant: move over cliff climbing lvel
still not tested but it compiles
2024-10-07 16:30:41 -04:00
Vince Weaver
98b56d422f peasant: work on lightning 2024-10-07 01:07:48 -04:00
Vince Weaver
375faeec1a peasant: rename cliff_heights graphics 2024-10-06 12:06:08 -04:00
Vince Weaver
ec66299b17 peasant: bump version to 0.86 2024-10-06 11:44:39 -04:00
Vince Weaver
9d9e21b7f8 peasant: fix Makefile 2024-10-06 11:27:29 -04:00
Vince Weaver
60f3204371 peasant: missed a file 2024-10-06 11:24:28 -04:00
Vince Weaver
d5491050bc peasant: cliff_heights: can at least walk around now 2024-10-06 11:22:50 -04:00
Vince Weaver
aa6f7f7e02 peasant: more progress on getting cliff_heights loading 2024-10-06 10:53:55 -04:00
Vince Weaver
918e5259f1 peasant: hook up flame 2024-10-06 00:24:46 -04:00
Vince Weaver
a040e190f9 peasant: make text entry always active
also start off peasant on fire
2024-10-06 00:19:50 -04:00
Vince Weaver
8456f9065c peasant: update cliff graphics and peasant sprites
go with purple for the robe for now
2024-10-05 23:56:45 -04:00
Vince Weaver
ae5ff9fc75 peasant: work on getting cliff base fully working 2024-10-04 00:43:26 -04:00
Vince Weaver
d238bef0e2 peasant: more rearranging dialog 2024-10-03 00:36:02 -04:00
Vince Weaver
6c1292ac12 peasant: more splitting up dialog 2024-10-02 23:47:28 -04:00
Vince Weaver
bd0af73698 peasant: consolidate dialog in text directory 2024-10-02 23:34:15 -04:00
Vince Weaver
2c2657d47e peasant: start splitting up dialog data
make it more modular so we can split up the levels more fine grained
2024-10-02 23:08:17 -04:00
Vince Weaver
7b229c0bdb dating: hook up sounds 2024-09-30 21:51:00 -04:00
Vince Weaver
79a8176457 dating: add game 2024-09-30 00:15:44 -04:00
Vince Weaver
90baca5d79 sb: update to load 7th game 2024-09-30 00:13:51 -04:00
Vince Weaver
14d420454e utils: add dhgr2png tool 2024-09-28 13:07:39 -04:00
Vince Weaver
43dbfd2e7a peasant: update the text and actions in the lair 2024-09-25 00:51:46 -04:00
Vince Weaver
467b51644d peasant: spread the files on disk3 around a bit 2024-09-24 13:07:56 -04:00
Vince Weaver
5237d506af peasant: clean up cliff_base a bit
can now walk around there again
2024-09-24 12:20:01 -04:00
Vince Weaver
2d68b4c935 peasant: fix bug drawing peasant on cliff 2024-09-24 01:03:57 -04:00
Vince Weaver
8154d005f7 peasant: update cliff graphics 2024-09-24 00:20:36 -04:00
Vince Weaver
5931d5944b peasant: move some more things around 2024-09-23 22:57:02 -04:00
Vince Weaver
2169b6e77a peasant: more moving files around 2024-09-23 21:43:42 -04:00
Vince Weaver
64d35d8984 peasant: rearrange some more 2024-09-23 21:42:18 -04:00
Vince Weaver
dac86a1447 peasant: try hooking up new sprite code on cliff base 2024-09-23 15:21:12 -04:00
Vince Weaver
87b7fb3dae peasant: more work on intro, also bump release 2024-09-23 02:12:59 -04:00
Vince Weaver
f0de6c1694 peasant: update tips notice 2024-09-21 23:24:09 -04:00
Vince Weaver
439475f6af peasant: update input to match actual game better 2024-09-21 23:10:34 -04:00
Vince Weaver
3b5369fa63 peasant: loads from hd image now 2024-09-21 14:01:59 -04:00
Vince Weaver
bb240f3c88 peasant: initial work toward loading from hard disk image 2024-09-21 01:34:05 -04:00
Vince Weaver
499c4da0e7 peasant: finish spreading things to 3 disks 2024-09-20 23:27:30 -04:00
Vince Weaver
f5e4456e41 peasant: rehook up early ending 2024-09-20 00:38:18 -04:00
Vince Weaver
345214d6b4 climb: fix issue that crashed on real hardware
we were indexing off the end of the sprite and on real hardware the
uninitialied pointers there indexed into bad places
2024-09-19 21:55:02 -04:00
Vince Weaver
8391455d46 peasant: move some more things around 2024-09-19 21:54:32 -04:00
Vince Weaver
dcc0a0ba1d peasant: re-arrange things so you can sorta play the game again 2024-09-19 16:22:52 -04:00
Vince Weaver
ae4e99bd2b peasant: more build fixes 2024-09-19 14:46:32 -04:00
Vince Weaver
f31b3a5f09 peasant: more build fixes 2024-09-19 14:43:27 -04:00
Vince Weaver
97077a07f5 peasant: fix build 2024-09-19 14:37:00 -04:00
Vince Weaver
416fc9fb8e peasant: fix some Makefiles 2024-09-19 14:29:41 -04:00
Vince Weaver
5721d72c0f peasant: more missing Makefiles 2024-09-19 14:26:56 -04:00
Vince Weaver
337e624c2a peasant: forgot another Makefile 2024-09-19 14:26:24 -04:00
Vince Weaver
ca287551fe peasant: forgot Makefile 2024-09-19 14:25:24 -04:00
Vince Weaver
0452dacec1 peasant: more moving things around 2024-09-19 14:23:45 -04:00