Age | Commit message (Expand) | Author |
2016-01-17 | fix final_stats() negative finalcash and score | B. Watson |
2016-01-16 | fix formatting in too_much_cash() | B. Watson |
2016-01-16 | fix cash overflow in sell() | B. Watson |
2016-01-16 | cprintfancy_big() overhaul | B. Watson |
2016-01-16 | you're a (m|b|tr)illionaire, plus tighten up code some more | B. Watson |
2016-01-15 | fix bug that kills you after escaping li yuen pirates | B. Watson |
2016-01-15 | check for cash int overflow, WIP | B. Watson |
2016-01-14 | big_copy() API for bignum | B. Watson |
2016-01-14 | whoops, left TIMEWARP enabled | B. Watson |
2016-01-14 | initial attempt at floating bank (with bugs!) | B. Watson |
2016-01-14 | read from correct byte of RTCLOK in rand.s | B. Watson |
2016-01-14 | fix cargo throwing | B. Watson |
2016-01-13 | more floating point test code | B. Watson |
2016-01-12 | some FP wrappers and test code, not very good yet | B. Watson |
2016-01-12 | move memory layout around to free more code space | B. Watson |
2016-01-10 | avoid debt rolling over to 0 by killing the player instead, one more attempt ... | B. Watson |
2016-01-09 | code shrinkage | B. Watson |
2016-01-08 | more battle screen cursor cleanups, reinstate exit(0) | B. Watson |
2016-01-08 | warmstart instead of exit(0) | B. Watson |
2016-01-08 | fixed derping in push.sh | B. Watson |
2016-01-08 | push target | B. Watson |
2016-01-08 | add define to allow exiting the game (for testing interactions with atari DOSes) | B. Watson |
2016-01-08 | WIP, trying to make battle screen updates smoother | B. Watson |
2016-01-08 | add make push target | B. Watson |
2016-01-08 | use custom long-to-ascii routine | B. Watson |
2016-01-08 | fancy_numbers replacement, make some variables chars/ints instead of longs | B. Watson |
2016-01-08 | fix POKEY random wrappers, I hope | B. Watson |
2016-01-08 | remove booty debugging code (try saying that aloud with a straight face... | B. Watson |
2016-01-08 | 1 ship approaching (not ships), fix randi() wrapper for rand() | B. Watson |
2016-01-07 | temporarily switch back to cc65's rand() | B. Watson |
2016-01-07 | code cleanup, add missing sound | B. Watson |
2016-01-07 | update readme, dike out unused sounds | B. Watson |
2016-01-07 | silly explosion noises, enable/disable sound from title screen | B. Watson |
2016-01-07 | added more sounds | B. Watson |
2016-01-07 | some sounds in game now | B. Watson |
2016-01-07 | first pass at sounds | B. Watson |
2016-01-07 | fix throw-cargo display | B. Watson |
2016-01-07 | stop general cargo price dropping to 0 | B. Watson |
2016-01-07 | tracking down damage bug | B. Watson |
2016-01-06 | press esc (to start => for help) | B. Watson |
2016-01-06 | fix title screen logic | B. Watson |
2016-01-06 | change bg/text colors in title screen, plus Esc for help | B. Watson |
2016-01-06 | finishing touches of compression, attempt to fix damage calc issue | B. Watson |
2016-01-06 | finished with title compression stuff for now (maybe forever) | B. Watson |
2016-01-06 | distclean is cleaner now | B. Watson |
2016-01-06 | glorious ASCII art! | B. Watson |
2016-01-06 | document the compression before I forget | B. Watson |
2016-01-06 | compressed title image, loads faster | B. Watson |
2016-01-03 | choose pallette on title screen (atari logo key) | B. Watson |
2016-01-03 | add target for testing without SIO patch | B. Watson |