aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
AgeCommit message (Expand)Author
2021-05-14Increase firm name limit from 22 to 24 chars (costs 2 bytes, now 8834)B. Watson
2021-05-11Highlight firm name (like Apple II)B. Watson
2021-05-10Rewrite array handling, save 175 bytesB. Watson
2021-05-06Save 3 bytes code, plus shrink xex by 36 bytes by moving some vars to the BSSB. Watson
2021-05-05Fix stupidity in last commit (bad spacing for at_sea())B. Watson
2021-05-05Remove spaces from around "At Sea" (to match Apple)B. Watson
2021-05-05Doc updateB. Watson
2021-05-05Finally fix damaged ship gfxB. Watson
2021-04-28Fix "3 years and 12 months" bugB. Watson
2021-04-26Initial POC of in-game helpB. Watson
2021-04-21Fix cosmetic bug in sea_battle(), move some C code to cart bank 3B. Watson
2021-04-20Save 8 bytesB. Watson
2021-04-19Save 64 bytes, now at 8622B. Watson
2021-04-19Save 92 bytesB. Watson
2021-04-19Allow pressing Enter to abort buy/sell (costs 15 bytes)B. Watson
2021-04-19Save 3 bytesB. Watson
2021-04-17Save 10 bytesB. Watson
2021-04-16Fix bank3.s typoB. Watson
2021-04-16Save 59 bytesB. Watson
2021-04-16combat: add "you have no cargo" message, costs 21 bytesB. Watson
2021-04-15Fix warehouse display in transfer(), costs 3 bytesB. Watson
2021-04-15Save 31 bytesB. Watson
2021-04-15Save 20 bytesB. Watson
2021-04-14Save 45 bytesB. Watson
2021-04-14Save 14 bytesB. Watson
2021-04-14Save 6 bytesB. Watson
2021-04-14Allow player to abort "where do you wish to go" (costs 30 bytes)B. Watson
2021-04-14Save 3 bytes, doc updateB. Watson
2021-04-14Save 43 bytes (8326 free)B. Watson
2021-04-13Save 11 bytesB. Watson
2021-04-13Save 96 bytes (8270 free now), get rid of conio cruftB. Watson
2021-04-11Save 33 bytesB. Watson
2021-04-11Save 3 bytesB. Watson
2021-04-11Save 5 bytesB. Watson
2021-04-11Save 10 bytesB. Watson
2021-04-10Save 10 bytes, port_stats() timingB. Watson
2021-04-10Save 3 bytesB. Watson
2021-04-10Save 8 bytesB. Watson
2021-04-10port stat: save some bytes, slight speedupB. Watson
2021-04-09Highlight port choicesB. Watson
2021-04-09Actually kill player if ship sinksB. Watson
2021-04-09More port status update stuffB. Watson
2021-04-07Make port status updates smootherB. Watson
2021-04-04Save 5 bytesB. Watson
2021-04-04Cleanup throw cargo display, part deuxB. Watson
2021-04-04Cleanup throw cargo displayB. Watson
2021-04-04Keep seaworthiness visible in combat, remove 14 bytes cruftB. Watson
2021-04-04Inline some array code, 8128 bytes freeB. Watson
2021-04-03Abort turbo mode if fighting but have no gunsB. Watson
2021-04-03Fix bug in sea_battle()B. Watson