Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2025-04-26 10:34:36 +00:00
parent 0e4d1f647e
commit c0cc391103
33 changed files with 99 additions and 103 deletions

View file

@ -214,6 +214,8 @@ Python versions: 3.11, 3.12, 3.13.</p>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3633">Feat</a>: Default objects default descs are now taken from a <code class="docutils literal notranslate"><span class="pre">default_description</span></code>
class variable instead of the <code class="docutils literal notranslate"><span class="pre">desc</span></code> Attribute always being set (count-infinity)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3718">Feat</a>: Remove twistd.bat creation for Windows, should not be needed anymore (0xDEADFED5)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3756">Feat</a>: Updated German translation (JohnFi)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3757">Feat</a>: Add more i18n strings to <code class="docutils literal notranslate"><span class="pre">DefaultObject</span></code> for easier translation (JohnFi)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3677">Fix</a>: Make sure that <code class="docutils literal notranslate"><span class="pre">DefaultAccount.create</span></code> normalizes to empty
strings instead of <code class="docutils literal notranslate"><span class="pre">None</span></code> if no name is provided, also enforce string type (InspectorCaracal)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3682">Fix</a>: Allow in-game help searching for commands natively starting
@ -251,7 +253,7 @@ work correctly (0xDEADFED5)</p></li>
it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch)
used as the tasks category (Griatch)</p></li>
<li><p>Fix: Correct aws contribs use of legacy django string utils (Griatch)</p></li>
<li><p>[Docs]: Fixes from InspectorCaracal, Griatch, ChrisLR</p></li>
<li><p>[Docs]: Fixes from InspectorCaracal, Griatch, ChrisLR, JohnFi</p></li>
</ul>
</section>
<section id="evennia-4-5-0">