Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2025-02-15 10:22:19 +00:00
parent 3e7f7b9292
commit 16dae869ba
40 changed files with 207 additions and 198 deletions

View file

@ -230,6 +230,7 @@ a performance hit for loading cmdsets in rooms with a lot of objects (InspectorC
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3688">Fix</a>: Made TutorialWorld possible to build cleanly without being a superuser (Griatch)</p></li>
<li><p>[Fix][issue3687]: Fixed batchcommand/interactive with developer perms (Griatch)</p></li>
<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: 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)