From 507c68d1c186725e37887e3058baf8eeceb83fae Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Sun, 23 Mar 2025 20:40:15 +0000 Subject: [PATCH] Updated HTML docs. --- docs/latest/.buildinfo | 2 +- docs/latest/Coding/Changelog.html | 45 ++++++++++-------- .../Part3/Beginner-Tutorial-Quests.html | 4 ++ .../evennia/server/evennia_launcher.html | 19 +++++--- .../_modules/evennia/server/inputfuncs.html | 5 +- docs/latest/_sources/Coding/Changelog.md.txt | 32 +++++++------ .../Part3/Beginner-Tutorial-Quests.md.txt | 4 ++ .../api/evennia.commands.default.account.html | 4 +- ...evennia.commands.default.batchprocess.html | 4 +- .../evennia.commands.default.building.html | 12 ++--- .../api/evennia.commands.default.general.html | 8 ++-- .../api/evennia.commands.default.system.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 +- ...b.base_systems.ingame_reports.reports.html | 4 +- ...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 +- .../api/evennia.contrib.rpg.dice.dice.html | 4 +- ...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 +- ...ontrib.tutorials.evadventure.commands.html | 4 +- ...ntrib.tutorials.red_button.red_button.html | 16 +++---- ...trib.tutorials.tutorial_world.objects.html | 16 +++---- ...ontrib.tutorials.tutorial_world.rooms.html | 8 ++-- ...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/objects.inv | Bin 172610 -> 172640 bytes docs/latest/searchindex.js | 2 +- 37 files changed, 161 insertions(+), 142 deletions(-) diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index 9ea50d73b1..da92c9760a 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: 3f1409f60222e3a2f8e7b1ba21bc192b +config: ab89dffe171c5a8c17ad545e0b0bed4c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html index ec0c1317f7..8e07e3edd1 100644 --- a/docs/latest/Coding/Changelog.html +++ b/docs/latest/Coding/Changelog.html @@ -107,8 +107,8 @@
  • Protocols
  • Server
  • Settings
  • -
  • Utils
  • -
  • Contribs
  • +
  • Utilities
  • +
  • New Contribs
  • Translations
  • @@ -119,9 +119,9 @@
  • EvMenu
  • Webclient
  • Locks
  • -
  • Utils
  • +
  • Utils
  • General
  • -
  • Contribs
  • +
  • More Contribs
  • Internationalization
  • @@ -205,6 +205,8 @@

    Main branch

    Updated dependencies: Django >5.1 (<5,2), Twisted >24 (<25). Python versions: 3.11, 3.12, 3.13.

    +

    This upgrade requires running evennia migrate on your existing database +(ignore any prompts to run evennia makemigrations).

    -
    -

    Utils

    +
    +

    Utilities

    • evennia launcher now fully handles all django-admin commands, like running tests in parallel.

    • evennia.utils.create.account now also takes tags and attrs keywords.

    • @@ -1445,8 +1448,8 @@ Object (rather than all monitors in the entire handler).

    • evennia.VALIDATOR_CONTAINER and evennia.OPTION_CONTAINER added to load these.

    -
    -

    Contribs

    +
    +

    New Contribs

    • Evscaperoom - a full puzzle engine for making multiplayer escape rooms in Evennia. Used to make the entry for the MUD-Coder’s Guild’s 2019 Game Jam with the theme “One Room”, where it ranked #1.

    • @@ -1563,8 +1566,8 @@ of a lockstring.

      all available lock funcs. This is useful for dynamic listings.

    -
    -

    Utils

    +
    +

    Utils

    • Added new columnize function for easily splitting text into multiple columns. At this point it is not working too well with ansi-colored text however.

    • @@ -1591,8 +1594,8 @@ classes to their plain-Python counterparts.

    • Add evennia.utils.logger.log_sec for logging security-related messages (marked SS in log).

    -
    -

    Contribs

    +
    +

    More Contribs