- 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 3 commits
-
-
Tara McGrew authored
-
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 3 commits
-
-
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.
-
Tara McGrew authored
-
Tara McGrew authored
-
- 06 Jul, 2015 7 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
-
Tara McGrew authored
Moved TAKE ME response from parser.zil into verbs.zil. Tweaked some default verb responses.
-
Tara McGrew authored
-
Tara McGrew authored
-
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.
-
- 03 Jul, 2015 1 commit
-
-
Tara McGrew authored
-
- 02 Jul, 2015 1 commit
-
-
Tara McGrew authored
-
- 29 Jun, 2015 2 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
- 28 Jun, 2015 10 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
empty.zil: Updated META-VERB? reference to GAME-VERB?.
-
Tara McGrew authored
Added quickref.txt, listing all built-in functions (compile time and Z-code).
-
Tara McGrew authored
-
Tara McGrew authored
Changed WEIGHT to check PERSONBIT instead of comparing to WINNER.
-
Tara McGrew authored
Always show room description for explicit LOOK (even in SUPERBRIEF mode). Added debug.bat alongside test.bat.
-
Tara McGrew authored
object from a nested container. Fixed bug where taking a wearable object bypassed closed containers.
-
Tara McGrew authored
Updated ZIL_ZILF_differences.txt.
-
- 27 Jun, 2015 6 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
Implemented the M-OBJDESC? parameter to DESCFCN, allows objects to decide whether to write a custom description.
-
Tara McGrew authored
-
Tara McGrew authored
Simplify JIGS-UP.
-
Tara McGrew authored
-
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 2 commits
-
-
Tara McGrew authored
Changed test output format. Added test.bat to automate compiling/running tests.
-
Tara McGrew authored
Uncommented PUT DOWN OBJECT verb syntax.
-
- 22 Jun, 2015 1 commit
-
-
Tara McGrew authored
-