Eric S. Raymond
c8cac18f42
Improve giant-words failure message.
2017-07-05 17:32:44 -04:00
Jason S. Ninneman
0b99885ed2
Remove the specials[] duplicates of the 'big' words.
2017-07-05 14:02:52 -07:00
Jason S. Ninneman
0e540429b0
Working but unpolished refactor of bigwords().
2017-07-05 14:02:52 -07:00
Eric S. Raymond
73608b6307
Further infiltrare semantic types.
2017-07-05 16:55:16 -04:00
NHOrus
d3578c9da9
Test for bear, from tag seed
2017-07-05 15:41:36 -04:00
NHOrus
b2d71155e9
same with bear, but without test
2017-07-05 15:41:36 -04:00
NHOrus
603f548a21
Fixed feed command and white space in tests
2017-07-05 15:41:36 -04:00
NHOrus
7137c20316
Capture correct behavior from seed
2017-07-05 15:41:36 -04:00
NHOrus
725105b4a2
Made feeding a switch instead of elsif chain
2017-07-05 15:41:36 -04:00
NHOrus
23aced5c7c
One bit less math on states
2017-07-05 15:41:36 -04:00
NHOrus
40ff648431
Moved state_change to misc.c to start using it in main.c, too
2017-07-05 20:23:34 +03:00
NHOrus
df422fe2ed
Test cover all of discard
2017-07-05 19:12:05 +03:00
NHOrus
878800edc6
Triggering more phrases
2017-07-05 18:59:05 +03:00
Eric S. Raymond
6ec4bc0dba
Make a test more explicit.
2017-07-05 11:47:10 -04:00
Eric S. Raymond
e521cc368e
Repair oilplant.log.
2017-07-05 11:36:16 -04:00
Eric S. Raymond
3b64fb3bfd
Reduce test makefile verbosity under Emacs.
2017-07-05 11:09:56 -04:00
NHOrus
c35cf99966
Static analysis warnings squished
2017-07-05 17:45:12 +03:00
Eric S. Raymond
7be7ac9406
Magic-number elimination.
2017-07-05 03:17:24 -04:00
Eric S. Raymond
fd57b3b5bd
Fix dropped stitch in last commit.
2017-07-05 02:55:51 -04:00
Eric S. Raymond
d522d22c71
Magic-number elimination.
2017-07-05 02:53:39 -04:00
Eric S. Raymond
752ac08737
Documentation polishing.
2017-07-05 02:42:51 -04:00
Eric S. Raymond
df87c596fb
Under oldstyle, mangled echoed unknown text to simulate old behavior.
2017-07-05 02:34:36 -04:00
Eric S. Raymond
c8f3289828
Minor clarifications.
2017-07-05 02:02:39 -04:00
NHOrus
caab2242fc
Trigger 'NO_EDIBLES' message
2017-07-05 08:37:04 +03:00
Eric S. Raymond
31c1a44915
Adapt bottle object to use state_change().
2017-07-05 01:15:40 -04:00
NHOrus
8613f0b3d9
Magic number elimination
...
Special state/locations for game.fixd object array
2017-07-05 07:56:36 +03:00
Eric S. Raymond
3d5c7239f1
Simplify vase-dropping logic using state_change().
2017-07-05 00:40:14 -04:00
Eric S. Raymond
5ae09b9c34
Magic-number elimination.
2017-07-04 23:46:16 -04:00
Eric S. Raymond
c48c330883
Magic-number elimination in the olover/alcove pasage code.
...
Wuth this change, the location table becomes order-independent (I think).
2017-07-04 22:57:34 -04:00
Aaron Traas
f3dae6ff83
Coverage -- more odd actions
2017-07-04 17:41:42 -04:00
Aaron Traas
19127d05df
Removed equivocation between ROD and ROD2 in throw()
...
Already dealt with in action(), so redundant and unreachable here.
2017-07-04 17:13:26 -04:00
Eric S. Raymond
abf820bb5c
Magic-number elimination.
2017-07-04 14:40:10 -04:00
Eric S. Raymond
f37a413524
Magic-number elimination.
2017-07-04 14:15:20 -04:00
Eric S. Raymond
a8ac2f477a
Abstract out some state arithmetic.
2017-07-04 13:41:12 -04:00
NHOrus
4ac9df527b
Test for filling full bottle with different liquid
2017-07-04 20:35:03 +03:00
NHOrus
63396e6abc
Oops. Also, sometimes it's better be explicit in parameters
2017-07-04 19:50:19 +03:00
NHOrus
92de4856a6
Localized spk in discard
2017-07-04 19:45:00 +03:00
NHOrus
733b035933
Completed unspk'ing of vcarry.
2017-07-04 19:41:06 +03:00
NHOrus
e46cbdf194
Unspk'd (v)carry. Made logic more visible.
...
And tested some of newly exposed cases.
2017-07-04 19:30:22 +03:00
NHOrus
665103410a
Unspk'd and streamlined attack. Tested one of discovered gaps.
2017-07-04 18:41:28 +03:00
Aaron Traas
16a175bbab
Eliminated bivalve function.
...
Reason: only called in lock(), you can't be TOTING a clam, you can't
have the trident at a carryable oyster, and the code IMHO is more
readable this way.
2017-07-04 10:06:41 -04:00
Eric S. Raymond
e1cca3b28a
State-arithmetic elimination.
2017-07-04 09:17:20 -04:00
Eric S. Raymond
e31e69b172
Grammar fix.
2017-07-04 09:04:10 -04:00
NHOrus
e1d9c97118
Drinking not from stream gets the same result
2017-07-04 15:18:49 +03:00
NHOrus
dc34ac3d06
workaround for eat grate bug in retrospective tests
2017-07-04 15:18:49 +03:00
NHOrus
85f918f9c0
Unspk'd chain action
2017-07-04 15:18:49 +03:00
NHOrus
469a0e74ed
linearized drink
2017-07-04 15:18:49 +03:00
NHOrus
3c636e27e2
linearized extinguish
2017-07-04 15:18:49 +03:00
NHOrus
8cbb8afcbe
Unspk'd and restructured fill
2017-07-04 15:18:49 +03:00
NHOrus
e6efd6dbac
Partial cleanup of fill
2017-07-04 15:18:49 +03:00