From cd356a35cc504be514205829ee32577dd1af23be Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Fri, 14 Jul 2023 13:23:27 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/2.x/.buildinfo | 2 +-
docs/2.x/Coding/Changelog.html | 8 ++++---
docs/2.x/Coding/Coding-Overview.html | 2 +-
docs/2.x/_sources/Coding/Changelog.md.txt | 4 +++-
.../api/evennia.commands.default.account.html | 4 ++--
.../api/evennia.commands.default.admin.html | 4 ++--
...evennia.commands.default.batchprocess.html | 4 ++--
.../evennia.commands.default.building.html | 8 +++----
.../api/evennia.commands.default.comms.html | 8 +++----
.../api/evennia.commands.default.general.html | 20 +++++++++---------
.../api/evennia.commands.default.system.html | 4 ++--
.../api/evennia.commands.default.tests.html | 2 +-
.../evennia.commands.default.unloggedin.html | 12 +++++------
....base_systems.email_login.email_login.html | 12 +++++------
...rib.full_systems.evscaperoom.commands.html | 20 +++++++++---------
...ia.contrib.game_systems.barter.barter.html | 4 ++--
...ontrib.game_systems.clothing.clothing.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 ++--
...trib.grid.extended_room.extended_room.html | 4 ++--
...evennia.contrib.grid.xyzgrid.commands.html | 4 ++--
.../api/evennia.contrib.rpg.dice.dice.html | 4 ++--
...evennia.contrib.rpg.rpsystem.rpsystem.html | 8 +++----
...b.tutorials.evadventure.combat_twitch.html | 8 +++----
...ontrib.tutorials.evadventure.commands.html | 8 +++----
...ntrib.tutorials.red_button.red_button.html | 16 +++++++-------
...trib.tutorials.tutorial_world.objects.html | 12 +++++------
...ontrib.tutorials.tutorial_world.rooms.html | 8 +++----
...utils.git_integration.git_integration.html | 4 ++--
docs/2.x/api/evennia.utils.eveditor.html | 4 ++--
docs/2.x/api/evennia.utils.evmenu.html | 4 ++--
docs/2.x/api/evennia.utils.evmore.html | 4 ++--
docs/2.x/objects.inv | Bin 163172 -> 163173 bytes
docs/2.x/searchindex.js | 2 +-
37 files changed, 118 insertions(+), 114 deletions(-)
diff --git a/docs/2.x/.buildinfo b/docs/2.x/.buildinfo
index 17df1123a9..7cf2665c60 100644
--- a/docs/2.x/.buildinfo
+++ b/docs/2.x/.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: c5018ceb25be22ce1909455de1d1643f
+config: b0e9f0906fd66185f2e6e763005e412f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/2.x/Coding/Changelog.html b/docs/2.x/Coding/Changelog.html
index 22be3e0d1e..af191ad286 100644
--- a/docs/2.x/Coding/Changelog.html
+++ b/docs/2.x/Coding/Changelog.html
@@ -66,7 +66,7 @@
- Changelog
-- Main
+- Evennia 2.1.0
- Evennia 2.0.1
- Evennia 2.0.0
- Evennia 1.3.0
@@ -180,14 +180,16 @@
Changelog
-
-Main
+
+Evennia 2.1.0
+Fix: The new ExtendedRoom contrib has a bug when dug with no descriptions.
Fix: Clean up get_sides function in evadventure tutorial to return also
the calling combatant with its allies return, to make it easier to reason around.
Feature: Add SSL_CERTIFICATE_ISSUERS setting for customizing Telnet+SSL.
Contrib: Refactored dice.roll contrib function to use safe_eval. Can now
optionally be used as dice.roll("2d10 + 4 > 10"). Old way works too.
+Lots of doc updates.
diff --git a/docs/2.x/Coding/Coding-Overview.html b/docs/2.x/Coding/Coding-Overview.html
index a9992b4f5c..7399ed938d 100644
--- a/docs/2.x/Coding/Coding-Overview.html
+++ b/docs/2.x/Coding/Coding-Overview.html
@@ -170,7 +170,7 @@ make your game, also if you never coded before.