Commit Graph

95 Commits

Author SHA1 Message Date
Rob McMullen
9c23002ff3 Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
Rob McMullen
84ea6ddce0 Replaced the partycrasher logo with player/missile. Don't want to tempt the ire of the shambling zombified remains of Atari 2017-07-26 11:16:06 -07:00
Rob McMullen
241cc9fe72 Converted to asmgen (renamed from quicksprite) 2017-07-26 11:00:20 -07:00
Rob McMullen
070aa30c81 Added scrolling wipe for thanks screen 2017-07-25 17:57:16 -07:00
Rob McMullen
00135b3d2a Moved debug random test to debug.s 2017-07-25 16:30:48 -07:00
Rob McMullen
38c286876e Moved another font drawing routine to platform file 2017-07-25 16:27:35 -07:00
Rob McMullen
ac27db193f Workaround for starting with one point before the player moves 2017-07-25 16:14:51 -07:00
Rob McMullen
25fc49872f Moved damage functions to background.s 2017-07-25 16:10:44 -07:00
Rob McMullen
23980e303f Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
Rob McMullen
7b6cf0c762 Moved all generated code and build products into build-apple2 directory 2017-07-25 15:17:24 -07:00
Rob McMullen
4e6a8ecf20 First cut at separating out platform specific stuff 2017-07-25 15:01:06 -07:00
Rob McMullen
03d912eaba Removed unused sprite graphic 2017-07-25 14:26:08 -07:00
Rob McMullen
4c4deafbfa Grouped global constants into a single file 2017-07-25 14:22:36 -07:00
Rob McMullen
a625fb352b Beginning commenting before public release 2017-07-25 14:06:51 -07:00
Rob McMullen
d791130c06 Turned antialiasing off for text on title screen 2017-07-25 13:56:12 -07:00
Rob McMullen
b4d599d060 Cleanup of box painting and damage_maze 2017-07-24 19:52:57 -07:00
Rob McMullen
ca6452e48d Removed background test code 2017-07-24 19:35:43 -07:00
Rob McMullen
36a1e3c1d5 Fixed makefile for tohgr path 2017-07-24 19:17:11 -07:00
Rob McMullen
dc749cd1e6 Added game over text 2017-07-22 14:38:36 -07:00
Rob McMullen
c186a55b33 Added parameter for wipe delay 2017-07-22 14:38:03 -07:00
Rob McMullen
c89c1cd226 Added thank yous 2017-07-22 14:37:25 -07:00
Rob McMullen
f606b4073f Fixed regeneration 2017-07-22 12:56:28 -07:00
Rob McMullen
453641d8e2 Initial state machine for player status 2017-07-22 12:47:55 -07:00
Rob McMullen
e38d57d144 Fixed sub-tile movement for player 2017-07-22 12:05:22 -07:00
Rob McMullen
552ee3b894 Added lives remaining display; reduced score display to 5 digits & lowered scoring values to more like a 1980 game 2017-07-22 08:46:09 -07:00
Rob McMullen
62976be9e8 Fixed player freeze above row 5 2017-07-22 08:22:15 -07:00
Rob McMullen
c3fa960fc3 Fixed amidar cornering 2017-07-22 08:09:11 -07:00
Rob McMullen
10e8682f2f Fixed orbiter direction at corners going down 2017-07-22 07:47:12 -07:00
Rob McMullen
b665c92c4d Initial amidar movement 2017-07-22 07:32:21 -07:00
Rob McMullen
5baeb2546b Added additional wipe for title graphic screen 2017-07-22 06:27:06 -07:00
Rob McMullen
991da2424c updated fujirun title 2017-07-22 05:37:46 -07:00
Rob McMullen
b9235d8232 Changed screen wipes for the different builds: nothing for working, wipes for demo 2017-07-22 05:30:18 -07:00
Rob McMullen
74d9300108 Added separate demo build including title screens and wipes 2017-07-22 05:19:57 -07:00
Rob McMullen
6daefa7bfb Added 6 digit score 2017-07-21 22:26:32 -07:00
Rob McMullen
152cac3ded Initial score panel display 2017-07-21 22:10:29 -07:00
Rob McMullen
4484d2f1f4 Added black border around fuji sprite 2017-07-21 21:03:26 -07:00
Rob McMullen
27ee9349cb Corrected midpoint tile changes for orbiter & higher speeds 2017-07-21 20:57:25 -07:00
Rob McMullen
85fb9cd036 Orbiter working for direction change 2017-07-21 19:30:23 -07:00
Rob McMullen
af0c3b6f69 Initial code for sub-pixel orbiter movement 2017-07-21 18:04:16 -07:00
Rob McMullen
df59d3146e Added debug printing of amidar row/col 2017-07-21 15:38:55 -07:00
Rob McMullen
faf97fc4b7 Argh. Forgot an rts, the lack of which was sending init_amidar into init_player 2017-07-21 15:37:58 -07:00
Rob McMullen
1fcde45ba6 Added labels for debug printing 2017-07-21 14:12:43 -07:00
Rob McMullen
1f296c9070 Re-added cpgb stuff to Makefile to be able to build titles.dsk 2017-07-21 14:11:46 -07:00
Rob McMullen
275396cf56 Added fuji sprite for amidars 2017-07-21 13:48:01 -07:00
Rob McMullen
74bd5b6e8b Added color for fill characters 2017-07-21 13:35:13 -07:00
Rob McMullen
61100c36c9 added box painting 2017-07-21 13:20:57 -07:00
Rob McMullen
961310fd02 added box marking (but not painting yet) 2017-07-21 11:53:23 -07:00
Rob McMullen
b9b5c7cf3b Added title screen 2017-07-21 11:52:25 -07:00
Rob McMullen
e65f3599ae Added length to text damage in preparation for multiple character strings 2017-07-21 06:53:47 -07:00
Rob McMullen
dcdea54bbb Removed round-robin sprite drawing because it's unneeded with page flipping! 2017-07-21 06:49:14 -07:00