Commit Graph

4701 Commits

Author SHA1 Message Date
Vince Weaver
7cb21acf65 tiny_tracker: work on visualization 2022-01-21 15:35:53 -05:00
Vince Weaver
f3a6076def stargate: update entry 2022-01-21 01:35:47 -05:00
Vince Weaver
b6518e69ab tiny_gr: update to be more robust 2022-01-20 22:48:42 -05:00
Vince Weaver
cd024402ae tiny_tracker: max out the space 2022-01-19 11:41:31 -05:00
Vince Weaver
681189eff0 tiny_tracker: push the ay values to the start of the program 2022-01-19 11:37:07 -05:00
Vince Weaver
087d22d390 tiny_tracker: update comment 2022-01-19 01:06:40 -05:00
Vince Weaver
805982e21c tiny_tracker: update another byte 2022-01-19 01:02:07 -05:00
Vince Weaver
0c62d901d2 tiny_tracker: a few more bytes 2022-01-19 00:51:08 -05:00
Vince Weaver
fc1a5afa97 tiny_tracker: a few more bytes 2022-01-19 00:14:44 -05:00
Vince Weaver
ba0588c037 tiny_tracker: found 5 more bytes 2022-01-19 00:01:08 -05:00
Vince Weaver
59971b085c tiny_tracker: crazy hacks for 256 2022-01-18 23:53:24 -05:00
Vince Weaver
1b5894f22c peasant: update version 2022-01-16 12:10:14 -05:00
Vince Weaver
e7f1907f38 peasant: finally get qboot working across 2 disks
using PRORWTS seek now
also fixed subtle bug in qboot when loading partial tracks

also a bunch of movement in the demo stuff by accident, oops but it's
2am and I'm too lazy to back that out
2022-01-16 02:05:43 -05:00
Vince Weaver
d2f2d97ff1 tiny_tracker: more optimization 2022-01-15 20:51:35 -05:00
Vince Weaver
920934fde4 tiny_tracker: another 2 bytes 2022-01-15 16:23:59 -05:00
Vince Weaver
6896a3e6b7 tiny_tracker: optimize some more 2022-01-15 15:58:47 -05:00
Vince Weaver
bb7ff255cb tiny_tracker: tiny_tracker4 2022-01-15 15:41:53 -05:00
Vince Weaver
27bfa9d049 flyer: save 1 byte 2022-01-15 15:07:37 -05:00
Vince Weaver
53f9fc0bc2 tiny_tracker: get it working 2022-01-15 15:07:13 -05:00
Vince Weaver
307a8ec58b tiny_tracker: working on smaller 2022-01-15 14:47:10 -05:00
Vince Weaver
081ddabaf6 peasant: forgot to restore seek2 code 2022-01-13 23:12:24 -05:00
Vince Weaver
0d0a9ff956 peasant: update some more seek comments 2022-01-13 19:34:28 -05:00
Vince Weaver
840db1ba72 peasant: more disk debugging 2022-01-13 17:02:33 -05:00
Vince Weaver
4fdcc726ca peasant: make sure timing loops don't cross pages 2022-01-13 13:14:26 -05:00
Vince Weaver
9c80711607 peasant: comment the seek code the best I can 2022-01-13 12:49:07 -05:00
Vince Weaver
a730979e71 peasant: more work on disk code 2022-01-13 09:20:20 -05:00
Vince Weaver
597570daf1 music: update tiny tracker2 2022-01-12 16:08:22 -05:00
Vince Weaver
105af64ded music: add tracker3 2022-01-12 16:06:46 -05:00
Vince Weaver
8769952043 flyer: get to fit 2022-01-12 15:58:21 -05:00
Vince Weaver
d97f42e3b8 flyer: optimize some more 2022-01-12 00:52:59 -05:00
Vince Weaver
c9ecfaf997 stargate: initial checkin 2022-01-12 00:05:34 -05:00
Vince Weaver
b83c393541 flyer: merge it all together 2022-01-11 20:37:11 -05:00
Vince Weaver
923b6f35f7 peasant: more work trying to track down disk issue 2022-01-11 03:01:57 -05:00
Vince Weaver
2226c02233 tiny_tracker: more work 2022-01-11 02:59:52 -05:00
Vince Weaver
b7cd2f386a tiny_tracker3: room for 140 byte program 2022-01-10 21:40:24 -05:00
Vince Weaver
36fcc72dde tiny_tracker: more work 2022-01-10 19:34:02 -05:00
Vince Weaver
6d653fa082 tiny_tracker: more optimization 2022-01-10 01:41:36 -05:00
Vince Weaver
d909751ed5 tiny_tracker: more work 2022-01-10 01:20:48 -05:00
Vince Weaver
489fdb2ac9 d2_tiny: more optimization 2022-01-10 00:47:32 -05:00
Vince Weaver
fb6371eec6 d2: more work on tiny mockingboard player 2022-01-09 23:58:37 -05:00
Vince Weaver
ccaba3d4ff flyer: shave some bytes off 2022-01-09 18:10:45 -05:00
Vince Weaver
e54da17b0f peasant: bug where co-ords not set going to cliff 2022-01-08 01:10:21 -05:00
Vince Weaver
69f5e0a3b3 peasant: properly patch the drive1/drive2 code for slot 2022-01-08 01:10:09 -05:00
Vince Weaver
2ad94749c6 peasant: bump version number 2022-01-08 00:02:49 -05:00
Vince Weaver
c8f2973d96 peasant: fix bug where sometimes stopped at edge of screen
longstanding bug, problem was we did a collision check *after*
  wrapping X position and moving to next room so we were colliding
  with the far side of the screen and somtimes stopping unnecessarily
2022-01-08 00:00:34 -05:00
Vince Weaver
bc106806ab peasant: be sure not to mess with state if loading from savegame 2022-01-07 23:24:33 -05:00
Vince Weaver
467d1f5bef peasant: make separation between lines 9 rather than 8 lines
this makes text much nicer and avoids descender squish

in theory messes up some stuff and could possibly run out of room
2022-01-07 22:52:05 -05:00
Vince Weaver
2bb9694582 peasant: forgot the "climb fence" action in peasant2 2022-01-07 15:02:24 -05:00
Vince Weaver
bf7c9b3b9c peasant: animate gary 2022-01-07 14:19:15 -05:00
Vince Weaver
24f8399122 peasant: update TODO 2022-01-06 13:34:15 -05:00