mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Updated HTML docs.
This commit is contained in:
parent
f490696a89
commit
dda8469480
29 changed files with 115 additions and 90 deletions
|
|
@ -66,6 +66,7 @@
|
|||
<h3><a href="../index.html">Table of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">Changelog</a><ul>
|
||||
<li><a class="reference internal" href="#main-branch">Main branch</a></li>
|
||||
<li><a class="reference internal" href="#evennia-4-1-0">Evennia 4.1.0</a></li>
|
||||
<li><a class="reference internal" href="#evennia-4-0-0">Evennia 4.0.0</a></li>
|
||||
<li><a class="reference internal" href="#evennia-3-2-0">Evennia 3.2.0</a></li>
|
||||
|
|
@ -194,6 +195,15 @@
|
|||
|
||||
<section class="tex2jax_ignore mathjax_ignore" id="changelog">
|
||||
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
||||
<section id="main-branch">
|
||||
<h2>Main branch<a class="headerlink" href="#main-branch" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/pull/3446">Fix</a>: Error with ‘you’ mapping in third-person style of
|
||||
<code class="docutils literal notranslate"><span class="pre">msg_contents</span></code> (InspectorCaracal)</p></li>
|
||||
<li><p>[Fix][pull3472]: The new <code class="docutils literal notranslate"><span class="pre">filter_visible</span></code> didn’t exclude oneself by default
|
||||
(InspectorCaracal)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="evennia-4-1-0">
|
||||
<h2>Evennia 4.1.0<a class="headerlink" href="#evennia-4-1-0" title="Permalink to this headline">¶</a></h2>
|
||||
<p>April 1, 2024</p>
|
||||
|
|
@ -242,7 +252,8 @@ range (chiizujin)</p></li>
|
|||
differentiating from their lower-case alternatives (Griatch)</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/issues/3460">Fix</a>: The <code class="docutils literal notranslate"><span class="pre">menu_login</span></code> contrib regression caused it to error out
|
||||
when creating a new character (Griatch)</p></li>
|
||||
<li><p>Doc: Added Beginner Tutorial lessons for AI, Quests and Procedural dungeon (Griatch)</p></li>
|
||||
<li><p>Doc: Added Beginner Tutorial lessons for <a class="reference external" href="https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-AI.html">Monster and NPC AI</a>,
|
||||
<a class="reference external" href="https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.html">Quests</a> and <a class="reference external" href="https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Dungeon.html">Making a Procedural dungeon</a> (Griatch)</p></li>
|
||||
<li><p>Doc fixes (Griatch, InspectorCaracal, homeofpoe)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -176,6 +176,7 @@ make your game, also if you never coded before.</p>
|
|||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Changelog.html">Changelog</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Changelog.html#main-branch">Main branch</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Changelog.html#evennia-4-1-0">Evennia 4.1.0</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Changelog.html#evennia-4-0-0">Evennia 4.0.0</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Changelog.html#evennia-3-2-0">Evennia 3.2.0</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue