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
1e78c2f81e
commit
363d6f9fa2
134 changed files with 15246 additions and 375 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="Links" href="../Links.html" />
|
||||
<link rel="next" title="Crafting system contrib" href="Crafting.html" />
|
||||
<link rel="prev" title="Coding and development help" href="../Coding/Coding-Overview.html" />
|
||||
</head><body>
|
||||
<div class="related" role="navigation" aria-label="related navigation">
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<a href="../py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../Links.html" title="Links"
|
||||
<a href="Crafting.html" title="Crafting system contrib"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../Coding/Coding-Overview.html" title="Coding and development help"
|
||||
|
|
@ -49,8 +49,18 @@
|
|||
<h1>Contributions<a class="headerlink" href="#contributions" title="Permalink to this headline">¶</a></h1>
|
||||
<p>The <a class="reference external" href="../api/evennia.contrib.html">evennia/contrib/</a> folder holds Game-specific tools, systems and utilities created by the community. This gathers
|
||||
longer-form documentation associated with particular contribs.</p>
|
||||
<div class="section" id="crafting">
|
||||
<h2>Crafting<a class="headerlink" href="#crafting" title="Permalink to this headline">¶</a></h2>
|
||||
<p>A full, extendable crafting system.</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Crafting.html"><span class="doc">Crafting overview</span></a></p></li>
|
||||
<li><p><a class="reference external" href="../api/evennia.contrib.crafting.crafting.html">Crafting API documentation</a></p></li>
|
||||
<li><p><a class="reference external" href="../api/evennia.contrib.crafting.example_recipes.html">Example of a sword crafting tree</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="in-game-python">
|
||||
<h2>In-Game-Python<a class="headerlink" href="#in-game-python" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Allow Builders to add Python-scripted events to their objects (OBS-not for untrusted users!)</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="A-voice-operated-elevator-using-events.html"><span class="doc">A voice-operated elevator using events</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Dialogues-in-events.html"><span class="doc">Dialogues using events</span></a></p></li>
|
||||
|
|
@ -58,6 +68,7 @@ longer-form documentation associated with particular contribs.</p>
|
|||
</div>
|
||||
<div class="section" id="maps">
|
||||
<h2>Maps<a class="headerlink" href="#maps" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Solutions for generating and displaying maps in-game.</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Dynamic-In-Game-Map.html"><span class="doc">Dynamic in-game map</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Static-In-Game-Map.html"><span class="doc">Static in-game map</span></a></p></li>
|
||||
|
|
@ -65,15 +76,20 @@ longer-form documentation associated with particular contribs.</p>
|
|||
</div>
|
||||
<div class="section" id="the-tutorial-world">
|
||||
<h2>The tutorial-world<a class="headerlink" href="#the-tutorial-world" title="Permalink to this headline">¶</a></h2>
|
||||
<p>The Evennia single-player sole quest. Made to be analyzed to learn.</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="../Howto/Starting/Part1/Tutorial-World-Introduction.html"><span class="doc">The tutorial world introduction</span></a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="menu-builder">
|
||||
<h2>Menu-builder<a class="headerlink" href="#menu-builder" title="Permalink to this headline">¶</a></h2>
|
||||
<p>A tool for building using an in-game menu instead of the normal build commands. Meant to
|
||||
be expanded for the needs of your game.</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Building-menus.html"><span class="doc">Building Menus</span></a></p></li>
|
||||
</ul>
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -100,6 +116,7 @@ longer-form documentation associated with particular contribs.</p>
|
|||
<p><h3><a href="../index.html">Table of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">Contributions</a><ul>
|
||||
<li><a class="reference internal" href="#crafting">Crafting</a></li>
|
||||
<li><a class="reference internal" href="#in-game-python">In-Game-Python</a></li>
|
||||
<li><a class="reference internal" href="#maps">Maps</a></li>
|
||||
<li><a class="reference internal" href="#the-tutorial-world">The tutorial-world</a></li>
|
||||
|
|
@ -112,8 +129,8 @@ longer-form documentation associated with particular contribs.</p>
|
|||
<p class="topless"><a href="../Coding/Coding-Overview.html"
|
||||
title="previous chapter">Coding and development help</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="../Links.html"
|
||||
title="next chapter">Links</a></p>
|
||||
<p class="topless"><a href="Crafting.html"
|
||||
title="next chapter">Crafting system contrib</a></p>
|
||||
<div role="note" aria-label="source link">
|
||||
<!--h3>This Page</h3-->
|
||||
<ul class="this-page-menu">
|
||||
|
|
@ -141,7 +158,7 @@ longer-form documentation associated with particular contribs.</p>
|
|||
<a href="../py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../Links.html" title="Links"
|
||||
<a href="Crafting.html" title="Crafting system contrib"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../Coding/Coding-Overview.html" title="Coding and development help"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue