mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Updated HTML docs.
This commit is contained in:
parent
0e4d1f647e
commit
c0cc391103
33 changed files with 99 additions and 103 deletions
|
|
@ -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 object’s 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 task’s category (Griatch)</p></li>
|
||||
<li><p>Fix: Correct aws contrib’s 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue