2023-12-20 18:49:25 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
< title > Coding and development help — Evennia latest documentation< / title >
< 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 >
< 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 = "Evennia Code Style" href = "Evennia-Code-Style.html" / >
< link rel = "prev" title = "Zones" href = "../Concepts/Zones.html" / >
< / 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 >
< li class = "right" >
< a href = "Evennia-Code-Style.html" title = "Evennia Code Style"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "../Concepts/Zones.html" title = "Zones"
accesskey="P">previous< / a > |< / li >
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia latest< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Coding and development help< / a > < / li >
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< 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 >
< h3 > < a href = "../index.html" > Table of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Coding and development help< / a > < ul >
< li > < a class = "reference internal" href = "#evennia-changelog" > Evennia Changelog< / a > < ul >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "../Concepts/Zones.html"
title="previous chapter">Zones< / a > < / p >
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "Evennia-Code-Style.html"
title="next chapter">Evennia Code Style< / a > < / p >
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "../_sources/Coding/Coding-Overview.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com/docs/latest/index.html" > Documentation Top< / a > < / li >
< li > < a href = "https://www.evennia.com" > Evennia Home< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
< 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 >
< / li >
< / ul >
2023-12-20 18:20:20 +00:00
< h3 > Doc Versions< / h3 >
< ul >
< li > < a href = "Coding-Overview.html" > latest (main branch)< / a > < / li >
2023-12-20 19:10:36 +00:00
2023-12-20 22:23:04 +00:00
< li > < a href = "../../3.x/index.html" > 3.x (v3.0.0 branch)< / a > < / li >
2023-12-20 19:10:36 +00:00
< li > < a href = "../../2.x/index.html" > 2.x (v2.0.0 branch)< / a > < / li >
2023-12-20 18:20:20 +00:00
2023-12-20 19:10:36 +00:00
< li > < a href = "../../1.x/index.html" > 1.x (v1.0.0 branch)< / a > < / li >
2023-12-20 18:20:20 +00:00
2023-12-20 19:10:36 +00:00
< li > < a href = "../../0.x/index.html" > 0.x (v0.9.5 branch)< / a > < / li >
2023-12-20 18:20:20 +00:00
< / ul >
2023-12-20 18:49:25 +01:00
< / div >
< / div >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< section class = "tex2jax_ignore mathjax_ignore" id = "coding-and-development-help" >
< h1 > Coding and development help< a class = "headerlink" href = "#coding-and-development-help" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > This documentation aims to help you set up a sane development environment to
make your game, also if you never coded before.< / p >
< p > See also the < a class = "reference internal" href = "../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.html" > < span class = "doc std std-doc" > Beginner Tutorial< / span > < / a > .< / p >
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "Evennia-Code-Style.html" > Evennia Code Style< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Code-Style.html#main-code-style-specification" > Main code style specification< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Code-Style.html#code-docstrings" > Code Docstrings< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Code-Style.html#default-command-docstrings" > Default Command Docstrings< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Code-Style.html#tools-for-auto-linting" > Tools for auto-linting< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Default-Command-Syntax.html" > Default Command Syntax< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Version-Control.html" > Coding using Version Control< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Version-Control.html#setting-up-git" > Setting up Git< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Version-Control.html#common-git-commands" > Common Git commands< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Version-Control.html#putting-your-game-dir-under-version-control" > Putting your game dir under version control< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Version-Control.html#contributing-to-evennia" > Contributing to Evennia< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Version-Control.html#troubleshooting" > Troubleshooting< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Debugging.html" > Debugging< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Debugging.html#debugging-evennia" > Debugging Evennia< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Debugging.html#a-simple-example-using-pdb" > A simple example using pdb< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Debugging.html#cheat-sheet-of-pdb-pudb-commands" > Cheat-sheet of pdb/pudb commands< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Unit-Testing.html" > Unit Testing< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Unit-Testing.html#running-the-evennia-test-suite" > Running the Evennia test suite< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Unit-Testing.html#running-custom-game-dir-unit-tests" > Running custom game-dir unit tests< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Unit-Testing.html#writing-new-unit-tests" > Writing new unit tests< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Profiling.html" > Profiling< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Profiling.html#simple-timer-tests" > Simple timer tests< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Profiling.html#using-cprofile" > Using cProfile< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Profiling.html#the-dummyrunner" > The Dummyrunner< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Continuous-Integration.html" > Continuous Integration (CI)< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Continuous-Integration.html#continuous-integration-guides" > Continuous-Integration guides< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Setting-up-PyCharm.html" > Setting up PyCharm with Evennia< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Setting-up-PyCharm.html#debug-evennia-from-inside-pycharm" > Debug Evennia from inside PyCharm< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Setting-up-PyCharm.html#run-evennia-from-inside-pycharm" > Run Evennia from inside PyCharm< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< section id = "evennia-changelog" >
< h2 > Evennia Changelog< a class = "headerlink" href = "#evennia-changelog" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "Changelog.html" > Changelog< / a > < ul >
2023-12-20 22:23:04 +00:00
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-3-0-0" > Evennia 3.0.0< / a > < / li >
2023-12-20 18:49:25 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-2-3-0" > Evennia 2.3.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-2-2-0" > Evennia 2.2.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-2-1-0" > Evennia 2.1.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-2-0-1" > Evennia 2.0.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-2-0-0" > Evennia 2.0.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-3-0" > Evennia 1.3.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-2-1" > Evennia 1.2.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-2-0" > Evennia 1.2.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-1-1" > Evennia 1.1.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-1-0" > Evennia 1.1.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-0-2" > Evennia 1.0.2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-0-1" > Evennia 1.0.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-1-0-0" > Evennia 1.0.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-0-9-5" > Evennia 0.9.5< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-0-9" > Evennia 0.9< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#evennia-0-8" > Evennia 0.8< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Changelog.html#overview-changelogs" > Overview-Changelogs< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#sept-2017" > Sept 2017:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#feb-2017" > Feb 2017:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#dec-2016" > Dec 2016:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#may-2016" > May 2016:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#feb-2016" > Feb 2016:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#sept-2015" > Sept 2015:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#feb-2015" > Feb 2015:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#sept-2014" > Sept 2014:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#jan-2014" > Jan 2014:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#nov-2013" > Nov 2013:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#may-2013" > May 2013:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#oct-2012" > Oct 2012:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#march-2012" > March 2012:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#nov-2011" > Nov 2011:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#aug-2011" > Aug 2011:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#may-2011" > May 2011:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#aug-2010" > Aug 2010:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#may-2010" > May 2010:< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Changelog.html#april-2010" > April 2010:< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Changelog.html#older" > Older< / a > < / li >
< / ul >
< / div >
< div class = "toctree-wrapper compound" >
< / div >
< / section >
< / section >
< / div >
< / div >
< / 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 >
< li class = "right" >
< a href = "Evennia-Code-Style.html" title = "Evennia Code Style"
>next< / a > |< / li >
< li class = "right" >
< a href = "../Concepts/Zones.html" title = "Zones"
>previous< / a > |< / li >
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia latest< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Coding and development help< / a > < / li >
< / ul >
< / div >
< div class = "footer" role = "contentinfo" >
© Copyright 2023, The Evennia developer community.
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
< / div >
< / body >
< / html >