Commit Graph

4317 Commits

Author SHA1 Message Date
Vince Weaver
d8155c8f4e peasant: optimize sprite routines 2021-08-24 20:42:11 -04:00
Vince Weaver
6b5c3612b0 dos33: fix disk corruption on DELETE
was using &vtoc where it should have just been vtoc so writing the
pointer value rather than the buffer.  urgh
2021-08-24 18:15:00 -04:00
Vince Weaver
0b52583de6 dos33: add debugging
chasing a weird corruption issue on DELETE
2021-08-24 17:06:05 -04:00
Vince Weaver
2c116d9f71 peasant: collision sort of works 2021-08-24 14:32:04 -04:00
Vince Weaver
d9b6fe05b3 peasant: centralize move code 2021-08-24 13:52:11 -04:00
Vince Weaver
814d465eaa peasant: add priority graphic loading 2021-08-24 13:38:03 -04:00
Vince Weaver
285be13597 png2gr: modify so it can handle 280x192 inputs
I hope this didn't break regular png2gr operation
2021-08-24 12:35:48 -04:00
Vince Weaver
15cd660484 peasant: update the graphics 2021-08-23 23:02:23 -04:00
Vince Weaver
853bb711ee peasant: trying something out 2021-08-23 17:01:40 -04:00
Vince Weaver
bcfae1ddb5 peasant: update graphics 2021-08-23 02:00:46 -04:00
Vince Weaver
514bf50c7c peasant: just add in all the backgrounds
these aren't fully ready yet
2021-08-22 23:07:37 -04:00
Vince Weaver
a78bfb2628 peasant: missed an image 2021-08-22 22:02:41 -04:00
Vince Weaver
15d87a099a peasant: add a few more backgrounds 2021-08-22 22:02:11 -04:00
Vince Weaver
47889a6d1b peasant: add some more locations 2021-08-22 01:47:52 -04:00
Vince Weaver
edf316ac06 peasant: make edge transitions a bit better 2021-08-18 00:46:05 -04:00
Vince Weaver
8ea755c9a2 peasant: peasantry too big, split up in 4 pieces 2021-08-18 00:29:23 -04:00
Vince Weaver
4809b2ad13 peasant: add another location 2021-08-17 00:04:04 -04:00
Vince Weaver
baec25c64e peasant: bump version number 2021-08-16 01:33:05 -04:00
Vince Weaver
1d04940324 peasant: only save part of hires screen
trying to avoid peasant flicker, seems to be improved
2021-08-16 01:31:49 -04:00
Vince Weaver
825082d087 peasant: add some silly placeholders 2021-08-15 23:49:56 -04:00
Vince Weaver
16b7249b79 peasant: you can now walk to different locations 2021-08-15 21:08:38 -04:00
Vince Weaver
12beab8608 peasant: can more or less walk around like in original 2021-08-15 12:18:17 -04:00
Vince Weaver
361b623763 peasant: can sorta walk around 2021-08-15 01:19:26 -04:00
Vince Weaver
56ace09b86 peasant: some commands actually work 2021-08-15 01:12:43 -04:00
Vince Weaver
5e9d39fad3 peasant: can sorta walk now 2021-08-15 00:23:41 -04:00
Vince Weaver
4b1674a492 peasant: have ESCAPE quit the intro 2021-08-15 00:02:13 -04:00
Vince Weaver
5f2ba6bf38 peasant: split game off from intro 2021-08-14 23:31:00 -04:00
Vince Weaver
707fc5de7d peasant: make hgr_text_box routine
optimizes things, though only saves 100 bytes or so
2021-08-14 21:10:56 -04:00
Vince Weaver
60a5c525f8 peasant: move qload earlier and re-enable savefile support 2021-08-14 16:01:36 -04:00
Vince Weaver
5077f7eddb peasant: push qboot stage2 into lores page2 as we won't be using it 2021-08-14 15:45:03 -04:00
Vince Weaver
b92cac0665 peasant: rename all the rest
tested it seems to work again
2021-08-14 15:01:59 -04:00
Vince Weaver
b6b89d4e44 peasant: re-arrange stuff in case I make this actually playable 2021-08-14 14:04:46 -04:00
Vince Weaver
80747fd82d peasant: split out the draw peasant routine 2021-08-14 13:48:02 -04:00
Vince Weaver
f00749f6b8 peasant: update documentation 2021-08-14 13:03:58 -04:00
Vince Weaver
6e18447bb6 peasant: add extra keyboard check as it was too easy to skip title 2021-08-12 23:46:34 -04:00
Vince Weaver
d25dc902da peasant: acceptable fire animation 2021-08-12 22:45:18 -04:00
Vince Weaver
7ae0b31cbd peasant: clean up music 2021-08-12 21:01:05 -04:00
Vince Weaver
17a1d69f7a peasant: use lookup table for HPOSN
not sure if it's that noticable
2021-08-12 20:36:32 -04:00
Vince Weaver
253590a26d peasant: add some more walking sprites
not the best, but HGR is hard
2021-08-12 20:03:11 -04:00
Vince Weaver
0000196c21 peasant: music works! 2021-08-12 19:03:55 -04:00
Vince Weaver
5ce3f772ce peasant: add some music 2021-08-12 16:53:15 -04:00
Vince Weaver
b454576d61 peasant: auto-walk everywhere now 2021-08-12 15:41:39 -04:00
Vince Weaver
f75ed63451 peasant: finalize knight scene 2021-08-12 15:23:05 -04:00
Vince Weaver
27454c2ba9 peasant: update river 2021-08-12 15:08:48 -04:00
Vince Weaver
9ab1daa636 peasant: update lake_e 2021-08-12 14:45:25 -04:00
Vince Weaver
1de9a8af66 peasant: bubbles in lake 2021-08-12 14:07:19 -04:00
Vince Weaver
c8b8224e42 peasant: cottage really sorted now 2021-08-12 13:10:07 -04:00
Vince Weaver
316cfd183d peasant: have cottage mostly sorted 2021-08-12 12:57:24 -04:00
Vince Weaver
309677f52b peasant: initial sprite support 2021-08-12 11:48:12 -04:00
Vince Weaver
23647cbc18 peasant: update makefile to build graphics 2021-08-12 09:57:17 -04:00