Ready to ship 1.14.
[open-adventure.git] / NEWS
1 = Open Adventure project news =
2
3 1.14: 2023-03-09::
4   Added -a option for BBS door systems.
5   -o reverts to the old message on some failed magic words. 
6   Typo fixes and documentation polishing.
7
8 1.13: 2023-02-28::
9   Fixed slightly buggy emission of end-of-game messages on a win.
10
11 1.12: 2023-02-06::
12   The bug and todo list has been cleared; project declared finished.
13   Correctness has been systematically tested against the 1995 code.
14   Typo fixes and documentation polishing.
15
16 1.11: 2022-04-14::
17   Restore 100% test coverage.
18   Use TAP reporting for tests.
19
20 1.10: 2022-04-06::
21   Fixed a bug that manifested after two "fly rug" commands - third one fails.
22   Fix some glitches in processing fee fie foe foo.
23   Correct some object start states and reading-related glitches in the endgame.
24
25 1.9: 2020-08-27::
26   Update the dungeon maker to avoid a deprecation due to security issues
27
28 1.8: 2019-04-19::
29   Minor typo and capitalization glitches in user-visible text fixed & documented.
30   Save format has changed.
31
32 1.7: 2018-12-03::
33   Python 3 and OS X port fixes.
34
35 1.6: 2018-11-15::
36   Split commands with verbless objects now pick up a preceding verb correctly.
37
38 1.5: 2018-11-11::
39   Fix for a minor bug in inventory handling.
40   Handle a bare numeric token on the command line a bit more gracefully.
41
42 1.4: 2017-08-07::
43   Repair packaging error (omitted templates.)
44   Minor improvements in odd grammar cases.
45
46 1.3: 2017-08-01::
47   Split commands with objectless transitive verbs are handled correctly.
48   Test suite has 100% code coverage.
49
50 1.2: 2017-07-11::
51   Under oldstyle, new-school single-letter command synonyms are ignored.
52   Switched from linenoise to editline for new-style line input.
53   The -s option is no longer required to paste command input; it is removed.
54
55 1.1: 2017-06-29::
56   There is a 'version' command.
57   Include tests directory in generated tarball.
58   Support command-line editing with arrow keys and Emacs keystrokes.
59   Save format has changed.
60
61 1.0: 2017-06-05::
62   Forward port of Crowther & Woods's 430-point Adventure 2.5.
63   Added -l option for logging.
64   Game logs are now fully reproducible via the "seed" command.
65   Added regression-test suite using seed, with coverage checking.
66   Added command prompt; -o suppresses this. Otherwise no gameplay changes.
67   Fixed bug that caused reservoir word not to be randomized.
68   Makefile does parallel builds.