Commit graph

  • 61031ce55c Move a line that got out of place. Jason S. Ninneman 2017-05-23 23:42:54 -07:00
  • 8a8770375e Add seedable PRNG using an adaptation the original LCG algorithm. Jason S. Ninneman 2017-05-23 23:37:56 -07:00
  • 2bc887c84e Fix the slightly broken prompt test. Eric S. Raymond 2017-05-24 00:28:38 -04:00
  • 484ca4e9fd Revert structurization changes, they broke database compilation... Eric S. Raymond 2017-05-24 00:17:19 -04:00
  • 7e5448e974 More switch reformatting. Eric S. Raymond 2017-05-23 23:17:57 -04:00
  • 1e2e24f4d5 Reformat a switch statement for readability. No logic changes. Eric S. Raymond 2017-05-23 23:01:34 -04:00
  • f9eb6383f1 Revert a variable name previously changed to be out of the way. Eric S. Raymond 2017-05-23 22:29:24 -04:00
  • f72141fbe3 More structurization. Eric S. Raymond 2017-05-23 20:59:21 -04:00
  • 8d0587b0ec Echo commands to stdout when replaying... Eric S. Raymond 2017-05-23 20:38:46 -04:00
  • f68f3a1205 More globals to the game structure. Eric S. Raymond 2017-05-23 20:34:53 -04:00
  • c3add5c206 More global-to-structure moves. Eric S. Raymond 2017-05-23 20:22:35 -04:00
  • 50ed247042 More comment cleanup. Eric S. Raymond 2017-05-23 19:49:49 -04:00
  • bbe68abd30 Fixed case in a comment. Eric S. Raymond 2017-05-23 19:45:18 -04:00
  • fa1f859162 Move more globals into the state structure. Eric S. Raymond 2017-05-23 19:40:34 -04:00
  • 42189d79d7 Begin gathering saveable game state into a structure. Not yet complete. Eric S. Raymond 2017-05-23 18:47:04 -04:00
  • dc9d9e467b Input source is parametrized all the way down. Eric S. Raymond 2017-05-23 15:57:38 -04:00
  • c6867b374a Begin factoring out the command interpreter. Eric S. Raymond 2017-05-23 14:48:41 -04:00
  • 609b308ed1 Documentation polishing. Eric S. Raymond 2017-05-23 14:04:42 -04:00
  • 0599a20f1f Update for TODO items accomplished. Eric S. Raymond 2017-05-23 13:22:18 -04:00
  • 0388d294d4 Fix command synopsis on the manual page. Eric S. Raymond 2017-05-23 11:31:10 -04:00
  • 935d8b8e68 Added oldstyle option. Eric S. Raymond 2017-05-23 11:28:56 -04:00
  • f89f63c6d1 Fix capitalization glitches. Eric S. Raymond 2017-05-23 09:18:28 -04:00
  • 943b3a62e6 Add -l option to enable command logging. Eric S. Raymond 2017-05-23 08:57:35 -04:00
  • b7606c406a Fix typos in the history. Jason S. Ninneman 2017-05-22 23:13:28 -07:00
  • 9bcbe342a4 Fix typos in the history. Jason S. Ninneman 2017-05-22 23:13:28 -07:00
  • 888dcc5517 Merge branch 'master' into 'master' Eric S. Raymond 2017-05-23 05:05:36 +00:00
  • c250cfc6a9 Fix a couple typos. Jason S. Ninneman 2017-05-22 21:13:15 -07:00
  • 040f19adde Fix strange inside-out organization of the input routines. Eric S. Raymond 2017-05-22 21:26:14 -04:00
  • 19b3e3e656 Remove unused labels. Eric S. Raymond 2017-05-22 20:55:21 -04:00
  • 01b2c05cbb More magic-number elimination. Eric S. Raymond 2017-05-22 20:51:55 -04:00
  • 53b607d0c2 Remove disused labels. Jason S. Ninneman 2017-05-22 17:44:33 -07:00
  • 5e2ca9a0e4 Don't use a magic number when we can use sizeof(). Eric S. Raymond 2017-05-22 20:33:23 -04:00
  • ef24a63ced Prototypization. Eric S. Raymond 2017-05-22 18:47:39 -04:00
  • 1d2ab9e35f Merge branch 'master' of gitlab.com:esr/open-adventure Jason S. Ninneman 2017-05-22 08:10:42 -07:00
  • 5286f6b3bd Correct long-size bug that resulted in checksum error. Eric S. Raymond 2017-05-22 09:30:51 -04:00
  • f5831dbf39 Correct history based on code comments. Eric S. Raymond 2017-05-22 09:11:12 -04:00
  • 18767d52dd Fix up case on all comments to make them more readable. No code changes. Eric S. Raymond 2017-05-21 13:12:24 -04:00
  • 45969e629a Remove disused labels. Jason S. Ninneman 2017-05-20 16:25:31 -07:00
  • 24988e250f Don't assume longs are 4 chars long. Jason S. Ninneman 2017-05-20 00:05:55 -07:00
  • 809f53d099 Add TODO items. Eric S. Raymond 2017-05-19 15:16:39 -04:00
  • 8e86d0dca3 Documentation polishing. Add TODO. Eric S. Raymond 2017-05-19 13:30:12 -04:00
  • 86b04b682d Prepare to initialize public repository. Eric S. Raymond 2017-05-19 13:22:09 -04:00
  • d93746d078 More ANSI prototype conversions. Eric S. Raymond 2017-05-19 01:28:38 -04:00
  • 9a285402da Document ADVENTURE environment variable. Eric S. Raymond 2017-05-19 00:49:23 -04:00
  • 17ad4891ee More boolification. Eric S. Raymond 2017-05-18 17:28:18 -04:00
  • 23f2dbe814 Replace fDATIME with ANSI/POSIX clock_gettime(). Rip out DOS/AMIGA shims. Eric S. Raymond 2017-05-18 17:18:16 -04:00
  • bd0487acc5 Remove a remnant of the old non-licensing. Eric S. Raymond 2017-05-18 16:54:06 -04:00
  • b38c11abef Use prototypes and bools. Eric S. Raymond 2017-05-18 09:06:32 -04:00
  • c9e9b64575 Partially ANSIfy C, fix compiler warnings. Eric S. Raymond 2017-05-18 08:55:38 -04:00
  • 3d8a9827dd Typo fix. Eric S. Raymond 2017-05-18 07:31:10 -04:00
  • c1635d7378 Add control file for shipper. Eric S. Raymond 2017-05-18 07:30:04 -04:00
  • 8e73ebf31b Consistent use of 'advent' to avoid collision with BSD Games. Eric S. Raymond 2017-05-18 07:18:53 -04:00
  • 68712ce666 Add README. More history. Eric S. Raymond 2017-05-15 04:00:49 -04:00
  • 13d4f5bda0 Relicense to 2-clause BSD. Befin the history document. Eric S. Raymond 2017-05-15 01:57:17 -04:00
  • 50ab7b9d47 Minimal forward-port to modern C - just enough to get it to compile. Eric S. Raymond 2017-02-16 13:14:57 -05:00
  • 24d7aeaf8a Don Wood's 430-point Adventure 2.5 from 1995, from rec.games.int-fiction. Eric S. Raymond 2017-02-16 11:59:50 -05:00