Abstract out some state arithmetic.
[open-adventure.git] / NEWS
1 = Open Adventure project news =
2
3 Repository head:
4   Under oldstyle, new-school single-letter command synonyms are ignored.
5   Switched from linenoise to editline for new-style line input.
6   The -s option is no longer required to paste command input; it is removed.
7
8 1.1: 2017-06-29::
9   There is a 'version' command.
10   Include tests directory in generated tarball.
11   Support command-line editing with arrow keys and Emacs keystrokes.
12   Save format has changed.
13
14 1.0: 2017-06-05::
15   Forward port of Crowther & Woods's 430-point Adventure 2.5.
16   Added -l option for logging.
17   Game logs are now fully reproducible via the "seed" command.
18   Added regression-test suite using seed, with coverage checking.
19   Added command prompt; -o suppresses this. Otherwise no gameplay changes.
20   Fixed bug that caused reservoir word not to be randomized.
21   Makefile does parallel builds.