open-adventure.git
6 years agoMore test coverage of odd cases.
Eric S. Raymond [Tue, 13 Jun 2017 14:43:06 +0000 (10:43 -0400)]
More test coverage of odd cases.

6 years agoAbolish setup check, there's no possibility of restart.
Eric S. Raymond [Tue, 13 Jun 2017 14:20:15 +0000 (10:20 -0400)]
Abolish setup check, there's no possibility of restart.

Note, this silently breaks old saves.

6 years agoAdd woods hint and hint display to test coverage.
Eric S. Raymond [Tue, 13 Jun 2017 14:05:48 +0000 (10:05 -0400)]
Add woods hint and hint display to test coverage.

6 years agoArrange test coverage of reincarnation code.
Eric S. Raymond [Tue, 13 Jun 2017 13:48:32 +0000 (09:48 -0400)]
Arrange test coverage of reincarnation code.

6 years agoRemove more unused code.
Eric S. Raymond [Tue, 13 Jun 2017 13:42:18 +0000 (09:42 -0400)]
Remove more unused code.

6 years agoSpeling misstakes
Peje Nilsson [Tue, 13 Jun 2017 13:20:28 +0000 (13:20 +0000)]
Speling misstakes

6 years agoRemove now-unused code.
Eric S. Raymond [Tue, 13 Jun 2017 13:34:53 +0000 (09:34 -0400)]
Remove now-unused code.

6 years agoCleanup leftover comments 69/head
Peje Nilsson [Tue, 13 Jun 2017 13:27:44 +0000 (13:27 +0000)]
Cleanup leftover comments

6 years agoFurther increase test coverage.
Eric S. Raymond [Tue, 13 Jun 2017 13:26:54 +0000 (09:26 -0400)]
Further increase test coverage.

6 years agoImprove regression-test coverage.
Eric S. Raymond [Tue, 13 Jun 2017 13:18:24 +0000 (09:18 -0400)]
Improve regression-test coverage.

6 years agoDocumentation update.
Eric S. Raymond [Tue, 13 Jun 2017 12:37:36 +0000 (08:37 -0400)]
Documentation update.

6 years agoUpdate docs to track Peje's latest patch.
Eric S. Raymond [Tue, 13 Jun 2017 12:30:49 +0000 (08:30 -0400)]
Update docs to track Peje's latest patch.

6 years agoRefactor part of dwarfmove to remove goto jumpout 67/head
Peje Nilsson [Tue, 13 Jun 2017 12:18:06 +0000 (14:18 +0200)]
Refactor part of dwarfmove to remove goto jumpout

6 years agoComment polishing.
Eric S. Raymond [Tue, 13 Jun 2017 12:15:01 +0000 (08:15 -0400)]
Comment polishing.

6 years agoAddress GitLab issue #10: Spurious '>' characters appearing in console output
Eric S. Raymond [Tue, 13 Jun 2017 12:03:27 +0000 (08:03 -0400)]
Address GitLab issue #10: Spurious '>' characters appearing in console output

The prompt logic has become unpleasantly complicated.

6 years agoAdjust for Peje Add Peje Nilsson to credits.
Eric S. Raymond [Tue, 13 Jun 2017 11:49:53 +0000 (07:49 -0400)]
Adjust for Peje Add Peje Nilsson to credits.

6 years agoRemove L19999
Peje Nilsson [Tue, 13 Jun 2017 11:14:40 +0000 (13:14 +0200)]
Remove L19999

6 years agoImprove slightly on Peje's L12 patch, changing documentation to match.
Eric S. Raymond [Tue, 13 Jun 2017 11:36:57 +0000 (07:36 -0400)]
Improve slightly on Peje's L12 patch, changing documentation to match.

6 years agoMore documentation updates.
Eric S. Raymond [Tue, 13 Jun 2017 02:15:38 +0000 (22:15 -0400)]
More documentation updates.

6 years agoRelocate L12 65/head
Peje Nilsson [Tue, 13 Jun 2017 05:41:09 +0000 (07:41 +0200)]
Relocate L12

With a bit of code duplication the L12 label can be moved outside
the loop.

6 years agoNew notes.adoc file; major documentation update.
Eric S. Raymond [Tue, 13 Jun 2017 02:02:32 +0000 (22:02 -0400)]
New notes.adoc file; major documentation update.

6 years agoDon't output disused dungeon data. 64/head
Jason S. Ninneman [Mon, 12 Jun 2017 21:44:24 +0000 (14:44 -0700)]
Don't output disused dungeon data.

6 years agoRemove some hard-coded array dimensions. Generate CLSSES at compile time. 63/head
Jason S. Ninneman [Mon, 12 Jun 2017 18:02:16 +0000 (11:02 -0700)]
Remove some hard-coded array dimensions. Generate CLSSES at compile time.

(How did this ever even work without 'extern'?)

6 years agoClean up function argument.
Jason S. Ninneman [Mon, 12 Jun 2017 16:36:14 +0000 (09:36 -0700)]
Clean up function argument.

6 years agoUse strdup() instead of strncpy().
Jason S. Ninneman [Mon, 12 Jun 2017 16:21:24 +0000 (09:21 -0700)]
Use strdup() instead of strncpy().

6 years agoTurn MOD from function to macro.
Eric S. Raymond [Mon, 12 Jun 2017 21:33:21 +0000 (17:33 -0400)]
Turn MOD from function to macro.

I experimented with expanding it to ((N % M) everywhere, but in context
the MOD(N, M) notation seems easier to read.

6 years agoAdd -s option.
Eric S. Raymond [Mon, 12 Jun 2017 20:51:35 +0000 (16:51 -0400)]
Add -s option.

Re-enables pasting multiline sequences to the > prompt (for making checkfiles).

6 years agoFORTRAN line numbers returned from action() become action symbols.
Eric S. Raymond [Mon, 12 Jun 2017 18:42:04 +0000 (14:42 -0400)]
FORTRAN line numbers returned from action() become action symbols.

6 years agoRefactor main command loop to eliminate L2000.
Eric S. Raymond [Mon, 12 Jun 2017 13:42:43 +0000 (09:42 -0400)]
Refactor main command loop to eliminate L2000.

6 years agoEliminare L8 label.
Eric S. Raymond [Mon, 12 Jun 2017 13:28:11 +0000 (09:28 -0400)]
Eliminare L8 label.

6 years agoEliminate L8 label.
Eric S. Raymond [Mon, 12 Jun 2017 13:24:11 +0000 (09:24 -0400)]
Eliminate L8 label.

6 years agoFactor out logic for listing objects at present location.
Eric S. Raymond [Mon, 12 Jun 2017 13:01:21 +0000 (09:01 -0400)]
Factor out logic for listing objects at present location.

6 years agoRefactor hinting logic to pull more code out of mainline.
Eric S. Raymond [Mon, 12 Jun 2017 12:31:32 +0000 (08:31 -0400)]
Refactor hinting logic to pull more code out of mainline.

6 years agoClosing-time check factored out.
Eric S. Raymond [Mon, 12 Jun 2017 12:15:58 +0000 (08:15 -0400)]
Closing-time check factored out.

6 years agoReformat for readability.
Eric S. Raymond [Mon, 12 Jun 2017 12:07:49 +0000 (08:07 -0400)]
Reformat for readability.

6 years agoMore goto elimination.
Eric S. Raymond [Mon, 12 Jun 2017 12:03:10 +0000 (08:03 -0400)]
More goto elimination.

6 years agoGoto elimination.
Eric S. Raymond [Mon, 12 Jun 2017 11:58:24 +0000 (07:58 -0400)]
Goto elimination.

6 years agoK successfully localized.
Eric S. Raymond [Mon, 12 Jun 2017 10:47:10 +0000 (06:47 -0400)]
K successfully localized.

6 years agoAllow direct object to persist across turns.
Eric S. Raymond [Mon, 12 Jun 2017 10:26:58 +0000 (06:26 -0400)]
Allow direct object to persist across turns.

6 years agoLocalize K.
Eric S. Raymond [Mon, 12 Jun 2017 10:13:00 +0000 (06:13 -0400)]
Localize K.

6 years agoNarrow scope of K.
Eric S. Raymond [Mon, 12 Jun 2017 10:09:34 +0000 (06:09 -0400)]
Narrow scope of K.

6 years agoFix uninitialized-variable warning.
Eric S. Raymond [Mon, 12 Jun 2017 09:28:28 +0000 (05:28 -0400)]
Fix uninitialized-variable warning.

6 years agoSPK is abolished.
Eric S. Raymond [Mon, 12 Jun 2017 06:10:14 +0000 (02:10 -0400)]
SPK is abolished.

6 years agoMore SPK localization.
Eric S. Raymond [Mon, 12 Jun 2017 05:45:01 +0000 (01:45 -0400)]
More SPK localization.

6 years agoSPK localization.
Eric S. Raymond [Mon, 12 Jun 2017 05:28:20 +0000 (01:28 -0400)]
SPK localization.

6 years agoK localization.
Eric S. Raymond [Mon, 12 Jun 2017 04:30:45 +0000 (00:30 -0400)]
K localization.

6 years agoLocalize K to main.c
Eric S. Raymond [Mon, 12 Jun 2017 04:21:14 +0000 (00:21 -0400)]
Localize K to main.c

6 years agoLocalization moves for K.
Eric S. Raymond [Mon, 12 Jun 2017 04:10:07 +0000 (00:10 -0400)]
Localization moves for K.

6 years agoUpdate TODO.
Eric S. Raymond [Mon, 12 Jun 2017 02:07:12 +0000 (22:07 -0400)]
Update TODO.

6 years agoSPK is no longer global.
Eric S. Raymond [Mon, 12 Jun 2017 02:04:14 +0000 (22:04 -0400)]
SPK is no longer global.

6 years agoContinue localization of SPK (not yet complete).
Eric S. Raymond [Mon, 12 Jun 2017 01:58:21 +0000 (21:58 -0400)]
Continue localization of SPK (not yet complete).

6 years agoLimit visibility of ugly globals.
Eric S. Raymond [Mon, 12 Jun 2017 01:07:53 +0000 (21:07 -0400)]
Limit visibility of ugly globals.

6 years agoClean up compiler warnings.
Eric S. Raymond [Sun, 11 Jun 2017 22:57:07 +0000 (18:57 -0400)]
Clean up compiler warnings.

6 years agoMassive whitespace update to the test output. 60/head
Jason S. Ninneman [Sun, 11 Jun 2017 22:43:38 +0000 (15:43 -0700)]
Massive whitespace update to the test output.

(With one minor exception: the 'pillow' problem.)

6 years agoChange 'drop pillow' to 'drop pillo' to make the test pass while we sort out a minor...
Jason S. Ninneman [Sun, 11 Jun 2017 22:42:04 +0000 (15:42 -0700)]
Change 'drop pillow' to 'drop pillo' to make the test pass while we sort out a minor bug.

6 years agoFix broken unpacking algorithm.
Jason S. Ninneman [Sun, 11 Jun 2017 21:59:08 +0000 (14:59 -0700)]
Fix broken unpacking algorithm.

Also trim trailing whitespace.

6 years agoAbolish SPEAK().
Jason S. Ninneman [Sun, 11 Jun 2017 21:41:26 +0000 (14:41 -0700)]
Abolish SPEAK().

6 years agoFix spacing problem.
Jason S. Ninneman [Sun, 11 Jun 2017 21:37:44 +0000 (14:37 -0700)]
Fix spacing problem.

6 years agoAdd missing function prototypes.
Jason S. Ninneman [Sun, 11 Jun 2017 21:35:55 +0000 (14:35 -0700)]
Add missing function prototypes.

6 years agoWorking first draft of newspeak().
Jason S. Ninneman [Sun, 11 Jun 2017 21:34:40 +0000 (14:34 -0700)]
Working first draft of newspeak().

6 years agoGet plural replacement working.
Jason S. Ninneman [Sun, 11 Jun 2017 21:17:31 +0000 (14:17 -0700)]
Get plural replacement working.

6 years agoPartially-working newspeak().
Jason S. Ninneman [Sun, 11 Jun 2017 21:06:36 +0000 (14:06 -0700)]
Partially-working newspeak().

6 years agoMore retrofitting.
Jason S. Ninneman [Sun, 11 Jun 2017 18:58:12 +0000 (11:58 -0700)]
More retrofitting.

6 years agoRetrofit main.c for the new database and newspeak().
Jason S. Ninneman [Sun, 11 Jun 2017 18:51:12 +0000 (11:51 -0700)]
Retrofit main.c for the new database and newspeak().

6 years agoRetrofit RSPEAK() and PSPEAK().
Jason S. Ninneman [Sun, 11 Jun 2017 18:44:25 +0000 (11:44 -0700)]
Retrofit RSPEAK() and PSPEAK().

6 years agoCheck in dropped file.
Jason S. Ninneman [Sun, 11 Jun 2017 18:31:18 +0000 (11:31 -0700)]
Check in dropped file.

6 years agoCompile in the new (partial) database.
Jason S. Ninneman [Sun, 11 Jun 2017 18:31:02 +0000 (11:31 -0700)]
Compile in the new (partial) database.

6 years agoFirst crude version of newspeak().
Jason S. Ninneman [Sun, 11 Jun 2017 18:30:23 +0000 (11:30 -0700)]
First crude version of newspeak().

6 years agoRemove handlers for disused advent format specifiers.
Jason S. Ninneman [Sun, 11 Jun 2017 17:33:46 +0000 (10:33 -0700)]
Remove handlers for disused advent format specifiers.

6 years agoTest for the "break" verb.
Eric S. Raymond [Sun, 11 Jun 2017 22:24:35 +0000 (18:24 -0400)]
Test for the "break" verb.

6 years agoIncrease test coverage.
Eric S. Raymond [Sun, 11 Jun 2017 21:41:29 +0000 (17:41 -0400)]
Increase test coverage.

6 years agoMore test coverage.
Eric S. Raymond [Sun, 11 Jun 2017 20:50:55 +0000 (16:50 -0400)]
More test coverage.

6 years agoImproved test coverage.
Eric S. Raymond [Sun, 11 Jun 2017 20:18:03 +0000 (16:18 -0400)]
Improved test coverage.

6 years agoYet more goto elimination.
Eric S. Raymond [Sun, 11 Jun 2017 19:19:49 +0000 (15:19 -0400)]
Yet more goto elimination.

6 years agoReadability tweak.
Eric S. Raymond [Sun, 11 Jun 2017 15:28:30 +0000 (11:28 -0400)]
Readability tweak.

6 years agoAbolish 18999 return from actions().
Eric S. Raymond [Sun, 11 Jun 2017 15:25:31 +0000 (11:25 -0400)]
Abolish 18999 return from actions().

6 years agoAbolish 2009 return.
Eric S. Raymond [Sun, 11 Jun 2017 15:13:31 +0000 (11:13 -0400)]
Abolish 2009 return.

6 years agoAbolish L2010.
Eric S. Raymond [Sun, 11 Jun 2017 15:06:54 +0000 (11:06 -0400)]
Abolish L2010.

6 years agoCode simplifications based on abolishing 2011.
Eric S. Raymond [Sun, 11 Jun 2017 14:59:33 +0000 (10:59 -0400)]
Code simplifications based on abolishing 2011.

6 years agoAbolish 2011 return from actions. A step towards localizing SPK.
Eric S. Raymond [Sun, 11 Jun 2017 14:12:58 +0000 (10:12 -0400)]
Abolish 2011 return from actions. A step towards localizing SPK.

6 years agoQuestions for the future.
Eric S. Raymond [Sun, 11 Jun 2017 13:24:52 +0000 (09:24 -0400)]
Questions for the future.

6 years agoMore goto elimination.
Eric S. Raymond [Sun, 11 Jun 2017 12:33:30 +0000 (08:33 -0400)]
More goto elimination.

6 years agoClean up dummy macro arguments.
Eric S. Raymond [Sun, 11 Jun 2017 11:29:29 +0000 (07:29 -0400)]
Clean up dummy macro arguments.

6 years agoYet more goto eliminations.
Eric S. Raymond [Sun, 11 Jun 2017 10:58:45 +0000 (06:58 -0400)]
Yet more goto eliminations.

6 years agoTwo goto eliminations.
Eric S. Raymond [Sun, 11 Jun 2017 03:44:59 +0000 (23:44 -0400)]
Two goto eliminations.

6 years agoOne more goto-label pair gone.
Eric S. Raymond [Sun, 11 Jun 2017 03:18:15 +0000 (23:18 -0400)]
One more goto-label pair gone.

6 years agoSix more gotoectomies.
Eric S. Raymond [Sun, 11 Jun 2017 01:50:43 +0000 (21:50 -0400)]
Six more gotoectomies.

6 years agoMore SPEAK() hardening. 59/head
Jason S. Ninneman [Sun, 11 Jun 2017 02:00:44 +0000 (19:00 -0700)]
More SPEAK() hardening.

6 years agoReplace some spaces with tabs per the database spec.
Jason S. Ninneman [Sun, 11 Jun 2017 02:00:23 +0000 (19:00 -0700)]
Replace some spaces with tabs per the database spec.

6 years agoResolve a goto.
Eric S. Raymond [Sat, 10 Jun 2017 23:08:58 +0000 (19:08 -0400)]
Resolve a goto.

6 years agoZero-index the lookup tables and the code that references them. 58/head
Jason S. Ninneman [Sat, 10 Jun 2017 22:34:21 +0000 (15:34 -0700)]
Zero-index the lookup tables and the code that references them.

6 years agoReplace advent character constants with lookups.
Jason S. Ninneman [Sat, 10 Jun 2017 22:27:38 +0000 (15:27 -0700)]
Replace advent character constants with lookups.

6 years agoKeep ascii_to_advent[] numeric. Using char literals was misleading.
Jason S. Ninneman [Sat, 10 Jun 2017 21:31:50 +0000 (14:31 -0700)]
Keep ascii_to_advent[] numeric. Using char literals was misleading.

6 years agoAdd missing common.c.
Jason S. Ninneman [Sat, 10 Jun 2017 20:52:50 +0000 (13:52 -0700)]
Add missing common.c.

6 years agoUse a header/source set common to both advent and the dungeon builder.
Jason S. Ninneman [Sat, 10 Jun 2017 20:36:29 +0000 (13:36 -0700)]
Use a header/source set common to both advent and the dungeon builder.

6 years agoDocumentaion polishing.
Eric S. Raymond [Sat, 10 Jun 2017 18:55:48 +0000 (14:55 -0400)]
Documentaion polishing.

6 years agoStructuring move.
Eric S. Raymond [Sat, 10 Jun 2017 18:24:34 +0000 (14:24 -0400)]
Structuring move.

6 years agoReadability fix.
Eric S. Raymond [Sat, 10 Jun 2017 17:58:18 +0000 (13:58 -0400)]
Readability fix.

6 years agoLast goto removed from actions.c
Eric S. Raymond [Sat, 10 Jun 2017 17:43:17 +0000 (13:43 -0400)]
Last goto removed from actions.c

6 years agoJust one label left in actions.c.
Eric S. Raymond [Sat, 10 Jun 2017 17:31:48 +0000 (13:31 -0400)]
Just one label left in actions.c.