aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
AgeCommit message (Expand)Author
2021-05-21Save 64 bytes (now 9027)B. Watson
2021-05-21Save 4 bytes, now 8963B. Watson
2021-05-21Save 3 bytes, now 8959B. Watson
2021-05-21Correctly pluralize "we have N guns". Costs 18 bytes, now 8956B. Watson
2021-05-21Save 5 bytes, now 8974B. Watson
2021-05-20Save 2 more bytes, now 8969B. Watson
2021-05-20Save 120 bytes in final_stats(), now 8967B. Watson
2021-05-20Increase max score to 1 billion (was 1 million), save 8 bytes by eliminating ...B. Watson
2021-05-19"Play again?" default to Y; save 5 bytes, now 8839B. Watson
2021-05-18Save 9 bytes, now 8834B. Watson
2021-05-18Save 9 bytes, now 8825B. Watson
2021-05-17Better text compression, save 35 bytes, now 8816B. Watson
2021-05-17Restore "overburdened" prompt in new_gun(), costs 40 bytes, now 8781B. Watson
2021-05-15Multiple sinking speeds (costs 13 bytes, now 8821)B. Watson
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