open-adventure.git
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.

6 years agoUse C idioms for increment/decrement.
Eric S. Raymond [Sat, 10 Jun 2017 16:38:40 +0000 (12:38 -0400)]
Use C idioms for increment/decrement.

6 years agoDate typo fix.
Eric S. Raymond [Sat, 10 Jun 2017 11:20:26 +0000 (07:20 -0400)]
Date typo fix.

6 years agoCosmetic fix: blank line before filename prompt...
Eric S. Raymond [Sat, 10 Jun 2017 11:19:26 +0000 (07:19 -0400)]
Cosmetic fix: blank line before filename prompt...

...in the style of the original.

6 years agoRewrite save/resume in idiomatic C. Savefile version bumped to 26.
Eric S. Raymond [Sat, 10 Jun 2017 11:13:23 +0000 (07:13 -0400)]
Rewrite save/resume in idiomatic C. Savefile version bumped to 26.

6 years agoIsolate the grotty save/resume code. Most of it will soon go away.
Eric S. Raymond [Sat, 10 Jun 2017 09:38:47 +0000 (05:38 -0400)]
Isolate the grotty save/resume code.  Most of it will soon go away.

6 years agoUnbreak the tests.
Eric S. Raymond [Sat, 10 Jun 2017 09:35:35 +0000 (05:35 -0400)]
Unbreak the tests.

linenoise doesn't eco its prompt to stdout, which messed them up.

6 years agoEnable input editing with the linenoise library.
Eric S. Raymond [Sat, 10 Jun 2017 09:11:29 +0000 (05:11 -0400)]
Enable input editing with the linenoise library.

6 years agoChange NAPLIN signature - prepration for linenoise.
Eric S. Raymond [Sat, 10 Jun 2017 05:42:53 +0000 (01:42 -0400)]
Change NAPLIN signature - prepration for linenoise.

6 years agoReplace magic linenumbers with a clearer enum.
Eric S. Raymond [Sat, 10 Jun 2017 04:23:28 +0000 (00:23 -0400)]
Replace magic linenumbers with a clearer enum.

6 years agoMore goto eliminations.
Eric S. Raymond [Fri, 9 Jun 2017 21:22:20 +0000 (17:22 -0400)]
More goto eliminations.

6 years agoWhitespace fixes.
Eric S. Raymond [Fri, 9 Jun 2017 21:14:18 +0000 (17:14 -0400)]
Whitespace fixes.

6 years agoWhuirespace-only change.
Eric S. Raymond [Fri, 9 Jun 2017 20:53:15 +0000 (16:53 -0400)]
Whuirespace-only change.

6 years agoContinuing gotoicide.
Eric S. Raymond [Fri, 9 Jun 2017 18:18:09 +0000 (14:18 -0400)]
Continuing gotoicide.

6 years agoStill more gotoicides.
Eric S. Raymond [Fri, 9 Jun 2017 17:49:19 +0000 (13:49 -0400)]
Still more gotoicides.

6 years agoFactor out player movement logic.
Eric S. Raymond [Fri, 9 Jun 2017 17:36:21 +0000 (13:36 -0400)]
Factor out player movement logic.

6 years agoAnother gotoicide.
Eric S. Raymond [Fri, 9 Jun 2017 17:09:45 +0000 (13:09 -0400)]
Another gotoicide.

6 years agoAnother gotoicide.
Eric S. Raymond [Fri, 9 Jun 2017 16:53:27 +0000 (12:53 -0400)]
Another gotoicide.

6 years agoRender the ascii<->advent character code mappings to lookup tables. 57/head
Jason S. Ninneman [Fri, 9 Jun 2017 16:15:44 +0000 (09:15 -0700)]
Render the ascii<->advent character code mappings to lookup tables.

6 years agoReplace an unstructured goto with a two-level break.
Eric S. Raymond [Fri, 9 Jun 2017 16:09:47 +0000 (12:09 -0400)]
Replace an unstructured goto with a two-level break.

6 years agoLabel and global-variable elimination.
Eric S. Raymond [Fri, 9 Jun 2017 16:04:45 +0000 (12:04 -0400)]
Label and global-variable elimination.

6 years agoAbolish global variable I.
Eric S. Raymond [Fri, 9 Jun 2017 15:53:02 +0000 (11:53 -0400)]
Abolish global variable I.

6 years agoLocalize I.
Eric S. Raymond [Fri, 9 Jun 2017 15:47:55 +0000 (11:47 -0400)]
Localize I.

6 years agoAbolish a silly layer of macros.
Eric S. Raymond [Fri, 9 Jun 2017 15:36:49 +0000 (11:36 -0400)]
Abolish a silly layer of macros.

6 years agoEliminate an unused global.
Eric S. Raymond [Fri, 9 Jun 2017 15:23:04 +0000 (11:23 -0400)]
Eliminate an unused global.

6 years agoEliminate a global variable.
Eric S. Raymond [Fri, 9 Jun 2017 15:19:47 +0000 (11:19 -0400)]
Eliminate a global variable.

6 years agoAbolish global variable L.
Eric S. Raymond [Fri, 9 Jun 2017 15:14:04 +0000 (11:14 -0400)]
Abolish global variable L.

6 years agoAbolish global variable J.
Eric S. Raymond [Fri, 9 Jun 2017 15:13:03 +0000 (11:13 -0400)]
Abolish global variable J.

6 years agoRemove objectioonable uses of global variables.
Eric S. Raymond [Fri, 9 Jun 2017 14:39:12 +0000 (10:39 -0400)]
Remove objectioonable uses of global variables.

6 years agoEliminate objectionable use of global.
Eric S. Raymond [Fri, 9 Jun 2017 14:17:13 +0000 (10:17 -0400)]
Eliminate objectionable use of global.

6 years agoReformat actions.c, no code changes.
Eric S. Raymond [Fri, 9 Jun 2017 14:00:28 +0000 (10:00 -0400)]
Reformat actions.c, no code changes.

6 years agoSuspend/resume handler.
Eric S. Raymond [Fri, 9 Jun 2017 13:54:23 +0000 (09:54 -0400)]
Suspend/resume handler.

6 years agoMass goto removal. Switch now calls handlers directly.
Eric S. Raymond [Fri, 9 Jun 2017 13:04:26 +0000 (09:04 -0400)]
Mass goto removal. Switch now calls handlers directly.

6 years agoBecause (almost) everything is done in handlers now, merge the action files.
Eric S. Raymond [Fri, 9 Jun 2017 12:54:03 +0000 (08:54 -0400)]
Because (almost) everything is done in handlers now, merge the action files.

6 years agoread() and reservoir() handlers.
Eric S. Raymond [Fri, 9 Jun 2017 12:38:11 +0000 (08:38 -0400)]
read() and reservoir() handlers.

6 years agoYet more action handlers.
Eric S. Raymond [Fri, 9 Jun 2017 12:21:14 +0000 (08:21 -0400)]
Yet more action handlers.

6 years agoAction handler light().
Eric S. Raymond [Fri, 9 Jun 2017 11:55:55 +0000 (07:55 -0400)]
Action handler light().

6 years agoMore vocabulary handlers.
Eric S. Raymond [Fri, 9 Jun 2017 06:12:59 +0000 (02:12 -0400)]
More vocabulary handlers.

6 years agoAdd lock() handler.
Eric S. Raymond [Fri, 9 Jun 2017 06:04:01 +0000 (02:04 -0400)]
Add lock() handler.

6 years agoHandler for transitive extinguish.
Eric S. Raymond [Fri, 9 Jun 2017 05:39:41 +0000 (01:39 -0400)]
Handler for transitive extinguish.

6 years agoReassure compiler ("control may reach end of non-void function")
John Boyle [Thu, 8 Jun 2017 16:05:38 +0000 (09:05 -0700)]
Reassure compiler ("control may reach end of non-void function")

6 years agoCorrect the definition of SETBIT.
John Boyle [Thu, 8 Jun 2017 15:55:22 +0000 (08:55 -0700)]
Correct the definition of SETBIT.

The semantics were first changed in aef60929 (technically broken
in that commit as well).  Luckily, it seems not to be used much.

6 years agoPrepare for large goto elimination - whitesoace-only change.
Eric S. Raymond [Fri, 9 Jun 2017 02:48:05 +0000 (22:48 -0400)]
Prepare for large goto elimination - whitesoace-only change.

6 years agoHandler for SAY.
Eric S. Raymond [Thu, 8 Jun 2017 22:49:36 +0000 (18:49 -0400)]
Handler for SAY.

6 years agoMore action handlers.
Eric S. Raymond [Thu, 8 Jun 2017 22:24:15 +0000 (18:24 -0400)]
More action handlers.

6 years agoMore handler refactoring.
Eric S. Raymond [Thu, 8 Jun 2017 21:14:00 +0000 (17:14 -0400)]
More handler refactoring.

6 years agoMore action handlers. Use consistent VO order.
Eric S. Raymond [Thu, 8 Jun 2017 20:18:21 +0000 (16:18 -0400)]
More action handlers. Use consistent VO order.

6 years agoBeginning of actions1.c refactor.
Eric S. Raymond [Thu, 8 Jun 2017 19:27:05 +0000 (15:27 -0400)]
Beginning of actions1.c refactor.

6 years agoRemove one last goto from actions2.c
Eric S. Raymond [Thu, 8 Jun 2017 13:21:45 +0000 (09:21 -0400)]
Remove one last goto from actions2.c

6 years agoDe-gotoified actions2.c functions.
Peje Nilsson [Thu, 8 Jun 2017 13:13:34 +0000 (09:13 -0400)]
De-gotoified actions2.c functions.

6 years agoDe-gotoize throw().
Peje Nilsson [Thu, 8 Jun 2017 13:09:48 +0000 (09:09 -0400)]
De-gotoize throw().

6 years agoOne more goto gone.
Eric S. Raymond [Thu, 8 Jun 2017 12:26:10 +0000 (08:26 -0400)]
One more goto gone.

6 years agoFactor out the croak() function for player death.
Eric S. Raymond [Thu, 8 Jun 2017 12:15:35 +0000 (08:15 -0400)]
Factor out the croak() function for player death.

6 years agoYet more gotoectomy.
Eric S. Raymond [Thu, 8 Jun 2017 12:02:55 +0000 (08:02 -0400)]
Yet more gotoectomy.

6 years agoDe-gotoize hint machine.
Eric S. Raymond [Thu, 8 Jun 2017 11:49:27 +0000 (07:49 -0400)]
De-gotoize hint machine.

6 years agoFactor out the state machine for hints.
Eric S. Raymond [Thu, 8 Jun 2017 11:19:44 +0000 (07:19 -0400)]
Factor out the state machine for hints.

6 years agoResolve a particularly gnarly foto in dwarfmove.
Eric S. Raymond [Thu, 8 Jun 2017 10:44:25 +0000 (06:44 -0400)]
Resolve a particularly gnarly foto in dwarfmove.

6 years agoRefactor of dwarfmove logic.
Eric S. Raymond [Thu, 8 Jun 2017 10:25:52 +0000 (06:25 -0400)]
Refactor of dwarfmove logic.

6 years agoMore gotoectomies.
Eric S. Raymond [Thu, 8 Jun 2017 10:15:08 +0000 (06:15 -0400)]
More gotoectomies.

6 years agoClean up dwarfmove()
Eric S. Raymond [Thu, 8 Jun 2017 09:52:32 +0000 (05:52 -0400)]
Clean up dwarfmove()

6 years agoGotoectomy.
Eric S. Raymond [Thu, 8 Jun 2017 09:21:20 +0000 (05:21 -0400)]
Gotoectomy.