Commit Graph

397 Commits

Author SHA1 Message Date
Vince Weaver
e907b00c6e tfv: flight turning 2017-09-11 15:58:23 -04:00
Vince Weaver
6f1ece4a0e tfv: flying at speed more or less works 2017-09-11 15:28:56 -04:00
Vince Weaver
a3b2fd9108 tfv: add more keyboard commands 2017-09-11 15:09:51 -04:00
Vince Weaver
f8a210ce02 tfv: better clear screen display 2017-09-11 14:52:32 -04:00
Vince Weaver
d715ee1f10 tfv: make code loop forever, rather than waiting for keypress 2017-09-11 14:48:35 -04:00
Vince Weaver
0486ef4bbd tfv: closer 2017-09-10 23:42:47 -04:00
Vince Weaver
15a6a85edc tfv: typoed SPACEY for SPACEX 2017-09-10 17:05:26 -04:00
Vince Weaver
65a5ac8aa9 tfv: was forgetting to multiply angle by 2 before using sin table 2017-09-10 16:52:56 -04:00
Vince Weaver
6f2fe7e194 tfv: small comment 2017-09-07 01:40:00 -04:00
Vince Weaver
20b070a413 tfv: multiply finally working 2017-09-07 01:32:31 -04:00
Vince Weaver
621f808531 tfv: wasted a lot of time trying to get signed 16x16 multiply working 2017-09-06 23:17:39 -04:00
Vince Weaver
efb63f57b7 tfv: first pass of 6502 fixed point 2017-09-02 00:23:38 -04:00
Vince Weaver
36bab516c6 tfv: more work on flying code 2017-08-27 00:11:53 -04:00
Vince Weaver
65b72664ac tfv: update flying code some more 2017-08-25 01:34:14 -04:00
Vince Weaver
373a289ca3 tfv: complete conversion to fixed point 2017-08-24 17:07:21 -04:00
Vince Weaver
762793f06d tfv: more fixed point conversion 2017-08-24 14:40:33 -04:00
Vince Weaver
c84ea111c9 tfv: add way of messing with horizon/scale 2017-08-24 14:13:43 -04:00
Vince Weaver
4e83e3be32 tfv: more fixed point changes
ship movement handled now
2017-08-24 14:01:16 -04:00
Vince Weaver
468b94f24e tfv: more work on fixed point conversion
struggling with speed a bit
2017-08-24 13:30:19 -04:00
Vince Weaver
3bbe719824 tfv: working on fixed point 2017-08-23 23:43:49 -04:00
Vince Weaver
ef64d2c4ba tfv: starting to convert floating point to lookup tables 2017-08-23 21:16:17 -04:00
Vince Weaver
57ec050aae tfv: add multi-page plot routine 2017-08-23 19:52:28 -04:00
Vince Weaver
5b9ad56cc1 tfv: have minmal flying going on in 6502 version 2017-08-23 15:41:37 -04:00
Vince Weaver
fe0ade564b tfv: add tfv_put_sprite_page() 2017-08-23 14:06:38 -04:00
Vince Weaver
86167a1245 tfv: start cleaning up flying code 2017-08-23 14:01:40 -04:00
Vince Weaver
a7d707da9c tfv: add sprites 2017-08-23 13:25:44 -04:00
Vince Weaver
04ad8e1193 tfv: rename files to have tfv_ in front
makes it easire to keep track of things
2017-08-23 13:09:52 -04:00
Vince Weaver
d4fa7a1337 tfv: more work on the flying 2017-08-23 00:43:15 -04:00
Vince Weaver
aff55f6629 tfv: more tweaks to the flying code 2017-08-22 16:32:21 -04:00
Vince Weaver
bd9fd4a42b tfv: update some images 2017-08-19 19:55:41 -04:00
Vince Weaver
53a159237d tfv: make mode7_demo a standalone program 2017-08-18 14:26:18 -04:00
Vince Weaver
9b67ba27b5 tfv: got mode7 flying going 2017-08-17 16:00:48 -04:00
Vince Weaver
38bffc0caf tfv: split files up to be more like C version 2017-08-16 23:18:59 -04:00
Vince Weaver
05ba5f99eb tfv: back to where we were before we started messing with page flipping 2017-08-16 23:09:49 -04:00
Vince Weaver
2b9a86f35a tfv: worlds worst vlin implementation
works though
2017-08-16 22:39:07 -04:00
Vince Weaver
15a8d0a983 tfv: got opener working again
(),Y and # again are nothing but trouble
2017-08-16 22:20:48 -04:00
Vince Weaver
6ff122f75c tfv: working on updating the opener for pageflipping
doesn't work
2017-08-16 18:59:08 -04:00
Vince Weaver
a494dc56e9 tfv: autogenerate background include for assembly language 2017-08-16 15:13:43 -04:00
Vince Weaver
10c27a3648 tfv: finish splitting up tfv.c 2017-08-16 14:46:45 -04:00
Vince Weaver
c04d93fa5b tfv: finally have code working as well as before page-flipping 2017-08-13 22:59:37 -04:00
Vince Weaver
65e3b2e60b tfv: autogenerate the backgrounds 2017-08-13 16:24:57 -04:00
Vince Weaver
207e081b84 tfv: more file split up 2017-08-13 15:38:49 -04:00
Vince Weaver
10672133ad tfv: get the opening screen working with page flipping 2017-08-13 15:17:03 -04:00
Vince Weaver
16a3e6d615 tfv: move backgrounds around 2017-08-12 20:52:18 -04:00
Vince Weaver
b39269aaf5 tfv: add screen clearing routines 2017-08-12 20:35:36 -04:00
Vince Weaver
37c0a98574 tfv: fix compile warnings 2017-08-12 20:16:45 -04:00
Vince Weaver
bc9937215f tfv: split up the files 2017-08-12 20:15:34 -04:00
Vince Weaver
13119609e1 tfv: add initial page flip support 2017-08-12 19:44:35 -04:00
Vince Weaver
66d08376f9 tfv: add a few more pics 2017-08-12 01:47:36 -04:00
Vince Weaver
9372096b5c tfv: first pass at collision detection 2017-08-11 01:21:00 -04:00