From e434f67305be1bd4042bd25c556ced16bd0b4801 Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Sun, 11 Aug 2024 08:57:17 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/latest/.buildinfo | 2 +-
docs/latest/Coding/Changelog.html | 12 +++++++----
docs/latest/Coding/Coding-Overview.html | 2 +-
.../evennia/prototypes/prototypes.html | 10 ++++++---
docs/latest/_modules/evennia/utils/ansi.html | 3 +--
.../_modules/evennia/utils/hex_colors.html | 10 ++++-----
docs/latest/_modules/evennia/utils/utils.html | 4 ++--
docs/latest/_sources/Coding/Changelog.md.txt | 11 ++++++++--
docs/latest/_sources/index.md.txt | 2 +-
.../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 | 12 +++++------
.../api/evennia.commands.default.system.html | 4 ++--
.../api/evennia.commands.default.tests.html | 2 +-
.../evennia.commands.default.unloggedin.html | 8 +++----
....base_systems.email_login.email_login.html | 8 +++----
...b.base_systems.ingame_python.commands.html | 4 ++--
...b.base_systems.ingame_reports.reports.html | 4 ++--
...rib.full_systems.evscaperoom.commands.html | 20 +++++++++---------
...ame_systems.achievements.achievements.html | 4 ++--
...ia.contrib.game_systems.barter.barter.html | 4 ++--
...ontrib.game_systems.clothing.clothing.html | 4 ++--
...evennia.contrib.grid.xyzgrid.commands.html | 4 ++--
...utorials.evadventure.combat_turnbased.html | 4 ++--
...ontrib.tutorials.evadventure.commands.html | 8 +++----
...ntrib.tutorials.red_button.red_button.html | 16 +++++++-------
...trib.tutorials.tutorial_world.objects.html | 8 +++----
...ontrib.tutorials.tutorial_world.rooms.html | 4 ++--
...utils.git_integration.git_integration.html | 4 ++--
docs/latest/api/evennia.utils.eveditor.html | 4 ++--
docs/latest/api/evennia.utils.evmenu.html | 4 ++--
docs/latest/api/evennia.utils.evmore.html | 4 ++--
docs/latest/api/evennia.utils.hex_colors.html | 4 ++--
docs/latest/index.html | 2 +-
docs/latest/objects.inv | Bin 171645 -> 171642 bytes
docs/latest/searchindex.js | 2 +-
38 files changed, 118 insertions(+), 104 deletions(-)
diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo
index ce9b9a210e..3dd1bc1d4e 100644
--- a/docs/latest/.buildinfo
+++ b/docs/latest/.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: 448f04cf0535837dc8f41cdf39dddce9
+config: 8b95a62a9829eb61cf7baacd02c67db7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html
index 5d7e9c8322..c0f45b79c9 100644
--- a/docs/latest/Coding/Changelog.html
+++ b/docs/latest/Coding/Changelog.html
@@ -66,7 +66,7 @@
- Changelog
-- Main
+- Evennia 4.3.0
- Evennia 4.2.0
- Evennia 4.1.1
- Evennia 4.1.0
@@ -197,10 +197,11 @@
Changelog
-
-Main
+
+Evennia 4.3.0
+Aug 11, 2024
-Feat: New contrib; in-game reports for handling user reportgs,
+
Feat: New contrib; in-game reports for handling user reports,
bugs etc in-game (InspectorCaracal)
Feat: Add ANSI color support |U, |I, |i, |s, |S for
underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
@@ -209,12 +210,15 @@ contrib can find and reference other Traits. (Griatch)
Feat: Add true-color parsing/fallback for ANSIString (0xDEADFED5)
Fix: Better visual display of partial multimatch search results
(InspectorCaracal)
+Fix: Prototype ‘alias’ key was not properly homogenized to a list
+(Griatch)
Fix: Issue where rpsystem contrib search would do a global instead
of local search on multimatch (InspectorCaracal)
Fix: TagCmd.switch_options was misnamed (erratic-pattern)
Fix: Fix typo that made find/loc show the wrong dbref in result (erratic-pattern)
Fix: Issue disambiguating between certain partial multimatches
(InspectorCaracal)
+Fix: Fix regex escaping in utils.py for future Python versions (hhsiao)
[Docs]: Add True-color description for Colors documentation (0xDEADFED5)
[Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5)
diff --git a/docs/latest/Coding/Coding-Overview.html b/docs/latest/Coding/Coding-Overview.html
index fdd4f1e1fb..9d1f77d263 100644
--- a/docs/latest/Coding/Coding-Overview.html
+++ b/docs/latest/Coding/Coding-Overview.html
@@ -176,7 +176,7 @@ make your game, also if you never coded before.