Commit graph

586 commits

Author SHA1 Message Date
Eric S. Raymond
3939cd4f96 Fix the mazehint log so it works. 2017-06-16 09:38:54 -04:00
Eric S. Raymond
349c51793c Improve test coverage. 2017-06-16 09:31:37 -04:00
Eric S. Raymond
efe898d783 Test throwing axe at bear. 2017-06-16 09:16:01 -04:00
Eric S. Raymond
4403d0b721 Improve test coverage. 2017-06-16 09:05:20 -04:00
Eric S. Raymond
d97574d35c Magic-number elimination. 2017-06-16 08:55:53 -04:00
Eric S. Raymond
1329da1087 Remove total-ordering assumption. 2017-06-16 08:39:01 -04:00
Eric S. Raymond
a57d93ce35 Magic-number elimination. 2017-06-16 07:00:57 -04:00
Eric S. Raymond
1b5ab6c808 Code simplification. 2017-06-16 06:44:22 -04:00
Peje Nilsson
d4fc7a88b4 Merge branch 'master' into actions-arithmetic 2017-06-16 10:10:38 +02:00
Peje Nilsson
9a32f4c770 Fix more arithmetic on locations & messages 2017-06-16 10:06:01 +02:00
Eric S. Raymond
7ccef92f7f Reduce verbosity. 2017-06-15 21:36:06 -04:00
Eric S. Raymond
eaee02aa09 Squasgh -Wextra warnings. 2017-06-15 19:39:43 -04:00
Eric S. Raymond
2182dc23ff Documentation polishing. 2017-06-15 17:58:52 -04:00
Eric S. Raymond
e34bd8acf6 Documentation polishing. 2017-06-15 17:39:53 -04:00
Eric S. Raymond
ec031b0417 Name another magic number. 2017-06-15 17:34:06 -04:00
Eric S. Raymond
d2b226b34c Add regression test for seed crash bug. 2017-06-15 16:58:48 -04:00
Eric S. Raymond
fc7f52f83f Don't do dwarf moves after a fallback command.
Avoids a crash bug.
2017-06-15 16:54:29 -04:00
Eric S. Raymond
0d5f9064c7 Comment fix. 2017-06-15 12:20:49 -04:00
Eric S. Raymond
14486d67d4 Magic-numnber elimination. 2017-06-15 12:19:06 -04:00
Peje Nilsson
a86c67c2ab Merge branch 'master' into actions-arithmetic 2017-06-15 17:33:15 +02:00
Eric S. Raymond
49edca485d More use of manifeat constants. 2017-06-15 11:15:45 -04:00
Peje Nilsson
29121a82f8 Fix arithmetic on message number 2017-06-15 17:01:10 +02:00
Eric S. Raymond
0dc78b4221 More use of manifest constants. 2017-06-15 10:59:43 -04:00
Eric S. Raymond
1896e0f886 Use symbolic shortnames for locations. 2017-06-15 10:31:26 -04:00
NHOrus
f1f7cfd4e9 Localizing variables 2017-06-15 16:16:21 +03:00
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