Commit Graph

222 Commits

Author SHA1 Message Date
Vince Weaver
c7bb489b03 ootw: make a point release 2019-03-23 11:44:45 -04:00
Vince Weaver
a941e5a3df ootw: add cropping sprite support
horrible code but seems to work now

also room limits are +128 now because I am not smart enough
to figure out signed compare on 6502
2019-03-23 01:25:13 -04:00
Vince Weaver
b94cd39e8c ootw: work on cropped sprite 2019-03-22 01:14:33 -04:00
Vince Weaver
804aee3f99 ootw: add a few more rooms 2019-03-21 16:34:33 -04:00
Vince Weaver
57fb810d81 ootw: can sorta walk around level2 now 2019-03-20 22:46:18 -04:00
Vince Weaver
ac21bd6905 ootw: add another room 2019-03-20 21:38:08 -04:00
Vince Weaver
80b8dad681 ootw: intro2 working
also split out some common intro code
2019-03-20 14:41:31 -04:00
Vince Weaver
c23433f2a0 ootw: add intro2 files 2019-03-20 13:53:01 -04:00
Vince Weaver
99867d968c ootw: possible to end level1 and progress to level2 2019-03-20 11:53:13 -04:00
Vince Weaver
b4621120c1 ootw: adjust timing of end scene 2019-03-20 11:14:55 -04:00
Vince Weaver
1d8645c4ef ootw: make new images transparent 2019-03-20 10:28:28 -04:00
Vince Weaver
2c0bf78f44 ootw: enable rest of end cutscene, with pauses 2019-03-20 01:18:55 -04:00
Vince Weaver
55d9d1ec31 ootw: add a lot more graphics 2019-03-19 15:31:37 -04:00
Vince Weaver
34234bc02f ootw: start adding code to handle end of level 2019-03-19 12:06:36 -04:00
Vince Weaver
aabeaecb76 ootw: optimize rope swing with transparent overlays 2019-03-19 01:27:14 -04:00
Vince Weaver
eadc97a3e2 ootw: use overlays for rope swinging 2019-03-19 00:31:18 -04:00
Vince Weaver
e1b13a9526 ootw: move earthquake framebuffer really high 2019-03-18 21:29:32 -04:00
Vince Weaver
858e622814 ootw: add l1end images 2019-03-18 16:26:52 -04:00
Vince Weaver
b2bbfcaad7 ootw: update README 2019-03-18 01:22:02 -04:00
Vince Weaver
821a9b47ad ootw: swinging sorta works 2019-03-17 01:28:42 -04:00
Vince Weaver
c49857b8b0 ootw: have both rope and no-rope backgrounds 2019-03-16 16:21:41 -04:00
Vince Weaver
872a08c1fd ootw: add swing images 2019-03-16 16:00:42 -04:00
Vince Weaver
b598deaadf ootw: add rope-swing images 2019-03-16 15:50:20 -04:00
Vince Weaver
2d31fc5f30 ootw: split out room edge detection
now we can jump on run to other rooms

still a bit buggy.  Also hit the NMOS 6502 jump table bug
2019-03-16 14:17:20 -04:00
Vince Weaver
9b2822c706 ootw: jumping works a bit better 2019-03-16 12:53:47 -04:00
Vince Weaver
38e7664284 ootw: try to hook up jumping
ends up doing the moonwalk
2019-03-15 17:08:18 -04:00
Vince Weaver
f38b4777d2 ootw: add jumping sprite 2019-03-15 16:48:56 -04:00
Vince Weaver
4bde4adff2 ootw: move collapsing in with the general physicist movement
also had to mirrow the physicist collapse sprite (was right rather
than left)
2019-03-15 13:47:41 -04:00
Vince Weaver
254918abfa ootw: update loading basic program 2019-03-15 13:08:56 -04:00
Vince Weaver
267e27289b ootw: can run now 2019-03-15 13:00:47 -04:00
Vince Weaver
2ff3a299f9 ootw: change the physicist state machine to be more compact 2019-03-15 12:28:46 -04:00
Vince Weaver
eb8544113c ootw: mess around with walking 2019-03-10 01:21:35 -05:00
Vince Weaver
2da423d102 ootw: move some sprites around 2019-03-10 00:29:54 -05:00
Vince Weaver
3d6d400716 ootw: add running sprites
possibly broke walking
2019-03-09 16:42:14 -05:00
Vince Weaver
c4bd776a38 ootw: work on end of l1 cutscene 2019-03-08 17:07:54 -05:00
Vince Weaver
8fd1727ec2 ootw: more moving graphics files around 2019-03-08 12:19:55 -05:00
Vince Weaver
a482f0be7b ootw: move some graphics around 2019-03-08 10:58:43 -05:00
Vince Weaver
5af319f7ec ootw: update docs 2019-03-04 11:43:19 -05:00
Vince Weaver
484579c400 ootw: intro: allow continuing to game 2019-03-03 14:05:00 -05:00
Vince Weaver
5791937a4e ootw: intro: fix two spots where wrong color grey used
had to update bunch of offsets manually, should automate
2019-03-03 11:45:16 -05:00
Vince Weaver
b3435ffd66 ootw: intro: clean up the mess that accumulated when getting things to fit
will have to clean out some of the mess in intro_graphics at some point
2019-03-03 11:36:51 -05:00
Vince Weaver
3cb555833e ootw: intro: update TODO 2019-03-02 21:15:08 -05:00
Vince Weaver
4b17260b88 ootw_intro: update disk image 2019-03-02 13:40:41 -05:00
Vince Weaver
0ab5fd3d5c ootw: intro: try to smooth opening the elevator a bit 2019-03-02 13:40:16 -05:00
Vince Weaver
5da6946bdf ootw: intro: success! 2019-03-02 13:37:17 -05:00
Vince Weaver
45b8ffff04 ootw: intro: looking good, up to the storm 2019-03-02 12:07:03 -05:00
Vince Weaver
ec46875210 ootw: intro: fine tuning a bit 2019-03-02 11:42:59 -05:00
Vince Weaver
59e0351530 ootw_intro: up to #4 2019-03-02 11:19:03 -05:00
Vince Weaver
f21a8b8ecb ootw: intro: segments 1-3 going 2019-03-02 11:10:41 -05:00
Vince Weaver
7acf18caa9 ootw: intro: this might just work 2019-03-02 10:55:32 -05:00