open-adventure.git
6 years agoRevert "Remove 'version' test. Framework plays badly with variable output."
Aaron Traas [Mon, 10 Jul 2017 18:54:19 +0000 (14:54 -0400)]
Revert "Remove 'version' test.  Framework plays badly with variable output."

This reverts commit 13f73040816da2e0eee9c607531f9eb99ef9c0c8.

6 years agoTweak a coverage exclusion.
Eric S. Raymond [Mon, 10 Jul 2017 18:52:18 +0000 (14:52 -0400)]
Tweak a coverage exclusion.

6 years agoCoverage - bird attack snake in endgame 232/head
Aaron Traas [Mon, 10 Jul 2017 16:47:33 +0000 (12:47 -0400)]
Coverage - bird attack snake in endgame

6 years agoBear can't dies where it can be chained.
Eric S. Raymond [Mon, 10 Jul 2017 16:49:45 +0000 (12:49 -0400)]
Bear can't dies where it can be chained.

6 years agoRemove 'version' test. Framework plays badly with variable output.
Eric S. Raymond [Mon, 10 Jul 2017 16:18:35 +0000 (12:18 -0400)]
Remove 'version' test.  Framework plays badly with variable output.

We'll have to come up with generic solution to this.

6 years agoVersion bump in tests 231/head
NHOrus [Mon, 10 Jul 2017 12:11:19 +0000 (15:11 +0300)]
Version bump in tests

6 years agoFail getting some more hints by disqualifying conditions
NHOrus [Mon, 10 Jul 2017 11:41:01 +0000 (14:41 +0300)]
Fail getting some more hints by disqualifying conditions

6 years agoTwo different failures to get hint for ogre
NHOrus [Mon, 10 Jul 2017 11:16:39 +0000 (14:16 +0300)]
Two different failures to get hint for ogre

6 years agoFail to feed the snake, find the pirate before he pounces
NHOrus [Mon, 10 Jul 2017 11:07:35 +0000 (14:07 +0300)]
Fail to feed the snake, find the pirate before he pounces

6 years agoReady to release 1.2.
Eric S. Raymond [Mon, 10 Jul 2017 11:46:26 +0000 (07:46 -0400)]
Ready to release 1.2.

6 years agoAdd historical details.
Eric S. Raymond [Sun, 9 Jul 2017 20:48:29 +0000 (16:48 -0400)]
Add historical details.

6 years agoCoverage: LOC_DIFFERENT* and fail to feed bear 230/head
Aaron Traas [Sun, 9 Jul 2017 19:32:14 +0000 (15:32 -0400)]
Coverage: LOC_DIFFERENT* and fail to feed bear

6 years agoSort coverage report to make more readable
Aaron Traas [Sun, 9 Jul 2017 19:31:11 +0000 (15:31 -0400)]
Sort coverage report to make more readable

6 years agoClean up test titles.
Eric S. Raymond [Sun, 9 Jul 2017 18:58:44 +0000 (14:58 -0400)]
Clean up test titles.

6 years agoTest for failure to deal with ogre by attacking him 229/head
NHOrus [Sun, 9 Jul 2017 17:39:14 +0000 (20:39 +0300)]
Test for failure to deal with ogre by attacking him

6 years agoTest for selecting different plants
NHOrus [Sun, 9 Jul 2017 17:36:41 +0000 (20:36 +0300)]
Test for selecting different plants

6 years agoTests for failing with the golden eggs
NHOrus [Sun, 9 Jul 2017 17:35:24 +0000 (20:35 +0300)]
Tests for failing with the golden eggs

6 years agoLast unfired test - for getting the jade (better start over!)
NHOrus [Sun, 9 Jul 2017 17:28:15 +0000 (20:28 +0300)]
Last unfired test - for getting the jade (better start over!)

6 years agoSome fuzzing-generated tests, with possible coverage redundancies
NHOrus [Sun, 9 Jul 2017 17:21:59 +0000 (20:21 +0300)]
Some fuzzing-generated tests, with possible coverage redundancies

6 years agoTwo more lines of coverage; more cleanup for macros
NHOrus [Sun, 9 Jul 2017 17:03:30 +0000 (20:03 +0300)]
Two more lines of coverage; more cleanup for macros

6 years agoDocumentation improvement.
Eric S. Raymond [Sun, 9 Jul 2017 11:39:48 +0000 (07:39 -0400)]
Documentation improvement.

6 years agoDocumentation polishing.
Eric S. Raymond [Sun, 9 Jul 2017 11:03:26 +0000 (07:03 -0400)]
Documentation polishing.

6 years agoMade YAML coverage test work with variable messages (%s, %d, etc.) 228/head
Aaron Traas [Sat, 8 Jul 2017 23:37:51 +0000 (19:37 -0400)]
Made YAML coverage test work with variable messages (%s, %d, etc.)

6 years agoBound the sizes of strcpy.
NHOrus [Sat, 8 Jul 2017 19:06:23 +0000 (22:06 +0300)]
Bound the sizes of strcpy.

6 years ago№ and minor syntax correction 226/head
NHOrus [Sat, 8 Jul 2017 18:00:26 +0000 (21:00 +0300)]
№ and minor syntax correction

6 years agoFix dead bear tests
NHOrus [Sat, 8 Jul 2017 17:02:30 +0000 (20:02 +0300)]
Fix dead bear tests

6 years agoMinor deduplication
NHOrus [Sat, 8 Jul 2017 14:44:02 +0000 (17:44 +0300)]
Minor deduplication

6 years agoRestructure quips for invalid movements.
NHOrus [Sat, 8 Jul 2017 14:40:57 +0000 (17:40 +0300)]
Restructure quips for invalid movements.

6 years agoRestructure lightcheck
NHOrus [Sat, 8 Jul 2017 14:40:35 +0000 (17:40 +0300)]
Restructure lightcheck

6 years agoSet game.newloc when reincarnated. Fixes a bug.
Eric S. Raymond [Sat, 8 Jul 2017 15:34:09 +0000 (11:34 -0400)]
Set game.newloc when reincarnated. Fixes a bug.

6 years agoAdd a code audit production using cppcheck.
Eric S. Raymond [Sat, 8 Jul 2017 13:51:10 +0000 (09:51 -0400)]
Add a code audit production using cppcheck.

6 years agoExpand test coverage, partly fixing Gitlab issue #23.
Eric S. Raymond [Sat, 8 Jul 2017 12:59:28 +0000 (08:59 -0400)]
Expand test coverage, partly fixing Gitlab issue #23.

6 years agoComment polishing.
Eric S. Raymond [Sat, 8 Jul 2017 12:35:44 +0000 (08:35 -0400)]
Comment polishing.

6 years agoDocumentation polishing.
Eric S. Raymond [Sat, 8 Jul 2017 05:09:41 +0000 (01:09 -0400)]
Documentation polishing.

6 years agoNow YAML coverage test generates a nice HTML template 225/head
Aaron Traas [Sat, 8 Jul 2017 02:37:12 +0000 (22:37 -0400)]
Now YAML coverage test generates a nice HTML template

6 years agoComment polishing.
Eric S. Raymond [Fri, 7 Jul 2017 20:39:11 +0000 (16:39 -0400)]
Comment polishing.

6 years agoadventure.yaml coverage test script -- not at all polished, but works
Aaron Traas [Fri, 7 Jul 2017 19:26:10 +0000 (15:26 -0400)]
adventure.yaml coverage test script -- not at all polished, but works

6 years agoPrevent access beyond boundaries of array on fallthrough 224/head
NHOrus [Fri, 7 Jul 2017 20:14:46 +0000 (23:14 +0300)]
Prevent access beyond boundaries of array on fallthrough

6 years agoFuzzed tests for two of untested hint conditions 223/head
NHOrus [Fri, 7 Jul 2017 19:41:53 +0000 (22:41 +0300)]
Fuzzed tests for two of untested hint conditions

6 years agoComment cleanup.
Eric S. Raymond [Fri, 7 Jul 2017 19:34:32 +0000 (15:34 -0400)]
Comment cleanup.

6 years agoEliminate magic numbers from C side of condition handling.
Eric S. Raymond [Fri, 7 Jul 2017 13:36:43 +0000 (09:36 -0400)]
Eliminate magic numbers from C side of condition handling.

6 years agoPurge magic numbers from C side of destination handling.
Eric S. Raymond [Fri, 7 Jul 2017 11:50:39 +0000 (07:50 -0400)]
Purge magic numbers from C side of destination handling.

6 years agoDon't forget to ask important questions when removing restore of saves 221/head
NHOrus [Fri, 7 Jul 2017 14:58:42 +0000 (17:58 +0300)]
Don't forget to ask important questions when removing restore of saves

6 years agoPlugged all memory leaks. 220/head
NHOrus [Fri, 7 Jul 2017 09:07:52 +0000 (12:07 +0300)]
Plugged all memory leaks.
Now all tests pass under ASan or Valgrind.

6 years agoDeal around newline-only lines pruned to zero-lenght
NHOrus [Fri, 7 Jul 2017 08:21:37 +0000 (11:21 +0300)]
Deal around newline-only lines pruned to zero-lenght
Test for that, too

6 years agoDon't zero stuff twice
NHOrus [Fri, 7 Jul 2017 08:18:02 +0000 (11:18 +0300)]
Don't zero stuff twice

6 years agoEliminated multiple reassigments
NHOrus [Fri, 7 Jul 2017 07:20:32 +0000 (10:20 +0300)]
Eliminated multiple reassigments

6 years agoMagic Number Elimination
NHOrus [Fri, 7 Jul 2017 07:04:26 +0000 (10:04 +0300)]
Magic Number Elimination

6 years agoMore readable dungeon.c output.
Eric S. Raymond [Thu, 6 Jul 2017 20:41:06 +0000 (16:41 -0400)]
More readable dungeon.c output.

6 years agoMake the travel table in the dungeon.c output easier to read.
Eric S. Raymond [Thu, 6 Jul 2017 19:55:28 +0000 (15:55 -0400)]
Make the travel table in the dungeon.c output easier to read.

6 years agoTowards a more readable generated file.
Eric S. Raymond [Thu, 6 Jul 2017 12:47:27 +0000 (08:47 -0400)]
Towards a more readable generated file.

6 years agoStop overwriting obj by dragon check 219/head
NHOrus [Thu, 6 Jul 2017 16:12:16 +0000 (19:12 +0300)]
Stop overwriting obj by dragon check

6 years agoSemantic type for verb
NHOrus [Thu, 6 Jul 2017 15:35:43 +0000 (18:35 +0300)]
Semantic type for verb

6 years agoClear login in bvreak
NHOrus [Thu, 6 Jul 2017 15:23:07 +0000 (18:23 +0300)]
Clear login in bvreak
Test double-breaking of vase

6 years agoPrevent multiple assigment to game.bonus in blast
NHOrus [Thu, 6 Jul 2017 15:18:31 +0000 (18:18 +0300)]
Prevent multiple assigment to game.bonus in blast

6 years agoBe explicitely intransitive
NHOrus [Thu, 6 Jul 2017 15:11:02 +0000 (18:11 +0300)]
Be explicitely intransitive

6 years agoMagic-number elimination and fix
NHOrus [Thu, 6 Jul 2017 14:55:56 +0000 (17:55 +0300)]
Magic-number elimination and fix
More test coverage for some of the cases

6 years agoMagic-number elimination.
Eric S. Raymond [Thu, 6 Jul 2017 11:42:41 +0000 (07:42 -0400)]
Magic-number elimination.

6 years agoSome test improvements 218/head
NHOrus [Thu, 6 Jul 2017 08:04:07 +0000 (11:04 +0300)]
Some test improvements

6 years agoImprove readability
NHOrus [Thu, 6 Jul 2017 07:32:33 +0000 (10:32 +0300)]
Improve readability

6 years agoCleaned up light and extinguish
NHOrus [Thu, 6 Jul 2017 07:27:49 +0000 (10:27 +0300)]
Cleaned up light and extinguish

6 years agoCleaned up eat
NHOrus [Thu, 6 Jul 2017 07:18:18 +0000 (10:18 +0300)]
Cleaned up eat

6 years agoPruned out special case of discarding the vase
NHOrus [Thu, 6 Jul 2017 07:13:43 +0000 (10:13 +0300)]
Pruned out special case of discarding the vase

6 years agoCleared up lock/unlock logic
NHOrus [Thu, 6 Jul 2017 07:12:55 +0000 (10:12 +0300)]
Cleared up lock/unlock logic

6 years agoobj_t in actions. And some more magical word removal
NHOrus [Thu, 6 Jul 2017 06:56:14 +0000 (09:56 +0300)]
obj_t in actions. And some more magical word removal
Also, reindented everything, as usual

6 years agoMagic-number elimination.
Eric S. Raymond [Thu, 6 Jul 2017 01:45:55 +0000 (21:45 -0400)]
Magic-number elimination.

6 years agoRemove arithmetic on a location number.
Eric S. Raymond [Thu, 6 Jul 2017 00:51:45 +0000 (20:51 -0400)]
Remove arithmetic on a location number.

6 years agoLocation arithmetic elimination.
Eric S. Raymond [Thu, 6 Jul 2017 00:29:50 +0000 (20:29 -0400)]
Location arithmetic elimination.

6 years agoactions[] now has strings instead of enums. 217/head
Jason S. Ninneman [Wed, 5 Jul 2017 21:32:08 +0000 (14:32 -0700)]
actions[] now has strings instead of enums.

6 years agoRepair tests to track previous change.
Eric S. Raymond [Wed, 5 Jul 2017 23:26:32 +0000 (19:26 -0400)]
Repair tests to track previous change.

6 years agoImprove giant-words failure message.
Eric S. Raymond [Wed, 5 Jul 2017 21:32:44 +0000 (17:32 -0400)]
Improve giant-words failure message.

6 years agoRemove the specials[] duplicates of the 'big' words. 216/head
Jason S. Ninneman [Wed, 5 Jul 2017 18:30:29 +0000 (11:30 -0700)]
Remove the specials[] duplicates of the 'big' words.

6 years agoWorking but unpolished refactor of bigwords().
Jason S. Ninneman [Wed, 5 Jul 2017 18:28:15 +0000 (11:28 -0700)]
Working but unpolished refactor of bigwords().

6 years agoFurther infiltrare semantic types. takebird
Eric S. Raymond [Wed, 5 Jul 2017 20:55:16 +0000 (16:55 -0400)]
Further infiltrare semantic types.

6 years agoTest for bear, from tag seed
NHOrus [Wed, 5 Jul 2017 17:35:26 +0000 (20:35 +0300)]
Test for bear, from tag seed

6 years agosame with bear, but without test
NHOrus [Wed, 5 Jul 2017 17:06:08 +0000 (20:06 +0300)]
same with bear, but without test

6 years agoFixed feed command and white space in tests
NHOrus [Wed, 5 Jul 2017 17:03:55 +0000 (20:03 +0300)]
Fixed feed command and white space in tests

6 years agoCapture correct behavior from seed
NHOrus [Wed, 5 Jul 2017 17:01:53 +0000 (20:01 +0300)]
Capture correct behavior from seed

6 years agoMade feeding a switch instead of elsif chain
NHOrus [Wed, 5 Jul 2017 16:55:52 +0000 (19:55 +0300)]
Made feeding a switch instead of elsif chain

6 years agoOne bit less math on states
NHOrus [Wed, 5 Jul 2017 16:33:01 +0000 (19:33 +0300)]
One bit less math on states

6 years agoMoved state_change to misc.c to start using it in main.c, too 215/head
NHOrus [Wed, 5 Jul 2017 17:23:34 +0000 (20:23 +0300)]
Moved state_change to misc.c to start using it in main.c, too

6 years agoTest cover all of discard 213/head
NHOrus [Wed, 5 Jul 2017 16:12:05 +0000 (19:12 +0300)]
Test cover all of discard

6 years agoTriggering more phrases
NHOrus [Wed, 5 Jul 2017 15:59:05 +0000 (18:59 +0300)]
Triggering more phrases

6 years agoMake a test more explicit.
Eric S. Raymond [Wed, 5 Jul 2017 15:47:10 +0000 (11:47 -0400)]
Make a test more explicit.

6 years agoRepair oilplant.log.
Eric S. Raymond [Wed, 5 Jul 2017 15:36:16 +0000 (11:36 -0400)]
Repair oilplant.log.

6 years agoReduce test makefile verbosity under Emacs.
Eric S. Raymond [Wed, 5 Jul 2017 08:35:58 +0000 (04:35 -0400)]
Reduce test makefile verbosity under Emacs.

6 years agoStatic analysis warnings squished 212/head
NHOrus [Wed, 5 Jul 2017 14:45:12 +0000 (17:45 +0300)]
Static analysis warnings squished

6 years agoMagic-number elimination.
Eric S. Raymond [Wed, 5 Jul 2017 07:17:24 +0000 (03:17 -0400)]
Magic-number elimination.

6 years agoFix dropped stitch in last commit.
Eric S. Raymond [Wed, 5 Jul 2017 06:55:51 +0000 (02:55 -0400)]
Fix dropped stitch in last commit.

6 years agoMagic-number elimination.
Eric S. Raymond [Wed, 5 Jul 2017 06:53:39 +0000 (02:53 -0400)]
Magic-number elimination.

6 years agoDocumentation polishing.
Eric S. Raymond [Wed, 5 Jul 2017 06:42:51 +0000 (02:42 -0400)]
Documentation polishing.

6 years agoUnder oldstyle, mangled echoed unknown text to simulate old behavior.
Eric S. Raymond [Wed, 5 Jul 2017 06:34:36 +0000 (02:34 -0400)]
Under oldstyle, mangled echoed unknown text to simulate old behavior.

6 years agoMinor clarifications.
Eric S. Raymond [Wed, 5 Jul 2017 06:02:39 +0000 (02:02 -0400)]
Minor clarifications.

6 years agoTrigger 'NO_EDIBLES' message 211/head
NHOrus [Wed, 5 Jul 2017 05:37:04 +0000 (08:37 +0300)]
Trigger 'NO_EDIBLES' message

6 years agoAdapt bottle object to use state_change().
Eric S. Raymond [Wed, 5 Jul 2017 05:15:40 +0000 (01:15 -0400)]
Adapt bottle object to use state_change().

6 years agoMagic number elimination 210/head
NHOrus [Wed, 5 Jul 2017 04:37:42 +0000 (07:37 +0300)]
Magic number elimination
Special state/locations for game.fixd object array

6 years agoSimplify vase-dropping logic using state_change().
Eric S. Raymond [Wed, 5 Jul 2017 04:40:14 +0000 (00:40 -0400)]
Simplify vase-dropping logic using state_change().

6 years agoMagic-number elimination.
Eric S. Raymond [Wed, 5 Jul 2017 03:46:16 +0000 (23:46 -0400)]
Magic-number elimination.

6 years agoMagic-number elimination in the olover/alcove pasage code.
Eric S. Raymond [Wed, 5 Jul 2017 02:56:02 +0000 (22:56 -0400)]
Magic-number elimination in the olover/alcove pasage code.

Wuth this change, the location table becomes order-independent (I think).

6 years agoCoverage -- more odd actions 209/head
Aaron Traas [Tue, 4 Jul 2017 21:41:42 +0000 (17:41 -0400)]
Coverage -- more odd actions