Commit graph

561 commits

Author SHA1 Message Date
Eric S. Raymond
e5f9c4fbea Use LOC_* constants for locations. Clean up some ARB_* constants. 2017-06-15 08:49:47 -04:00
Eric S. Raymond
a141f021d5 Meaningful shortnames for RSPEAK messages. 2017-06-15 07:35:03 -04:00
Eric S. Raymond
1d37262a16 More ARB tagging. 2017-06-15 07:16:39 -04:00
NHOrus
98bf1bfcdd Improve test coverage 2017-06-15 09:49:29 +03:00
Bob Little
c4c28e10db dungeon now outputs just database.h
Added macro DEFINE_GLOBALS_FROM_INCLUDES to main.c
Makefile no longer has to deal with database.c and database.o
2017-06-14 21:54:49 -04:00
Jason S. Ninneman
1322a347ae Put the long and short location descriptions into a 'locations' data structure.
They're renamed 'small' and 'big' to avoid colliding with C reserved words.
2017-06-14 16:45:49 -07:00
Eric S. Raymond
da883d53c0 Clean up remnant magic labels. 2017-06-14 17:41:01 -04:00
Eric S. Raymond
fef9657e3e Move from random message numbers to ARB_* symbols generate from YAML. 2017-06-14 17:36:30 -04:00
Eric S. Raymond
f38f286f39 Document build-time dependencies. 2017-06-14 17:12:00 -04:00
Eric S. Raymond
08cf3065ea Repair a checkfile. 2017-06-14 17:03:06 -04:00
Jason S. Ninneman
be2ada4d93 Fix some Makefile glitches. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
73c9b59507 Use Python 3's pip. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
37197a800a Update pipeline for python3 and PyYAML. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
79926f7cfc git-ignore newdb.[ch]. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
88da6e72a5 Run python3 explicitly at build. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
60126c3dac Generate newdb.[ch] at build time, parallel with database.[ch].
Having two data compile jobs is a temporary situation. Eventually newdb.[ch] will supersede database.[ch].
2017-06-14 13:54:37 -07:00
Jason S. Ninneman
178c7ff983 Remove newdb.[ch] from version control. 2017-06-14 13:54:37 -07:00
Jason S. Ninneman
0e9e45f1b7 New dungeon compiler to gradually replace the existing one. 2017-06-14 13:54:37 -07:00
Eric S. Raymond
c818a10f28 Add test for feeding ogre. 2017-06-14 16:53:45 -04:00
Eric S. Raymond
a48d75b999 Improve test coverage. 2017-06-14 16:35:10 -04:00
NHOrus
46bb20deb3 Lowering the scope And cleaning up some warnings from static analysis 2017-06-14 15:17:02 -04:00
Eric S. Raymond
7c9a0bfb36 Fix handling of intransitive "say". 2017-06-14 15:15:00 -04:00
Eric S. Raymond
6c6498b797 Eliminate magic return value. 2017-06-14 13:35:06 -04:00
Eric S. Raymond
4993be4c08 Include LCG state in game saves. 2017-06-14 13:00:28 -04:00
Eric S. Raymond
fdd72c6417 Fix a minor memory leak. 2017-06-14 08:50:41 -04:00
Eric S. Raymond
cad701f54d Add statistic on coverage extent. 2017-06-14 08:47:24 -04:00
Peje Nilsson
b6db1731ed Run the rm in the same subshell 2017-06-14 08:32:06 -04:00
Eric S. Raymond
7af0c7b059 Repair and simplify complicated pirare-robbery logic.
I think we previously mistranslated this in a way that didn't show up
because it would only manifest if you found the penultimare treasure
without encountering the pirate.

This version is much easier to understand.
2017-06-14 08:26:49 -04:00
Eric S. Raymond
d0f943f4fb Extend test coverage to novice mode. 2017-06-14 06:41:04 -04:00
Eric S. Raymond
b24670f4bc Increase test coverage. 2017-06-14 06:34:43 -04:00
Eric S. Raymond
5d8275c147 Increase test coverage. 2017-06-14 06:02:42 -04:00
Eric S. Raymond
a6657a53e9 Improve test coverage. 2017-06-14 05:44:45 -04:00
Eric S. Raymond
9344b8b329 De-FORTRANize the code. 2017-06-14 05:36:55 -04:00
Eric S. Raymond
473bdfaa2a Code simplification. 2017-06-13 20:06:07 -04:00
Eric S. Raymond
c3453db345 Use more C-like naming conventions for variables. 2017-06-13 19:17:24 -04:00
Eric S. Raymond
dc6a5751ed Magic-number elimination. 2017-06-13 18:54:53 -04:00
Eric S. Raymond
d61cab352e Makere magic numbers for cond bits into symbols. 2017-06-13 18:38:04 -04:00
Eric S. Raymond
70b5b191fd More tests of nonsense in the forest. 2017-06-13 17:48:05 -04:00
Eric S. Raymond
dcf4d5f1d3 Correct a typo, and a test for the affected verb. 2017-06-13 17:32:07 -04:00
Eric S. Raymond
8718a6c1da Typo fix. 2017-06-13 17:13:38 -04:00
Eric S. Raymond
c5d2d9ddb5 Add test for urn actions. 2017-06-13 17:02:52 -04:00
Eric S. Raymond
bd35d47139 Fix compiler warnings. 2017-06-13 14:33:19 -04:00
Jason S. Ninneman
bfa06be62d Fix all the simple compiler warnings. 2017-06-13 11:19:58 -07:00
Jason S. Ninneman
34621b054a Max out compiler warnings, and rearrange the debug build recipe. 2017-06-13 11:19:58 -07:00
NHOrus
2d1e089caf Remove shadowing of variable 2017-06-13 21:12:16 +03:00
NHOrus
a52f6b4d47 Test for regression from before localizing SPK 2017-06-13 20:49:01 +03:00
Eric S. Raymond
7493b26e6c Improve test coverage. 2017-06-13 13:36:27 -04:00
Eric S. Raymond
e07cedf332 Documentation improvements. 2017-06-13 13:13:30 -04:00
Eric S. Raymond
1a12a3acf2 Move awqy from FORTRANISH conditionals. 2017-06-13 12:47:34 -04:00
Eric S. Raymond
34db08ce06 Typo fixes. 2017-06-13 12:25:19 -04:00