Xavid
"Support for creating 'unit tests' that run a series of commands and make assertions about the output of some of them."
ni
My low-level reader of source code reported a mistake - "Inform 6 array
declaration using operator '+' (use brackets '(' ... ')' around the size
for a calculated array size)". Low-level material written in Inform 6
syntax occurs either in kits or in matter written inside 'Include (- ...
-)' in source text, either in the main source or in an extension used by
it.
Directional Disambiguation by Xavid Version 1
"When a player types a standard direction in response to a disambiguation question, assume they meant to go that direction, not answer the question."
ni
In Chapter 1 - I6T Hacking in the extension Directional Disambiguation byXavid:
You wrote 'Include (- ! XAVID: new function ! We could [...] n [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' (Xavid/Directional Disambiguation.i7x, line 11):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Expanded Understanding by Xavid Version 4/200323
"Various tweaks to understand additional variations of commands and have cleverer, more specific error messages in common failure cases."
ni
In Section 3 - I6T Hacking in the extension Object Matching by Xavid:You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"Provides support for an image-based map with a static background and icons for the player and optionally other things or doors."
ni
In 'To #if utilizing Glimmr debugging' glimmr drawing commands by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#ifdef Glimmr_DEBUG;': (1). no matching
'#endif' (2). misplaced directive
In 'say "[>console][DC]Drawing a rectangle [...] dimensions [width] by
[height].[<]"' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-' ...
'-)' schema 'glk_set_window( gg_mainwin ); } RunParagraphOn();': (1).
unexpected '}' (2). unexpected '(' (3). unexpected ')'
In 'To #end if' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-'
... '-)' schema '#endif;': (1). misplaced directive
Liquids by Xavid Version 2/191114
"Basic support for sources of liquids and things that can hold a liquid, more minimalist than Liquid Handling by Al Golden."
ni
In Section 3 - I6T Hacking in the extension Object Matching by Xavid:You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Object Matching by Xavid Version 2
"Support for getting the matched object when matching a snippet against a pattern and for disabling clarification when a command or snippet is ambiguous."
ni
In Section 3 - I6T Hacking in the extension Object Matching by Xavid:You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Scenery Words by Xavid Version 1/170913
This extensions loops over all the rooms in your games and tries examining words in the room description to see how the game responds. This is designed to catch words players expect to be able to examine, but cannot due to author oversight.
ni
In Section 3 - I6T Hacking in the extension Object Matching by Xavid:You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Visible from a Distance by Xavid Version 1
"Allow certain things in adjacent rooms to be examined."
ni
In Section 3 - I6T Hacking in the extension Object Matching by Xavid:You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.