From f62b53593265d84fda8b0dabb6d32c3358e5aadb Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Sat, 29 Apr 2023 06:58:57 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/1.0/.buildinfo | 2 +-
docs/1.0/Coding/Changelog.html | 13 ++++++------
docs/1.0/Coding/Coding-Overview.html | 2 +-
docs/1.0/_sources/Coding/Changelog.md.txt | 10 +++++----
...evennia.commands.default.batchprocess.html | 4 ++--
.../evennia.commands.default.building.html | 16 +++++++-------
.../api/evennia.commands.default.comms.html | 8 +++----
.../api/evennia.commands.default.general.html | 4 ++--
.../api/evennia.commands.default.tests.html | 2 +-
.../evennia.commands.default.unloggedin.html | 16 +++++++-------
....base_systems.email_login.email_login.html | 16 +++++++-------
...b.base_systems.ingame_python.commands.html | 4 ++--
...systems.mux_comms_cmds.mux_comms_cmds.html | 8 +++----
...rib.full_systems.evscaperoom.commands.html | 20 +++++++++---------
...ia.contrib.game_systems.barter.barter.html | 4 ++--
...trib.game_systems.turnbattle.tb_basic.html | 4 ++--
...trib.game_systems.turnbattle.tb_equip.html | 4 ++--
...trib.game_systems.turnbattle.tb_items.html | 4 ++--
...trib.game_systems.turnbattle.tb_magic.html | 4 ++--
...trib.game_systems.turnbattle.tb_range.html | 4 ++--
...evennia.contrib.grid.xyzgrid.commands.html | 4 ++--
...evennia.contrib.rpg.rpsystem.rpsystem.html | 8 +++----
...ntrib.tutorials.red_button.red_button.html | 4 ++--
...trib.tutorials.tutorial_world.objects.html | 16 +++++++-------
...ontrib.tutorials.tutorial_world.rooms.html | 8 +++----
...utils.git_integration.git_integration.html | 4 ++--
docs/1.0/api/evennia.utils.eveditor.html | 4 ++--
docs/1.0/api/evennia.utils.evmenu.html | 4 ++--
docs/1.0/api/evennia.utils.evmore.html | 4 ++--
docs/1.0/objects.inv | Bin 158427 -> 158416 bytes
docs/1.0/searchindex.js | 2 +-
31 files changed, 105 insertions(+), 102 deletions(-)
diff --git a/docs/1.0/.buildinfo b/docs/1.0/.buildinfo
index 22ff255616..28557d6d24 100644
--- a/docs/1.0/.buildinfo
+++ b/docs/1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 783a8c66e6a84262f2f26bc2ee018fe2
+config: 3cf2fd204388d28df457c665cf7d07a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/1.0/Coding/Changelog.html b/docs/1.0/Coding/Changelog.html
index 6e6a643ed9..4b3ee39753 100644
--- a/docs/1.0/Coding/Changelog.html
+++ b/docs/1.0/Coding/Changelog.html
@@ -62,7 +62,7 @@
- Changelog
-- Main branch
+- Evennia 1.3.0
- Evennia 1.2.1
- Evennia 1.2.0
- Evennia 1.1.1
@@ -169,18 +169,19 @@
Changelog
-
-Main branch
+
+Evennia 1.3.0
+Apr 29, 2023
-Fix: The username validator did not display errors correctly in web
-registration form.
Feature: Better ANSI color fallbacks (InspectorCaracal).
Feature: Add support for saving deque with maxlen to Attributes (before
maxlen was ignored).
-Tools: More unit tests for scripts (Storsorken)
+Fix: The username validator did not display errors correctly in web
+registration form.
Fix: Components contrib had issues with inherited typeclasses (ChrisLR)
Fix: f-string fix in clothing contrib (aMiss-aWry)
Fix: Have EvenniaTestCase properly flush idmapper cache (bradleymarques)
+Tools: More unit tests for scripts (Storsorken)
Docs: Made separate doc pages for Exits, Characters and Rooms. Expanded on how
to change the description of an in-game object with templating.
Docs: A multitude of doc issues and typos fixed.
diff --git a/docs/1.0/Coding/Coding-Overview.html b/docs/1.0/Coding/Coding-Overview.html
index 61bc5a48e1..181809cbe3 100644
--- a/docs/1.0/Coding/Coding-Overview.html
+++ b/docs/1.0/Coding/Coding-Overview.html
@@ -162,7 +162,7 @@ make your game, also if you never coded before.