Commit Graph

322 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
Vince Weaver
7587668011 ootw: intro: drastic times call for drastic measures 2019-03-02 10:02:46 -05:00
Vince Weaver
c92467fd4a ootw: intro: fix 10/5 pixel mistake 2019-03-02 10:00:28 -05:00
Vince Weaver
77af5539a7 ootw: intro: mess with elevator and car 2019-03-01 22:55:07 -05:00
Vince Weaver
6341d1c708 ootw: intro: more optimizing 2019-03-01 22:31:43 -05:00
Vince Weaver
cbc45da523 ootw: intro: infrastructure for lz4 in place
only buys us 700 bytes or so :(
2019-03-01 22:01:46 -05:00
Vince Weaver
a1aad0419d ootw: intro: re-arrange the size hack a bit 2019-03-01 16:41:44 -05:00
Vince Weaver
55248173d1 ootw: intro: more work, diminishing returns 2019-03-01 16:31:10 -05:00
Vince Weaver
e23fb78f4b ootw: intro: more squishing 2019-03-01 14:03:20 -05:00
Vince Weaver
2d62c53e60 ootw: missing file 2019-03-01 13:47:47 -05:00
Vince Weaver
716809aa79 ootw: intro: more work, still 3k too big 2019-03-01 13:39:40 -05:00
Vince Weaver
fc050ebecb ootw: intro: more making frames transparent
still 4k over
2019-03-01 13:14:22 -05:00
Vince Weaver
abf6cb2c88 ootw: intro: more size opt. still 6k too big 2019-03-01 13:04:21 -05:00
Vince Weaver
57feae5df9 ootw: intro: remove more extraneous code 2019-03-01 12:04:29 -05:00
Vince Weaver
2134d47344 ootw: intro: split out gr_make_quake
saved 100 bytes
2019-03-01 11:53:56 -05:00
Vince Weaver
b3ec10aad9 ootw: loader: move everything to start at 1800
this frees up 2k or so
2019-03-01 11:45:41 -05:00
Vince Weaver
cf0a992d25 ootw: loader: move around to free up some room 2019-03-01 11:40:39 -05:00
Vince Weaver
ffd36a8dd4 ootw: intro: mess with timing a bit
less blinky
2019-03-01 11:34:51 -05:00
Vince Weaver
8a3b6df014 ootw: intro: adjust timing on last scene
a bit blinky, hopefully not fast enough to need a warning

have a bunch disabled so it fits in memory to test
2019-03-01 11:00:34 -05:00
Vince Weaver
0a0645988f ootw: intro: remove unneeded blank image
saved 14 bytes
2019-03-01 10:28:24 -05:00
Vince Weaver
c275b19c88 ootw: intro: all graphics in, 10k too big 2019-03-01 10:22:12 -05:00
Vince Weaver
2731f0e1ec ootw: intro: all graphics now
way too big
2019-02-28 23:25:30 -05:00
Vince Weaver
4c3f19e1e0 ootw: intro: zappo 2019-02-28 20:35:09 -05:00
Vince Weaver
6539801e9a ootw: intro: tunnel2, make transparent
just *barely* fits
2019-02-27 22:49:31 -05:00
Vince Weaver
cbfd76f04a intro: ootw: tunnel2
6k too big
2019-02-27 22:25:37 -05:00
Vince Weaver
4c3c6acbd4 ootw: intro: tunnel1, make transparent and adjust timing
not sure it's all going to fit :(
2019-02-27 21:57:42 -05:00
Vince Weaver
fc8aec6a62 ootw:intro: working on tunnel 2019-02-27 21:10:17 -05:00
Vince Weaver
a6426c1e4f ootw: intro: more graphics 2019-02-27 00:23:50 -05:00
Vince Weaver
8beb58cc98 ootw: intro: more work on graphics 2019-02-26 23:03:51 -05:00
Vince Weaver
1f4ed008d1 ootw: more lz4 work 2019-02-25 21:01:06 -05:00
Vince Weaver
08769fc540 ootw: work on lz4 compression 2019-02-25 12:28:42 -05:00
Vince Weaver
0b2bb9ef49 ootw: intro: working on tunnel 2019-02-25 00:19:20 -05:00
Vince Weaver
d6569ca564 ootw: intro: update Makefile after intro graphics move 2019-02-24 01:38:35 -05:00
Vince Weaver
5714f35c2f ootw: intro: move last intro stuff to graphics dir 2019-02-24 01:38:01 -05:00
Vince Weaver
8c2d46761e ootw: intro: compact the files a bit 2019-02-24 01:15:21 -05:00
Vince Weaver
4f63d7dd08 ootw: intro: timing is roughly close to that of actual 2019-02-24 00:53:41 -05:00
Vince Weaver
1f751b3976 ootw: intro: clean up the bolts 2019-02-23 23:16:48 -05:00
Vince Weaver
fdbbfb0027 ootw: intro: sequence was too long, adjust 2019-02-23 21:37:21 -05:00
Vince Weaver
47fd5d01be ootw: intro: hook up some lightning 2019-02-23 15:53:56 -05:00
Vince Weaver
2c845bde59 ootw: intro: lightning now fits 2019-02-23 15:18:15 -05:00
Vince Weaver
680317571b ootw: lighnting scene
too big
2019-02-23 14:59:14 -05:00
Vince Weaver
ff0c98a550 ootw: update disk image 2019-02-18 16:06:18 -05:00
Vince Weaver
4dac642b1b ootw:intro: drinking scene 2019-02-18 15:58:58 -05:00
Vince Weaver
4965c7bfe0 ootw: intro: all accelerator stuff done 2019-02-18 14:31:26 -05:00
Vince Weaver
9424172966 ootw: intro: fine-tune soda opening 2019-02-18 13:40:45 -05:00
Vince Weaver
d2eb55029f ootw: intro: fade in DNA
should be slower, but not sure if I care enough to fix it
2019-02-18 13:26:10 -05:00
Vince Weaver
8ba4f9956b ootw: intro: fine tune particle accelerator
also make accelerator phase images a bit smaller
2019-02-18 13:10:15 -05:00
Vince Weaver
e6ce44024c ootw: intro: up to soda working now 2019-02-18 13:04:02 -05:00
Vince Weaver
1b792330e4 ootw: intro: a lot of accelerator text there 2019-02-18 12:18:46 -05:00
Vince Weaver
c727f30dd1 ootw: intro: update collider images 2019-02-18 01:01:10 -05:00
Vince Weaver
17fcfab42d ootw: intro: work on text interface 2019-02-18 00:41:16 -05:00
Vince Weaver
14685c40d3 ootw: intro: peanut OS 2019-02-17 15:44:50 -05:00
Vince Weaver
f7502f3119 ootw: intro: dna sequence now works 2019-02-17 15:13:13 -05:00
Vince Weaver
21cd9fffa1 intro: ootw: more dna work 2019-02-17 14:15:15 -05:00
Vince Weaver
b9fc2e310b ootw: intro: initial DNA support 2019-02-17 13:37:24 -05:00
Vince Weaver
8af006c938 ootw: intro: more work to allow text on bottom 2019-02-17 11:34:47 -05:00
Vince Weaver
7e2de09dde ootw: intro: work on soda 2019-02-17 11:04:16 -05:00
Vince Weaver
55c992f591 ootw: intro: update text 2019-02-16 22:00:06 -05:00
Vince Weaver
1a791a83ac ootw: intro: add some more text 2019-02-16 18:11:47 -05:00
Vince Weaver
19e71666ec ootw: intro: compact things a bit 2019-02-16 18:00:02 -05:00
Vince Weaver
f7a7214bdd intro: add powerup sequence 2019-02-16 14:11:50 -05:00
Vince Weaver
9203134ad8 ootw: intro: some fine tuning
also working on some of text segments
2019-02-16 13:54:09 -05:00
Vince Weaver
8ff2429777 ootw: intro: add cursor routine 2019-02-16 00:24:24 -05:00
Vince Weaver
d84d84ee9f ootw: intro: update ai 2019-02-15 01:10:17 -05:00
Vince Weaver
7d14f45f4c ootw: intro: working on AI 2019-02-14 22:00:00 -05:00
Vince Weaver
8e9b4881a0 ootw: intro: add some more scanner images 2019-02-14 00:38:53 -05:00
Vince Weaver
274a364862 ootw: intro: update the scanning
reduced size by 6k
2019-02-13 22:10:08 -05:00
Vince Weaver
f46ba3e7a6 ootw: add scanning sequence 2019-02-13 00:46:11 -05:00
Vince Weaver
e7e8b0157b ootw: start work on scanner room 2019-02-12 23:43:31 -05:00
Vince Weaver
d94cfe3995 ootw: adjust timing of opening 2019-02-12 23:36:08 -05:00
Vince Weaver
722b8135ee ootw: forgot Makefiles 2019-02-12 23:20:17 -05:00
Vince Weaver
e6e6baa9c1 ootw: update door opening 2019-02-12 23:19:49 -05:00
Vince Weaver
fd5fdbc95e ootw: fix up some images
don't work on images late at night
2019-02-12 23:01:17 -05:00
Vince Weaver
f0fa6b9eb9 ootw: add missing opening images 2019-02-11 18:35:05 -05:00
Vince Weaver
e97624c2b7 ootw: first pass at opening 2019-02-11 00:33:15 -05:00
Vince Weaver
a49b3d3bfa ootw: more keypad work 2019-02-08 00:18:34 -05:00
Vince Weaver
10468ac05c ootw: start animating the keypad 2019-02-07 22:02:56 -05:00
Vince Weaver
0bdf6d9518 ootw: update for minor release 2019-02-06 23:08:30 -05:00
Vince Weaver
8ec46144a0 ootw: add keypad approach 2019-02-06 23:08:04 -05:00
Vince Weaver
5282c30a20 ootw: getting off the elevator 2019-02-06 22:01:59 -05:00
Vince Weaver
ba9746fe14 ootw: off the elevator now 2019-02-06 00:32:54 -05:00
Vince Weaver
aac1918c27 ootw: intro, lots of elevator work 2019-02-05 23:46:31 -05:00
Vince Weaver
a71cc5cd96 ootw: move elevator graphics to subdir 2019-02-04 23:33:16 -05:00
Vince Weaver
565ca0dc72 ootw: add intro feet 2019-02-04 23:26:55 -05:00
Vince Weaver
85490d73e8 ootw: update some more graphics 2019-02-04 01:08:04 -05:00
Vince Weaver
69d202b12a ootw: update intro to auto-run 2019-02-03 12:06:45 -05:00
Vince Weaver
460160fec8 ootw: forgot about checkpoint2 2019-02-03 01:00:47 -05:00
Vince Weaver
891cea37b4 ootw: forgot a file 2019-02-03 00:57:04 -05:00
Vince Weaver
0a1f21cdb6 ootw: add support for "overlay" on top of background
also now the RLE format supports color A, just less efficiently
2019-02-03 00:55:45 -05:00
Vince Weaver
a00583360f ootw: minor spacing issue in FAQ 2019-01-27 21:44:47 -05:00
Vince Weaver
df2bb2a95b ootw: update disk image 2019-01-27 21:37:24 -05:00
Vince Weaver
585afcf4e7 ootw: add placeholder for checkpoint2 2019-01-27 21:37:09 -05:00
Vince Weaver
642fb04b36 ootw: add loader that allows choosing what to run 2019-01-27 21:23:22 -05:00
Vince Weaver
3710d954a7 ootw: add some more intro backgrounds 2019-01-27 15:30:00 -05:00
Vince Weaver
eef1d2850c ootw: more intro additions 2019-01-27 12:42:52 -05:00
Vince Weaver
2db9722a95 ootw: add more intro pictures 2019-01-27 00:20:20 -05:00
Vince Weaver
23701db51d ootw: update intro 2019-01-26 21:52:00 -05:00
Vince Weaver
5989cf085f ootw: start adding intro 2019-01-26 21:27:20 -05:00
Vince Weaver
13260851d6 ootw: update the docs 2019-01-26 15:05:47 -05:00
Vince Weaver
7acce44f35 ootw: add beast sprites 2019-01-26 14:24:56 -05:00
Vince Weaver
120e1e41d9 ootw: fix bug where slugs were floating in space 2019-01-26 14:23:39 -05:00