Commit Graph

59 Commits

Author SHA1 Message Date
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
4039a437e7 climb: make harder on Z version 2024-09-18 23:17:41 -04:00
Vince Weaver
e1f540e854 climb: make fit in with coachz a bit better 2024-09-18 22:57:03 -04:00
Vince Weaver
54e1768aff climb: add rock collision 2024-09-18 22:25:58 -04:00
Vince Weaver
e88c70c92a climb: adjust frequency of rocks 2024-09-17 01:43:13 -04:00
Vince Weaver
604e38b527 climb: update how peasant collision detection works
separate it out to separate 256 byte field, away from priorities

takes a bit more space but also simplifies and a bit faster?
2024-09-17 00:47:24 -04:00
Vince Weaver
85448a5528 climb: more work on sprite code
peasant priority now works with 3-wide sprites
2024-09-16 22:43:03 -04:00
Vince Weaver
cdfb5cbefe climb: work on 3d positioning optimization 2024-09-16 20:56:12 -04:00
Vince Weaver
bf5c62a292 climb: avoid crash when you get too high 2024-09-15 23:50:33 -04:00
Vince Weaver
3edbca121b peasant: fix issues when going down the mountain
spoiler: you shouldn't be able to
2024-09-15 15:33:46 -04:00
Vince Weaver
6c626789de climb: reset enemies when change screens 2024-09-15 01:24:52 -04:00
Vince Weaver
c59e5138e0 climb: adjust rock speed 2024-09-15 01:04:57 -04:00
Vince Weaver
d12e9ede7a climb: clean up erase code 2024-09-15 00:02:17 -04:00
Vince Weaver
be4c387bae climb: clean up drawing to avoid flicker 2024-09-14 23:52:32 -04:00
Vince Weaver
b1c5a71054 climb: have intro/outtro 2024-09-14 21:04:14 -04:00
Vince Weaver
e4ae83c773 climb: can now fall from upper levels 2024-09-14 12:35:16 -04:00
Vince Weaver
2f8e6163f8 pq2: Makefile fix 2024-09-13 01:19:41 -04:00
Vince Weaver
ae7ee718b5 pq2: threw together simple scene of Peasant's Quest II
shouldn't be allowed on the hrwiki, just gives me ideas
2024-09-13 01:18:19 -04:00
Vince Weaver
6fd980e342 climb: proper collision detection with bird 2024-09-12 14:18:39 -04:00
Vince Weaver
148d018253 climb: more work on collision 2024-09-12 00:32:08 -04:00
Vince Weaver
d2a516f304 peasant: falling animations closer to good 2024-09-11 22:13:09 -04:00
Vince Weaver
b540db4b80 climb: initial falling support
not really there yet
2024-09-10 15:32:50 -04:00
Vince Weaver
1d7e3f4f3a climb: adjust so rocks go off bottom when on upper levels 2024-09-10 14:46:33 -04:00
Vince Weaver
b6202fa141 climb: more progress
can go to next scene, also flame looks better
2024-09-10 00:06:47 -04:00
Vince Weaver
0dd367795a climb: udpate sprites 2024-09-09 00:02:51 -04:00
Vince Weaver
91f4cf15f3 climb: experimenting with the sprites
black outlined purple might be the best
2024-09-08 01:20:47 -04:00
Vince Weaver
bd60640937 climb: movement matches actual game more closely 2024-09-08 00:53:26 -04:00
Vince Weaver
e9822cfffc climb: update keyboard handling 2024-09-08 00:15:55 -04:00
Vince Weaver
26f4d89f3e cliff: add more cliff locations 2024-09-06 00:58:48 -04:00
Vince Weaver
105569340b cliff: more work on cliff climb 2024-09-05 01:27:23 -04:00
Vince Weaver
f76d954c51 cliff: make code more generic 2024-09-04 23:38:28 -04:00
Vince Weaver
cd81a1566b cliff: update climbing sprites 2024-09-04 23:30:59 -04:00
Vince Weaver
bb1f661fd3 cliff: work on climbing sprites 2024-09-04 01:06:08 -04:00
Vince Weaver
e1d02e018d cliff: split off climb 2024-09-03 23:15:18 -04:00
Vince Weaver
911b6b7d09 cliff: test using compressed sprites 2024-09-03 12:42:45 -04:00
Vince Weaver
d6412c531a cliff: working on compressed sprites 2024-09-03 01:04:44 -04:00
Vince Weaver
2a6112beda cliff: update walking sprites 2024-09-02 00:57:20 -04:00
Vince Weaver
714e3f21e6 cliff: have flames going 2024-09-02 00:31:17 -04:00
Vince Weaver
ed7ad5a962 cliff: hook up all 6 walking animations 2024-09-01 01:08:43 -04:00
Vince Weaver
7d6ecf97f2 cliff: sort of have bg mask sprite more or less working 2024-09-01 00:51:31 -04:00
Vince Weaver
d4add23de1 cliff: fix palette handling 2024-09-01 00:29:21 -04:00
Vince Weaver
5b103e8bcb cliff: fix corruption bug 2024-08-31 22:06:34 -04:00
Vince Weaver
2d4982c229 cliff: add bush for testing purposes 2024-08-31 14:23:04 -04:00
Vince Weaver
543382afb0 cliff: work on tracking down bugs / commenting code 2024-08-31 14:03:37 -04:00
Vince Weaver
55955b22e6 cliff: start re-writing the peasant sprite code 2024-08-30 02:21:26 -04:00
Vince Weaver
f3803fb655 cliff: add walking sprites 2024-08-30 01:10:24 -04:00
Vince Weaver
f63ee1f1f1 cliff: add more sprites 2024-08-29 01:20:39 -04:00
Vince Weaver
72b6061a9d cliff: all 3 rocks move
too slowly on refresh though
2024-08-28 15:12:49 -04:00
Vince Weaver
2e7ad46eae cliff: update so auto-updates background restore list 2024-08-28 13:55:51 -04:00
Vince Weaver
ace0276f4b cliff: hook up rock 2024-08-28 13:39:19 -04:00