- 10 Jul, 2015 1 commit
-
-
Tara McGrew authored
Added BETA compilation flag and fortunes/lucky number. Removed introductory message. parser.zil: Changed library version to J2+.
-
- 09 Jul, 2015 2 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
be replaced to implement new darkness rules. advent.zil: Replace DARKNESS-F to tweak messages and add pit death.
-
- 08 Jul, 2015 1 commit
-
-
Tara McGrew authored
Changed the way default container capacity works: instead of checking whether the container is missing a CAPACITY property, we check whether its CAPACITY is less than 0, and the property defaults to -1 for objects that don't set it.
-
- 07 Jul, 2015 1 commit
-
-
Tara McGrew authored
Reworked treasure scoring. They're now scored by the same daemon that handles score notification. Added synonym and adjective for WICKER-CAGE. Fixed dict collision PLOVER vs. PLOVER'S. Gave the golden chain TREASUREBIT. Commented out SAY [magic word] syntaxes, since PLOVER now requires NEW-VOC?. parser.zil: Fixed off-by-one error in COMMON-PARENT.
-
- 06 Jul, 2015 4 commits
-
-
Tara McGrew authored
Rearranged some checks as a result. Renamed NO-EFFECT to POINTLESS to reflect the current message.
-
Tara McGrew authored
-
Tara McGrew authored
Moved TAKE ME response from parser.zil into verbs.zil. Tweaked some default verb responses.
-
Tara McGrew authored
Reworked TELL A/T/CA/CT tokens to use ARTICLE, say "some" for plural (A/CA), and capitalize the first letter (CA/CT). Gave the player object PLURALBIT for verb agreement.
-
- 05 Jul, 2015 1 commit
-
-
Tara McGrew authored
parser.zil: Added PRSO? and PRSI? macros. verbs.zil: Fixed FLIP and verb synonyms, added LOCK/UNLOCK.
-
- 02 Jul, 2015 1 commit
-
-
Tara McGrew authored
-
- 28 Jun, 2015 2 commits
-
-
Tara McGrew authored
Added quickref.txt, listing all built-in functions (compile time and Z-code).
-
Tara McGrew authored
-
- 27 Jun, 2015 3 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
Simplify JIGS-UP.
-
Tara McGrew authored
- NLITSET is gone. - NOW-LIT and NOW-DARK are renamed to NOW-LIT? and NOW-DARK?. - Global HERE-LIT is set by PARSER before each turn and updated when we notice the light status changing. Most code references HERE-LIT instead of calling SEARCH-FOR-LIGHT, including the CHECK-LIGHT scope stage (which incorrectly used to start a nested MAP-SCOPE by calling SEARCH-FOR-LIGHT). - The INVENTORY scope stage is now before CHECK-LIGHT so the player can turn on a carried light source in the dark. Updated cloak_plus.zil to use the new light code (plus other cleanup). In particular, its admonishment to set LIGHTBIT on an object after calling NOW-LIT rather than before is gone.
-
- 26 Jun, 2015 1 commit
-
-
Tara McGrew authored
-
- 24 Jun, 2015 1 commit
-
-
Tara McGrew authored
Uncommented PUT DOWN OBJECT verb syntax.
-
- 19 Jun, 2015 1 commit
-
-
Tara McGrew authored
Move debugging verbs into IF-DEBUG.
-
- 17 Jun, 2015 1 commit
-
-
Tara McGrew authored
Added scope.zil and MAP-SCOPE.
-
- 16 Jun, 2015 1 commit
-
-
Tara McGrew authored
-
- 15 Jun, 2015 1 commit
-
-
Tara McGrew authored
-
- 11 Jun, 2015 14 commits
-
-
Tara McGrew authored
Give the player NARTICLEBIT.
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
Add TELL tokens for definite and indefinite articles.
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
Use LOWCORE to read header fields. Change ZILLIB-VERSION from constant to gval, and build more V-VERSION output at compile time.
-
Tara McGrew authored
-
Tara McGrew authored
UPDATE-STATUS-LINE.
-
Tara McGrew authored
-
Tara McGrew authored
-
- 09 Jun, 2015 1 commit
-
-
Tara McGrew authored
-
- 01 Jun, 2014 1 commit
-
-
Tara McGrew authored
-
- 07 Apr, 2014 1 commit
-
-
Tara McGrew authored
-
- 06 Jul, 2013 1 commit
-
-
Tara McGrew authored
Added .hgignore
-