mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Updated HTML docs.
This commit is contained in:
parent
312e3c17df
commit
755324d29d
53 changed files with 895 additions and 650 deletions
|
|
@ -211,11 +211,16 @@ which can be useful for testing table whitespace (Griatch)</p></li>
|
|||
objects based on the visible key and desc. Useful for inventory listings (Griatch)</p></li>
|
||||
<li><p>Feature: Add <code class="docutils literal notranslate"><span class="pre">DefaultObject.get_numbered_name</span></code> <code class="docutils literal notranslate"><span class="pre">return_string</span></code> bool kwarg, for only
|
||||
returning singular/plural based on count instead of a tuple with both (Griatch)</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3443">Fix</a> Removed the <code class="docutils literal notranslate"><span class="pre">@reboot</span></code> alias to <code class="docutils literal notranslate"><span class="pre">@reset</span></code> to not mislead people
|
||||
into thinking you can do a portal+server reboot from in-game (you cannot) (Griatch)</p></li>
|
||||
<li><p>Fix: <code class="docutils literal notranslate"><span class="pre">DefaultObject.get_numbered_name</span></code> used <code class="docutils literal notranslate"><span class="pre">.name</span></code> instead of
|
||||
<code class="docutils literal notranslate"><span class="pre">.get_display_name</span></code> which broke recog systems. May lead to object’s #dbref
|
||||
will show for admins in some more places (Griatch)</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3420">Fix</a>: Refactor Clothing contrib’s inventory command align with
|
||||
Evennia core’s version (michaelfaith84, Griatch)</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3438">Fix</a>: Limiting search by tag didn’t take search-string into
|
||||
account (Griatch)</p></li>
|
||||
<li><p>[Fix][issue4311]: SSH connection caused a traceback in protocol (Griatch)</p></li>
|
||||
<li><p>Fix: Resolve a bug when loading on-demand-handler data from database (Griatch)</p></li>
|
||||
<li><p>Doc fixes (iLPdev, Griatch, CloudKeeper)</p></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue