Commit Graph

2673 Commits

Author SHA1 Message Date
Vince Weaver
15355a7878 ds: add some graphics 2019-09-03 21:09:57 -04:00
Vince Weaver
b6f8eaadc6 pt3_player: update version with vibrato fix 2019-08-31 11:16:58 -04:00
Vince Weaver
5c07480333 pt3_lib: fix issue where vibrato was broken
backed out a qkumba optimization that in retrospect I am not sure
what it was doing but it was broken subtly in at least 2 places

could probabl be re-optimized again, especially the pt3_lib version
2019-08-31 01:34:01 -04:00
Vince Weaver
077a84baa5 ds: initial commit 2019-08-30 23:45:50 -04:00
Vince Weaver
6e6f277a9b update README to have some more keyboard gameplay hints 2019-08-30 11:39:35 -04:00
Vince Weaver
801da5e119 plasma: some plasma tests 2019-08-28 14:53:02 -04:00
Vince Weaver
0e3577d6fe gr-sim: looking at some plasma 2019-08-28 00:12:10 -04:00
Vince Weaver
523becac23 ootw: another bug, ledge in L4 2019-08-23 19:23:05 -04:00
Vince Weaver
06c637078f ootw: found bug with slugs 2019-08-23 19:17:34 -04:00
Vince Weaver
6a5f0c1310 ootw: fix bug where beast out also gave you the gun in level1 2019-08-23 18:59:43 -04:00
Vince Weaver
755eccd3ea ootw: minor update to README 2019-08-22 15:43:11 -04:00
Vince Weaver
85c915f2a4 ootw: update TODO 2019-08-22 15:42:09 -04:00
Vince Weaver
0b80cbb3d0 ootw: release version 2.9 2019-08-22 15:41:43 -04:00
Vince Weaver
bfda0afe87 ootw: c4: fix bug where door was missing at end of level 2019-08-22 15:41:21 -04:00
Vince Weaver
441d1edd2b ootw: c2: finally fix walls issue 2019-08-22 15:34:15 -04:00
Vince Weaver
93c16e171f ootw: c2: slow alien fire rate 2019-08-22 15:34:00 -04:00
Vince Weaver
61425b7f64 ootw: c2: fix bug where other aliens drawn in corner during intro 2019-08-22 13:42:27 -04:00
Vince Weaver
1b5877b4d9 ootw: c2: re-activate opening cutscenes 2019-08-22 13:28:12 -04:00
Vince Weaver
6aed02ca08 ootw: c2: add initial shield 2019-08-22 13:27:18 -04:00
Vince Weaver
440320366d ootw: c2: lock door now that debugging is done 2019-08-22 13:21:04 -04:00
Vince Weaver
aa5a06a7d5 ootw: can now get shot by aliens 2019-08-22 13:20:10 -04:00
Vince Weaver
82603dbf19 ootw: can now turn off power by shooting wire 2019-08-22 13:06:02 -04:00
Vince Weaver
603ea33edf ootw: laser: aliens shooting lasers now 2019-08-22 12:45:58 -04:00
Vince Weaver
57ff1da4e6 ootw: laser: start making movement code generic 2019-08-22 12:28:01 -04:00
Vince Weaver
33738a7cc9 ootw: aliens can shoot. also make laser collision code generic 2019-08-22 12:21:18 -04:00
Vince Weaver
02b123ccfa ootw: first steps at alien laser firing 2019-08-22 11:54:21 -04:00
Vince Weaver
7d6e13343c ootw: initial alien AI
just turns to look at you if you're on the same level
2019-08-22 11:28:18 -04:00
Vince Weaver
98785e98ca ootw: fix bug where you didn't pick up gun if sliding 2019-08-22 11:21:03 -04:00
Vince Weaver
68456e8bf1 ootw: more attempt to fix collision
still not sure what's going on with last door in vent room.
not really time to care
2019-08-22 11:20:37 -04:00
Vince Weaver
c1af283391 ootw: collision: properly check to see if alien on same level 2019-08-22 10:51:37 -04:00
Vince Weaver
4174221b4e ootw: l2: more fine tuning, fixing some bugs
doesn't crash when you shoot aliens anymore
2019-08-22 10:38:51 -04:00
Vince Weaver
a87138cb0e ootw: adding aliens to levels, other small fixes 2019-08-22 10:04:06 -04:00
Vince Weaver
bfa49720d1 ootw: fix centering of some text 2019-08-22 09:34:58 -04:00
Vince Weaver
88a4f6af7c ootw: ending: now scrolls 2019-08-22 00:50:50 -04:00
Vince Weaver
032436b32a ootw: ending: have it auto-progress 2019-08-21 23:53:49 -04:00
Vince Weaver
8120d2194f ootw: ending: lots more pictures 2019-08-21 23:39:09 -04:00
Vince Weaver
c874c36700 ootw: inadvisably adding some more ending animations 2019-08-21 20:01:21 -04:00
Vince Weaver
ceb7dc0c07 ootw: ending, use fixed pt3_lib 2019-08-21 15:09:02 -04:00
Vince Weaver
a0dc7d4150 pt3: big mess finding bug in pt3_lib
was playing OOTW ending wrong

was an accidentally commented out "lda #0"  blurgh

some other code cleanups while at it, mostly making it match
the pt3_player code a bit more

also stop using TEMP from interrupt as other code might use it
2019-08-21 15:07:20 -04:00
Vince Weaver
9dc0562984 ootw: ending: update Makefile to know about music file 2019-08-21 15:04:07 -04:00
Vince Weaver
ab74e6aabc ootw: outtro more or less working
pt3 player can't handle it though
2019-08-21 13:24:12 -04:00
Vince Weaver
cf853e4ce4 ootw: ending: get the music working properly 2019-08-21 11:20:37 -04:00
Vince Weaver
da080ca97c ootw: add mockingboard sound to the ending 2019-08-21 00:54:02 -04:00
Vince Weaver
9cc71625ba ootw: add second disk with images 2019-08-21 00:36:27 -04:00
Vince Weaver
c4458e90b4 ootw: c2: left collision now working 2019-08-20 16:04:33 -04:00
Vince Weaver
3ddad85fbb ootw: c2: left collision update
have to run so no time to test
2019-08-20 14:51:02 -04:00
Vince Weaver
97370408fb ootw: c2: fix cart not going fully away 2019-08-20 14:20:24 -04:00
Vince Weaver
2242476aa4 ootw: c2: can now blast shields away
also fix issue where doors needed to be cropped
2019-08-20 14:15:02 -04:00
Vince Weaver
c95f92cdea ootw: c2: can now disintegrate friend (from left) 2019-08-20 14:02:49 -04:00
Vince Weaver
12c5b1921c ootw: c2: can now shoot friend (if going right) 2019-08-20 13:49:27 -04:00