Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2025-03-15 07:37:27 +00:00
parent c80926e96d
commit 89a5c4d5f9
41 changed files with 164 additions and 131 deletions

View file

@ -233,6 +233,10 @@ a performance hit for loading cmdsets in rooms with a lot of objects (InspectorC
<li><p>[Fix][issue3723]: Bug in <code class="docutils literal notranslate"><span class="pre">ingame-map-display</span></code> contrib when using ordinal alises (aMiss-aWry)</p></li>
<li><p>[Fix][issue3726]: Fix Twisted v25 issue with returnValue()</p></li>
<li><p>[Fix][issue3729]: Godot client text2bbcode mxp link conversion error (ChrisLR)</p></li>
<li><p>[Fix][issue3737]: The <code class="docutils literal notranslate"><span class="pre">evennia</span> <span class="pre">--gamedir</span></code> command didnt properly set the alt gamedir (Russel-Jones)</p></li>
<li><p>[Fix][issue3739]: Fixing f-string in <a class="reference external" href="http://account.py">account.py</a> for i18n (JohnFi)</p></li>
<li><p>[Fix][issue3743]: Log full stack trace on failed object creation (aMiss-aWry)</p></li>
<li><p>Fix: <code class="docutils literal notranslate"><span class="pre">options</span></code> setting <code class="docutils literal notranslate"><span class="pre">NOPROMPTGOAHEAD</span></code> was not possible to set (Griatch)</p></li>
<li><p>Fix: Make <code class="docutils literal notranslate"><span class="pre">\\</span></code> properly preserve one backlash in funcparser (Griatch)</p></li>
<li><p>Fix: When an object was used as an On-Demand Tasks category, and that object was then deleted,
it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch)