Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-03-10 22:22:18 +00:00
parent 312e3c17df
commit 755324d29d
53 changed files with 895 additions and 650 deletions

View file

@ -211,11 +211,16 @@ which can be useful for testing table whitespace (Griatch)</p></li>
objects based on the visible key and desc. Useful for inventory listings (Griatch)</p></li>
<li><p>Feature: Add <code class="docutils literal notranslate"><span class="pre">DefaultObject.get_numbered_name</span></code> <code class="docutils literal notranslate"><span class="pre">return_string</span></code> bool kwarg, for only
returning singular/plural based on count instead of a tuple with both (Griatch)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3443">Fix</a> Removed the <code class="docutils literal notranslate"><span class="pre">&#64;reboot</span></code> alias to <code class="docutils literal notranslate"><span class="pre">&#64;reset</span></code> to not mislead people
into thinking you can do a portal+server reboot from in-game (you cannot) (Griatch)</p></li>
<li><p>Fix: <code class="docutils literal notranslate"><span class="pre">DefaultObject.get_numbered_name</span></code> used <code class="docutils literal notranslate"><span class="pre">.name</span></code> instead of
<code class="docutils literal notranslate"><span class="pre">.get_display_name</span></code> which broke recog systems. May lead to objects #dbref
will show for admins in some more places (Griatch)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3420">Fix</a>: Refactor Clothing contribs inventory command align with
Evennia cores version (michaelfaith84, Griatch)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3438">Fix</a>: Limiting search by tag didnt take search-string into
account (Griatch)</p></li>
<li><p>[Fix][issue4311]: SSH connection caused a traceback in protocol (Griatch)</p></li>
<li><p>Fix: Resolve a bug when loading on-demand-handler data from database (Griatch)</p></li>
<li><p>Doc fixes (iLPdev, Griatch, CloudKeeper)</p></li>
</ul>