Commit graph

1489 commits

Author SHA1 Message Date
Eric S. Raymond
ba11a8df2e In the YAML, name the rabbit foot because it has a reference. 2021-01-11 01:06:44 -05:00
Eric S. Raymond
b93d2d396f Tweak for Debian packaging. 2021-01-11 00:27:09 -05:00
Eric S. Raymond
bfbea454c7 Trim a legend to less than 80 lines. 2021-01-11 00:20:03 -05:00
Eric S. Raymond
747c42029d Attempt fix for issue #52: endgame oyster reading is incorrect 2021-01-11 00:14:51 -05:00
Eric S. Raymond
8984e48e78 Attempting fix for issue #50: carried clam can be opened (with trident) 2021-01-10 22:14:11 -05:00
Eric S. Raymond
fe1b02f4c0 Correction to the date of first drop. Also, a thinko fix. 2021-01-10 21:02:30 -05:00
Eric S. Raymond
e879e35a02 We can be precise to the day about the release date...
...because Don's original code drop at SAIL was recovered and
announced on Twitter on 2021-01-01.
2021-01-04 14:40:08 -05:00
Eric S. Raymond
90d9ffd85d Ready to release 1.9. 2020-08-27 20:41:17 -04:00
Eric S. Raymond
d9e33a8478 Deal with the consequences of an entry-point deprecation in Python. 2020-08-27 20:33:44 -04:00
Eric S. Raymond
039c06882e Ready for 1.8 release. 2019-04-19 16:29:15 -04:00
Eric S. Raymond
baa7800a3f Fix markup. 2019-04-19 16:25:59 -04:00
Eric S. Raymond
7d0b15ef89 Fixes for some links in the history section. 2019-04-19 16:19:32 -04:00
Eric S. Raymond
3b714272fb control metadata update. 2019-04-19 16:19:32 -04:00
Eric S. Raymond
41c0e77684 Typo fix. 2019-04-19 16:19:32 -04:00
Robert Oschler
569e7c5051 Update INSTALL.adoc to provide extra help for those getting an error regarding yaml when trying to follow the install instructions. 2019-04-19 18:43:46 +00:00
Jason Ninneman
b909cc695f Install missing CI pipeline dependency. 2019-03-01 11:11:44 -07:00
Jason Ninneman
1e6b58420e Use the new path to the openSUSE Docker image. 2019-03-01 11:03:58 -07:00
Eric S. Raymond
989bdad3ee Add a warning to avoid CI breakage. 2019-02-28 22:42:59 -05:00
Jason Ninneman
2ad0fc148b Bump save version number in a test. 2019-02-28 13:04:12 -07:00
Eric S. Raymond
1d54ebb6bd Note that save format has been bumped. 2019-02-28 13:55:56 -05:00
Eric S. Raymond
ae02eac051 Add a coverage exception. 2019-02-28 13:38:08 -05:00
Eric S. Raymond
cf64568f83 Make dungeon.[ch] depemdent on advent.h in case of save version bump. 2019-02-28 12:48:54 -05:00
Eric S. Raymond
9cbea5a5db Documentation polishing. 2019-02-28 07:26:52 -05:00
Eric S. Raymond
b817c54245 Documentation polishing. 2019-02-28 07:09:57 -05:00
Eric S. Raymond
2ddd091893 Documentation polishing. 2019-02-28 06:21:24 -05:00
Eric S. Raymond
b2b4377f71 Bump the save format number, just in case. 2019-02-28 06:04:57 -05:00
Eric S. Raymond
81af59974b The FORTRAN-derived longs were semantically ints. Make it so.
Note. because we used fixed-length declrations in the right places, this
shouldn't break saves.

(Besides being right, this will someday make a port to Go a touch easier,
if we decide to do that.)
2019-02-28 05:58:16 -05:00
Eric S. Raymond
b8c9cf90d8 Restore eyeball-friendliness of INSTALL.adoc. 2019-02-28 05:38:06 -05:00
Eric S. Raymond
7de00b0741 NEWS update. 2019-02-28 05:30:41 -05:00
Jason Ninneman
58a2de6d75 Drop clang debug test to restore pipeline to working order. 2019-02-28 10:24:14 +00:00
Jason Ninneman
5c260e3aec Apply the recent typo fixes to the tests, so they pass. 2019-02-28 10:24:14 +00:00
Jason Ninneman
a727aebdfa Improve INSTALL.adoc's directions and asciidoc-ness.
View it in the Gitlab web interface to see the intended result.
2019-02-28 10:24:14 +00:00
Eric S. Raymond
83f432780a Remove use of Unicode number sign in comments.
"#" for this use is well established in English.  It's not worth opening the
i18n can of worms here.
2019-02-28 05:18:04 -05:00
Eric S. Raymond
0d27a5e03d Document a user-visible change. 2019-02-28 04:59:44 -05:00
Horst H. von Brand
cd36e91381 A few in-game message typos...
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
2018-12-10 22:26:39 -03:00
Horst H. von Brand
894ac28186 Another typo
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
2018-12-10 22:09:22 -03:00
Horst H. von Brand
64b120c03b A couple of "locaiton" in advent.h
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
2018-12-10 21:38:27 -03:00
Aaron Traas
8c6593ad0c Commenting and cleanups 2018-12-10 10:56:35 -05:00
Aaron Traas
e7dc3eab5d Correct return types for all of the action handling functions in actions, so it's clear we're not just using arbitrary ints 2018-12-07 10:36:42 -05:00
Aaron Traas
2a5dac3d8c Abstracted a chuck of do_command() into seperate function do_move(), moved that call to main loop, so as to narrow the focus of do_command() to getting and processing commands. 2018-12-07 10:35:36 -05:00
Aaron Traas
e3b508536d Fix warning on macOS 2018-12-06 10:01:34 -05:00
Aaron Traas
5f4df123b4 Refactored; added state property to command struct to notate where in the lifecycle of command processing that the command is. 2018-12-05 15:05:55 -05:00
Aaron Traas
9475552be4 Major cleanups. Pre-process loop back in main loop, pre-processing abstracted into a function that makes sense. 2018-12-04 11:03:17 -05:00
Eric S. Raymond
b84a2392a1 Ready for 1.7 release. 2018-12-03 22:23:29 -05:00
Eric S. Raymond
673da862b5 NEWS update. 2018-12-03 21:06:03 -05:00
Aaron Traas
ea3b456715 Makefile fix for macOS 10.14 2018-12-03 13:51:02 -05:00
Aaron Traas
dd1d69ad82 Fix for change in list handling behavior in Python 3 2018-12-03 13:48:00 -05:00
Eric S. Raymond
6667ffd1f1 Address GitLab issue #45: OSX Compile issue 2018-11-30 09:50:25 -05:00
Eric S. Raymond
fcf99d56d8 Resolve GitLab issue #46: -o (oldstyle) clarification. 2018-11-30 09:50:25 -05:00
Eric S. Raymond
e65f31cac2 Documentation fix. 2018-11-30 09:50:25 -05:00