2020-06-13 00:36:45 +02:00
<!DOCTYPE html>
2020-10-15 01:31:30 +02:00
< html >
2020-06-15 21:52:33 +02:00
< head >
< meta charset = "utf-8" / >
2021-05-16 00:06:01 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
2021-10-26 22:36:27 +02:00
< title > Developer Central — Evennia 0.9.5 documentation< / title >
2020-06-15 21:52:33 +02:00
< link rel = "stylesheet" href = "_static/nature.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script src = "_static/language_data.js" > < / script >
2021-10-26 21:41:11 +02:00
< script async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML" > < / script >
< script type = "text/x-mathjax-config" > MathJax . Hub . Config ( { "tex2jax" : { "processClass" : "tex2jax_process|mathjax_process|math|output_area" } } ) < / script >
2020-06-13 23:31:27 +02:00
< link rel = "shortcut icon" href = "_static/favicon.ico" / >
2020-06-15 21:52:33 +02:00
< link rel = "index" title = "Index" href = "genindex.html" / >
2020-10-15 01:31:30 +02:00
< link rel = "search" title = "Search" href = "search.html" / >
2021-10-26 21:41:11 +02:00
< link rel = "next" title = "Tutorials" href = "Tutorials.html" / >
< link rel = "prev" title = "Administrative Docs" href = "Administrative-Docs.html" / >
2020-06-15 21:52:33 +02:00
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "right" >
2021-10-26 21:41:11 +02:00
< a href = "Tutorials.html" title = "Tutorials"
2020-10-15 01:31:30 +02:00
accesskey="N">next< / a > |< / li >
< li class = "right" >
2021-10-26 21:41:11 +02:00
< a href = "Administrative-Docs.html" title = "Administrative Docs"
2020-10-15 01:31:30 +02:00
accesskey="P">previous< / a > |< / li >
2021-10-26 22:36:27 +02:00
< li class = "nav-item nav-item-0" > < a href = "index.html" > Evennia 0.9.5< / a > » < / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-this" > < a href = "" > Developer Central< / a > < / li >
2020-06-15 21:52:33 +02:00
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2020-06-13 00:36:45 +02:00
2021-10-26 21:41:11 +02:00
< section class = "tex2jax_ignore mathjax_ignore" id = "developer-central" >
2020-06-13 00:36:45 +02:00
< h1 > Developer Central< a class = "headerlink" href = "#developer-central" title = "Permalink to this headline" > ¶< / a > < / h1 >
2020-10-11 22:19:29 +02:00
< p > This page serves as a central nexus for information on using Evennia as well as developing the
library itself.< / p >
2021-05-16 00:06:01 +02:00
< section id = "general-evennia-development-information" >
2020-06-13 00:36:45 +02:00
< h2 > General Evennia development information< a class = "headerlink" href = "#general-evennia-development-information" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Coding-Introduction.html" > < span class = "doc std std-doc" > Introduction to coding with Evennia< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Licensing.html" > < span class = "doc std std-doc" > Evennia Licensing FAQ< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Contributing.html" > < span class = "doc std std-doc" > Contributing to Evennia< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/CODING_STYLE.md" > Code Style Guide< / a > (Important!)< / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Using-MUX-as-a-Standard.html" > < span class = "doc std std-doc" > Policy for ‘ MUX-like’ default commands< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Version-Control.html" > < span class = "doc std std-doc" > Setting up a Git environment for coding< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Using-Travis.html" > < span class = "doc std std-doc" > Getting started with Travis and Github for continuous integration testing< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Game-Planning.html" > < span class = "doc std std-doc" > Planning your own Evennia game< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "First-Steps-Coding.html" > < span class = "doc std std-doc" > First steps coding Evennia< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Internationalization.html#translating-evennia" > < span class = "std std-doc" > Translating Evennia< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Quirks.html" > < span class = "doc std std-doc" > Evennia Quirks< / span > < / a > to keep in mind.< / p > < / li >
< li > < p > < a class = "reference internal" href = "Setting-up-PyCharm.html" > < span class = "doc std std-doc" > Directions for configuring PyCharm with Evennia on Windows< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "evennia-api" >
2020-06-13 00:36:45 +02:00
< h2 > Evennia API< a class = "headerlink" href = "#evennia-api" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Directory-Overview.html" > < span class = "doc std std-doc" > Directory Overview< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Evennia-API.html" > < span class = "doc std std-doc" > evennia - the flat API< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Execute-Python-Code.html" > < span class = "doc std std-doc" > Running and Testing Python code< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
< / ul >
2021-05-16 00:06:01 +02:00
< section id = "core-components-and-protocols" >
2020-06-13 00:36:45 +02:00
< h3 > Core components and protocols< a class = "headerlink" href = "#core-components-and-protocols" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Portal-And-Server.html" > < span class = "doc std std-doc" > Server and Portal< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Sessions.html" > < span class = "doc std std-doc" > Sessions< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Server-Conf.html" > < span class = "doc std std-doc" > Configuration and module plugins< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Messagepath.html" > < span class = "doc std std-doc" > The message path< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "OOB.html" > < span class = "doc std std-doc" > OOB< / span > < / a > - Out-of-band communication< / p > < / li >
< li > < p > < a class = "reference internal" href = "Inputfuncs.html" > < span class = "doc std std-doc" > Inputfuncs< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Custom-Protocols.html" > < span class = "doc std std-doc" > Adding new protocols (client APIs) and services< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "New-Models.html" > < span class = "doc std std-doc" > Adding new database models< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Unit-Testing.html" > < span class = "doc std std-doc" > Unit Testing< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Profiling.html" > < span class = "doc std std-doc" > Running profiling< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Debugging.html" > < span class = "doc std std-doc" > Debugging your code< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "in-game-commands" >
2020-06-13 00:36:45 +02:00
< h3 > In-game Commands< a class = "headerlink" href = "#in-game-commands" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Command-System.html" > < span class = "doc std std-doc" > Command System overview< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Commands.html" > < span class = "doc std std-doc" > Commands< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Command-Sets.html" > < span class = "doc std std-doc" > Command Sets< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Help-System.html#command-auto-help-system" > < span class = "std std-doc" > Command Auto-help< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "typeclasses-and-related-concepts" >
2020-06-13 00:36:45 +02:00
< h3 > Typeclasses and related concepts< a class = "headerlink" href = "#typeclasses-and-related-concepts" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Typeclasses.html" > < span class = "doc std std-doc" > General about Typeclasses< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Objects.html" > < span class = "doc std std-doc" > Objects< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Objects.html#characters" > < span class = "std std-doc" > Characters< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Objects.html#rooms" > < span class = "std std-doc" > Rooms< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Objects.html#exits" > < span class = "std std-doc" > Exits< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Accounts.html" > < span class = "doc std std-doc" > Accounts< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Communications.html" > < span class = "doc std std-doc" > Communications< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Communications.html#channels" > < span class = "std std-doc" > Channels< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Scripts.html" > < span class = "doc std std-doc" > Scripts< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Scripts.html#global-scripts" > < span class = "std std-doc" > Global Scripts< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "TickerHandler.html" > < span class = "doc std std-doc" > TickerHandler< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Coding-Utils.html#utils-delay" > < span class = "std std-doc" > utils.delay< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "MonitorHandler.html" > < span class = "doc std std-doc" > MonitorHandler< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Attributes.html" > < span class = "doc std std-doc" > Attributes< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Nicks.html" > < span class = "doc std std-doc" > Nicks< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Tags.html" > < span class = "doc std std-doc" > Tags< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Tags.html#using-aliases-and-permissions" > < span class = "std std-doc" > Tags for Aliases and Permissions< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "web" >
2020-06-13 00:36:45 +02:00
< h3 > Web< a class = "headerlink" href = "#web" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Web-Features.html" > < span class = "doc std std-doc" > Web features overview< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Webclient.html" > < span class = "doc std std-doc" > The Webclient< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Web-Tutorial.html" > < span class = "doc std std-doc" > Web tutorials< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "other-systems" >
2020-06-13 00:36:45 +02:00
< h3 > Other systems< a class = "headerlink" href = "#other-systems" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Locks.html" > < span class = "doc std std-doc" > Locks< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Locks.html#permissions" > < span class = "std std-doc" > Permissions< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Help-System.html" > < span class = "doc std std-doc" > Help System< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Signals.html" > < span class = "doc std std-doc" > Signals< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Coding-Utils.html" > < span class = "doc std std-doc" > General coding utilities< / span > < / a > < / p >
2020-06-13 00:36:45 +02:00
< ul >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "api/evennia.utils.utils.html#evennia-utils-utils" > < span class = "std std-ref" > Utils in evennia.utils.utils< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Coding-Utils.html#game-time" > < span class = "std std-doc" > Game time< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "EvMenu.html" > < span class = "doc std std-doc" > Game Menus< / span > < / a > (EvMenu)< / p > < / li >
< li > < p > < a class = "reference internal" href = "EvMore.html" > < span class = "doc std std-doc" > Text paging/scrolling< / span > < / a > (EvMore)< / p > < / li >
< li > < p > < a class = "reference internal" href = "EvEditor.html" > < span class = "doc std std-doc" > Text Line Editor< / span > < / a > (EvEditor)< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/evennia.utils.evtable" > Text Tables< / a > (EvTable)< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/evennia.utils.evform" > Text Form generation< / a > (EvForm)< / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Spawner-and-Prototypes.html" > < span class = "doc std std-doc" > Spawner and Prototypes< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "TextTags.html#inline-functions" > < span class = "std std-doc" > Inlinefuncs< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Async-Process.html" > < span class = "doc std std-doc" > Asynchronous execution< / span > < / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< / section >
< section id = "developer-brainstorms-and-whitepages" >
2020-06-13 00:36:45 +02:00
< h2 > Developer brainstorms and whitepages< a class = "headerlink" href = "#developer-brainstorms-and-whitepages" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "API-refactoring.html" > < span class = "doc std std-doc" > API refactoring< / span > < / a > , discussing what parts of the Evennia API needs a
2020-10-11 22:19:29 +02:00
refactoring/cleanup/simplification< / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Docs-refactoring.html" > < span class = "doc std std-doc" > Docs refactoring< / span > < / a > , discussing how to reorganize and structure this wiki/docs
2020-10-11 22:19:29 +02:00
better going forward< / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Webclient-brainstorm.html" > < span class = "doc std std-doc" > Webclient brainstorm< / span > < / a > , some ideas for a future webclient gui< / p > < / li >
< li > < p > < a class = "reference internal" href = "Roadmap.html" > < span class = "doc std std-doc" > Roadmap< / span > < / a > , a tentative list of future major features< / p > < / li >
2020-10-11 22:19:29 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/CHANGELOG.md" > Change log< / a > of big Evennia updates
over time< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2020-10-11 22:19:29 +02:00
< p > zY1RoZGc6MQ#gid=0
2021-10-26 21:41:11 +02:00
[issues]: < a class = "reference external" href = "https://github.com/evennia/evennia/issues" > https://github.com/evennia/evennia/issues< / a > < / p >
2020-10-15 01:31:30 +02:00
< div class = "toctree-wrapper compound" >
< / div >
2021-05-16 00:06:01 +02:00
< / section >
< / section >
2020-06-13 00:36:45 +02:00
2020-10-15 01:31:30 +02:00
< div class = "clearer" > < / div >
2020-06-13 00:36:45 +02:00
< / div >
< / div >
< / div >
2020-06-15 21:52:33 +02:00
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "index.html" >
< img class = "logo" src = "_static/evennia_logo.png" alt = "Logo" / >
< / a > < / p >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< p > < h3 > < a href = "index.html" > Table of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Developer Central< / a > < ul >
< li > < a class = "reference internal" href = "#general-evennia-development-information" > General Evennia development information< / a > < / li >
< li > < a class = "reference internal" href = "#evennia-api" > Evennia API< / a > < ul >
< li > < a class = "reference internal" href = "#core-components-and-protocols" > Core components and protocols< / a > < / li >
< li > < a class = "reference internal" href = "#in-game-commands" > In-game Commands< / a > < / li >
< li > < a class = "reference internal" href = "#typeclasses-and-related-concepts" > Typeclasses and related concepts< / a > < / li >
< li > < a class = "reference internal" href = "#web" > Web< / a > < / li >
< li > < a class = "reference internal" href = "#other-systems" > Other systems< / a > < / li >
< / ul >
< / li >
< li > < a class = "reference internal" href = "#developer-brainstorms-and-whitepages" > Developer brainstorms and whitepages< / a > < / li >
< / ul >
< / li >
< / ul >
2020-06-13 00:36:45 +02:00
2020-10-15 01:31:30 +02:00
< h4 > Previous topic< / h4 >
2021-10-26 21:41:11 +02:00
< p class = "topless" > < a href = "Administrative-Docs.html"
title="previous chapter">Administrative Docs< / a > < / p >
2020-10-15 01:31:30 +02:00
< h4 > Next topic< / h4 >
2021-10-26 21:41:11 +02:00
< p class = "topless" > < a href = "Tutorials.html"
title="next chapter">Tutorials< / a > < / p >
2020-06-15 21:52:33 +02:00
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "_sources/Developer-Central.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
2021-03-06 01:37:43 +01:00
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com" > Home page< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Evennia Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
2021-11-13 02:28:53 +01:00
< li >
< a href = "https://discord.gg/AJJpcRUhtF" > Discord< / a > -
< a href = "https://github.com/evennia/evennia/discussions" > Discussions< / a > -
< a href = "https://evennia.blogspot.com/" > Blog< / a >
2021-03-06 01:37:43 +01:00
< / li >
< / ul >
2020-06-15 21:52:33 +02:00
< h3 > Versions< / h3 >
< ul >
2020-07-14 00:21:00 +02:00
< li > < a href = "../1.0-dev/index.html" > 1.0-dev (develop branch)< / a > < / li >
2021-10-26 22:36:27 +02:00
< li > < a href = "Developer-Central.html" > 0.9.5 (v0.9.5 branch)< / a > < / li >
2020-06-15 21:52:33 +02:00
< / ul >
2020-06-14 21:48:02 +02:00
2020-06-15 21:52:33 +02:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "right" >
2021-10-26 21:41:11 +02:00
< a href = "Tutorials.html" title = "Tutorials"
2020-10-15 01:31:30 +02:00
>next< / a > |< / li >
< li class = "right" >
2021-10-26 21:41:11 +02:00
< a href = "Administrative-Docs.html" title = "Administrative Docs"
2020-10-15 01:31:30 +02:00
>previous< / a > |< / li >
2021-10-26 22:36:27 +02:00
< li class = "nav-item nav-item-0" > < a href = "index.html" > Evennia 0.9.5< / a > » < / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-this" > < a href = "" > Developer Central< / a > < / li >
2020-06-15 21:52:33 +02:00
< / ul >
< / div >
< div class = "footer" role = "contentinfo" >
© Copyright 2020, The Evennia developer community.
2020-10-15 01:31:30 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
2020-06-15 21:52:33 +02:00
< / div >
< / body >
2020-06-13 00:36:45 +02:00
< / html >