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