Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-11-26 12:21:46 +00:00
parent ecd8e46e49
commit d1aa4050ad
683 changed files with 119 additions and 103 deletions

View file

@ -209,6 +209,8 @@ avoiding race conditions until server starts (Volund)</p></li>
<code class="docutils literal notranslate"><span class="pre">at_post_create_character</span></code> methods to allow better customization of character creation (Volund)</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3319">Feature</a>: Refactor/cleanup of Evennia server/portal startup files
into services for easier overriding (Volund)</p></li>
<li><p>[Feature][issue3307]: Add support for Attribute-categories when using the monitorhandler
with input funcs to monitor Attribute changes.</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3197">Fix</a>: Make sure Global scripts only start in one place,</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3324">Fix</a>: Make account-post-login-fail signal fire properly. Add
<code class="docutils literal notranslate"><span class="pre">CUSTOM_SIGNAL</span></code> for adding ones own signals (Volund)</p></li>