1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

Updated notes

This commit is contained in:
Graham Nelson 2023-07-13 09:11:03 +01:00
parent 60de972a39
commit 86d4c5c9a4
2 changed files with 11 additions and 7 deletions

View file

@ -31,15 +31,18 @@ and now poses a moral rather than gender-based question.
## Bug fixes
-Fix for Jira bug [I7-2370](https://inform7.atlassian.net/browse/I7-2370)
- Fix for Jira bug [I7-2370](https://inform7.atlassian.net/browse/I7-2370)
"A template file ending with a comment and no line break breaks the next file"
(see [Inweb commit 901d125](https://github.com/ganelson/inform/commit/901d12582f1d7746046f11ecac6c2f357ddfac81))
-Fix for Jira bug [I7-2366](https://inform7.atlassian.net/browse/I7-2366)
- Fix for Jira bug [I7-2366](https://inform7.atlassian.net/browse/I7-2366)
"10.1 segfaults with compound units that haven't been explicitly defined"
([commit ad2c648](https://github.com/ganelson/inform/commit/ad2c648098279dec88c654b23e633037874bc8d3))
-Fix for Jira bug [I7-2355](https://inform7.atlassian.net/browse/I7-2355)
- Fix for Jira bug [I7-2355](https://inform7.atlassian.net/browse/I7-2355)
to do with how to handle symlinks or broken directory entries
(see [Inweb PR#28](https://github.com/ganelson/inweb/pull/28))
- Fix for Jira bug [I7-2349](https://inform7.atlassian.net/browse/I7-2349)
"example 399, "Solitude", has a bug"
([PR#115](https://github.com/ganelson/inform/pull/115))
- Fix for Jira bug [I7-2344](https://inform7.atlassian.net/browse/I7-2344)
"inform7's -silence flag should imply -no-progress"
([commit 687dba6](https://github.com/ganelson/inform/commit/687dba6857983420a76559cfed292cde0a2891fb))
@ -139,6 +142,9 @@ and now poses a moral rather than gender-based question.
- Fix for Jira bug [I7-2139](https://inform7.atlassian.net/browse/I7-2139)
"Articles become part of relation name"
([commit 85110a9](https://github.com/ganelson/inform/commit/85110a981a3d2419b3778eb383408de122c301a8))
- Fix for Jira bug [I7-2129](https://inform7.atlassian.net/browse/I7-2129)
"Quiet supporters from The Eye of the Idol no longer work"
([PR#114](https://github.com/ganelson/inform/pull/114))
- Fix for Jira bug [I7-2074](https://inform7.atlassian.net/browse/I7-2074)
"Documentation recommends scene code that causes soft lock" (about times
since scene ending sometimes being negative)

View file

@ -2,7 +2,7 @@
(Supporters that don't list contents in room descriptions; The Eye of the Idol)
A systematic way to allow objects in certain places to be described in the room description body text rather than in paragraphs following the room description, and to control whether supporters list their contents or not.
{*} "The Eye of the Idol"
{*}"The Eye of the Idol"
Section 1 - Reusable Material
@ -45,7 +45,7 @@ Notice that we can still override this with writing a paragraph rules about spec
We would find, though, that this alone doesn't do the trick and that in-place things were still listed. The RULES command could tell us that they were being printed by the "describe what's on mentioned supporters in room descriptions rule" (a Standard Rule in the "for printing a locale paragraph about a thing rulebook). And so we deactivate it for this case:
The describe what's on mentioned supporters in room descriptions rule does nothing when the supporter in question is quiet.
{**}The describe what's on mentioned supporters in room descriptions rule does nothing when the supporter in question is quiet.
Now, an example to test this out:
@ -76,5 +76,3 @@ We could have done all this with text conditions in the main room description, b
A mat is in the Hexagonal Temple. It is room-placed in the Hexagonal Temple. The description is "Woven of assorted grasses."
Test me with "get diamond / look / n / get mat / look / drop diamond / look / get diamond / put diamond in eye / look / get incense / look / drop mat / look / get mat / put mat on pedestal / look / put incense on pedestal / look".