Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-06-04 20:27:15 +00:00
parent 8b7da799c5
commit 3261fe761e
34 changed files with 422 additions and 249 deletions

View file

@ -175,6 +175,8 @@
<ul class="simple">
<li><p>New Contrib: <code class="docutils literal notranslate"><span class="pre">Container</span></code> typeclass with new commands for storing and retrieving
things inside them (InspectorCaracal)</p></li>
<li><p>Updated Contrib: <code class="docutils literal notranslate"><span class="pre">ExtendedRoom</span></code> now supports arbitrary room-states,
state-based descriptions, embedded funcparser tags, details and random messages.</p></li>
<li><p>Feature: Add <code class="docutils literal notranslate"><span class="pre">TagCategoryProperty</span></code> for setting categories with multiple tags
as properties directly on objects. Complements <code class="docutils literal notranslate"><span class="pre">TagProperty</span></code>.</p></li>
<li><p>Feature: Attribute-support for saving/loading <code class="docutils literal notranslate"><span class="pre">deques</span></code> with <code class="docutils literal notranslate"><span class="pre">maxlen=</span></code> set.</p></li>