Commit Graph

119 Commits

Author SHA1 Message Date
Vince Weaver
80b8dad681 ootw: intro2 working
also split out some common intro code
2019-03-20 14:41:31 -04:00
Vince Weaver
34234bc02f ootw: start adding code to handle end of level 2019-03-19 12:06:36 -04:00
Vince Weaver
eadc97a3e2 ootw: use overlays for rope swinging 2019-03-19 00:31:18 -04:00
Vince Weaver
872a08c1fd ootw: add swing images 2019-03-16 16:00:42 -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
2da423d102 ootw: move some sprites around 2019-03-10 00:29: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
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
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
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
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
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
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
4c3f19e1e0 ootw: intro: zappo 2019-02-28 20:35:09 -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
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
680317571b ootw: lighnting scene
too big
2019-02-23 14:59:14 -05:00
Vince Weaver
c727f30dd1 ootw: intro: update collider images 2019-02-18 01:01:10 -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
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
7d14f45f4c ootw: intro: working on AI 2019-02-14 22:00:00 -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
10468ac05c ootw: start animating the keypad 2019-02-07 22:02:56 -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
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
69d202b12a ootw: update intro to auto-run 2019-02-03 12:06:45 -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
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
dde14d04ac ootw: start implementing the beast 2019-01-26 12:29:38 -05:00
Vince Weaver
0d292b20a2 ootw: add beginnings of beast cutscene 2019-01-24 16:55:53 -05:00
Vince Weaver
5373ea28fa ootw: split up the sprites file 2019-01-22 23:00:59 -05:00
Vince Weaver
166572a023 ootw: add in last new room 2019-01-20 01:45:51 -05:00
Vince Weaver
43da6edbfa ootw: spin off earthquake code 2019-01-20 01:05:52 -05:00
Vince Weaver
95301329cb ootw: that last commit missed a few files 2019-01-20 00:52:07 -05:00
Vince Weaver
dc29dc5cc8 ootw: split slugs into own file 2019-01-19 23:51:58 -05:00
Vince Weaver
563f263e24 ootw: add a few more rooms 2019-01-19 23:48:48 -05:00
Vince Weaver
1cc0aa1065 ootw: add rope room 2019-01-18 23:23:18 -05:00
Vince Weaver
01b0dd2024 ootw: start making the keyboard handler a common routine 2019-01-18 22:27:01 -05:00
Vince Weaver
28a769cbde ootws: add second half of cutscene 2019-01-18 13:51:09 -05:00
Vince Weaver
07476896d5 ootw: add earthquake 2019-01-18 00:18:06 -05:00
Vince Weaver
31dbf8cb2f ootw: split make source file up 2019-01-17 16:58:19 -05:00
Vince Weaver
72fa5367c4 ootw: add some more art 2019-01-17 15:56:43 -05:00
Vince Weaver
3ac5dd4ba0 ootw: can walk to the left 2019-01-14 12:44:26 -05:00
Vince Weaver
943fc5fac7 ootw: actually draw sprite 2019-01-13 23:37:49 -05:00
Vince Weaver
ac18cfd838 ootw: add another demake
why why why
2019-01-13 01:10:44 -05:00