diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html index c5e217bf44..e22aa1d784 100644 --- a/docs/latest/Coding/Changelog.html +++ b/docs/latest/Coding/Changelog.html @@ -49,10 +49,15 @@

Main branch

@@ -144,6 +146,7 @@
  • AccountDB @@ -430,6 +440,7 @@
  • GrapevineBot.execute_cmd()
  • GrapevineBot.DoesNotExist
  • GrapevineBot.MultipleObjectsReturned
  • +
  • GrapevineBot.NotUpdated
  • GrapevineBot.path
  • GrapevineBot.typename
  • @@ -447,6 +458,7 @@
  • DiscordBot.execute_cmd()
  • DiscordBot.DoesNotExist
  • DiscordBot.MultipleObjectsReturned
  • +
  • DiscordBot.NotUpdated
  • DiscordBot.path
  • DiscordBot.typename
  • @@ -532,6 +544,7 @@
  • AccountDB.uid
  • AccountDB.DoesNotExist
  • AccountDB.MultipleObjectsReturned
  • +
  • AccountDB.NotUpdated
  • AccountDB.account_subscription_set
  • AccountDB.date_joined
  • AccountDB.db_attributes
  • @@ -828,6 +841,7 @@
  • ServerConfig
  • TestCommsChannel diff --git a/docs/latest/api/evennia.comms.html b/docs/latest/api/evennia.comms.html index 87a36dad85..4ae7f7c00d 100644 --- a/docs/latest/api/evennia.comms.html +++ b/docs/latest/api/evennia.comms.html @@ -106,6 +106,7 @@ as code related to external communication like IRC or RSS.

  • DefaultChannel.post_send_message()
  • DefaultChannel.DoesNotExist
  • DefaultChannel.MultipleObjectsReturned
  • +
  • DefaultChannel.NotUpdated
  • DefaultChannel.path
  • DefaultChannel.typename
  • @@ -167,6 +168,7 @@ as code related to external communication like IRC or RSS.

  • Msg.access()
  • Msg.DoesNotExist
  • Msg.MultipleObjectsReturned
  • +
  • Msg.NotUpdated
  • Msg.get_next_by_db_date_created()
  • Msg.get_previous_by_db_date_created()
  • Msg.header
  • @@ -193,6 +195,7 @@ as code related to external communication like IRC or RSS.

  • ChannelDB.objects
  • ChannelDB.DoesNotExist
  • ChannelDB.MultipleObjectsReturned
  • +
  • ChannelDB.NotUpdated
  • ChannelDB.db_attributes
  • ChannelDB.db_date_created
  • ChannelDB.db_key
  • @@ -257,6 +260,7 @@ as code related to external communication like IRC or RSS.

  • Tag @@ -276,6 +278,7 @@ This helps writing isolated code and reusing it over multiple objects.

  • CharWithSignal.my_other_response()
  • CharWithSignal.DoesNotExist
  • CharWithSignal.MultipleObjectsReturned
  • +
  • CharWithSignal.NotUpdated
  • CharWithSignal.path
  • CharWithSignal.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.components.tests.html b/docs/latest/api/evennia.contrib.base_systems.components.tests.html index 2b53d58c99..5dd37ed229 100644 --- a/docs/latest/api/evennia.contrib.base_systems.components.tests.html +++ b/docs/latest/api/evennia.contrib.base_systems.components.tests.html @@ -387,6 +387,12 @@ to any instance of this typeclass.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.components.tests.CharacterWithComponents'
    @@ -424,6 +430,12 @@ to any instance of this typeclass.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.components.tests.InheritedTCWithComponents'
    @@ -629,6 +641,12 @@ to any instance of this typeclass.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.components.tests.CharWithSignal'
    @@ -876,6 +894,7 @@ to any instance of this typeclass.

  • CharacterWithComponents.ic_a
  • CharacterWithComponents.DoesNotExist
  • CharacterWithComponents.MultipleObjectsReturned
  • +
  • CharacterWithComponents.NotUpdated
  • CharacterWithComponents.path
  • CharacterWithComponents.typename
  • @@ -884,6 +903,7 @@ to any instance of this typeclass.

  • InheritedTCWithComponents.test_c
  • InheritedTCWithComponents.DoesNotExist
  • InheritedTCWithComponents.MultipleObjectsReturned
  • +
  • InheritedTCWithComponents.NotUpdated
  • InheritedTCWithComponents.path
  • InheritedTCWithComponents.typename
  • @@ -928,6 +948,7 @@ to any instance of this typeclass.

  • CharWithSignal.my_other_response()
  • CharWithSignal.DoesNotExist
  • CharWithSignal.MultipleObjectsReturned
  • +
  • CharWithSignal.NotUpdated
  • CharWithSignal.path
  • CharWithSignal.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.custom_gametime.custom_gametime.html b/docs/latest/api/evennia.contrib.base_systems.custom_gametime.custom_gametime.html index 422c83d3c9..9ab052753a 100644 --- a/docs/latest/api/evennia.contrib.base_systems.custom_gametime.custom_gametime.html +++ b/docs/latest/api/evennia.contrib.base_systems.custom_gametime.custom_gametime.html @@ -278,6 +278,12 @@ The time is given in units as keyword arguments.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.custom_gametime.custom_gametime.GametimeScript'
    @@ -326,6 +332,7 @@ The time is given in units as keyword arguments.

  • GametimeScript.at_repeat()
  • GametimeScript.DoesNotExist
  • GametimeScript.MultipleObjectsReturned
  • +
  • GametimeScript.NotUpdated
  • GametimeScript.path
  • GametimeScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.custom_gametime.html b/docs/latest/api/evennia.contrib.base_systems.custom_gametime.html index f5d79e606d..9465be49a5 100644 --- a/docs/latest/api/evennia.contrib.base_systems.custom_gametime.html +++ b/docs/latest/api/evennia.contrib.base_systems.custom_gametime.html @@ -65,6 +65,7 @@
  • GametimeScript.at_repeat()
  • GametimeScript.DoesNotExist
  • GametimeScript.MultipleObjectsReturned
  • +
  • GametimeScript.NotUpdated
  • GametimeScript.path
  • GametimeScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.email_login.email_login.html b/docs/latest/api/evennia.contrib.base_systems.email_login.email_login.html index 6ca53e7e51..c3bbb48e39 100644 --- a/docs/latest/api/evennia.contrib.base_systems.email_login.email_login.html +++ b/docs/latest/api/evennia.contrib.base_systems.email_login.email_login.html @@ -87,7 +87,7 @@ the module given by settings.CONNECTION_SCREEN_MODULE.

    -aliases = ['con', 'conn', 'co']
    +aliases = ['con', 'co', 'conn']
    @@ -117,7 +117,7 @@ there is no object yet before the account has logged in)

    -search_index_entry = {'aliases': 'con conn co', 'category': 'general', 'key': 'connect', 'no_prefix': ' con conn co', 'tags': '', 'text': '\nConnect to the game.\n\nUsage (at login screen):\n    connect <email> <password>\n\nUse the create command to first create an account before logging in.\n'}
    +search_index_entry = {'aliases': 'con co conn', 'category': 'general', 'key': 'connect', 'no_prefix': ' con co conn', 'tags': '', 'text': '\nConnect to the game.\n\nUsage (at login screen):\n    connect <email> <password>\n\nUse the create command to first create an account before logging in.\n'}
    @@ -200,7 +200,7 @@ version is a bit more complicated.

    -aliases = ['qu', 'q']
    +aliases = ['q', 'qu']
    @@ -226,7 +226,7 @@ version is a bit more complicated.

    -search_index_entry = {'aliases': 'qu q', 'category': 'general', 'key': 'quit', 'no_prefix': ' qu q', 'tags': '', 'text': '\nWe maintain a different version of the `quit` command\nhere for unconnected accounts for the sake of simplicity. The logged in\nversion is a bit more complicated.\n'}
    +search_index_entry = {'aliases': 'q qu', 'category': 'general', 'key': 'quit', 'no_prefix': ' q qu', 'tags': '', 'text': '\nWe maintain a different version of the `quit` command\nhere for unconnected accounts for the sake of simplicity. The logged in\nversion is a bit more complicated.\n'}
    @@ -289,7 +289,7 @@ for simplicity. It shows a pane of info.

    -aliases = ['?', 'h']
    +aliases = ['h', '?']
    @@ -315,7 +315,7 @@ for simplicity. It shows a pane of info.

    -search_index_entry = {'aliases': '? h', 'category': 'general', 'key': 'help', 'no_prefix': ' ? h', 'tags': '', 'text': '\nThis is an unconnected version of the help command,\nfor simplicity. It shows a pane of info.\n'}
    +search_index_entry = {'aliases': 'h ?', 'category': 'general', 'key': 'help', 'no_prefix': ' h ?', 'tags': '', 'text': '\nThis is an unconnected version of the help command,\nfor simplicity. It shows a pane of info.\n'}
    @@ -365,6 +365,12 @@ our liking.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    account_subscription_set
    @@ -612,7 +618,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -632,7 +638,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -680,7 +686,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -1213,6 +1219,12 @@ strings, but case is preserved.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    db_key
    @@ -1411,6 +1423,7 @@ evennia repo itself.

  • AccountDB @@ -636,6 +640,7 @@
  • AccountDB diff --git a/docs/latest/api/evennia.contrib.base_systems.ingame_python.commands.html b/docs/latest/api/evennia.contrib.base_systems.ingame_python.commands.html index 66b6d0dca3..f6d13c6952 100644 --- a/docs/latest/api/evennia.contrib.base_systems.ingame_python.commands.html +++ b/docs/latest/api/evennia.contrib.base_systems.ingame_python.commands.html @@ -64,7 +64,7 @@
    -aliases = ['@calls', '@callback', '@callbacks']
    +aliases = ['@callback', '@callbacks', '@calls']
    @@ -145,7 +145,7 @@ on user permission.

    -search_index_entry = {'aliases': '@calls @callback @callbacks', 'category': 'building', 'key': '@call', 'no_prefix': 'call calls callback callbacks', 'tags': '', 'text': '\nCommand to edit callbacks.\n'}
    +search_index_entry = {'aliases': '@callback @callbacks @calls', 'category': 'building', 'key': '@call', 'no_prefix': 'call callback callbacks calls', 'tags': '', 'text': '\nCommand to edit callbacks.\n'}
    diff --git a/docs/latest/api/evennia.contrib.base_systems.ingame_python.html b/docs/latest/api/evennia.contrib.base_systems.ingame_python.html index 4f30a5ab8d..d12460df35 100644 --- a/docs/latest/api/evennia.contrib.base_systems.ingame_python.html +++ b/docs/latest/api/evennia.contrib.base_systems.ingame_python.html @@ -124,6 +124,7 @@
  • EventHandler.set_task()
  • EventHandler.DoesNotExist
  • EventHandler.MultipleObjectsReturned
  • +
  • EventHandler.NotUpdated
  • EventHandler.path
  • EventHandler.typename
  • @@ -133,6 +134,7 @@
  • TimeEventScript.at_repeat()
  • TimeEventScript.DoesNotExist
  • TimeEventScript.MultipleObjectsReturned
  • +
  • TimeEventScript.NotUpdated
  • TimeEventScript.path
  • TimeEventScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.ingame_python.scripts.html b/docs/latest/api/evennia.contrib.base_systems.ingame_python.scripts.html index 50ee3dd573..980ccc9002 100644 --- a/docs/latest/api/evennia.contrib.base_systems.ingame_python.scripts.html +++ b/docs/latest/api/evennia.contrib.base_systems.ingame_python.scripts.html @@ -331,6 +331,12 @@ not be kept in the locals dictionary.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.ingame_python.scripts.EventHandler'
    @@ -380,6 +386,12 @@ restart only twice.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.base_systems.ingame_python.scripts.TimeEventScript'
    @@ -448,6 +460,7 @@ restart only twice.

  • EventHandler.set_task()
  • EventHandler.DoesNotExist
  • EventHandler.MultipleObjectsReturned
  • +
  • EventHandler.NotUpdated
  • EventHandler.path
  • EventHandler.typename
  • @@ -457,6 +470,7 @@ restart only twice.

  • TimeEventScript.at_repeat()
  • TimeEventScript.DoesNotExist
  • TimeEventScript.MultipleObjectsReturned
  • +
  • TimeEventScript.NotUpdated
  • TimeEventScript.path
  • TimeEventScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.base_systems.ingame_reports.reports.html b/docs/latest/api/evennia.contrib.base_systems.ingame_reports.reports.html index d7c2d604ef..8b0289a7d5 100644 --- a/docs/latest/api/evennia.contrib.base_systems.ingame_reports.reports.html +++ b/docs/latest/api/evennia.contrib.base_systems.ingame_reports.reports.html @@ -100,7 +100,7 @@ players

    -aliases = ['manage players', 'manage ideas', 'manage bugs']
    +aliases = ['manage bugs', 'manage players', 'manage ideas']
    @@ -136,7 +136,7 @@ to all the variables defined therein.

    -search_index_entry = {'aliases': 'manage players manage ideas manage bugs', 'category': 'general', 'key': 'manage reports', 'no_prefix': ' manage players manage ideas manage bugs', 'tags': '', 'text': '\nmanage the various reports\n\nUsage:\n    manage [report type]\n\nAvailable report types:\n    bugs\n    ideas\n    players\n\nInitializes a menu for reviewing and changing the status of current reports.\n'}
    +search_index_entry = {'aliases': 'manage bugs manage players manage ideas', 'category': 'general', 'key': 'manage reports', 'no_prefix': ' manage bugs manage players manage ideas', 'tags': '', 'text': '\nmanage the various reports\n\nUsage:\n    manage [report type]\n\nAvailable report types:\n    bugs\n    ideas\n    players\n\nInitializes a menu for reviewing and changing the status of current reports.\n'}
    diff --git a/docs/latest/api/evennia.contrib.base_systems.mux_comms_cmds.mux_comms_cmds.html b/docs/latest/api/evennia.contrib.base_systems.mux_comms_cmds.mux_comms_cmds.html index 6297912b44..30c948271d 100644 --- a/docs/latest/api/evennia.contrib.base_systems.mux_comms_cmds.mux_comms_cmds.html +++ b/docs/latest/api/evennia.contrib.base_systems.mux_comms_cmds.mux_comms_cmds.html @@ -108,7 +108,7 @@ aliases to an already joined channel.

    -aliases = ['chanalias', 'aliaschan']
    +aliases = ['aliaschan', 'chanalias']
    @@ -139,7 +139,7 @@ aliases to an already joined channel.

    -search_index_entry = {'aliases': 'chanalias aliaschan', 'category': 'comms', 'key': 'addcom', 'no_prefix': ' chanalias aliaschan', 'tags': '', 'text': '\nAdd a channel alias and/or subscribe to a channel\n\nUsage:\n   addcom [alias=] <channel>\n\nJoins a given channel. If alias is given, this will allow you to\nrefer to the channel by this alias rather than the full channel\nname. Subsequent calls of this command can be used to add multiple\naliases to an already joined channel.\n'}
    +search_index_entry = {'aliases': 'aliaschan chanalias', 'category': 'comms', 'key': 'addcom', 'no_prefix': ' aliaschan chanalias', 'tags': '', 'text': '\nAdd a channel alias and/or subscribe to a channel\n\nUsage:\n   addcom [alias=] <channel>\n\nJoins a given channel. If alias is given, this will allow you to\nrefer to the channel by this alias rather than the full channel\nname. Subsequent calls of this command can be used to add multiple\naliases to an already joined channel.\n'}
    diff --git a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.commands.html b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.commands.html index 5055909321..a1b750498c 100644 --- a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.commands.html +++ b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.commands.html @@ -159,7 +159,7 @@ the operation will be general or on the room.

    -aliases = ['chicken out', 'q', 'abort', 'quit']
    +aliases = ['q', 'chicken out', 'abort', 'quit']
    @@ -183,7 +183,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'chicken out q abort quit', 'category': 'evscaperoom', 'key': 'give up', 'no_prefix': ' chicken out q abort quit', 'tags': '', 'text': '\nGive up\n\nUsage:\n  give up\n\nAbandons your attempts at escaping and of ever winning the pie-eating contest.\n\n'}
    +search_index_entry = {'aliases': 'q chicken out abort quit', 'category': 'evscaperoom', 'key': 'give up', 'no_prefix': ' q chicken out abort quit', 'tags': '', 'text': '\nGive up\n\nUsage:\n  give up\n\nAbandons your attempts at escaping and of ever winning the pie-eating contest.\n\n'}
    @@ -438,7 +438,7 @@ looks and what actions is available.

    -aliases = ['e', 'examine', 'unfocus', 'ex']
    +aliases = ['unfocus', 'ex', 'e', 'examine']
    @@ -467,7 +467,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'e examine unfocus ex', 'category': 'evscaperoom', 'key': 'focus', 'no_prefix': ' e examine unfocus ex', 'tags': '', 'text': '\nFocus your attention on a target.\n\nUsage:\n  focus <obj>\n\nOnce focusing on an object, use look to get more information about how it\nlooks and what actions is available.\n\n'}
    +search_index_entry = {'aliases': 'unfocus ex e examine', 'category': 'evscaperoom', 'key': 'focus', 'no_prefix': ' unfocus ex e examine', 'tags': '', 'text': '\nFocus your attention on a target.\n\nUsage:\n  focus <obj>\n\nOnce focusing on an object, use look to get more information about how it\nlooks and what actions is available.\n\n'}
    @@ -529,7 +529,7 @@ set in self.parse())

    -aliases = ['inv', 'give', 'i', 'inventory']
    +aliases = ['give', 'i', 'inv', 'inventory']
    @@ -553,7 +553,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'inv give i inventory', 'category': 'evscaperoom', 'key': 'get', 'no_prefix': ' inv give i inventory', 'tags': '', 'text': '\nUse focus / examine instead.\n\n'}
    +search_index_entry = {'aliases': 'give i inv inventory', 'category': 'evscaperoom', 'key': 'get', 'no_prefix': ' give i inv inventory', 'tags': '', 'text': '\nUse focus / examine instead.\n\n'}
    diff --git a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.html b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.html index 25d99c1dfa..e67f8a0214 100644 --- a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.html +++ b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.html @@ -290,6 +290,7 @@
  • EvscaperoomObject.return_appearance()
  • EvscaperoomObject.DoesNotExist
  • EvscaperoomObject.MultipleObjectsReturned
  • +
  • EvscaperoomObject.NotUpdated
  • EvscaperoomObject.path
  • EvscaperoomObject.typename
  • @@ -298,6 +299,7 @@
  • Feelable.at_focus_feel()
  • Feelable.DoesNotExist
  • Feelable.MultipleObjectsReturned
  • +
  • Feelable.NotUpdated
  • Feelable.path
  • Feelable.typename
  • @@ -306,6 +308,7 @@
  • Listenable.at_focus_listen()
  • Listenable.DoesNotExist
  • Listenable.MultipleObjectsReturned
  • +
  • Listenable.NotUpdated
  • Listenable.path
  • Listenable.typename
  • @@ -314,6 +317,7 @@
  • Smellable.at_focus_smell()
  • Smellable.DoesNotExist
  • Smellable.MultipleObjectsReturned
  • +
  • Smellable.NotUpdated
  • Smellable.path
  • Smellable.typename
  • @@ -328,6 +332,7 @@
  • Rotatable.at_cannot_rotate()
  • Rotatable.DoesNotExist
  • Rotatable.MultipleObjectsReturned
  • +
  • Rotatable.NotUpdated
  • Rotatable.path
  • Rotatable.typename
  • @@ -346,6 +351,7 @@
  • Openable.at_already_closed()
  • Openable.DoesNotExist
  • Openable.MultipleObjectsReturned
  • +
  • Openable.NotUpdated
  • Openable.path
  • Openable.typename
  • @@ -359,6 +365,7 @@
  • Readable.at_cannot_read()
  • Readable.DoesNotExist
  • Readable.MultipleObjectsReturned
  • +
  • Readable.NotUpdated
  • Readable.path
  • Readable.typename
  • @@ -371,6 +378,7 @@
  • IndexReadable.at_read()
  • IndexReadable.DoesNotExist
  • IndexReadable.MultipleObjectsReturned
  • +
  • IndexReadable.NotUpdated
  • IndexReadable.path
  • IndexReadable.typename
  • @@ -389,6 +397,7 @@
  • Movable.at_right()
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned
  • +
  • Movable.NotUpdated
  • Movable.path
  • Movable.typename
  • @@ -402,6 +411,7 @@
  • BaseConsumable.at_already_consumed()
  • BaseConsumable.DoesNotExist
  • BaseConsumable.MultipleObjectsReturned
  • +
  • BaseConsumable.NotUpdated
  • BaseConsumable.path
  • BaseConsumable.typename
  • @@ -411,6 +421,7 @@
  • Edible.at_focus_eat()
  • Edible.DoesNotExist
  • Edible.MultipleObjectsReturned
  • +
  • Edible.NotUpdated
  • Edible.path
  • Edible.typename
  • @@ -423,6 +434,7 @@
  • Drinkable.at_already_consumed()
  • Drinkable.DoesNotExist
  • Drinkable.MultipleObjectsReturned
  • +
  • Drinkable.NotUpdated
  • Drinkable.path
  • Drinkable.typename
  • @@ -434,6 +446,7 @@
  • BaseApplicable.at_cannot_apply()
  • BaseApplicable.DoesNotExist
  • BaseApplicable.MultipleObjectsReturned
  • +
  • BaseApplicable.NotUpdated
  • BaseApplicable.path
  • BaseApplicable.typename
  • @@ -445,6 +458,7 @@
  • Usable.at_cannot_apply()
  • Usable.DoesNotExist
  • Usable.MultipleObjectsReturned
  • +
  • Usable.NotUpdated
  • Usable.path
  • Usable.typename
  • @@ -457,6 +471,7 @@
  • Insertable.at_cannot_apply()
  • Insertable.DoesNotExist
  • Insertable.MultipleObjectsReturned
  • +
  • Insertable.NotUpdated
  • Insertable.path
  • Insertable.typename
  • @@ -471,6 +486,7 @@
  • Combinable.at_apply()
  • Combinable.DoesNotExist
  • Combinable.MultipleObjectsReturned
  • +
  • Combinable.NotUpdated
  • Combinable.path
  • Combinable.typename
  • @@ -486,6 +502,7 @@
  • Mixable.at_mix_success()
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned
  • +
  • Mixable.NotUpdated
  • Mixable.path
  • Mixable.typename
  • @@ -500,6 +517,7 @@
  • HasButtons.at_red_button()
  • HasButtons.DoesNotExist
  • HasButtons.MultipleObjectsReturned
  • +
  • HasButtons.NotUpdated
  • HasButtons.path
  • HasButtons.typename
  • @@ -516,6 +534,7 @@
  • CodeInput.at_code_incorrect()
  • CodeInput.DoesNotExist
  • CodeInput.MultipleObjectsReturned
  • +
  • CodeInput.NotUpdated
  • CodeInput.path
  • CodeInput.typename
  • @@ -528,6 +547,7 @@
  • BasePositionable.at_position()
  • BasePositionable.DoesNotExist
  • BasePositionable.MultipleObjectsReturned
  • +
  • BasePositionable.NotUpdated
  • BasePositionable.path
  • BasePositionable.typename
  • @@ -536,6 +556,7 @@
  • Sittable.at_focus_sit()
  • Sittable.DoesNotExist
  • Sittable.MultipleObjectsReturned
  • +
  • Sittable.NotUpdated
  • Sittable.path
  • Sittable.typename
  • @@ -544,6 +565,7 @@
  • Liable.at_focus_lie()
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned
  • +
  • Liable.NotUpdated
  • Liable.path
  • Liable.typename
  • @@ -552,6 +574,7 @@
  • Kneelable.at_focus_kneel()
  • Kneelable.DoesNotExist
  • Kneelable.MultipleObjectsReturned
  • +
  • Kneelable.NotUpdated
  • Kneelable.path
  • Kneelable.typename
  • @@ -560,6 +583,7 @@
  • Climbable.at_focus_climb()
  • Climbable.DoesNotExist
  • Climbable.MultipleObjectsReturned
  • +
  • Climbable.NotUpdated
  • Climbable.path
  • Climbable.typename
  • @@ -568,6 +592,7 @@
  • Positionable.get_cmd_signatures()
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned
  • +
  • Positionable.NotUpdated
  • Positionable.path
  • Positionable.typename
  • @@ -598,6 +623,7 @@
  • EvscapeRoom.return_appearance()
  • EvscapeRoom.DoesNotExist
  • EvscapeRoom.MultipleObjectsReturned
  • +
  • EvscapeRoom.NotUpdated
  • EvscapeRoom.path
  • EvscapeRoom.typename
  • @@ -610,6 +636,7 @@
  • CleanupScript.at_repeat()
  • CleanupScript.DoesNotExist
  • CleanupScript.MultipleObjectsReturned
  • +
  • CleanupScript.NotUpdated
  • CleanupScript.path
  • CleanupScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.objects.html b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.objects.html index 8ffbf80e0a..52c02802a6 100644 --- a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.objects.html +++ b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.objects.html @@ -351,6 +351,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.EvscaperoomObject'
    @@ -385,6 +391,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Feelable'
    @@ -419,6 +431,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Listenable'
    @@ -453,6 +471,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Smellable'
    @@ -518,6 +542,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Rotatable'
    @@ -604,6 +634,12 @@ a flag.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Openable'
    @@ -665,6 +701,12 @@ from a flag.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Readable'
    @@ -738,6 +780,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.IndexReadable'
    @@ -843,6 +891,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Movable'
    @@ -909,6 +963,12 @@ a custom object if needed).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.BaseConsumable'
    @@ -948,6 +1008,12 @@ a custom object if needed).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Edible'
    @@ -1002,6 +1068,12 @@ a custom object if needed).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Drinkable'
    @@ -1053,6 +1125,12 @@ This acts an an abstract base class.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.BaseApplicable'
    @@ -1102,6 +1180,12 @@ This acts an an abstract base class.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Usable'
    @@ -1174,6 +1258,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Insertable'
    @@ -1256,6 +1346,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Combinable'
    @@ -1334,6 +1430,12 @@ with this mixer_flag.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Mixable'
    @@ -1415,6 +1517,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.HasButtons'
    @@ -1507,6 +1615,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.CodeInput'
    @@ -1579,6 +1693,12 @@ object or not.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.BasePositionable'
    @@ -1613,6 +1733,12 @@ object or not.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Sittable'
    @@ -1647,6 +1773,12 @@ object or not.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Liable'
    @@ -1681,6 +1813,12 @@ object or not.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Kneelable'
    @@ -1717,6 +1855,12 @@ command, which resets your position.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Climbable'
    @@ -1769,6 +1913,12 @@ inject the list of callsigns.

    Bases: MultipleObjectsReturned, MultipleObjectsReturned, MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated, NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.objects.Positionable'
    @@ -1835,6 +1985,7 @@ inject the list of callsigns.

  • EvscaperoomObject.return_appearance()
  • EvscaperoomObject.DoesNotExist
  • EvscaperoomObject.MultipleObjectsReturned
  • +
  • EvscaperoomObject.NotUpdated
  • EvscaperoomObject.path
  • EvscaperoomObject.typename
  • @@ -1843,6 +1994,7 @@ inject the list of callsigns.

  • Feelable.at_focus_feel()
  • Feelable.DoesNotExist
  • Feelable.MultipleObjectsReturned
  • +
  • Feelable.NotUpdated
  • Feelable.path
  • Feelable.typename
  • @@ -1851,6 +2003,7 @@ inject the list of callsigns.

  • Listenable.at_focus_listen()
  • Listenable.DoesNotExist
  • Listenable.MultipleObjectsReturned
  • +
  • Listenable.NotUpdated
  • Listenable.path
  • Listenable.typename
  • @@ -1859,6 +2012,7 @@ inject the list of callsigns.

  • Smellable.at_focus_smell()
  • Smellable.DoesNotExist
  • Smellable.MultipleObjectsReturned
  • +
  • Smellable.NotUpdated
  • Smellable.path
  • Smellable.typename
  • @@ -1873,6 +2027,7 @@ inject the list of callsigns.

  • Rotatable.at_cannot_rotate()
  • Rotatable.DoesNotExist
  • Rotatable.MultipleObjectsReturned
  • +
  • Rotatable.NotUpdated
  • Rotatable.path
  • Rotatable.typename
  • @@ -1891,6 +2046,7 @@ inject the list of callsigns.

  • Openable.at_already_closed()
  • Openable.DoesNotExist
  • Openable.MultipleObjectsReturned
  • +
  • Openable.NotUpdated
  • Openable.path
  • Openable.typename
  • @@ -1904,6 +2060,7 @@ inject the list of callsigns.

  • Readable.at_cannot_read()
  • Readable.DoesNotExist
  • Readable.MultipleObjectsReturned
  • +
  • Readable.NotUpdated
  • Readable.path
  • Readable.typename
  • @@ -1916,6 +2073,7 @@ inject the list of callsigns.

  • IndexReadable.at_read()
  • IndexReadable.DoesNotExist
  • IndexReadable.MultipleObjectsReturned
  • +
  • IndexReadable.NotUpdated
  • IndexReadable.path
  • IndexReadable.typename
  • @@ -1934,6 +2092,7 @@ inject the list of callsigns.

  • Movable.at_right()
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned
  • +
  • Movable.NotUpdated
  • Movable.path
  • Movable.typename
  • @@ -1947,6 +2106,7 @@ inject the list of callsigns.

  • BaseConsumable.at_already_consumed()
  • BaseConsumable.DoesNotExist
  • BaseConsumable.MultipleObjectsReturned
  • +
  • BaseConsumable.NotUpdated
  • BaseConsumable.path
  • BaseConsumable.typename
  • @@ -1956,6 +2116,7 @@ inject the list of callsigns.

  • Edible.at_focus_eat()
  • Edible.DoesNotExist
  • Edible.MultipleObjectsReturned
  • +
  • Edible.NotUpdated
  • Edible.path
  • Edible.typename
  • @@ -1968,6 +2129,7 @@ inject the list of callsigns.

  • Drinkable.at_already_consumed()
  • Drinkable.DoesNotExist
  • Drinkable.MultipleObjectsReturned
  • +
  • Drinkable.NotUpdated
  • Drinkable.path
  • Drinkable.typename
  • @@ -1979,6 +2141,7 @@ inject the list of callsigns.

  • BaseApplicable.at_cannot_apply()
  • BaseApplicable.DoesNotExist
  • BaseApplicable.MultipleObjectsReturned
  • +
  • BaseApplicable.NotUpdated
  • BaseApplicable.path
  • BaseApplicable.typename
  • @@ -1990,6 +2153,7 @@ inject the list of callsigns.

  • Usable.at_cannot_apply()
  • Usable.DoesNotExist
  • Usable.MultipleObjectsReturned
  • +
  • Usable.NotUpdated
  • Usable.path
  • Usable.typename
  • @@ -2002,6 +2166,7 @@ inject the list of callsigns.

  • Insertable.at_cannot_apply()
  • Insertable.DoesNotExist
  • Insertable.MultipleObjectsReturned
  • +
  • Insertable.NotUpdated
  • Insertable.path
  • Insertable.typename
  • @@ -2016,6 +2181,7 @@ inject the list of callsigns.

  • Combinable.at_apply()
  • Combinable.DoesNotExist
  • Combinable.MultipleObjectsReturned
  • +
  • Combinable.NotUpdated
  • Combinable.path
  • Combinable.typename
  • @@ -2031,6 +2197,7 @@ inject the list of callsigns.

  • Mixable.at_mix_success()
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned
  • +
  • Mixable.NotUpdated
  • Mixable.path
  • Mixable.typename
  • @@ -2045,6 +2212,7 @@ inject the list of callsigns.

  • HasButtons.at_red_button()
  • HasButtons.DoesNotExist
  • HasButtons.MultipleObjectsReturned
  • +
  • HasButtons.NotUpdated
  • HasButtons.path
  • HasButtons.typename
  • @@ -2061,6 +2229,7 @@ inject the list of callsigns.

  • CodeInput.at_code_incorrect()
  • CodeInput.DoesNotExist
  • CodeInput.MultipleObjectsReturned
  • +
  • CodeInput.NotUpdated
  • CodeInput.path
  • CodeInput.typename
  • @@ -2073,6 +2242,7 @@ inject the list of callsigns.

  • BasePositionable.at_position()
  • BasePositionable.DoesNotExist
  • BasePositionable.MultipleObjectsReturned
  • +
  • BasePositionable.NotUpdated
  • BasePositionable.path
  • BasePositionable.typename
  • @@ -2081,6 +2251,7 @@ inject the list of callsigns.

  • Sittable.at_focus_sit()
  • Sittable.DoesNotExist
  • Sittable.MultipleObjectsReturned
  • +
  • Sittable.NotUpdated
  • Sittable.path
  • Sittable.typename
  • @@ -2089,6 +2260,7 @@ inject the list of callsigns.

  • Liable.at_focus_lie()
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned
  • +
  • Liable.NotUpdated
  • Liable.path
  • Liable.typename
  • @@ -2097,6 +2269,7 @@ inject the list of callsigns.

  • Kneelable.at_focus_kneel()
  • Kneelable.DoesNotExist
  • Kneelable.MultipleObjectsReturned
  • +
  • Kneelable.NotUpdated
  • Kneelable.path
  • Kneelable.typename
  • @@ -2105,6 +2278,7 @@ inject the list of callsigns.

  • Climbable.at_focus_climb()
  • Climbable.DoesNotExist
  • Climbable.MultipleObjectsReturned
  • +
  • Climbable.NotUpdated
  • Climbable.path
  • Climbable.typename
  • @@ -2113,6 +2287,7 @@ inject the list of callsigns.

  • Positionable.get_cmd_signatures()
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned
  • +
  • Positionable.NotUpdated
  • Positionable.path
  • Positionable.typename
  • diff --git a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.room.html b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.room.html index 7772c5dd00..58ce8e8b1f 100644 --- a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.room.html +++ b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.room.html @@ -228,6 +228,12 @@ contents of the object by default.

    Bases: MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.room.EvscapeRoom'
    @@ -288,6 +294,7 @@ contents of the object by default.

  • EvscapeRoom.return_appearance()
  • EvscapeRoom.DoesNotExist
  • EvscapeRoom.MultipleObjectsReturned
  • +
  • EvscapeRoom.NotUpdated
  • EvscapeRoom.path
  • EvscapeRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.scripts.html b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.scripts.html index 6aa707cf2d..f1838b45f3 100644 --- a/docs/latest/api/evennia.contrib.full_systems.evscaperoom.scripts.html +++ b/docs/latest/api/evennia.contrib.full_systems.evscaperoom.scripts.html @@ -89,6 +89,12 @@ overriding the call (unused by default).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.full_systems.evscaperoom.scripts.CleanupScript'
    @@ -131,6 +137,7 @@ overriding the call (unused by default).

  • CleanupScript.at_repeat()
  • CleanupScript.DoesNotExist
  • CleanupScript.MultipleObjectsReturned
  • +
  • CleanupScript.NotUpdated
  • CleanupScript.path
  • CleanupScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.full_systems.html b/docs/latest/api/evennia.contrib.full_systems.html index 9929c678dc..56f3ba2cbe 100644 --- a/docs/latest/api/evennia.contrib.full_systems.html +++ b/docs/latest/api/evennia.contrib.full_systems.html @@ -290,6 +290,7 @@
  • EvscaperoomObject.return_appearance()
  • EvscaperoomObject.DoesNotExist
  • EvscaperoomObject.MultipleObjectsReturned
  • +
  • EvscaperoomObject.NotUpdated
  • EvscaperoomObject.path
  • EvscaperoomObject.typename
  • @@ -298,6 +299,7 @@
  • Feelable.at_focus_feel()
  • Feelable.DoesNotExist
  • Feelable.MultipleObjectsReturned
  • +
  • Feelable.NotUpdated
  • Feelable.path
  • Feelable.typename
  • @@ -306,6 +308,7 @@
  • Listenable.at_focus_listen()
  • Listenable.DoesNotExist
  • Listenable.MultipleObjectsReturned
  • +
  • Listenable.NotUpdated
  • Listenable.path
  • Listenable.typename
  • @@ -314,6 +317,7 @@
  • Smellable.at_focus_smell()
  • Smellable.DoesNotExist
  • Smellable.MultipleObjectsReturned
  • +
  • Smellable.NotUpdated
  • Smellable.path
  • Smellable.typename
  • @@ -328,6 +332,7 @@
  • Rotatable.at_cannot_rotate()
  • Rotatable.DoesNotExist
  • Rotatable.MultipleObjectsReturned
  • +
  • Rotatable.NotUpdated
  • Rotatable.path
  • Rotatable.typename
  • @@ -346,6 +351,7 @@
  • Openable.at_already_closed()
  • Openable.DoesNotExist
  • Openable.MultipleObjectsReturned
  • +
  • Openable.NotUpdated
  • Openable.path
  • Openable.typename
  • @@ -359,6 +365,7 @@
  • Readable.at_cannot_read()
  • Readable.DoesNotExist
  • Readable.MultipleObjectsReturned
  • +
  • Readable.NotUpdated
  • Readable.path
  • Readable.typename
  • @@ -371,6 +378,7 @@
  • IndexReadable.at_read()
  • IndexReadable.DoesNotExist
  • IndexReadable.MultipleObjectsReturned
  • +
  • IndexReadable.NotUpdated
  • IndexReadable.path
  • IndexReadable.typename
  • @@ -389,6 +397,7 @@
  • Movable.at_right()
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned
  • +
  • Movable.NotUpdated
  • Movable.path
  • Movable.typename
  • @@ -402,6 +411,7 @@
  • BaseConsumable.at_already_consumed()
  • BaseConsumable.DoesNotExist
  • BaseConsumable.MultipleObjectsReturned
  • +
  • BaseConsumable.NotUpdated
  • BaseConsumable.path
  • BaseConsumable.typename
  • @@ -411,6 +421,7 @@
  • Edible.at_focus_eat()
  • Edible.DoesNotExist
  • Edible.MultipleObjectsReturned
  • +
  • Edible.NotUpdated
  • Edible.path
  • Edible.typename
  • @@ -423,6 +434,7 @@
  • Drinkable.at_already_consumed()
  • Drinkable.DoesNotExist
  • Drinkable.MultipleObjectsReturned
  • +
  • Drinkable.NotUpdated
  • Drinkable.path
  • Drinkable.typename
  • @@ -434,6 +446,7 @@
  • BaseApplicable.at_cannot_apply()
  • BaseApplicable.DoesNotExist
  • BaseApplicable.MultipleObjectsReturned
  • +
  • BaseApplicable.NotUpdated
  • BaseApplicable.path
  • BaseApplicable.typename
  • @@ -445,6 +458,7 @@
  • Usable.at_cannot_apply()
  • Usable.DoesNotExist
  • Usable.MultipleObjectsReturned
  • +
  • Usable.NotUpdated
  • Usable.path
  • Usable.typename
  • @@ -457,6 +471,7 @@
  • Insertable.at_cannot_apply()
  • Insertable.DoesNotExist
  • Insertable.MultipleObjectsReturned
  • +
  • Insertable.NotUpdated
  • Insertable.path
  • Insertable.typename
  • @@ -471,6 +486,7 @@
  • Combinable.at_apply()
  • Combinable.DoesNotExist
  • Combinable.MultipleObjectsReturned
  • +
  • Combinable.NotUpdated
  • Combinable.path
  • Combinable.typename
  • @@ -486,6 +502,7 @@
  • Mixable.at_mix_success()
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned
  • +
  • Mixable.NotUpdated
  • Mixable.path
  • Mixable.typename
  • @@ -500,6 +517,7 @@
  • HasButtons.at_red_button()
  • HasButtons.DoesNotExist
  • HasButtons.MultipleObjectsReturned
  • +
  • HasButtons.NotUpdated
  • HasButtons.path
  • HasButtons.typename
  • @@ -516,6 +534,7 @@
  • CodeInput.at_code_incorrect()
  • CodeInput.DoesNotExist
  • CodeInput.MultipleObjectsReturned
  • +
  • CodeInput.NotUpdated
  • CodeInput.path
  • CodeInput.typename
  • @@ -528,6 +547,7 @@
  • BasePositionable.at_position()
  • BasePositionable.DoesNotExist
  • BasePositionable.MultipleObjectsReturned
  • +
  • BasePositionable.NotUpdated
  • BasePositionable.path
  • BasePositionable.typename
  • @@ -536,6 +556,7 @@
  • Sittable.at_focus_sit()
  • Sittable.DoesNotExist
  • Sittable.MultipleObjectsReturned
  • +
  • Sittable.NotUpdated
  • Sittable.path
  • Sittable.typename
  • @@ -544,6 +565,7 @@
  • Liable.at_focus_lie()
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned
  • +
  • Liable.NotUpdated
  • Liable.path
  • Liable.typename
  • @@ -552,6 +574,7 @@
  • Kneelable.at_focus_kneel()
  • Kneelable.DoesNotExist
  • Kneelable.MultipleObjectsReturned
  • +
  • Kneelable.NotUpdated
  • Kneelable.path
  • Kneelable.typename
  • @@ -560,6 +583,7 @@
  • Climbable.at_focus_climb()
  • Climbable.DoesNotExist
  • Climbable.MultipleObjectsReturned
  • +
  • Climbable.NotUpdated
  • Climbable.path
  • Climbable.typename
  • @@ -568,6 +592,7 @@
  • Positionable.get_cmd_signatures()
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned
  • +
  • Positionable.NotUpdated
  • Positionable.path
  • Positionable.typename
  • @@ -598,6 +623,7 @@
  • EvscapeRoom.return_appearance()
  • EvscapeRoom.DoesNotExist
  • EvscapeRoom.MultipleObjectsReturned
  • +
  • EvscapeRoom.NotUpdated
  • EvscapeRoom.path
  • EvscapeRoom.typename
  • @@ -610,6 +636,7 @@
  • CleanupScript.at_repeat()
  • CleanupScript.DoesNotExist
  • CleanupScript.MultipleObjectsReturned
  • +
  • CleanupScript.NotUpdated
  • CleanupScript.path
  • CleanupScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.achievements.achievements.html b/docs/latest/api/evennia.contrib.game_systems.achievements.achievements.html index 8ce9ad8eff..506a913771 100644 --- a/docs/latest/api/evennia.contrib.game_systems.achievements.achievements.html +++ b/docs/latest/api/evennia.contrib.game_systems.achievements.achievements.html @@ -223,7 +223,7 @@ achievements/progress rats

    -aliases = ['achieves', 'achievement', 'achieve']
    +aliases = ['achieve', 'achieves', 'achievement']
    @@ -273,7 +273,7 @@ to all the variables defined therein.

    -search_index_entry = {'aliases': 'achieves achievement achieve', 'category': 'general', 'key': 'achievements', 'no_prefix': ' achieves achievement achieve', 'tags': '', 'text': '\nview achievements\n\nUsage:\n    achievements[/switches] [args]\n\nSwitches:\n    all          View all achievements, including locked ones.\n    completed    View achievements you\'ve completed.\n    progress     View achievements you have partially completed\n\nCheck your achievement statuses or browse the list. Providing a command argument\nwill search all your currently unlocked achievements for matches, and the switches\nwill filter the list to something other than "all unlocked". Combining a command\nargument with a switch will search only in that list.\n\nExamples:\n    achievements apples\n    achievements/all\n    achievements/progress rats\n'}
    +search_index_entry = {'aliases': 'achieve achieves achievement', 'category': 'general', 'key': 'achievements', 'no_prefix': ' achieve achieves achievement', 'tags': '', 'text': '\nview achievements\n\nUsage:\n    achievements[/switches] [args]\n\nSwitches:\n    all          View all achievements, including locked ones.\n    completed    View achievements you\'ve completed.\n    progress     View achievements you have partially completed\n\nCheck your achievement statuses or browse the list. Providing a command argument\nwill search all your currently unlocked achievements for matches, and the switches\nwill filter the list to something other than "all unlocked". Combining a command\nargument with a switch will search only in that list.\n\nExamples:\n    achievements apples\n    achievements/all\n    achievements/progress rats\n'}
    diff --git a/docs/latest/api/evennia.contrib.game_systems.barter.barter.html b/docs/latest/api/evennia.contrib.game_systems.barter.barter.html index fc12f2d90b..67107e766a 100644 --- a/docs/latest/api/evennia.contrib.game_systems.barter.barter.html +++ b/docs/latest/api/evennia.contrib.game_systems.barter.barter.html @@ -185,6 +185,12 @@ in-game.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.barter.barter.TradeTimeout'
    @@ -693,7 +699,7 @@ try to influence the other part in the deal.

    -aliases = ['offers', 'deal']
    +aliases = ['deal', 'offers']
    @@ -719,7 +725,7 @@ try to influence the other part in the deal.

    -search_index_entry = {'aliases': 'offers deal', 'category': 'trading', 'key': 'status', 'no_prefix': ' offers deal', 'tags': '', 'text': "\nshow a list of the current deal\n\nUsage:\n  status\n  deal\n  offers\n\nShows the currently suggested offers on each sides of the deal. To\naccept the current deal, use the 'accept' command. Use 'offer' to\nchange your deal. You might also want to use 'say', 'emote' etc to\ntry to influence the other part in the deal.\n"}
    +search_index_entry = {'aliases': 'deal offers', 'category': 'trading', 'key': 'status', 'no_prefix': ' deal offers', 'tags': '', 'text': "\nshow a list of the current deal\n\nUsage:\n  status\n  deal\n  offers\n\nShows the currently suggested offers on each sides of the deal. To\naccept the current deal, use the 'accept' command. Use 'offer' to\nchange your deal. You might also want to use 'say', 'emote' etc to\ntry to influence the other part in the deal.\n"}
    @@ -883,6 +889,7 @@ info to your choice.

  • TradeTimeout.is_valid()
  • TradeTimeout.DoesNotExist
  • TradeTimeout.MultipleObjectsReturned
  • +
  • TradeTimeout.NotUpdated
  • TradeTimeout.path
  • TradeTimeout.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.barter.html b/docs/latest/api/evennia.contrib.game_systems.barter.html index 2669d973f6..5d14260c69 100644 --- a/docs/latest/api/evennia.contrib.game_systems.barter.html +++ b/docs/latest/api/evennia.contrib.game_systems.barter.html @@ -60,6 +60,7 @@
  • TradeTimeout.is_valid()
  • TradeTimeout.DoesNotExist
  • TradeTimeout.MultipleObjectsReturned
  • +
  • TradeTimeout.NotUpdated
  • TradeTimeout.path
  • TradeTimeout.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.clothing.clothing.html b/docs/latest/api/evennia.contrib.game_systems.clothing.clothing.html index 2d389093c0..9f53c86be8 100644 --- a/docs/latest/api/evennia.contrib.game_systems.clothing.clothing.html +++ b/docs/latest/api/evennia.contrib.game_systems.clothing.clothing.html @@ -279,6 +279,12 @@ before it is even started.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.clothing.clothing.ContribClothing'
    @@ -344,6 +350,12 @@ character typeclass.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.clothing.clothing.ClothedCharacter'
    @@ -576,7 +588,7 @@ inv

    -aliases = ['inv', 'i']
    +aliases = ['i', 'inv']
    @@ -607,7 +619,7 @@ inv

    -search_index_entry = {'aliases': 'inv i', 'category': 'general', 'key': 'inventory', 'no_prefix': ' inv i', 'tags': '', 'text': '\nview inventory\n\nUsage:\n  inventory\n  inv\n\nShows your inventory.\n'}
    +search_index_entry = {'aliases': 'i inv', 'category': 'general', 'key': 'inventory', 'no_prefix': ' i inv', 'tags': '', 'text': '\nview inventory\n\nUsage:\n  inventory\n  inv\n\nShows your inventory.\n'}
    @@ -674,6 +686,7 @@ items.

  • ContribClothing.at_pre_move()
  • ContribClothing.DoesNotExist
  • ContribClothing.MultipleObjectsReturned
  • +
  • ContribClothing.NotUpdated
  • ContribClothing.path
  • ContribClothing.typename
  • @@ -683,6 +696,7 @@ items.

  • ClothedCharacter.get_display_things()
  • ClothedCharacter.DoesNotExist
  • ClothedCharacter.MultipleObjectsReturned
  • +
  • ClothedCharacter.NotUpdated
  • ClothedCharacter.path
  • ClothedCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.clothing.html b/docs/latest/api/evennia.contrib.game_systems.clothing.html index 731415c828..cd2fa5f673 100644 --- a/docs/latest/api/evennia.contrib.game_systems.clothing.html +++ b/docs/latest/api/evennia.contrib.game_systems.clothing.html @@ -65,6 +65,7 @@
  • ContribClothing.at_pre_move()
  • ContribClothing.DoesNotExist
  • ContribClothing.MultipleObjectsReturned
  • +
  • ContribClothing.NotUpdated
  • ContribClothing.path
  • ContribClothing.typename
  • @@ -74,6 +75,7 @@
  • ClothedCharacter.get_display_things()
  • ClothedCharacter.DoesNotExist
  • ClothedCharacter.MultipleObjectsReturned
  • +
  • ClothedCharacter.NotUpdated
  • ClothedCharacter.path
  • ClothedCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.gendersub.gendersub.html b/docs/latest/api/evennia.contrib.game_systems.gendersub.gendersub.html index 7e96e1bc75..6cbe2f331a 100644 --- a/docs/latest/api/evennia.contrib.game_systems.gendersub.gendersub.html +++ b/docs/latest/api/evennia.contrib.game_systems.gendersub.gendersub.html @@ -179,6 +179,12 @@ All extra kwargs will be passed on to the protocol.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.gendersub.gendersub.GenderCharacter'
    @@ -231,6 +237,7 @@ All extra kwargs will be passed on to the protocol.

  • GenderCharacter.msg()
  • GenderCharacter.DoesNotExist
  • GenderCharacter.MultipleObjectsReturned
  • +
  • GenderCharacter.NotUpdated
  • GenderCharacter.path
  • GenderCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.gendersub.html b/docs/latest/api/evennia.contrib.game_systems.gendersub.html index 620d82b67e..b402afe66f 100644 --- a/docs/latest/api/evennia.contrib.game_systems.gendersub.html +++ b/docs/latest/api/evennia.contrib.game_systems.gendersub.html @@ -69,6 +69,7 @@
  • GenderCharacter.msg()
  • GenderCharacter.DoesNotExist
  • GenderCharacter.MultipleObjectsReturned
  • +
  • GenderCharacter.NotUpdated
  • GenderCharacter.path
  • GenderCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.html b/docs/latest/api/evennia.contrib.game_systems.html index a57bd3cf63..4d5fc96db4 100644 --- a/docs/latest/api/evennia.contrib.game_systems.html +++ b/docs/latest/api/evennia.contrib.game_systems.html @@ -98,6 +98,7 @@
  • TradeTimeout.is_valid()
  • TradeTimeout.DoesNotExist
  • TradeTimeout.MultipleObjectsReturned
  • +
  • TradeTimeout.NotUpdated
  • TradeTimeout.path
  • TradeTimeout.typename
  • @@ -240,6 +241,7 @@
  • ContribClothing.at_pre_move()
  • ContribClothing.DoesNotExist
  • ContribClothing.MultipleObjectsReturned
  • +
  • ContribClothing.NotUpdated
  • ContribClothing.path
  • ContribClothing.typename
  • @@ -249,6 +251,7 @@
  • ClothedCharacter.get_display_things()
  • ClothedCharacter.DoesNotExist
  • ClothedCharacter.MultipleObjectsReturned
  • +
  • ClothedCharacter.NotUpdated
  • ClothedCharacter.path
  • ClothedCharacter.typename
  • @@ -625,6 +628,7 @@
  • GenderCharacter.msg()
  • GenderCharacter.DoesNotExist
  • GenderCharacter.MultipleObjectsReturned
  • +
  • GenderCharacter.NotUpdated
  • GenderCharacter.path
  • GenderCharacter.typename
  • @@ -711,6 +715,7 @@
  • PuzzleRecipe.save_recipe()
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleRecipe.path
  • PuzzleRecipe.typename
  • @@ -900,6 +905,7 @@
  • TBBasicCharacter.at_pre_move()
  • TBBasicCharacter.DoesNotExist
  • TBBasicCharacter.MultipleObjectsReturned
  • +
  • TBBasicCharacter.NotUpdated
  • TBBasicCharacter.path
  • TBBasicCharacter.typename
  • @@ -916,6 +922,7 @@
  • TBBasicTurnHandler.join_fight()
  • TBBasicTurnHandler.DoesNotExist
  • TBBasicTurnHandler.MultipleObjectsReturned
  • +
  • TBBasicTurnHandler.NotUpdated
  • TBBasicTurnHandler.path
  • TBBasicTurnHandler.typename
  • @@ -1004,6 +1011,7 @@
  • TBEquipTurnHandler.rules
  • TBEquipTurnHandler.DoesNotExist
  • TBEquipTurnHandler.MultipleObjectsReturned
  • +
  • TBEquipTurnHandler.NotUpdated
  • TBEquipTurnHandler.path
  • TBEquipTurnHandler.typename
  • @@ -1015,6 +1023,7 @@
  • TBEWeapon.at_give()
  • TBEWeapon.DoesNotExist
  • TBEWeapon.MultipleObjectsReturned
  • +
  • TBEWeapon.NotUpdated
  • TBEWeapon.path
  • TBEWeapon.typename
  • @@ -1027,6 +1036,7 @@
  • TBEArmor.at_give()
  • TBEArmor.DoesNotExist
  • TBEArmor.MultipleObjectsReturned
  • +
  • TBEArmor.NotUpdated
  • TBEArmor.path
  • TBEArmor.typename
  • @@ -1035,6 +1045,7 @@
  • TBEquipCharacter.at_object_creation()
  • TBEquipCharacter.DoesNotExist
  • TBEquipCharacter.MultipleObjectsReturned
  • +
  • TBEquipCharacter.NotUpdated
  • TBEquipCharacter.path
  • TBEquipCharacter.typename
  • @@ -1169,6 +1180,7 @@
  • TBItemsCharacter.at_update()
  • TBItemsCharacter.DoesNotExist
  • TBItemsCharacter.MultipleObjectsReturned
  • +
  • TBItemsCharacter.NotUpdated
  • TBItemsCharacter.path
  • TBItemsCharacter.typename
  • @@ -1177,6 +1189,7 @@
  • TBItemsCharacterTest.at_object_creation()
  • TBItemsCharacterTest.DoesNotExist
  • TBItemsCharacterTest.MultipleObjectsReturned
  • +
  • TBItemsCharacterTest.NotUpdated
  • TBItemsCharacterTest.path
  • TBItemsCharacterTest.typename
  • @@ -1186,6 +1199,7 @@
  • TBItemsTurnHandler.next_turn()
  • TBItemsTurnHandler.DoesNotExist
  • TBItemsTurnHandler.MultipleObjectsReturned
  • +
  • TBItemsTurnHandler.NotUpdated
  • TBItemsTurnHandler.path
  • TBItemsTurnHandler.typename
  • @@ -1279,6 +1293,7 @@
  • TBMagicCharacter.at_object_creation()
  • TBMagicCharacter.DoesNotExist
  • TBMagicCharacter.MultipleObjectsReturned
  • +
  • TBMagicCharacter.NotUpdated
  • TBMagicCharacter.path
  • TBMagicCharacter.typename
  • @@ -1287,6 +1302,7 @@
  • TBMagicTurnHandler.rules
  • TBMagicTurnHandler.DoesNotExist
  • TBMagicTurnHandler.MultipleObjectsReturned
  • +
  • TBMagicTurnHandler.NotUpdated
  • TBMagicTurnHandler.path
  • TBMagicTurnHandler.typename
  • @@ -1405,6 +1421,7 @@
  • TBRangeTurnHandler.join_fight()
  • TBRangeTurnHandler.DoesNotExist
  • TBRangeTurnHandler.MultipleObjectsReturned
  • +
  • TBRangeTurnHandler.NotUpdated
  • TBRangeTurnHandler.path
  • TBRangeTurnHandler.typename
  • @@ -1413,6 +1430,7 @@
  • TBRangeCharacter.rules
  • TBRangeCharacter.DoesNotExist
  • TBRangeCharacter.MultipleObjectsReturned
  • +
  • TBRangeCharacter.NotUpdated
  • TBRangeCharacter.path
  • TBRangeCharacter.typename
  • @@ -1426,6 +1444,7 @@
  • TBRangeObject.at_give()
  • TBRangeObject.DoesNotExist
  • TBRangeObject.MultipleObjectsReturned
  • +
  • TBRangeObject.NotUpdated
  • TBRangeObject.path
  • TBRangeObject.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.puzzles.html b/docs/latest/api/evennia.contrib.game_systems.puzzles.html index 32de3d8729..99fe48de02 100644 --- a/docs/latest/api/evennia.contrib.game_systems.puzzles.html +++ b/docs/latest/api/evennia.contrib.game_systems.puzzles.html @@ -60,6 +60,7 @@
  • PuzzleRecipe.save_recipe()
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleRecipe.path
  • PuzzleRecipe.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.puzzles.puzzles.html b/docs/latest/api/evennia.contrib.game_systems.puzzles.puzzles.html index 0e9db42d5d..9bc73daa0d 100644 --- a/docs/latest/api/evennia.contrib.game_systems.puzzles.puzzles.html +++ b/docs/latest/api/evennia.contrib.game_systems.puzzles.puzzles.html @@ -142,6 +142,12 @@ and compare recipe with candidate part

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.puzzles.puzzles.PuzzleRecipe'
    @@ -560,6 +566,7 @@ self.add().

  • PuzzleRecipe.save_recipe()
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleRecipe.path
  • PuzzleRecipe.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.html index 19c725376c..892da6148f 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.html @@ -76,6 +76,7 @@
  • TBBasicCharacter.at_pre_move()
  • TBBasicCharacter.DoesNotExist
  • TBBasicCharacter.MultipleObjectsReturned
  • +
  • TBBasicCharacter.NotUpdated
  • TBBasicCharacter.path
  • TBBasicCharacter.typename
  • @@ -92,6 +93,7 @@
  • TBBasicTurnHandler.join_fight()
  • TBBasicTurnHandler.DoesNotExist
  • TBBasicTurnHandler.MultipleObjectsReturned
  • +
  • TBBasicTurnHandler.NotUpdated
  • TBBasicTurnHandler.path
  • TBBasicTurnHandler.typename
  • @@ -180,6 +182,7 @@
  • TBEquipTurnHandler.rules
  • TBEquipTurnHandler.DoesNotExist
  • TBEquipTurnHandler.MultipleObjectsReturned
  • +
  • TBEquipTurnHandler.NotUpdated
  • TBEquipTurnHandler.path
  • TBEquipTurnHandler.typename
  • @@ -191,6 +194,7 @@
  • TBEWeapon.at_give()
  • TBEWeapon.DoesNotExist
  • TBEWeapon.MultipleObjectsReturned
  • +
  • TBEWeapon.NotUpdated
  • TBEWeapon.path
  • TBEWeapon.typename
  • @@ -203,6 +207,7 @@
  • TBEArmor.at_give()
  • TBEArmor.DoesNotExist
  • TBEArmor.MultipleObjectsReturned
  • +
  • TBEArmor.NotUpdated
  • TBEArmor.path
  • TBEArmor.typename
  • @@ -211,6 +216,7 @@
  • TBEquipCharacter.at_object_creation()
  • TBEquipCharacter.DoesNotExist
  • TBEquipCharacter.MultipleObjectsReturned
  • +
  • TBEquipCharacter.NotUpdated
  • TBEquipCharacter.path
  • TBEquipCharacter.typename
  • @@ -345,6 +351,7 @@
  • TBItemsCharacter.at_update()
  • TBItemsCharacter.DoesNotExist
  • TBItemsCharacter.MultipleObjectsReturned
  • +
  • TBItemsCharacter.NotUpdated
  • TBItemsCharacter.path
  • TBItemsCharacter.typename
  • @@ -353,6 +360,7 @@
  • TBItemsCharacterTest.at_object_creation()
  • TBItemsCharacterTest.DoesNotExist
  • TBItemsCharacterTest.MultipleObjectsReturned
  • +
  • TBItemsCharacterTest.NotUpdated
  • TBItemsCharacterTest.path
  • TBItemsCharacterTest.typename
  • @@ -362,6 +370,7 @@
  • TBItemsTurnHandler.next_turn()
  • TBItemsTurnHandler.DoesNotExist
  • TBItemsTurnHandler.MultipleObjectsReturned
  • +
  • TBItemsTurnHandler.NotUpdated
  • TBItemsTurnHandler.path
  • TBItemsTurnHandler.typename
  • @@ -455,6 +464,7 @@
  • TBMagicCharacter.at_object_creation()
  • TBMagicCharacter.DoesNotExist
  • TBMagicCharacter.MultipleObjectsReturned
  • +
  • TBMagicCharacter.NotUpdated
  • TBMagicCharacter.path
  • TBMagicCharacter.typename
  • @@ -463,6 +473,7 @@
  • TBMagicTurnHandler.rules
  • TBMagicTurnHandler.DoesNotExist
  • TBMagicTurnHandler.MultipleObjectsReturned
  • +
  • TBMagicTurnHandler.NotUpdated
  • TBMagicTurnHandler.path
  • TBMagicTurnHandler.typename
  • @@ -581,6 +592,7 @@
  • TBRangeTurnHandler.join_fight()
  • TBRangeTurnHandler.DoesNotExist
  • TBRangeTurnHandler.MultipleObjectsReturned
  • +
  • TBRangeTurnHandler.NotUpdated
  • TBRangeTurnHandler.path
  • TBRangeTurnHandler.typename
  • @@ -589,6 +601,7 @@
  • TBRangeCharacter.rules
  • TBRangeCharacter.DoesNotExist
  • TBRangeCharacter.MultipleObjectsReturned
  • +
  • TBRangeCharacter.NotUpdated
  • TBRangeCharacter.path
  • TBRangeCharacter.typename
  • @@ -602,6 +615,7 @@
  • TBRangeObject.at_give()
  • TBRangeObject.DoesNotExist
  • TBRangeObject.MultipleObjectsReturned
  • +
  • TBRangeObject.NotUpdated
  • TBRangeObject.path
  • TBRangeObject.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_basic.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_basic.html index 91b77111ef..82f03133bf 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_basic.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_basic.html @@ -376,6 +376,12 @@ before it is even started.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_basic.TBBasicCharacter'
    @@ -491,6 +497,12 @@ something similar.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_basic.TBBasicTurnHandler'
    @@ -882,6 +894,7 @@ topics related to the game.

  • TBBasicCharacter.at_pre_move()
  • TBBasicCharacter.DoesNotExist
  • TBBasicCharacter.MultipleObjectsReturned
  • +
  • TBBasicCharacter.NotUpdated
  • TBBasicCharacter.path
  • TBBasicCharacter.typename
  • @@ -898,6 +911,7 @@ topics related to the game.

  • TBBasicTurnHandler.join_fight()
  • TBBasicTurnHandler.DoesNotExist
  • TBBasicTurnHandler.MultipleObjectsReturned
  • +
  • TBBasicTurnHandler.NotUpdated
  • TBBasicTurnHandler.path
  • TBBasicTurnHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_equip.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_equip.html index 9ceeba8bd7..24b4b27ffa 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_equip.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_equip.html @@ -248,6 +248,12 @@ remaining participants choose to end the combat with the ‘disengage’ command

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_equip.TBEquipTurnHandler'
    @@ -301,6 +307,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_equip.TBEWeapon'
    @@ -361,6 +373,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_equip.TBEArmor'
    @@ -398,6 +416,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_equip.TBEquipCharacter'
    @@ -941,6 +965,7 @@ You can’t use this command in combat.

  • TBEquipTurnHandler.rules
  • TBEquipTurnHandler.DoesNotExist
  • TBEquipTurnHandler.MultipleObjectsReturned
  • +
  • TBEquipTurnHandler.NotUpdated
  • TBEquipTurnHandler.path
  • TBEquipTurnHandler.typename
  • @@ -952,6 +977,7 @@ You can’t use this command in combat.

  • TBEWeapon.at_give()
  • TBEWeapon.DoesNotExist
  • TBEWeapon.MultipleObjectsReturned
  • +
  • TBEWeapon.NotUpdated
  • TBEWeapon.path
  • TBEWeapon.typename
  • @@ -964,6 +990,7 @@ You can’t use this command in combat.

  • TBEArmor.at_give()
  • TBEArmor.DoesNotExist
  • TBEArmor.MultipleObjectsReturned
  • +
  • TBEArmor.NotUpdated
  • TBEArmor.path
  • TBEArmor.typename
  • @@ -972,6 +999,7 @@ You can’t use this command in combat.

  • TBEquipCharacter.at_object_creation()
  • TBEquipCharacter.DoesNotExist
  • TBEquipCharacter.MultipleObjectsReturned
  • +
  • TBEquipCharacter.NotUpdated
  • TBEquipCharacter.path
  • TBEquipCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_items.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_items.html index 99cbac91db..9aee0182da 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_items.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_items.html @@ -441,6 +441,12 @@ turn in combat, or every 30 seconds out of combat.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_items.TBItemsCharacter'
    @@ -478,6 +484,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_items.TBItemsCharacterTest'
    @@ -524,6 +536,12 @@ remaining participants choose to end the combat with the ‘disengage’ command

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_items.TBItemsTurnHandler'
    @@ -933,6 +951,7 @@ to attack others, and as such can only be used in combat.

  • TBItemsCharacter.at_update()
  • TBItemsCharacter.DoesNotExist
  • TBItemsCharacter.MultipleObjectsReturned
  • +
  • TBItemsCharacter.NotUpdated
  • TBItemsCharacter.path
  • TBItemsCharacter.typename
  • @@ -941,6 +960,7 @@ to attack others, and as such can only be used in combat.

  • TBItemsCharacterTest.at_object_creation()
  • TBItemsCharacterTest.DoesNotExist
  • TBItemsCharacterTest.MultipleObjectsReturned
  • +
  • TBItemsCharacterTest.NotUpdated
  • TBItemsCharacterTest.path
  • TBItemsCharacterTest.typename
  • @@ -950,6 +970,7 @@ to attack others, and as such can only be used in combat.

  • TBItemsTurnHandler.next_turn()
  • TBItemsTurnHandler.DoesNotExist
  • TBItemsTurnHandler.MultipleObjectsReturned
  • +
  • TBItemsTurnHandler.NotUpdated
  • TBItemsTurnHandler.path
  • TBItemsTurnHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_magic.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_magic.html index 5dca06a02d..0a671516c4 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_magic.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_magic.html @@ -263,6 +263,12 @@ can be changed at creation and factor into combat calculations.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_magic.TBMagicCharacter'
    @@ -303,6 +309,12 @@ remaining participants choose to end the combat with the ‘disengage’ command

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_magic.TBMagicTurnHandler'
    @@ -805,6 +817,7 @@ topics related to the game.

  • TBMagicCharacter.at_object_creation()
  • TBMagicCharacter.DoesNotExist
  • TBMagicCharacter.MultipleObjectsReturned
  • +
  • TBMagicCharacter.NotUpdated
  • TBMagicCharacter.path
  • TBMagicCharacter.typename
  • @@ -813,6 +826,7 @@ topics related to the game.

  • TBMagicTurnHandler.rules
  • TBMagicTurnHandler.DoesNotExist
  • TBMagicTurnHandler.MultipleObjectsReturned
  • +
  • TBMagicTurnHandler.NotUpdated
  • TBMagicTurnHandler.path
  • TBMagicTurnHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_range.html b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_range.html index 652cb0ccb3..427c5b50b3 100644 --- a/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_range.html +++ b/docs/latest/api/evennia.contrib.game_systems.turnbattle.tb_range.html @@ -411,6 +411,12 @@ move twice or attack twice).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_range.TBRangeTurnHandler'
    @@ -446,6 +452,12 @@ and maximum HP, and access to combat commands.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_range.TBRangeCharacter'
    @@ -603,6 +615,12 @@ permissions or the at_pre_give() hook for that.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.game_systems.turnbattle.tb_range.TBRangeObject'
    @@ -1164,6 +1182,7 @@ topics related to the game.

  • TBRangeTurnHandler.join_fight()
  • TBRangeTurnHandler.DoesNotExist
  • TBRangeTurnHandler.MultipleObjectsReturned
  • +
  • TBRangeTurnHandler.NotUpdated
  • TBRangeTurnHandler.path
  • TBRangeTurnHandler.typename
  • @@ -1172,6 +1191,7 @@ topics related to the game.

  • TBRangeCharacter.rules
  • TBRangeCharacter.DoesNotExist
  • TBRangeCharacter.MultipleObjectsReturned
  • +
  • TBRangeCharacter.NotUpdated
  • TBRangeCharacter.path
  • TBRangeCharacter.typename
  • @@ -1185,6 +1205,7 @@ topics related to the game.

  • TBRangeObject.at_give()
  • TBRangeObject.DoesNotExist
  • TBRangeObject.MultipleObjectsReturned
  • +
  • TBRangeObject.NotUpdated
  • TBRangeObject.path
  • TBRangeObject.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.extended_room.extended_room.html b/docs/latest/api/evennia.contrib.grid.extended_room.extended_room.html index c676230cee..f147ddef5e 100644 --- a/docs/latest/api/evennia.contrib.grid.extended_room.extended_room.html +++ b/docs/latest/api/evennia.contrib.grid.extended_room.extended_room.html @@ -552,6 +552,12 @@ finding the target.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.extended_room.extended_room.ExtendedRoom'
    @@ -1174,6 +1180,7 @@ self.add().

  • ExtendedRoom.return_detail()
  • ExtendedRoom.DoesNotExist
  • ExtendedRoom.MultipleObjectsReturned
  • +
  • ExtendedRoom.NotUpdated
  • ExtendedRoom.path
  • ExtendedRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.extended_room.html b/docs/latest/api/evennia.contrib.grid.extended_room.html index 48e6d5c35c..e24f14026a 100644 --- a/docs/latest/api/evennia.contrib.grid.extended_room.html +++ b/docs/latest/api/evennia.contrib.grid.extended_room.html @@ -93,6 +93,7 @@
  • ExtendedRoom.return_detail()
  • ExtendedRoom.DoesNotExist
  • ExtendedRoom.MultipleObjectsReturned
  • +
  • ExtendedRoom.NotUpdated
  • ExtendedRoom.path
  • ExtendedRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.html b/docs/latest/api/evennia.contrib.grid.html index 1efa3e8d2c..9c9e12194b 100644 --- a/docs/latest/api/evennia.contrib.grid.html +++ b/docs/latest/api/evennia.contrib.grid.html @@ -93,6 +93,7 @@
  • ExtendedRoom.return_detail()
  • ExtendedRoom.DoesNotExist
  • ExtendedRoom.MultipleObjectsReturned
  • +
  • ExtendedRoom.NotUpdated
  • ExtendedRoom.path
  • ExtendedRoom.typename
  • @@ -245,6 +246,7 @@
  • SimpleDoor.at_failed_traverse()
  • SimpleDoor.DoesNotExist
  • SimpleDoor.MultipleObjectsReturned
  • +
  • SimpleDoor.NotUpdated
  • SimpleDoor.path
  • SimpleDoor.typename
  • @@ -295,6 +297,7 @@
  • SlowExit.at_traverse()
  • SlowExit.DoesNotExist
  • SlowExit.MultipleObjectsReturned
  • +
  • SlowExit.NotUpdated
  • SlowExit.path
  • SlowExit.typename
  • @@ -372,6 +375,7 @@
  • WildernessScript.at_post_object_leave()
  • WildernessScript.DoesNotExist
  • WildernessScript.MultipleObjectsReturned
  • +
  • WildernessScript.NotUpdated
  • WildernessScript.path
  • WildernessScript.typename
  • @@ -387,6 +391,7 @@
  • WildernessRoom.get_display_desc()
  • WildernessRoom.DoesNotExist
  • WildernessRoom.MultipleObjectsReturned
  • +
  • WildernessRoom.NotUpdated
  • WildernessRoom.path
  • WildernessRoom.typename
  • @@ -398,6 +403,7 @@
  • WildernessExit.at_traverse()
  • WildernessExit.DoesNotExist
  • WildernessExit.MultipleObjectsReturned
  • +
  • WildernessExit.NotUpdated
  • WildernessExit.path
  • WildernessExit.typename
  • @@ -760,6 +766,7 @@
  • TestXyzRoom.at_object_creation()
  • TestXyzRoom.DoesNotExist
  • TestXyzRoom.MultipleObjectsReturned
  • +
  • TestXyzRoom.NotUpdated
  • TestXyzRoom.path
  • TestXyzRoom.typename
  • @@ -768,6 +775,7 @@
  • TestXyzExit.at_object_creation()
  • TestXyzExit.DoesNotExist
  • TestXyzExit.MultipleObjectsReturned
  • +
  • TestXyzExit.NotUpdated
  • TestXyzExit.path
  • TestXyzExit.typename
  • @@ -1040,6 +1048,7 @@
  • XYZGrid.spawn()
  • XYZGrid.DoesNotExist
  • XYZGrid.MultipleObjectsReturned
  • +
  • XYZGrid.NotUpdated
  • XYZGrid.path
  • XYZGrid.typename
  • @@ -1076,6 +1085,7 @@
  • XYZRoom.return_appearance()
  • XYZRoom.DoesNotExist
  • XYZRoom.MultipleObjectsReturned
  • +
  • XYZRoom.NotUpdated
  • XYZRoom.path
  • XYZRoom.typename
  • @@ -1088,6 +1098,7 @@
  • XYZExit.create()
  • XYZExit.DoesNotExist
  • XYZExit.MultipleObjectsReturned
  • +
  • XYZExit.NotUpdated
  • XYZExit.path
  • XYZExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.simpledoor.html b/docs/latest/api/evennia.contrib.grid.simpledoor.html index f012a86321..c7de8e4242 100644 --- a/docs/latest/api/evennia.contrib.grid.simpledoor.html +++ b/docs/latest/api/evennia.contrib.grid.simpledoor.html @@ -62,6 +62,7 @@
  • SimpleDoor.at_failed_traverse()
  • SimpleDoor.DoesNotExist
  • SimpleDoor.MultipleObjectsReturned
  • +
  • SimpleDoor.NotUpdated
  • SimpleDoor.path
  • SimpleDoor.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.simpledoor.simpledoor.html b/docs/latest/api/evennia.contrib.grid.simpledoor.simpledoor.html index 7b317fea82..e5eb5ebc35 100644 --- a/docs/latest/api/evennia.contrib.grid.simpledoor.simpledoor.html +++ b/docs/latest/api/evennia.contrib.grid.simpledoor.simpledoor.html @@ -149,6 +149,12 @@ attempting the traversal.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.simpledoor.simpledoor.SimpleDoor'
    @@ -308,6 +314,7 @@ self.add().

  • SimpleDoor.at_failed_traverse()
  • SimpleDoor.DoesNotExist
  • SimpleDoor.MultipleObjectsReturned
  • +
  • SimpleDoor.NotUpdated
  • SimpleDoor.path
  • SimpleDoor.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.slow_exit.html b/docs/latest/api/evennia.contrib.grid.slow_exit.html index 4c4d33d2ec..167a0f89a1 100644 --- a/docs/latest/api/evennia.contrib.grid.slow_exit.html +++ b/docs/latest/api/evennia.contrib.grid.slow_exit.html @@ -63,6 +63,7 @@
  • SlowExit.at_traverse()
  • SlowExit.DoesNotExist
  • SlowExit.MultipleObjectsReturned
  • +
  • SlowExit.NotUpdated
  • SlowExit.path
  • SlowExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.slow_exit.slow_exit.html b/docs/latest/api/evennia.contrib.grid.slow_exit.slow_exit.html index b424d94d0e..bafc77bb27 100644 --- a/docs/latest/api/evennia.contrib.grid.slow_exit.slow_exit.html +++ b/docs/latest/api/evennia.contrib.grid.slow_exit.slow_exit.html @@ -117,6 +117,12 @@ TickerHandler might be better.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.slow_exit.slow_exit.SlowExit'
    @@ -271,6 +277,7 @@ self.add().

  • SlowExit.at_traverse()
  • SlowExit.DoesNotExist
  • SlowExit.MultipleObjectsReturned
  • +
  • SlowExit.NotUpdated
  • SlowExit.path
  • SlowExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.wilderness.html b/docs/latest/api/evennia.contrib.grid.wilderness.html index 1e30daee9d..4b43f78212 100644 --- a/docs/latest/api/evennia.contrib.grid.wilderness.html +++ b/docs/latest/api/evennia.contrib.grid.wilderness.html @@ -91,6 +91,7 @@
  • WildernessScript.at_post_object_leave()
  • WildernessScript.DoesNotExist
  • WildernessScript.MultipleObjectsReturned
  • +
  • WildernessScript.NotUpdated
  • WildernessScript.path
  • WildernessScript.typename
  • @@ -106,6 +107,7 @@
  • WildernessRoom.get_display_desc()
  • WildernessRoom.DoesNotExist
  • WildernessRoom.MultipleObjectsReturned
  • +
  • WildernessRoom.NotUpdated
  • WildernessRoom.path
  • WildernessRoom.typename
  • @@ -117,6 +119,7 @@
  • WildernessExit.at_traverse()
  • WildernessExit.DoesNotExist
  • WildernessExit.MultipleObjectsReturned
  • +
  • WildernessExit.NotUpdated
  • WildernessExit.path
  • WildernessExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.wilderness.wilderness.html b/docs/latest/api/evennia.contrib.grid.wilderness.wilderness.html index f8b759f93b..1255ffff7d 100644 --- a/docs/latest/api/evennia.contrib.grid.wilderness.wilderness.html +++ b/docs/latest/api/evennia.contrib.grid.wilderness.wilderness.html @@ -343,6 +343,12 @@ are a lot of objects in the map.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.wilderness.wilderness.WildernessScript'
    @@ -494,6 +500,12 @@ avoiding having to write to the database on moving.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.wilderness.wilderness.WildernessRoom'
    @@ -595,6 +607,12 @@ already been checked (in the Exit command) at this point.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.wilderness.wilderness.WildernessExit'
    @@ -727,6 +745,7 @@ coordinate.

  • WildernessScript.at_post_object_leave()
  • WildernessScript.DoesNotExist
  • WildernessScript.MultipleObjectsReturned
  • +
  • WildernessScript.NotUpdated
  • WildernessScript.path
  • WildernessScript.typename
  • @@ -742,6 +761,7 @@ coordinate.

  • WildernessRoom.get_display_desc()
  • WildernessRoom.DoesNotExist
  • WildernessRoom.MultipleObjectsReturned
  • +
  • WildernessRoom.NotUpdated
  • WildernessRoom.path
  • WildernessRoom.typename
  • @@ -753,6 +773,7 @@ coordinate.

  • WildernessExit.at_traverse()
  • WildernessExit.DoesNotExist
  • WildernessExit.MultipleObjectsReturned
  • +
  • WildernessExit.NotUpdated
  • WildernessExit.path
  • WildernessExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.xyzgrid.commands.html b/docs/latest/api/evennia.contrib.grid.xyzgrid.commands.html index e8ac9be00b..939df047bb 100644 --- a/docs/latest/api/evennia.contrib.grid.xyzgrid.commands.html +++ b/docs/latest/api/evennia.contrib.grid.xyzgrid.commands.html @@ -370,7 +370,7 @@ there is no room above/below you, your movement will fail.

    -aliases = ['dive', 'fly']
    +aliases = ['fly', 'dive']
    @@ -395,7 +395,7 @@ to all the variables defined therein.

    -search_index_entry = {'aliases': 'dive fly', 'category': 'general', 'key': 'fly or dive', 'no_prefix': ' dive fly', 'tags': '', 'text': '\nFly or Dive up and down.\n\nUsage:\n  fly\n  dive\n\nWill fly up one room or dive down one room at your current position. If\nthere is no room above/below you, your movement will fail.\n\n'}
    +search_index_entry = {'aliases': 'fly dive', 'category': 'general', 'key': 'fly or dive', 'no_prefix': ' fly dive', 'tags': '', 'text': '\nFly or Dive up and down.\n\nUsage:\n  fly\n  dive\n\nWill fly up one room or dive down one room at your current position. If\nthere is no room above/below you, your movement will fail.\n\n'}
    diff --git a/docs/latest/api/evennia.contrib.grid.xyzgrid.html b/docs/latest/api/evennia.contrib.grid.xyzgrid.html index bd099e1467..a82bba3a89 100644 --- a/docs/latest/api/evennia.contrib.grid.xyzgrid.html +++ b/docs/latest/api/evennia.contrib.grid.xyzgrid.html @@ -398,6 +398,7 @@
  • TestXyzRoom.at_object_creation()
  • TestXyzRoom.DoesNotExist
  • TestXyzRoom.MultipleObjectsReturned
  • +
  • TestXyzRoom.NotUpdated
  • TestXyzRoom.path
  • TestXyzRoom.typename
  • @@ -406,6 +407,7 @@
  • TestXyzExit.at_object_creation()
  • TestXyzExit.DoesNotExist
  • TestXyzExit.MultipleObjectsReturned
  • +
  • TestXyzExit.NotUpdated
  • TestXyzExit.path
  • TestXyzExit.typename
  • @@ -678,6 +680,7 @@
  • XYZGrid.spawn()
  • XYZGrid.DoesNotExist
  • XYZGrid.MultipleObjectsReturned
  • +
  • XYZGrid.NotUpdated
  • XYZGrid.path
  • XYZGrid.typename
  • @@ -714,6 +717,7 @@
  • XYZRoom.return_appearance()
  • XYZRoom.DoesNotExist
  • XYZRoom.MultipleObjectsReturned
  • +
  • XYZRoom.NotUpdated
  • XYZRoom.path
  • XYZRoom.typename
  • @@ -726,6 +730,7 @@
  • XYZExit.create()
  • XYZExit.DoesNotExist
  • XYZExit.MultipleObjectsReturned
  • +
  • XYZExit.NotUpdated
  • XYZExit.path
  • XYZExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.xyzgrid.tests.html b/docs/latest/api/evennia.contrib.grid.xyzgrid.tests.html index efe364e3c8..42b604fc63 100644 --- a/docs/latest/api/evennia.contrib.grid.xyzgrid.tests.html +++ b/docs/latest/api/evennia.contrib.grid.xyzgrid.tests.html @@ -459,19 +459,19 @@ character @-symbol in that spot.

    test_shortest_path_07(**kw)
    -

    Test shortest-path calculations throughout the grid [with startcoord=(5, 5), endcoord=(0, 0), expected_directions=(‘sw’, ‘nw’, ‘sw’, ‘s’, ‘s’, ‘sw’)].

    +

    Test shortest-path calculations throughout the grid [with startcoord=(5, 5), endcoord=(0, 0), expected_directions=(‘sw’, ‘nw’, ‘sw’, ‘se’, ‘sw’, ‘sw’)].

    test_shortest_path_08(**kw)
    -

    Test shortest-path calculations throughout the grid [with startcoord=(5, 5), endcoord=(0, 0), expected_directions=(‘sw’, ‘nw’, ‘sw’, ‘s’, ‘s’, ‘sw’)].

    +

    Test shortest-path calculations throughout the grid [with startcoord=(5, 5), endcoord=(0, 0), expected_directions=(‘sw’, ‘nw’, ‘sw’, ‘se’, ‘sw’, ‘sw’)].

    test_shortest_path_09(**kw)
    -

    Test shortest-path calculations throughout the grid [with startcoord=(5, 2), endcoord=(1, 2), expected_directions=(‘sw’, ‘nw’, ‘w’, ‘nw’, ‘s’)].

    +

    Test shortest-path calculations throughout the grid [with startcoord=(5, 2), endcoord=(1, 2), expected_directions=(‘nw’, ‘n’, ‘nw’, ‘sw’, ‘s’)].

    @@ -547,7 +547,7 @@ character @-symbol in that spot.

    test_shortest_path_5(**kw)
    -

    Test shortest-path calculations throughout the grid [with startcoord=(2, 2), endcoord=(0, 4), expected_directions=(‘w’, ‘ne’, ‘nw’, ‘w’)].

    +

    Test shortest-path calculations throughout the grid [with startcoord=(2, 2), endcoord=(0, 4), expected_directions=(‘ne’, ‘w’, ‘nw’, ‘w’)].

    @@ -867,7 +867,7 @@ character @-symbol in that spot.

    test_shortest_path_6(**kw)
    -

    test shortest-path calculations throughout the grid [with startcoord=(1, 4), endcoord=(3, 3), expected_directions=(‘e’, ‘w’, ‘e’)].

    +

    test shortest-path calculations throughout the grid [with startcoord=(1, 4), endcoord=(3, 3), expected_directions=(‘w’, ‘s’, ‘e’)].

    @@ -1355,6 +1355,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.xyzgrid.tests.TestXyzRoom'
    @@ -1390,6 +1396,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.xyzgrid.tests.TestXyzExit'
    @@ -1798,6 +1810,7 @@ normal hook to overload for most object types.

  • TestXyzRoom.at_object_creation()
  • TestXyzRoom.DoesNotExist
  • TestXyzRoom.MultipleObjectsReturned
  • +
  • TestXyzRoom.NotUpdated
  • TestXyzRoom.path
  • TestXyzRoom.typename
  • @@ -1806,6 +1819,7 @@ normal hook to overload for most object types.

  • TestXyzExit.at_object_creation()
  • TestXyzExit.DoesNotExist
  • TestXyzExit.MultipleObjectsReturned
  • +
  • TestXyzExit.NotUpdated
  • TestXyzExit.path
  • TestXyzExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzgrid.html b/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzgrid.html index d5b51b470c..8bb8eabf45 100644 --- a/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzgrid.html +++ b/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzgrid.html @@ -259,6 +259,12 @@ Spawn exits only the given direction. If unset, all needed directions are spawne

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.xyzgrid.xyzgrid.XYZGrid'
    @@ -324,6 +330,7 @@ previously exist.

  • XYZGrid.spawn()
  • XYZGrid.DoesNotExist
  • XYZGrid.MultipleObjectsReturned
  • +
  • XYZGrid.NotUpdated
  • XYZGrid.path
  • XYZGrid.typename
  • diff --git a/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzroom.html b/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzroom.html index 395209fc9d..d5a44797bb 100644 --- a/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzroom.html +++ b/docs/latest/api/evennia.contrib.grid.xyzgrid.xyzroom.html @@ -387,6 +387,12 @@ map is tagged with type=’xymap’.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.xyzgrid.xyzroom.XYZRoom'
    @@ -470,6 +476,12 @@ be any room (including non-XYRooms) and is not checked for XYZ coordinates.

    <

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.grid.xyzgrid.xyzroom.XYZExit'
    @@ -535,6 +547,7 @@ be any room (including non-XYRooms) and is not checked for XYZ coordinates.

    <
  • XYZRoom.return_appearance()
  • XYZRoom.DoesNotExist
  • XYZRoom.MultipleObjectsReturned
  • +
  • XYZRoom.NotUpdated
  • XYZRoom.path
  • XYZRoom.typename
  • @@ -547,6 +560,7 @@ be any room (including non-XYRooms) and is not checked for XYZ coordinates.

    <
  • XYZExit.create()
  • XYZExit.DoesNotExist
  • XYZExit.MultipleObjectsReturned
  • +
  • XYZExit.NotUpdated
  • XYZExit.path
  • XYZExit.typename
  • diff --git a/docs/latest/api/evennia.contrib.html b/docs/latest/api/evennia.contrib.html index 2f005bc25c..fb031c43f7 100644 --- a/docs/latest/api/evennia.contrib.html +++ b/docs/latest/api/evennia.contrib.html @@ -455,6 +455,7 @@ useful but are deemed too game-specific to go into the core library.

  • CharacterWithComponents.ic_a
  • CharacterWithComponents.DoesNotExist
  • CharacterWithComponents.MultipleObjectsReturned
  • +
  • CharacterWithComponents.NotUpdated
  • CharacterWithComponents.path
  • CharacterWithComponents.typename
  • @@ -463,6 +464,7 @@ useful but are deemed too game-specific to go into the core library.

  • InheritedTCWithComponents.test_c
  • InheritedTCWithComponents.DoesNotExist
  • InheritedTCWithComponents.MultipleObjectsReturned
  • +
  • InheritedTCWithComponents.NotUpdated
  • InheritedTCWithComponents.path
  • InheritedTCWithComponents.typename
  • @@ -507,6 +509,7 @@ useful but are deemed too game-specific to go into the core library.

  • CharWithSignal.my_other_response()
  • CharWithSignal.DoesNotExist
  • CharWithSignal.MultipleObjectsReturned
  • +
  • CharWithSignal.NotUpdated
  • CharWithSignal.path
  • CharWithSignal.typename
  • @@ -560,6 +563,7 @@ useful but are deemed too game-specific to go into the core library.

  • GametimeScript.at_repeat()
  • GametimeScript.DoesNotExist
  • GametimeScript.MultipleObjectsReturned
  • +
  • GametimeScript.NotUpdated
  • GametimeScript.path
  • GametimeScript.typename
  • @@ -639,6 +643,7 @@ useful but are deemed too game-specific to go into the core library.

  • AccountDB @@ -1503,6 +1511,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvscaperoomObject.return_appearance()
  • EvscaperoomObject.DoesNotExist
  • EvscaperoomObject.MultipleObjectsReturned
  • +
  • EvscaperoomObject.NotUpdated
  • EvscaperoomObject.path
  • EvscaperoomObject.typename
  • @@ -1511,6 +1520,7 @@ useful but are deemed too game-specific to go into the core library.

  • Feelable.at_focus_feel()
  • Feelable.DoesNotExist
  • Feelable.MultipleObjectsReturned
  • +
  • Feelable.NotUpdated
  • Feelable.path
  • Feelable.typename
  • @@ -1519,6 +1529,7 @@ useful but are deemed too game-specific to go into the core library.

  • Listenable.at_focus_listen()
  • Listenable.DoesNotExist
  • Listenable.MultipleObjectsReturned
  • +
  • Listenable.NotUpdated
  • Listenable.path
  • Listenable.typename
  • @@ -1527,6 +1538,7 @@ useful but are deemed too game-specific to go into the core library.

  • Smellable.at_focus_smell()
  • Smellable.DoesNotExist
  • Smellable.MultipleObjectsReturned
  • +
  • Smellable.NotUpdated
  • Smellable.path
  • Smellable.typename
  • @@ -1541,6 +1553,7 @@ useful but are deemed too game-specific to go into the core library.

  • Rotatable.at_cannot_rotate()
  • Rotatable.DoesNotExist
  • Rotatable.MultipleObjectsReturned
  • +
  • Rotatable.NotUpdated
  • Rotatable.path
  • Rotatable.typename
  • @@ -1559,6 +1572,7 @@ useful but are deemed too game-specific to go into the core library.

  • Openable.at_already_closed()
  • Openable.DoesNotExist
  • Openable.MultipleObjectsReturned
  • +
  • Openable.NotUpdated
  • Openable.path
  • Openable.typename
  • @@ -1572,6 +1586,7 @@ useful but are deemed too game-specific to go into the core library.

  • Readable.at_cannot_read()
  • Readable.DoesNotExist
  • Readable.MultipleObjectsReturned
  • +
  • Readable.NotUpdated
  • Readable.path
  • Readable.typename
  • @@ -1584,6 +1599,7 @@ useful but are deemed too game-specific to go into the core library.

  • IndexReadable.at_read()
  • IndexReadable.DoesNotExist
  • IndexReadable.MultipleObjectsReturned
  • +
  • IndexReadable.NotUpdated
  • IndexReadable.path
  • IndexReadable.typename
  • @@ -1602,6 +1618,7 @@ useful but are deemed too game-specific to go into the core library.

  • Movable.at_right()
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned
  • +
  • Movable.NotUpdated
  • Movable.path
  • Movable.typename
  • @@ -1615,6 +1632,7 @@ useful but are deemed too game-specific to go into the core library.

  • BaseConsumable.at_already_consumed()
  • BaseConsumable.DoesNotExist
  • BaseConsumable.MultipleObjectsReturned
  • +
  • BaseConsumable.NotUpdated
  • BaseConsumable.path
  • BaseConsumable.typename
  • @@ -1624,6 +1642,7 @@ useful but are deemed too game-specific to go into the core library.

  • Edible.at_focus_eat()
  • Edible.DoesNotExist
  • Edible.MultipleObjectsReturned
  • +
  • Edible.NotUpdated
  • Edible.path
  • Edible.typename
  • @@ -1636,6 +1655,7 @@ useful but are deemed too game-specific to go into the core library.

  • Drinkable.at_already_consumed()
  • Drinkable.DoesNotExist
  • Drinkable.MultipleObjectsReturned
  • +
  • Drinkable.NotUpdated
  • Drinkable.path
  • Drinkable.typename
  • @@ -1647,6 +1667,7 @@ useful but are deemed too game-specific to go into the core library.

  • BaseApplicable.at_cannot_apply()
  • BaseApplicable.DoesNotExist
  • BaseApplicable.MultipleObjectsReturned
  • +
  • BaseApplicable.NotUpdated
  • BaseApplicable.path
  • BaseApplicable.typename
  • @@ -1658,6 +1679,7 @@ useful but are deemed too game-specific to go into the core library.

  • Usable.at_cannot_apply()
  • Usable.DoesNotExist
  • Usable.MultipleObjectsReturned
  • +
  • Usable.NotUpdated
  • Usable.path
  • Usable.typename
  • @@ -1670,6 +1692,7 @@ useful but are deemed too game-specific to go into the core library.

  • Insertable.at_cannot_apply()
  • Insertable.DoesNotExist
  • Insertable.MultipleObjectsReturned
  • +
  • Insertable.NotUpdated
  • Insertable.path
  • Insertable.typename
  • @@ -1684,6 +1707,7 @@ useful but are deemed too game-specific to go into the core library.

  • Combinable.at_apply()
  • Combinable.DoesNotExist
  • Combinable.MultipleObjectsReturned
  • +
  • Combinable.NotUpdated
  • Combinable.path
  • Combinable.typename
  • @@ -1699,6 +1723,7 @@ useful but are deemed too game-specific to go into the core library.

  • Mixable.at_mix_success()
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned
  • +
  • Mixable.NotUpdated
  • Mixable.path
  • Mixable.typename
  • @@ -1713,6 +1738,7 @@ useful but are deemed too game-specific to go into the core library.

  • HasButtons.at_red_button()
  • HasButtons.DoesNotExist
  • HasButtons.MultipleObjectsReturned
  • +
  • HasButtons.NotUpdated
  • HasButtons.path
  • HasButtons.typename
  • @@ -1729,6 +1755,7 @@ useful but are deemed too game-specific to go into the core library.

  • CodeInput.at_code_incorrect()
  • CodeInput.DoesNotExist
  • CodeInput.MultipleObjectsReturned
  • +
  • CodeInput.NotUpdated
  • CodeInput.path
  • CodeInput.typename
  • @@ -1741,6 +1768,7 @@ useful but are deemed too game-specific to go into the core library.

  • BasePositionable.at_position()
  • BasePositionable.DoesNotExist
  • BasePositionable.MultipleObjectsReturned
  • +
  • BasePositionable.NotUpdated
  • BasePositionable.path
  • BasePositionable.typename
  • @@ -1749,6 +1777,7 @@ useful but are deemed too game-specific to go into the core library.

  • Sittable.at_focus_sit()
  • Sittable.DoesNotExist
  • Sittable.MultipleObjectsReturned
  • +
  • Sittable.NotUpdated
  • Sittable.path
  • Sittable.typename
  • @@ -1757,6 +1786,7 @@ useful but are deemed too game-specific to go into the core library.

  • Liable.at_focus_lie()
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned
  • +
  • Liable.NotUpdated
  • Liable.path
  • Liable.typename
  • @@ -1765,6 +1795,7 @@ useful but are deemed too game-specific to go into the core library.

  • Kneelable.at_focus_kneel()
  • Kneelable.DoesNotExist
  • Kneelable.MultipleObjectsReturned
  • +
  • Kneelable.NotUpdated
  • Kneelable.path
  • Kneelable.typename
  • @@ -1773,6 +1804,7 @@ useful but are deemed too game-specific to go into the core library.

  • Climbable.at_focus_climb()
  • Climbable.DoesNotExist
  • Climbable.MultipleObjectsReturned
  • +
  • Climbable.NotUpdated
  • Climbable.path
  • Climbable.typename
  • @@ -1781,6 +1813,7 @@ useful but are deemed too game-specific to go into the core library.

  • Positionable.get_cmd_signatures()
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned
  • +
  • Positionable.NotUpdated
  • Positionable.path
  • Positionable.typename
  • @@ -1811,6 +1844,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvscapeRoom.return_appearance()
  • EvscapeRoom.DoesNotExist
  • EvscapeRoom.MultipleObjectsReturned
  • +
  • EvscapeRoom.NotUpdated
  • EvscapeRoom.path
  • EvscapeRoom.typename
  • @@ -1823,6 +1857,7 @@ useful but are deemed too game-specific to go into the core library.

  • CleanupScript.at_repeat()
  • CleanupScript.DoesNotExist
  • CleanupScript.MultipleObjectsReturned
  • +
  • CleanupScript.NotUpdated
  • CleanupScript.path
  • CleanupScript.typename
  • @@ -1950,6 +1985,7 @@ useful but are deemed too game-specific to go into the core library.

  • TradeTimeout.is_valid()
  • TradeTimeout.DoesNotExist
  • TradeTimeout.MultipleObjectsReturned
  • +
  • TradeTimeout.NotUpdated
  • TradeTimeout.path
  • TradeTimeout.typename
  • @@ -2092,6 +2128,7 @@ useful but are deemed too game-specific to go into the core library.

  • ContribClothing.at_pre_move()
  • ContribClothing.DoesNotExist
  • ContribClothing.MultipleObjectsReturned
  • +
  • ContribClothing.NotUpdated
  • ContribClothing.path
  • ContribClothing.typename
  • @@ -2101,6 +2138,7 @@ useful but are deemed too game-specific to go into the core library.

  • ClothedCharacter.get_display_things()
  • ClothedCharacter.DoesNotExist
  • ClothedCharacter.MultipleObjectsReturned
  • +
  • ClothedCharacter.NotUpdated
  • ClothedCharacter.path
  • ClothedCharacter.typename
  • @@ -2477,6 +2515,7 @@ useful but are deemed too game-specific to go into the core library.

  • GenderCharacter.msg()
  • GenderCharacter.DoesNotExist
  • GenderCharacter.MultipleObjectsReturned
  • +
  • GenderCharacter.NotUpdated
  • GenderCharacter.path
  • GenderCharacter.typename
  • @@ -2563,6 +2602,7 @@ useful but are deemed too game-specific to go into the core library.

  • PuzzleRecipe.save_recipe()
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleRecipe.path
  • PuzzleRecipe.typename
  • @@ -2752,6 +2792,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBBasicCharacter.at_pre_move()
  • TBBasicCharacter.DoesNotExist
  • TBBasicCharacter.MultipleObjectsReturned
  • +
  • TBBasicCharacter.NotUpdated
  • TBBasicCharacter.path
  • TBBasicCharacter.typename
  • @@ -2768,6 +2809,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBBasicTurnHandler.join_fight()
  • TBBasicTurnHandler.DoesNotExist
  • TBBasicTurnHandler.MultipleObjectsReturned
  • +
  • TBBasicTurnHandler.NotUpdated
  • TBBasicTurnHandler.path
  • TBBasicTurnHandler.typename
  • @@ -2856,6 +2898,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBEquipTurnHandler.rules
  • TBEquipTurnHandler.DoesNotExist
  • TBEquipTurnHandler.MultipleObjectsReturned
  • +
  • TBEquipTurnHandler.NotUpdated
  • TBEquipTurnHandler.path
  • TBEquipTurnHandler.typename
  • @@ -2867,6 +2910,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBEWeapon.at_give()
  • TBEWeapon.DoesNotExist
  • TBEWeapon.MultipleObjectsReturned
  • +
  • TBEWeapon.NotUpdated
  • TBEWeapon.path
  • TBEWeapon.typename
  • @@ -2879,6 +2923,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBEArmor.at_give()
  • TBEArmor.DoesNotExist
  • TBEArmor.MultipleObjectsReturned
  • +
  • TBEArmor.NotUpdated
  • TBEArmor.path
  • TBEArmor.typename
  • @@ -2887,6 +2932,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBEquipCharacter.at_object_creation()
  • TBEquipCharacter.DoesNotExist
  • TBEquipCharacter.MultipleObjectsReturned
  • +
  • TBEquipCharacter.NotUpdated
  • TBEquipCharacter.path
  • TBEquipCharacter.typename
  • @@ -3021,6 +3067,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBItemsCharacter.at_update()
  • TBItemsCharacter.DoesNotExist
  • TBItemsCharacter.MultipleObjectsReturned
  • +
  • TBItemsCharacter.NotUpdated
  • TBItemsCharacter.path
  • TBItemsCharacter.typename
  • @@ -3029,6 +3076,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBItemsCharacterTest.at_object_creation()
  • TBItemsCharacterTest.DoesNotExist
  • TBItemsCharacterTest.MultipleObjectsReturned
  • +
  • TBItemsCharacterTest.NotUpdated
  • TBItemsCharacterTest.path
  • TBItemsCharacterTest.typename
  • @@ -3038,6 +3086,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBItemsTurnHandler.next_turn()
  • TBItemsTurnHandler.DoesNotExist
  • TBItemsTurnHandler.MultipleObjectsReturned
  • +
  • TBItemsTurnHandler.NotUpdated
  • TBItemsTurnHandler.path
  • TBItemsTurnHandler.typename
  • @@ -3131,6 +3180,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBMagicCharacter.at_object_creation()
  • TBMagicCharacter.DoesNotExist
  • TBMagicCharacter.MultipleObjectsReturned
  • +
  • TBMagicCharacter.NotUpdated
  • TBMagicCharacter.path
  • TBMagicCharacter.typename
  • @@ -3139,6 +3189,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBMagicTurnHandler.rules
  • TBMagicTurnHandler.DoesNotExist
  • TBMagicTurnHandler.MultipleObjectsReturned
  • +
  • TBMagicTurnHandler.NotUpdated
  • TBMagicTurnHandler.path
  • TBMagicTurnHandler.typename
  • @@ -3257,6 +3308,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBRangeTurnHandler.join_fight()
  • TBRangeTurnHandler.DoesNotExist
  • TBRangeTurnHandler.MultipleObjectsReturned
  • +
  • TBRangeTurnHandler.NotUpdated
  • TBRangeTurnHandler.path
  • TBRangeTurnHandler.typename
  • @@ -3265,6 +3317,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBRangeCharacter.rules
  • TBRangeCharacter.DoesNotExist
  • TBRangeCharacter.MultipleObjectsReturned
  • +
  • TBRangeCharacter.NotUpdated
  • TBRangeCharacter.path
  • TBRangeCharacter.typename
  • @@ -3278,6 +3331,7 @@ useful but are deemed too game-specific to go into the core library.

  • TBRangeObject.at_give()
  • TBRangeObject.DoesNotExist
  • TBRangeObject.MultipleObjectsReturned
  • +
  • TBRangeObject.NotUpdated
  • TBRangeObject.path
  • TBRangeObject.typename
  • @@ -3488,6 +3542,7 @@ useful but are deemed too game-specific to go into the core library.

  • ExtendedRoom.return_detail()
  • ExtendedRoom.DoesNotExist
  • ExtendedRoom.MultipleObjectsReturned
  • +
  • ExtendedRoom.NotUpdated
  • ExtendedRoom.path
  • ExtendedRoom.typename
  • @@ -3640,6 +3695,7 @@ useful but are deemed too game-specific to go into the core library.

  • SimpleDoor.at_failed_traverse()
  • SimpleDoor.DoesNotExist
  • SimpleDoor.MultipleObjectsReturned
  • +
  • SimpleDoor.NotUpdated
  • SimpleDoor.path
  • SimpleDoor.typename
  • @@ -3690,6 +3746,7 @@ useful but are deemed too game-specific to go into the core library.

  • SlowExit.at_traverse()
  • SlowExit.DoesNotExist
  • SlowExit.MultipleObjectsReturned
  • +
  • SlowExit.NotUpdated
  • SlowExit.path
  • SlowExit.typename
  • @@ -3767,6 +3824,7 @@ useful but are deemed too game-specific to go into the core library.

  • WildernessScript.at_post_object_leave()
  • WildernessScript.DoesNotExist
  • WildernessScript.MultipleObjectsReturned
  • +
  • WildernessScript.NotUpdated
  • WildernessScript.path
  • WildernessScript.typename
  • @@ -3782,6 +3840,7 @@ useful but are deemed too game-specific to go into the core library.

  • WildernessRoom.get_display_desc()
  • WildernessRoom.DoesNotExist
  • WildernessRoom.MultipleObjectsReturned
  • +
  • WildernessRoom.NotUpdated
  • WildernessRoom.path
  • WildernessRoom.typename
  • @@ -3793,6 +3852,7 @@ useful but are deemed too game-specific to go into the core library.

  • WildernessExit.at_traverse()
  • WildernessExit.DoesNotExist
  • WildernessExit.MultipleObjectsReturned
  • +
  • WildernessExit.NotUpdated
  • WildernessExit.path
  • WildernessExit.typename
  • @@ -4155,6 +4215,7 @@ useful but are deemed too game-specific to go into the core library.

  • TestXyzRoom.at_object_creation()
  • TestXyzRoom.DoesNotExist
  • TestXyzRoom.MultipleObjectsReturned
  • +
  • TestXyzRoom.NotUpdated
  • TestXyzRoom.path
  • TestXyzRoom.typename
  • @@ -4163,6 +4224,7 @@ useful but are deemed too game-specific to go into the core library.

  • TestXyzExit.at_object_creation()
  • TestXyzExit.DoesNotExist
  • TestXyzExit.MultipleObjectsReturned
  • +
  • TestXyzExit.NotUpdated
  • TestXyzExit.path
  • TestXyzExit.typename
  • @@ -4435,6 +4497,7 @@ useful but are deemed too game-specific to go into the core library.

  • XYZGrid.spawn()
  • XYZGrid.DoesNotExist
  • XYZGrid.MultipleObjectsReturned
  • +
  • XYZGrid.NotUpdated
  • XYZGrid.path
  • XYZGrid.typename
  • @@ -4471,6 +4534,7 @@ useful but are deemed too game-specific to go into the core library.

  • XYZRoom.return_appearance()
  • XYZRoom.DoesNotExist
  • XYZRoom.MultipleObjectsReturned
  • +
  • XYZRoom.NotUpdated
  • XYZRoom.path
  • XYZRoom.typename
  • @@ -4483,6 +4547,7 @@ useful but are deemed too game-specific to go into the core library.

  • XYZExit.create()
  • XYZExit.DoesNotExist
  • XYZExit.MultipleObjectsReturned
  • +
  • XYZExit.NotUpdated
  • XYZExit.path
  • XYZExit.typename
  • @@ -4690,6 +4755,7 @@ useful but are deemed too game-specific to go into the core library.

  • BuffableObject.at_init()
  • BuffableObject.DoesNotExist
  • BuffableObject.MultipleObjectsReturned
  • +
  • BuffableObject.NotUpdated
  • BuffableObject.path
  • BuffableObject.typename
  • @@ -4749,6 +4815,7 @@ useful but are deemed too game-specific to go into the core library.

  • ContribChargenAccount.at_look()
  • ContribChargenAccount.DoesNotExist
  • ContribChargenAccount.MultipleObjectsReturned
  • +
  • ContribChargenAccount.NotUpdated
  • ContribChargenAccount.path
  • ContribChargenAccount.typename
  • @@ -4797,6 +4864,7 @@ useful but are deemed too game-specific to go into the core library.

  • TestDice.test_cmddice()
  • TestDice.test_string_form()
  • TestDice.test_maxvals()
  • +
  • TestDice.test_malformed_inputs()
  • @@ -4858,6 +4926,7 @@ useful but are deemed too game-specific to go into the core library.

  • LLMNPC.at_talked_to()
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned
  • +
  • LLMNPC.NotUpdated
  • LLMNPC.path
  • LLMNPC.typename
  • @@ -4898,6 +4967,7 @@ useful but are deemed too game-specific to go into the core library.

  • LanguageHandler.translate()
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned
  • +
  • LanguageHandler.NotUpdated
  • LanguageHandler.path
  • LanguageHandler.typename
  • @@ -5018,6 +5088,7 @@ useful but are deemed too game-specific to go into the core library.

  • ContribRPObject.get_display_things()
  • ContribRPObject.DoesNotExist
  • ContribRPObject.MultipleObjectsReturned
  • +
  • ContribRPObject.NotUpdated
  • ContribRPObject.path
  • ContribRPObject.typename
  • @@ -5025,6 +5096,7 @@ useful but are deemed too game-specific to go into the core library.

  • ContribRPRoom @@ -5040,6 +5112,7 @@ useful but are deemed too game-specific to go into the core library.

  • ContribRPCharacter.process_language()
  • ContribRPCharacter.DoesNotExist
  • ContribRPCharacter.MultipleObjectsReturned
  • +
  • ContribRPCharacter.NotUpdated
  • ContribRPCharacter.path
  • ContribRPCharacter.typename
  • @@ -5182,6 +5255,7 @@ useful but are deemed too game-specific to go into the core library.

  • TraitContribTestingChar.HP
  • TraitContribTestingChar.DoesNotExist
  • TraitContribTestingChar.MultipleObjectsReturned
  • +
  • TraitContribTestingChar.NotUpdated
  • TraitContribTestingChar.path
  • TraitContribTestingChar.typename
  • @@ -5303,6 +5377,7 @@ useful but are deemed too game-specific to go into the core library.

  • BodyFunctions.send_random_message()
  • BodyFunctions.DoesNotExist
  • BodyFunctions.MultipleObjectsReturned
  • +
  • BodyFunctions.NotUpdated
  • BodyFunctions.path
  • BodyFunctions.typename
  • @@ -5390,6 +5465,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureCharacter.level_up()
  • EvAdventureCharacter.DoesNotExist
  • EvAdventureCharacter.MultipleObjectsReturned
  • +
  • EvAdventureCharacter.NotUpdated
  • EvAdventureCharacter.path
  • EvAdventureCharacter.typename
  • @@ -5456,6 +5532,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureCombatBaseHandler.stop_combat()
  • EvAdventureCombatBaseHandler.DoesNotExist
  • EvAdventureCombatBaseHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatBaseHandler.NotUpdated
  • EvAdventureCombatBaseHandler.path
  • EvAdventureCombatBaseHandler.typename
  • @@ -5494,6 +5571,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureTurnbasedCombatHandler.at_repeat()
  • EvAdventureTurnbasedCombatHandler.DoesNotExist
  • EvAdventureTurnbasedCombatHandler.MultipleObjectsReturned
  • +
  • EvAdventureTurnbasedCombatHandler.NotUpdated
  • EvAdventureTurnbasedCombatHandler.path
  • EvAdventureTurnbasedCombatHandler.typename
  • @@ -5547,6 +5625,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureCombatTwitchHandler.stop_combat()
  • EvAdventureCombatTwitchHandler.DoesNotExist
  • EvAdventureCombatTwitchHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatTwitchHandler.NotUpdated
  • EvAdventureCombatTwitchHandler.path
  • EvAdventureCombatTwitchHandler.typename
  • @@ -5703,6 +5782,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonRoom.get_display_footer()
  • EvAdventureDungeonRoom.DoesNotExist
  • EvAdventureDungeonRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonRoom.NotUpdated
  • EvAdventureDungeonRoom.path
  • EvAdventureDungeonRoom.typename
  • @@ -5713,6 +5793,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonExit.at_failed_traverse()
  • EvAdventureDungeonExit.DoesNotExist
  • EvAdventureDungeonExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonExit.NotUpdated
  • EvAdventureDungeonExit.path
  • EvAdventureDungeonExit.typename
  • @@ -5733,6 +5814,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonBranch.new_room()
  • EvAdventureDungeonBranch.DoesNotExist
  • EvAdventureDungeonBranch.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranch.NotUpdated
  • EvAdventureDungeonBranch.path
  • EvAdventureDungeonBranch.typename
  • @@ -5742,6 +5824,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonStartRoomExit.at_traverse()
  • EvAdventureDungeonStartRoomExit.DoesNotExist
  • EvAdventureDungeonStartRoomExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoomExit.NotUpdated
  • EvAdventureDungeonStartRoomExit.path
  • EvAdventureDungeonStartRoomExit.typename
  • @@ -5752,6 +5835,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonBranchDeleter.at_repeat()
  • EvAdventureDungeonBranchDeleter.DoesNotExist
  • EvAdventureDungeonBranchDeleter.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranchDeleter.NotUpdated
  • EvAdventureDungeonBranchDeleter.path
  • EvAdventureDungeonBranchDeleter.typename
  • @@ -5761,6 +5845,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureStartRoomResetter.at_repeat()
  • EvAdventureStartRoomResetter.DoesNotExist
  • EvAdventureStartRoomResetter.MultipleObjectsReturned
  • +
  • EvAdventureStartRoomResetter.NotUpdated
  • EvAdventureStartRoomResetter.path
  • EvAdventureStartRoomResetter.typename
  • @@ -5775,6 +5860,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureDungeonStartRoom.at_object_receive()
  • EvAdventureDungeonStartRoom.DoesNotExist
  • EvAdventureDungeonStartRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoom.NotUpdated
  • EvAdventureDungeonStartRoom.path
  • EvAdventureDungeonStartRoom.typename
  • @@ -5871,6 +5957,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureNPC.ai_next_action()
  • EvAdventureNPC.DoesNotExist
  • EvAdventureNPC.MultipleObjectsReturned
  • +
  • EvAdventureNPC.NotUpdated
  • EvAdventureNPC.path
  • EvAdventureNPC.typename
  • @@ -5884,6 +5971,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureTalkativeNPC.at_talk()
  • EvAdventureTalkativeNPC.DoesNotExist
  • EvAdventureTalkativeNPC.MultipleObjectsReturned
  • +
  • EvAdventureTalkativeNPC.NotUpdated
  • EvAdventureTalkativeNPC.path
  • EvAdventureTalkativeNPC.typename
  • @@ -5892,6 +5980,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureQuestGiver @@ -5903,6 +5992,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureShopKeeper.at_damage()
  • EvAdventureShopKeeper.DoesNotExist
  • EvAdventureShopKeeper.MultipleObjectsReturned
  • +
  • EvAdventureShopKeeper.NotUpdated
  • EvAdventureShopKeeper.path
  • EvAdventureShopKeeper.typename
  • @@ -5917,6 +6007,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureMob.at_defeat()
  • EvAdventureMob.DoesNotExist
  • EvAdventureMob.MultipleObjectsReturned
  • +
  • EvAdventureMob.NotUpdated
  • EvAdventureMob.path
  • EvAdventureMob.typename
  • @@ -5939,6 +6030,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureObject.at_post_use()
  • EvAdventureObject.DoesNotExist
  • EvAdventureObject.MultipleObjectsReturned
  • +
  • EvAdventureObject.NotUpdated
  • EvAdventureObject.path
  • EvAdventureObject.typename
  • @@ -5948,6 +6040,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureObjectFiller.quality
  • EvAdventureObjectFiller.DoesNotExist
  • EvAdventureObjectFiller.MultipleObjectsReturned
  • +
  • EvAdventureObjectFiller.NotUpdated
  • EvAdventureObjectFiller.path
  • EvAdventureObjectFiller.typename
  • @@ -5957,6 +6050,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureQuestObject.value
  • EvAdventureQuestObject.DoesNotExist
  • EvAdventureQuestObject.MultipleObjectsReturned
  • +
  • EvAdventureQuestObject.NotUpdated
  • EvAdventureQuestObject.path
  • EvAdventureQuestObject.typename
  • @@ -5966,6 +6060,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureTreasure.value
  • EvAdventureTreasure.DoesNotExist
  • EvAdventureTreasure.MultipleObjectsReturned
  • +
  • EvAdventureTreasure.NotUpdated
  • EvAdventureTreasure.path
  • EvAdventureTreasure.typename
  • @@ -5979,6 +6074,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureConsumable.at_post_use()
  • EvAdventureConsumable.DoesNotExist
  • EvAdventureConsumable.MultipleObjectsReturned
  • +
  • EvAdventureConsumable.NotUpdated
  • EvAdventureConsumable.path
  • EvAdventureConsumable.typename
  • @@ -5996,6 +6092,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureWeapon.at_post_use()
  • EvAdventureWeapon.DoesNotExist
  • EvAdventureWeapon.MultipleObjectsReturned
  • +
  • EvAdventureWeapon.NotUpdated
  • EvAdventureWeapon.path
  • EvAdventureWeapon.typename
  • @@ -6007,6 +6104,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureThrowable.damage_roll
  • EvAdventureThrowable.DoesNotExist
  • EvAdventureThrowable.MultipleObjectsReturned
  • +
  • EvAdventureThrowable.NotUpdated
  • EvAdventureThrowable.path
  • EvAdventureThrowable.typename
  • @@ -6022,6 +6120,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureRunestone.refresh()
  • EvAdventureRunestone.DoesNotExist
  • EvAdventureRunestone.MultipleObjectsReturned
  • +
  • EvAdventureRunestone.NotUpdated
  • EvAdventureRunestone.path
  • EvAdventureRunestone.typename
  • @@ -6033,6 +6132,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureArmor.quality
  • EvAdventureArmor.DoesNotExist
  • EvAdventureArmor.MultipleObjectsReturned
  • +
  • EvAdventureArmor.NotUpdated
  • EvAdventureArmor.path
  • EvAdventureArmor.typename
  • @@ -6042,6 +6142,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureShield.inventory_use_slot
  • EvAdventureShield.DoesNotExist
  • EvAdventureShield.MultipleObjectsReturned
  • +
  • EvAdventureShield.NotUpdated
  • EvAdventureShield.path
  • EvAdventureShield.typename
  • @@ -6051,6 +6152,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureHelmet.inventory_use_slot
  • EvAdventureHelmet.DoesNotExist
  • EvAdventureHelmet.MultipleObjectsReturned
  • +
  • EvAdventureHelmet.NotUpdated
  • EvAdventureHelmet.path
  • EvAdventureHelmet.typename
  • @@ -6065,6 +6167,7 @@ useful but are deemed too game-specific to go into the core library.

  • WeaponBareHands.quality
  • WeaponBareHands.DoesNotExist
  • WeaponBareHands.MultipleObjectsReturned
  • +
  • WeaponBareHands.NotUpdated
  • WeaponBareHands.path
  • WeaponBareHands.typename
  • @@ -6135,6 +6238,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureRoom.get_display_header()
  • EvAdventureRoom.DoesNotExist
  • EvAdventureRoom.MultipleObjectsReturned
  • +
  • EvAdventureRoom.NotUpdated
  • EvAdventureRoom.path
  • EvAdventureRoom.typename
  • @@ -6145,6 +6249,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventurePvPRoom.get_display_footer()
  • EvAdventurePvPRoom.DoesNotExist
  • EvAdventurePvPRoom.MultipleObjectsReturned
  • +
  • EvAdventurePvPRoom.NotUpdated
  • EvAdventurePvPRoom.path
  • EvAdventurePvPRoom.typename
  • @@ -6359,6 +6464,7 @@ useful but are deemed too game-specific to go into the core library.

  • EvAdventureQuestTest.test_help()
  • EvAdventureQuestTest.test_progress__fail()
  • EvAdventureQuestTest.test_progress()
  • +
  • EvAdventureQuestTest.test_questhandler_reload_after_restart()
  • @@ -6405,6 +6511,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialMirror.msg()
  • TutorialMirror.DoesNotExist
  • TutorialMirror.MultipleObjectsReturned
  • +
  • TutorialMirror.NotUpdated
  • TutorialMirror.path
  • TutorialMirror.typename
  • @@ -6531,6 +6638,7 @@ useful but are deemed too game-specific to go into the core library.

  • RedButton.break_lamp()
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned
  • +
  • RedButton.NotUpdated
  • RedButton.path
  • RedButton.typename
  • @@ -6566,6 +6674,7 @@ useful but are deemed too game-specific to go into the core library.

  • TalkingNPC.at_object_creation()
  • TalkingNPC.DoesNotExist
  • TalkingNPC.MultipleObjectsReturned
  • +
  • TalkingNPC.NotUpdated
  • TalkingNPC.path
  • TalkingNPC.typename
  • @@ -6654,6 +6763,7 @@ useful but are deemed too game-specific to go into the core library.

  • Mob.at_new_arrival()
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned
  • +
  • Mob.NotUpdated
  • Mob.path
  • Mob.typename
  • @@ -6666,6 +6776,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialObject.reset()
  • TutorialObject.DoesNotExist
  • TutorialObject.MultipleObjectsReturned
  • +
  • TutorialObject.NotUpdated
  • TutorialObject.path
  • TutorialObject.typename
  • @@ -6689,6 +6800,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialReadable.at_object_creation()
  • TutorialReadable.DoesNotExist
  • TutorialReadable.MultipleObjectsReturned
  • +
  • TutorialReadable.NotUpdated
  • TutorialReadable.path
  • TutorialReadable.typename
  • @@ -6712,6 +6824,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialClimbable.at_object_creation()
  • TutorialClimbable.DoesNotExist
  • TutorialClimbable.MultipleObjectsReturned
  • +
  • TutorialClimbable.NotUpdated
  • TutorialClimbable.path
  • TutorialClimbable.typename
  • @@ -6721,6 +6834,7 @@ useful but are deemed too game-specific to go into the core library.

  • Obelisk.return_appearance()
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned
  • +
  • Obelisk.NotUpdated
  • Obelisk.path
  • Obelisk.typename
  • @@ -6748,6 +6862,7 @@ useful but are deemed too game-specific to go into the core library.

  • LightSource.light()
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned
  • +
  • LightSource.NotUpdated
  • LightSource.path
  • LightSource.typename
  • @@ -6790,6 +6905,7 @@ useful but are deemed too game-specific to go into the core library.

  • CrumblingWall.reset()
  • CrumblingWall.DoesNotExist
  • CrumblingWall.MultipleObjectsReturned
  • +
  • CrumblingWall.NotUpdated
  • CrumblingWall.path
  • CrumblingWall.typename
  • @@ -6814,6 +6930,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialWeapon.reset()
  • TutorialWeapon.DoesNotExist
  • TutorialWeapon.MultipleObjectsReturned
  • +
  • TutorialWeapon.NotUpdated
  • TutorialWeapon.path
  • TutorialWeapon.typename
  • @@ -6839,6 +6956,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialWeaponRack.produce_weapon()
  • TutorialWeaponRack.DoesNotExist
  • TutorialWeaponRack.MultipleObjectsReturned
  • +
  • TutorialWeaponRack.NotUpdated
  • TutorialWeaponRack.path
  • TutorialWeaponRack.typename
  • @@ -6898,6 +7016,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialRoom.set_detail()
  • TutorialRoom.DoesNotExist
  • TutorialRoom.MultipleObjectsReturned
  • +
  • TutorialRoom.NotUpdated
  • TutorialRoom.path
  • TutorialRoom.typename
  • @@ -6906,6 +7025,7 @@ useful but are deemed too game-specific to go into the core library.

  • TutorialStartExit.at_object_creation()
  • TutorialStartExit.DoesNotExist
  • TutorialStartExit.MultipleObjectsReturned
  • +
  • TutorialStartExit.NotUpdated
  • TutorialStartExit.path
  • TutorialStartExit.typename
  • @@ -6915,6 +7035,7 @@ useful but are deemed too game-specific to go into the core library.

  • WeatherRoom.update_weather()
  • WeatherRoom.DoesNotExist
  • WeatherRoom.MultipleObjectsReturned
  • +
  • WeatherRoom.NotUpdated
  • WeatherRoom.path
  • WeatherRoom.typename
  • @@ -6939,6 +7060,7 @@ useful but are deemed too game-specific to go into the core library.

  • IntroRoom.at_object_receive()
  • IntroRoom.DoesNotExist
  • IntroRoom.MultipleObjectsReturned
  • +
  • IntroRoom.NotUpdated
  • IntroRoom.path
  • IntroRoom.typename
  • @@ -6997,6 +7119,7 @@ useful but are deemed too game-specific to go into the core library.

  • BridgeRoom.at_object_leave()
  • BridgeRoom.DoesNotExist
  • BridgeRoom.MultipleObjectsReturned
  • +
  • BridgeRoom.NotUpdated
  • BridgeRoom.path
  • BridgeRoom.typename
  • @@ -7047,6 +7170,7 @@ useful but are deemed too game-specific to go into the core library.

  • DarkRoom.at_object_leave()
  • DarkRoom.DoesNotExist
  • DarkRoom.MultipleObjectsReturned
  • +
  • DarkRoom.NotUpdated
  • DarkRoom.path
  • DarkRoom.typename
  • @@ -7056,6 +7180,7 @@ useful but are deemed too game-specific to go into the core library.

  • TeleportRoom.at_object_receive()
  • TeleportRoom.DoesNotExist
  • TeleportRoom.MultipleObjectsReturned
  • +
  • TeleportRoom.NotUpdated
  • TeleportRoom.path
  • TeleportRoom.typename
  • @@ -7066,6 +7191,7 @@ useful but are deemed too game-specific to go into the core library.

  • OutroRoom.at_object_leave()
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned
  • +
  • OutroRoom.NotUpdated
  • OutroRoom.path
  • OutroRoom.typename
  • @@ -7265,6 +7391,7 @@ useful but are deemed too game-specific to go into the core library.

  • RandomStringGeneratorScript.at_script_creation()
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RandomStringGeneratorScript.path
  • RandomStringGeneratorScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.buffs.html b/docs/latest/api/evennia.contrib.rpg.buffs.html index eb5bc5cb68..ae6d7ebaf5 100644 --- a/docs/latest/api/evennia.contrib.rpg.buffs.html +++ b/docs/latest/api/evennia.contrib.rpg.buffs.html @@ -247,6 +247,7 @@
  • BuffableObject.at_init()
  • BuffableObject.DoesNotExist
  • BuffableObject.MultipleObjectsReturned
  • +
  • BuffableObject.NotUpdated
  • BuffableObject.path
  • BuffableObject.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.buffs.tests.html b/docs/latest/api/evennia.contrib.rpg.buffs.tests.html index da0ca78b5c..e4d5d61483 100644 --- a/docs/latest/api/evennia.contrib.rpg.buffs.tests.html +++ b/docs/latest/api/evennia.contrib.rpg.buffs.tests.html @@ -89,6 +89,12 @@ restart or reload.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.buffs.tests.BuffableObject'
    @@ -223,6 +229,7 @@ restart or reload.

  • BuffableObject.at_init()
  • BuffableObject.DoesNotExist
  • BuffableObject.MultipleObjectsReturned
  • +
  • BuffableObject.NotUpdated
  • BuffableObject.path
  • BuffableObject.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.character_creator.character_creator.html b/docs/latest/api/evennia.contrib.rpg.character_creator.character_creator.html index 4d75806309..47c2628617 100644 --- a/docs/latest/api/evennia.contrib.rpg.character_creator.character_creator.html +++ b/docs/latest/api/evennia.contrib.rpg.character_creator.character_creator.html @@ -234,6 +234,12 @@ overriding the call (unused by default).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.character_creator.character_creator.ContribChargenAccount'
    @@ -303,6 +309,7 @@ overriding the call (unused by default).

  • ContribChargenAccount.at_look()
  • ContribChargenAccount.DoesNotExist
  • ContribChargenAccount.MultipleObjectsReturned
  • +
  • ContribChargenAccount.NotUpdated
  • ContribChargenAccount.path
  • ContribChargenAccount.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.character_creator.html b/docs/latest/api/evennia.contrib.rpg.character_creator.html index b687e0b83d..94827fe3d3 100644 --- a/docs/latest/api/evennia.contrib.rpg.character_creator.html +++ b/docs/latest/api/evennia.contrib.rpg.character_creator.html @@ -86,6 +86,7 @@
  • ContribChargenAccount.at_look()
  • ContribChargenAccount.DoesNotExist
  • ContribChargenAccount.MultipleObjectsReturned
  • +
  • ContribChargenAccount.NotUpdated
  • ContribChargenAccount.path
  • ContribChargenAccount.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.dice.html b/docs/latest/api/evennia.contrib.rpg.dice.html index a973b12c89..487f521726 100644 --- a/docs/latest/api/evennia.contrib.rpg.dice.html +++ b/docs/latest/api/evennia.contrib.rpg.dice.html @@ -82,6 +82,7 @@
  • TestDice.test_cmddice()
  • TestDice.test_string_form()
  • TestDice.test_maxvals()
  • +
  • TestDice.test_malformed_inputs()
  • diff --git a/docs/latest/api/evennia.contrib.rpg.dice.tests.html b/docs/latest/api/evennia.contrib.rpg.dice.tests.html index 51eb3e5f4a..b9e3dec1d0 100644 --- a/docs/latest/api/evennia.contrib.rpg.dice.tests.html +++ b/docs/latest/api/evennia.contrib.rpg.dice.tests.html @@ -76,6 +76,11 @@ test_maxvals(mocked_randint)[source]
    +
    +
    +test_malformed_inputs(mocked_randint)[source]
    +
    +
    @@ -108,6 +113,7 @@
  • TestDice.test_cmddice()
  • TestDice.test_string_form()
  • TestDice.test_maxvals()
  • +
  • TestDice.test_malformed_inputs()
  • diff --git a/docs/latest/api/evennia.contrib.rpg.html b/docs/latest/api/evennia.contrib.rpg.html index c204804488..60d9970275 100644 --- a/docs/latest/api/evennia.contrib.rpg.html +++ b/docs/latest/api/evennia.contrib.rpg.html @@ -247,6 +247,7 @@
  • BuffableObject.at_init()
  • BuffableObject.DoesNotExist
  • BuffableObject.MultipleObjectsReturned
  • +
  • BuffableObject.NotUpdated
  • BuffableObject.path
  • BuffableObject.typename
  • @@ -306,6 +307,7 @@
  • ContribChargenAccount.at_look()
  • ContribChargenAccount.DoesNotExist
  • ContribChargenAccount.MultipleObjectsReturned
  • +
  • ContribChargenAccount.NotUpdated
  • ContribChargenAccount.path
  • ContribChargenAccount.typename
  • @@ -354,6 +356,7 @@
  • TestDice.test_cmddice()
  • TestDice.test_string_form()
  • TestDice.test_maxvals()
  • +
  • TestDice.test_malformed_inputs()
  • @@ -415,6 +418,7 @@
  • LLMNPC.at_talked_to()
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned
  • +
  • LLMNPC.NotUpdated
  • LLMNPC.path
  • LLMNPC.typename
  • @@ -455,6 +459,7 @@
  • LanguageHandler.translate()
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned
  • +
  • LanguageHandler.NotUpdated
  • LanguageHandler.path
  • LanguageHandler.typename
  • @@ -575,6 +580,7 @@
  • ContribRPObject.get_display_things()
  • ContribRPObject.DoesNotExist
  • ContribRPObject.MultipleObjectsReturned
  • +
  • ContribRPObject.NotUpdated
  • ContribRPObject.path
  • ContribRPObject.typename
  • @@ -582,6 +588,7 @@
  • ContribRPRoom @@ -597,6 +604,7 @@
  • ContribRPCharacter.process_language()
  • ContribRPCharacter.DoesNotExist
  • ContribRPCharacter.MultipleObjectsReturned
  • +
  • ContribRPCharacter.NotUpdated
  • ContribRPCharacter.path
  • ContribRPCharacter.typename
  • @@ -739,6 +747,7 @@
  • TraitContribTestingChar.HP
  • TraitContribTestingChar.DoesNotExist
  • TraitContribTestingChar.MultipleObjectsReturned
  • +
  • TraitContribTestingChar.NotUpdated
  • TraitContribTestingChar.path
  • TraitContribTestingChar.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.llm.html b/docs/latest/api/evennia.contrib.rpg.llm.html index 09174cd917..668285aa7e 100644 --- a/docs/latest/api/evennia.contrib.rpg.llm.html +++ b/docs/latest/api/evennia.contrib.rpg.llm.html @@ -92,6 +92,7 @@
  • LLMNPC.at_talked_to()
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned
  • +
  • LLMNPC.NotUpdated
  • LLMNPC.path
  • LLMNPC.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.llm.llm_npc.html b/docs/latest/api/evennia.contrib.rpg.llm.llm_npc.html index 24236bd9d7..f40535f9f4 100644 --- a/docs/latest/api/evennia.contrib.rpg.llm.llm_npc.html +++ b/docs/latest/api/evennia.contrib.rpg.llm.llm_npc.html @@ -144,6 +144,12 @@ then from settings, then from default

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.llm.llm_npc.LLMNPC'
    @@ -252,6 +258,7 @@ set in self.parse())

  • LLMNPC.at_talked_to()
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned
  • +
  • LLMNPC.NotUpdated
  • LLMNPC.path
  • LLMNPC.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.rpsystem.html b/docs/latest/api/evennia.contrib.rpg.rpsystem.html index 3f73d62e59..7af5a012f6 100644 --- a/docs/latest/api/evennia.contrib.rpg.rpsystem.html +++ b/docs/latest/api/evennia.contrib.rpg.rpsystem.html @@ -65,6 +65,7 @@
  • LanguageHandler.translate()
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned
  • +
  • LanguageHandler.NotUpdated
  • LanguageHandler.path
  • LanguageHandler.typename
  • @@ -185,6 +186,7 @@
  • ContribRPObject.get_display_things()
  • ContribRPObject.DoesNotExist
  • ContribRPObject.MultipleObjectsReturned
  • +
  • ContribRPObject.NotUpdated
  • ContribRPObject.path
  • ContribRPObject.typename
  • @@ -192,6 +194,7 @@
  • ContribRPRoom @@ -207,6 +210,7 @@
  • ContribRPCharacter.process_language()
  • ContribRPCharacter.DoesNotExist
  • ContribRPCharacter.MultipleObjectsReturned
  • +
  • ContribRPCharacter.NotUpdated
  • ContribRPCharacter.path
  • ContribRPCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.rpsystem.rplanguage.html b/docs/latest/api/evennia.contrib.rpg.rpsystem.rplanguage.html index 1536211d98..db8f53b00f 100644 --- a/docs/latest/api/evennia.contrib.rpg.rpsystem.rplanguage.html +++ b/docs/latest/api/evennia.contrib.rpg.rpsystem.rplanguage.html @@ -329,6 +329,12 @@ same input sentence.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.rpsystem.rplanguage.LanguageHandler'
    @@ -436,6 +442,7 @@ means fully obscured.

  • LanguageHandler.translate()
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned
  • +
  • LanguageHandler.NotUpdated
  • LanguageHandler.path
  • LanguageHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.rpsystem.rpsystem.html b/docs/latest/api/evennia.contrib.rpg.rpsystem.rpsystem.html index 194c45cd52..a59ebad557 100644 --- a/docs/latest/api/evennia.contrib.rpg.rpsystem.rpsystem.html +++ b/docs/latest/api/evennia.contrib.rpg.rpsystem.rpsystem.html @@ -670,7 +670,7 @@ commands the caller can use.

    -aliases = ['"', "'"]
    +aliases = ["'", '"']
    @@ -701,7 +701,7 @@ commands the caller can use.

    -search_index_entry = {'aliases': '" \'', 'category': 'general', 'key': 'say', 'no_prefix': ' " \'', 'tags': '', 'text': '\nspeak as your character\n\nUsage:\n  say <message>\n\nTalk to those in your current location.\n'}
    +search_index_entry = {'aliases': '\' "', 'category': 'general', 'key': 'say', 'no_prefix': ' \' "', 'tags': '', 'text': '\nspeak as your character\n\nUsage:\n  say <message>\n\nTalk to those in your current location.\n'}
    @@ -1058,6 +1058,12 @@ is privileged to control said object.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.rpsystem.rpsystem.ContribRPObject'
    @@ -1087,6 +1093,12 @@ is privileged to control said object.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.rpsystem.rpsystem.ContribRPRoom'
    @@ -1282,6 +1294,12 @@ the evennia.contrib.rpg.rplanguage module.

    Bases: MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.rpsystem.rpsystem.ContribRPCharacter'
    @@ -1428,6 +1446,7 @@ the evennia.contrib.rpg.rplanguage module.

  • ContribRPObject.get_display_things()
  • ContribRPObject.DoesNotExist
  • ContribRPObject.MultipleObjectsReturned
  • +
  • ContribRPObject.NotUpdated
  • ContribRPObject.path
  • ContribRPObject.typename
  • @@ -1435,6 +1454,7 @@ the evennia.contrib.rpg.rplanguage module.

  • ContribRPRoom @@ -1450,6 +1470,7 @@ the evennia.contrib.rpg.rplanguage module.

  • ContribRPCharacter.process_language()
  • ContribRPCharacter.DoesNotExist
  • ContribRPCharacter.MultipleObjectsReturned
  • +
  • ContribRPCharacter.NotUpdated
  • ContribRPCharacter.path
  • ContribRPCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.traits.html b/docs/latest/api/evennia.contrib.rpg.traits.html index c06365288f..e42f546bf9 100644 --- a/docs/latest/api/evennia.contrib.rpg.traits.html +++ b/docs/latest/api/evennia.contrib.rpg.traits.html @@ -151,6 +151,7 @@
  • TraitContribTestingChar.HP
  • TraitContribTestingChar.DoesNotExist
  • TraitContribTestingChar.MultipleObjectsReturned
  • +
  • TraitContribTestingChar.NotUpdated
  • TraitContribTestingChar.path
  • TraitContribTestingChar.typename
  • diff --git a/docs/latest/api/evennia.contrib.rpg.traits.tests.html b/docs/latest/api/evennia.contrib.rpg.traits.tests.html index 0ac6167ee6..3184d8b114 100644 --- a/docs/latest/api/evennia.contrib.rpg.traits.tests.html +++ b/docs/latest/api/evennia.contrib.rpg.traits.tests.html @@ -593,6 +593,12 @@ under the hood.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.rpg.traits.tests.TraitContribTestingChar'
    @@ -750,6 +756,7 @@ under the hood.

  • TraitContribTestingChar.HP
  • TraitContribTestingChar.DoesNotExist
  • TraitContribTestingChar.MultipleObjectsReturned
  • +
  • TraitContribTestingChar.NotUpdated
  • TraitContribTestingChar.path
  • TraitContribTestingChar.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.bodyfunctions.html b/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.bodyfunctions.html index 98e855c7d3..bc06a954ca 100644 --- a/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.bodyfunctions.html +++ b/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.bodyfunctions.html @@ -96,6 +96,12 @@ a random check here so as to only return 33% of the time.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.bodyfunctions.bodyfunctions.BodyFunctions'
    @@ -139,6 +145,7 @@ a random check here so as to only return 33% of the time.

  • BodyFunctions.send_random_message()
  • BodyFunctions.DoesNotExist
  • BodyFunctions.MultipleObjectsReturned
  • +
  • BodyFunctions.NotUpdated
  • BodyFunctions.path
  • BodyFunctions.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.html b/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.html index 4ea579f1db..84c0b60d01 100644 --- a/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.html +++ b/docs/latest/api/evennia.contrib.tutorials.bodyfunctions.html @@ -60,6 +60,7 @@
  • BodyFunctions.send_random_message()
  • BodyFunctions.DoesNotExist
  • BodyFunctions.MultipleObjectsReturned
  • +
  • BodyFunctions.NotUpdated
  • BodyFunctions.path
  • BodyFunctions.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.characters.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.characters.html index 8c8dc94b5c..d98fe5278a 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.characters.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.characters.html @@ -383,6 +383,12 @@ will need to be done earlier, when the user selects the ability to increase.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.characters.EvAdventureCharacter'
    @@ -472,6 +478,7 @@ it easier to override the look of the sheet.

  • EvAdventureCharacter.level_up()
  • EvAdventureCharacter.DoesNotExist
  • EvAdventureCharacter.MultipleObjectsReturned
  • +
  • EvAdventureCharacter.NotUpdated
  • EvAdventureCharacter.path
  • EvAdventureCharacter.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_base.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_base.html index 76439376d3..f7ceecd8b5 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_base.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_base.html @@ -471,6 +471,12 @@ the particular combat type.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.combat_base.EvAdventureCombatBaseHandler'
    @@ -552,6 +558,7 @@ the particular combat type.

  • EvAdventureCombatBaseHandler.stop_combat()
  • EvAdventureCombatBaseHandler.DoesNotExist
  • EvAdventureCombatBaseHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatBaseHandler.NotUpdated
  • EvAdventureCombatBaseHandler.path
  • EvAdventureCombatBaseHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_turnbased.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_turnbased.html index 0837acef5a..9879cb32a5 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_turnbased.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_turnbased.html @@ -338,6 +338,12 @@ turn of combat, performing everyone’s actions in random order.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.combat_turnbased.EvAdventureTurnbasedCombatHandler'
    @@ -414,7 +420,7 @@ turn of combat, performing everyone’s actions in random order.

    -aliases = ['hit', 'turnbased combat']
    +aliases = ['turnbased combat', 'hit']
    @@ -460,7 +466,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'hit turnbased combat', 'category': 'general', 'key': 'attack', 'no_prefix': ' hit turnbased combat', 'tags': '', 'text': '\nStart or join combat.\n\nUsage:\n  attack [<target>]\n\n'}
    +search_index_entry = {'aliases': 'turnbased combat hit', 'category': 'general', 'key': 'attack', 'no_prefix': ' turnbased combat hit', 'tags': '', 'text': '\nStart or join combat.\n\nUsage:\n  attack [<target>]\n\n'}
    @@ -546,6 +552,7 @@ self.add().

  • EvAdventureTurnbasedCombatHandler.at_repeat()
  • EvAdventureTurnbasedCombatHandler.DoesNotExist
  • EvAdventureTurnbasedCombatHandler.MultipleObjectsReturned
  • +
  • EvAdventureTurnbasedCombatHandler.NotUpdated
  • EvAdventureTurnbasedCombatHandler.path
  • EvAdventureTurnbasedCombatHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_twitch.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_twitch.html index 96d3858755..b8e2e1ddfe 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_twitch.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.combat_twitch.html @@ -251,6 +251,12 @@ an enemy.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.combat_twitch.EvAdventureCombatTwitchHandler'
    @@ -425,7 +431,7 @@ boost INT Wizard Goblin

    -aliases = ['foil', 'boost']
    +aliases = ['boost', 'foil']
    @@ -459,7 +465,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'foil boost', 'category': 'combat', 'key': 'stunt', 'no_prefix': ' foil boost', 'tags': '', 'text': '\nPerform a combat stunt, that boosts an ally against a target, or\nfoils an enemy, giving them disadvantage against an ally.\n\nUsage:\n    boost [ability] <recipient> <target>\n    foil [ability] <recipient> <target>\n    boost [ability] <target>       (same as boost me <target>)\n    foil [ability] <target>        (same as foil <target> me)\n\nExample:\n    boost STR me Goblin\n    boost DEX Goblin\n    foil STR Goblin me\n    foil INT Goblin\n    boost INT Wizard Goblin\n\n'}
    +search_index_entry = {'aliases': 'boost foil', 'category': 'combat', 'key': 'stunt', 'no_prefix': ' boost foil', 'tags': '', 'text': '\nPerform a combat stunt, that boosts an ally against a target, or\nfoils an enemy, giving them disadvantage against an ally.\n\nUsage:\n    boost [ability] <recipient> <target>\n    foil [ability] <recipient> <target>\n    boost [ability] <target>       (same as boost me <target>)\n    foil [ability] <target>        (same as foil <target> me)\n\nExample:\n    boost STR me Goblin\n    boost DEX Goblin\n    foil STR Goblin me\n    foil INT Goblin\n    boost INT Wizard Goblin\n\n'}
    @@ -681,6 +687,7 @@ self.add().

  • EvAdventureCombatTwitchHandler.stop_combat()
  • EvAdventureCombatTwitchHandler.DoesNotExist
  • EvAdventureCombatTwitchHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatTwitchHandler.NotUpdated
  • EvAdventureCombatTwitchHandler.path
  • EvAdventureCombatTwitchHandler.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.commands.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.commands.html index 3a00704d98..28a2cd87a2 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.commands.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.commands.html @@ -140,7 +140,7 @@ self.args).

    -aliases = ['inv', 'i']
    +aliases = ['i', 'inv']
    @@ -164,7 +164,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'inv i', 'category': 'general', 'key': 'inventory', 'no_prefix': ' inv i', 'tags': '', 'text': '\nView your inventory\n\nUsage:\n  inventory\n\n'}
    +search_index_entry = {'aliases': 'i inv', 'category': 'general', 'key': 'inventory', 'no_prefix': ' i inv', 'tags': '', 'text': '\nView your inventory\n\nUsage:\n  inventory\n\n'}
    @@ -241,7 +241,7 @@ unwear <item>

    -aliases = ['unwield', 'unwear']
    +aliases = ['unwear', 'unwield']
    @@ -265,7 +265,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'unwield unwear', 'category': 'general', 'key': 'remove', 'no_prefix': ' unwield unwear', 'tags': '', 'text': '\nRemove a remove a weapon/shield, armor or helmet.\n\nUsage:\n  remove <item>\n  unwield <item>\n  unwear <item>\n\nTo remove an item from the backpack, use |wdrop|n instead.\n\n'}
    +search_index_entry = {'aliases': 'unwear unwield', 'category': 'general', 'key': 'remove', 'no_prefix': ' unwear unwield', 'tags': '', 'text': '\nRemove a remove a weapon/shield, armor or helmet.\n\nUsage:\n  remove <item>\n  unwield <item>\n  unwear <item>\n\nTo remove an item from the backpack, use |wdrop|n instead.\n\n'}
    diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.dungeon.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.dungeon.html index e69b8d1523..a1a423ef54 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.dungeon.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.dungeon.html @@ -136,6 +136,12 @@ easier (for example we may want an empty room which auto-clears).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonRoom'
    @@ -184,6 +190,12 @@ was not yet created. It checks the current location to get the dungeon-branch in

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonExit'
    @@ -308,6 +320,12 @@ paths we have so as to not have it grow exponentially.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonBranch'
    @@ -353,6 +371,12 @@ act of passing through creates a room on the other side.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonStartRoomExit'
    @@ -401,6 +425,12 @@ back to the start room.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonBranchDeleter'
    @@ -442,6 +472,12 @@ back to the start room.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureStartRoomResetter'
    @@ -527,6 +563,12 @@ easier (for example we may want an empty room which auto-clears).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.dungeon.EvAdventureDungeonStartRoom'
    @@ -576,6 +618,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonRoom.get_display_footer()
  • EvAdventureDungeonRoom.DoesNotExist
  • EvAdventureDungeonRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonRoom.NotUpdated
  • EvAdventureDungeonRoom.path
  • EvAdventureDungeonRoom.typename
  • @@ -586,6 +629,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonExit.at_failed_traverse()
  • EvAdventureDungeonExit.DoesNotExist
  • EvAdventureDungeonExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonExit.NotUpdated
  • EvAdventureDungeonExit.path
  • EvAdventureDungeonExit.typename
  • @@ -606,6 +650,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonBranch.new_room()
  • EvAdventureDungeonBranch.DoesNotExist
  • EvAdventureDungeonBranch.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranch.NotUpdated
  • EvAdventureDungeonBranch.path
  • EvAdventureDungeonBranch.typename
  • @@ -615,6 +660,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonStartRoomExit.at_traverse()
  • EvAdventureDungeonStartRoomExit.DoesNotExist
  • EvAdventureDungeonStartRoomExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoomExit.NotUpdated
  • EvAdventureDungeonStartRoomExit.path
  • EvAdventureDungeonStartRoomExit.typename
  • @@ -625,6 +671,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonBranchDeleter.at_repeat()
  • EvAdventureDungeonBranchDeleter.DoesNotExist
  • EvAdventureDungeonBranchDeleter.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranchDeleter.NotUpdated
  • EvAdventureDungeonBranchDeleter.path
  • EvAdventureDungeonBranchDeleter.typename
  • @@ -634,6 +681,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureStartRoomResetter.at_repeat()
  • EvAdventureStartRoomResetter.DoesNotExist
  • EvAdventureStartRoomResetter.MultipleObjectsReturned
  • +
  • EvAdventureStartRoomResetter.NotUpdated
  • EvAdventureStartRoomResetter.path
  • EvAdventureStartRoomResetter.typename
  • @@ -648,6 +696,7 @@ easier (for example we may want an empty room which auto-clears).

  • EvAdventureDungeonStartRoom.at_object_receive()
  • EvAdventureDungeonStartRoom.DoesNotExist
  • EvAdventureDungeonStartRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoom.NotUpdated
  • EvAdventureDungeonStartRoom.path
  • EvAdventureDungeonStartRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.html index 8e8d753015..f24cb3b7bb 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.html @@ -122,6 +122,7 @@ documentation’s beginner tutorial.

  • EvAdventureCharacter.level_up()
  • EvAdventureCharacter.DoesNotExist
  • EvAdventureCharacter.MultipleObjectsReturned
  • +
  • EvAdventureCharacter.NotUpdated
  • EvAdventureCharacter.path
  • EvAdventureCharacter.typename
  • @@ -188,6 +189,7 @@ documentation’s beginner tutorial.

  • EvAdventureCombatBaseHandler.stop_combat()
  • EvAdventureCombatBaseHandler.DoesNotExist
  • EvAdventureCombatBaseHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatBaseHandler.NotUpdated
  • EvAdventureCombatBaseHandler.path
  • EvAdventureCombatBaseHandler.typename
  • @@ -226,6 +228,7 @@ documentation’s beginner tutorial.

  • EvAdventureTurnbasedCombatHandler.at_repeat()
  • EvAdventureTurnbasedCombatHandler.DoesNotExist
  • EvAdventureTurnbasedCombatHandler.MultipleObjectsReturned
  • +
  • EvAdventureTurnbasedCombatHandler.NotUpdated
  • EvAdventureTurnbasedCombatHandler.path
  • EvAdventureTurnbasedCombatHandler.typename
  • @@ -279,6 +282,7 @@ documentation’s beginner tutorial.

  • EvAdventureCombatTwitchHandler.stop_combat()
  • EvAdventureCombatTwitchHandler.DoesNotExist
  • EvAdventureCombatTwitchHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatTwitchHandler.NotUpdated
  • EvAdventureCombatTwitchHandler.path
  • EvAdventureCombatTwitchHandler.typename
  • @@ -435,6 +439,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonRoom.get_display_footer()
  • EvAdventureDungeonRoom.DoesNotExist
  • EvAdventureDungeonRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonRoom.NotUpdated
  • EvAdventureDungeonRoom.path
  • EvAdventureDungeonRoom.typename
  • @@ -445,6 +450,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonExit.at_failed_traverse()
  • EvAdventureDungeonExit.DoesNotExist
  • EvAdventureDungeonExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonExit.NotUpdated
  • EvAdventureDungeonExit.path
  • EvAdventureDungeonExit.typename
  • @@ -465,6 +471,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonBranch.new_room()
  • EvAdventureDungeonBranch.DoesNotExist
  • EvAdventureDungeonBranch.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranch.NotUpdated
  • EvAdventureDungeonBranch.path
  • EvAdventureDungeonBranch.typename
  • @@ -474,6 +481,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonStartRoomExit.at_traverse()
  • EvAdventureDungeonStartRoomExit.DoesNotExist
  • EvAdventureDungeonStartRoomExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoomExit.NotUpdated
  • EvAdventureDungeonStartRoomExit.path
  • EvAdventureDungeonStartRoomExit.typename
  • @@ -484,6 +492,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonBranchDeleter.at_repeat()
  • EvAdventureDungeonBranchDeleter.DoesNotExist
  • EvAdventureDungeonBranchDeleter.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranchDeleter.NotUpdated
  • EvAdventureDungeonBranchDeleter.path
  • EvAdventureDungeonBranchDeleter.typename
  • @@ -493,6 +502,7 @@ documentation’s beginner tutorial.

  • EvAdventureStartRoomResetter.at_repeat()
  • EvAdventureStartRoomResetter.DoesNotExist
  • EvAdventureStartRoomResetter.MultipleObjectsReturned
  • +
  • EvAdventureStartRoomResetter.NotUpdated
  • EvAdventureStartRoomResetter.path
  • EvAdventureStartRoomResetter.typename
  • @@ -507,6 +517,7 @@ documentation’s beginner tutorial.

  • EvAdventureDungeonStartRoom.at_object_receive()
  • EvAdventureDungeonStartRoom.DoesNotExist
  • EvAdventureDungeonStartRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoom.NotUpdated
  • EvAdventureDungeonStartRoom.path
  • EvAdventureDungeonStartRoom.typename
  • @@ -603,6 +614,7 @@ documentation’s beginner tutorial.

  • EvAdventureNPC.ai_next_action()
  • EvAdventureNPC.DoesNotExist
  • EvAdventureNPC.MultipleObjectsReturned
  • +
  • EvAdventureNPC.NotUpdated
  • EvAdventureNPC.path
  • EvAdventureNPC.typename
  • @@ -616,6 +628,7 @@ documentation’s beginner tutorial.

  • EvAdventureTalkativeNPC.at_talk()
  • EvAdventureTalkativeNPC.DoesNotExist
  • EvAdventureTalkativeNPC.MultipleObjectsReturned
  • +
  • EvAdventureTalkativeNPC.NotUpdated
  • EvAdventureTalkativeNPC.path
  • EvAdventureTalkativeNPC.typename
  • @@ -624,6 +637,7 @@ documentation’s beginner tutorial.

  • EvAdventureQuestGiver @@ -635,6 +649,7 @@ documentation’s beginner tutorial.

  • EvAdventureShopKeeper.at_damage()
  • EvAdventureShopKeeper.DoesNotExist
  • EvAdventureShopKeeper.MultipleObjectsReturned
  • +
  • EvAdventureShopKeeper.NotUpdated
  • EvAdventureShopKeeper.path
  • EvAdventureShopKeeper.typename
  • @@ -649,6 +664,7 @@ documentation’s beginner tutorial.

  • EvAdventureMob.at_defeat()
  • EvAdventureMob.DoesNotExist
  • EvAdventureMob.MultipleObjectsReturned
  • +
  • EvAdventureMob.NotUpdated
  • EvAdventureMob.path
  • EvAdventureMob.typename
  • @@ -671,6 +687,7 @@ documentation’s beginner tutorial.

  • EvAdventureObject.at_post_use()
  • EvAdventureObject.DoesNotExist
  • EvAdventureObject.MultipleObjectsReturned
  • +
  • EvAdventureObject.NotUpdated
  • EvAdventureObject.path
  • EvAdventureObject.typename
  • @@ -680,6 +697,7 @@ documentation’s beginner tutorial.

  • EvAdventureObjectFiller.quality
  • EvAdventureObjectFiller.DoesNotExist
  • EvAdventureObjectFiller.MultipleObjectsReturned
  • +
  • EvAdventureObjectFiller.NotUpdated
  • EvAdventureObjectFiller.path
  • EvAdventureObjectFiller.typename
  • @@ -689,6 +707,7 @@ documentation’s beginner tutorial.

  • EvAdventureQuestObject.value
  • EvAdventureQuestObject.DoesNotExist
  • EvAdventureQuestObject.MultipleObjectsReturned
  • +
  • EvAdventureQuestObject.NotUpdated
  • EvAdventureQuestObject.path
  • EvAdventureQuestObject.typename
  • @@ -698,6 +717,7 @@ documentation’s beginner tutorial.

  • EvAdventureTreasure.value
  • EvAdventureTreasure.DoesNotExist
  • EvAdventureTreasure.MultipleObjectsReturned
  • +
  • EvAdventureTreasure.NotUpdated
  • EvAdventureTreasure.path
  • EvAdventureTreasure.typename
  • @@ -711,6 +731,7 @@ documentation’s beginner tutorial.

  • EvAdventureConsumable.at_post_use()
  • EvAdventureConsumable.DoesNotExist
  • EvAdventureConsumable.MultipleObjectsReturned
  • +
  • EvAdventureConsumable.NotUpdated
  • EvAdventureConsumable.path
  • EvAdventureConsumable.typename
  • @@ -728,6 +749,7 @@ documentation’s beginner tutorial.

  • EvAdventureWeapon.at_post_use()
  • EvAdventureWeapon.DoesNotExist
  • EvAdventureWeapon.MultipleObjectsReturned
  • +
  • EvAdventureWeapon.NotUpdated
  • EvAdventureWeapon.path
  • EvAdventureWeapon.typename
  • @@ -739,6 +761,7 @@ documentation’s beginner tutorial.

  • EvAdventureThrowable.damage_roll
  • EvAdventureThrowable.DoesNotExist
  • EvAdventureThrowable.MultipleObjectsReturned
  • +
  • EvAdventureThrowable.NotUpdated
  • EvAdventureThrowable.path
  • EvAdventureThrowable.typename
  • @@ -754,6 +777,7 @@ documentation’s beginner tutorial.

  • EvAdventureRunestone.refresh()
  • EvAdventureRunestone.DoesNotExist
  • EvAdventureRunestone.MultipleObjectsReturned
  • +
  • EvAdventureRunestone.NotUpdated
  • EvAdventureRunestone.path
  • EvAdventureRunestone.typename
  • @@ -765,6 +789,7 @@ documentation’s beginner tutorial.

  • EvAdventureArmor.quality
  • EvAdventureArmor.DoesNotExist
  • EvAdventureArmor.MultipleObjectsReturned
  • +
  • EvAdventureArmor.NotUpdated
  • EvAdventureArmor.path
  • EvAdventureArmor.typename
  • @@ -774,6 +799,7 @@ documentation’s beginner tutorial.

  • EvAdventureShield.inventory_use_slot
  • EvAdventureShield.DoesNotExist
  • EvAdventureShield.MultipleObjectsReturned
  • +
  • EvAdventureShield.NotUpdated
  • EvAdventureShield.path
  • EvAdventureShield.typename
  • @@ -783,6 +809,7 @@ documentation’s beginner tutorial.

  • EvAdventureHelmet.inventory_use_slot
  • EvAdventureHelmet.DoesNotExist
  • EvAdventureHelmet.MultipleObjectsReturned
  • +
  • EvAdventureHelmet.NotUpdated
  • EvAdventureHelmet.path
  • EvAdventureHelmet.typename
  • @@ -797,6 +824,7 @@ documentation’s beginner tutorial.

  • WeaponBareHands.quality
  • WeaponBareHands.DoesNotExist
  • WeaponBareHands.MultipleObjectsReturned
  • +
  • WeaponBareHands.NotUpdated
  • WeaponBareHands.path
  • WeaponBareHands.typename
  • @@ -867,6 +895,7 @@ documentation’s beginner tutorial.

  • EvAdventureRoom.get_display_header()
  • EvAdventureRoom.DoesNotExist
  • EvAdventureRoom.MultipleObjectsReturned
  • +
  • EvAdventureRoom.NotUpdated
  • EvAdventureRoom.path
  • EvAdventureRoom.typename
  • @@ -877,6 +906,7 @@ documentation’s beginner tutorial.

  • EvAdventurePvPRoom.get_display_footer()
  • EvAdventurePvPRoom.DoesNotExist
  • EvAdventurePvPRoom.MultipleObjectsReturned
  • +
  • EvAdventurePvPRoom.NotUpdated
  • EvAdventurePvPRoom.path
  • EvAdventurePvPRoom.typename
  • @@ -1095,6 +1125,7 @@ documentation’s beginner tutorial.

  • EvAdventureQuestTest.test_help()
  • EvAdventureQuestTest.test_progress__fail()
  • EvAdventureQuestTest.test_progress()
  • +
  • EvAdventureQuestTest.test_questhandler_reload_after_restart()
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.npcs.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.npcs.html index 7862a285df..af302ec50a 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.npcs.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.npcs.html @@ -201,6 +201,12 @@ get the next action the npc should perform in combat.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.npcs.EvAdventureNPC'
    @@ -309,6 +315,12 @@ given to the NPC at creation.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.npcs.EvAdventureTalkativeNPC'
    @@ -346,6 +358,12 @@ based on nodes named node_start_* are available in the node tre

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.npcs.EvAdventureQuestGiver'
    @@ -399,6 +417,12 @@ based on nodes named node_start_* are available in the node tre

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.npcs.EvAdventureShopKeeper'
    @@ -469,6 +493,12 @@ are found, switch to roam state.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.npcs.EvAdventureMob'
    @@ -530,6 +560,7 @@ are found, switch to roam state.

  • EvAdventureNPC.ai_next_action()
  • EvAdventureNPC.DoesNotExist
  • EvAdventureNPC.MultipleObjectsReturned
  • +
  • EvAdventureNPC.NotUpdated
  • EvAdventureNPC.path
  • EvAdventureNPC.typename
  • @@ -543,6 +574,7 @@ are found, switch to roam state.

  • EvAdventureTalkativeNPC.at_talk()
  • EvAdventureTalkativeNPC.DoesNotExist
  • EvAdventureTalkativeNPC.MultipleObjectsReturned
  • +
  • EvAdventureTalkativeNPC.NotUpdated
  • EvAdventureTalkativeNPC.path
  • EvAdventureTalkativeNPC.typename
  • @@ -551,6 +583,7 @@ are found, switch to roam state.

  • EvAdventureQuestGiver @@ -562,6 +595,7 @@ are found, switch to roam state.

  • EvAdventureShopKeeper.at_damage()
  • EvAdventureShopKeeper.DoesNotExist
  • EvAdventureShopKeeper.MultipleObjectsReturned
  • +
  • EvAdventureShopKeeper.NotUpdated
  • EvAdventureShopKeeper.path
  • EvAdventureShopKeeper.typename
  • @@ -576,6 +610,7 @@ are found, switch to roam state.

  • EvAdventureMob.at_defeat()
  • EvAdventureMob.DoesNotExist
  • EvAdventureMob.MultipleObjectsReturned
  • +
  • EvAdventureMob.NotUpdated
  • EvAdventureMob.path
  • EvAdventureMob.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.objects.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.objects.html index 9d3597bebb..fdfcade9f0 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.objects.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.objects.html @@ -182,6 +182,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureObject'
    @@ -228,6 +234,12 @@ meaning it’s unusable.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureObjectFiller'
    @@ -268,6 +280,12 @@ meaning it’s unusable.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureQuestObject'
    @@ -308,6 +326,12 @@ meaning it’s unusable.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureTreasure'
    @@ -383,6 +407,12 @@ have a limited usage in this way.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureConsumable'
    @@ -483,6 +513,12 @@ but it does not change an object’s keys or aliases when searching.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureWeapon'
    @@ -536,6 +572,12 @@ but it does not change an object’s keys or aliases when searching.

    Bases: MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureThrowable'
    @@ -613,6 +655,12 @@ they are quite powerful (and scales with caster level).

    Bases: MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureRunestone'
    @@ -664,6 +712,12 @@ they are quite powerful (and scales with caster level).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureArmor'
    @@ -703,6 +757,12 @@ they are quite powerful (and scales with caster level).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureShield'
    @@ -742,6 +802,12 @@ they are quite powerful (and scales with caster level).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.EvAdventureHelmet'
    @@ -806,6 +872,12 @@ they are quite powerful (and scales with caster level).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.objects.WeaponBareHands'
    @@ -869,6 +941,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureObject.at_post_use()
  • EvAdventureObject.DoesNotExist
  • EvAdventureObject.MultipleObjectsReturned
  • +
  • EvAdventureObject.NotUpdated
  • EvAdventureObject.path
  • EvAdventureObject.typename
  • @@ -878,6 +951,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureObjectFiller.quality
  • EvAdventureObjectFiller.DoesNotExist
  • EvAdventureObjectFiller.MultipleObjectsReturned
  • +
  • EvAdventureObjectFiller.NotUpdated
  • EvAdventureObjectFiller.path
  • EvAdventureObjectFiller.typename
  • @@ -887,6 +961,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureQuestObject.value
  • EvAdventureQuestObject.DoesNotExist
  • EvAdventureQuestObject.MultipleObjectsReturned
  • +
  • EvAdventureQuestObject.NotUpdated
  • EvAdventureQuestObject.path
  • EvAdventureQuestObject.typename
  • @@ -896,6 +971,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureTreasure.value
  • EvAdventureTreasure.DoesNotExist
  • EvAdventureTreasure.MultipleObjectsReturned
  • +
  • EvAdventureTreasure.NotUpdated
  • EvAdventureTreasure.path
  • EvAdventureTreasure.typename
  • @@ -909,6 +985,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureConsumable.at_post_use()
  • EvAdventureConsumable.DoesNotExist
  • EvAdventureConsumable.MultipleObjectsReturned
  • +
  • EvAdventureConsumable.NotUpdated
  • EvAdventureConsumable.path
  • EvAdventureConsumable.typename
  • @@ -926,6 +1003,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureWeapon.at_post_use()
  • EvAdventureWeapon.DoesNotExist
  • EvAdventureWeapon.MultipleObjectsReturned
  • +
  • EvAdventureWeapon.NotUpdated
  • EvAdventureWeapon.path
  • EvAdventureWeapon.typename
  • @@ -937,6 +1015,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureThrowable.damage_roll
  • EvAdventureThrowable.DoesNotExist
  • EvAdventureThrowable.MultipleObjectsReturned
  • +
  • EvAdventureThrowable.NotUpdated
  • EvAdventureThrowable.path
  • EvAdventureThrowable.typename
  • @@ -952,6 +1031,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureRunestone.refresh()
  • EvAdventureRunestone.DoesNotExist
  • EvAdventureRunestone.MultipleObjectsReturned
  • +
  • EvAdventureRunestone.NotUpdated
  • EvAdventureRunestone.path
  • EvAdventureRunestone.typename
  • @@ -963,6 +1043,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureArmor.quality
  • EvAdventureArmor.DoesNotExist
  • EvAdventureArmor.MultipleObjectsReturned
  • +
  • EvAdventureArmor.NotUpdated
  • EvAdventureArmor.path
  • EvAdventureArmor.typename
  • @@ -972,6 +1053,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureShield.inventory_use_slot
  • EvAdventureShield.DoesNotExist
  • EvAdventureShield.MultipleObjectsReturned
  • +
  • EvAdventureShield.NotUpdated
  • EvAdventureShield.path
  • EvAdventureShield.typename
  • @@ -981,6 +1063,7 @@ they are quite powerful (and scales with caster level).

  • EvAdventureHelmet.inventory_use_slot
  • EvAdventureHelmet.DoesNotExist
  • EvAdventureHelmet.MultipleObjectsReturned
  • +
  • EvAdventureHelmet.NotUpdated
  • EvAdventureHelmet.path
  • EvAdventureHelmet.typename
  • @@ -995,6 +1078,7 @@ they are quite powerful (and scales with caster level).

  • WeaponBareHands.quality
  • WeaponBareHands.DoesNotExist
  • WeaponBareHands.MultipleObjectsReturned
  • +
  • WeaponBareHands.NotUpdated
  • WeaponBareHands.path
  • WeaponBareHands.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.quests.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.quests.html index 0a38cca81e..971433fdcd 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.quests.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.quests.html @@ -61,7 +61,7 @@ using the add_data and get_data methods with a another quest.

    -class evennia.contrib.tutorials.evadventure.quests.EvAdventureQuest(quester)[source]
    +class evennia.contrib.tutorials.evadventure.quests.EvAdventureQuest(quester, questhandler=None)[source]

    Bases: object

    This represents a single questing unit of quest.

    @@ -128,7 +128,7 @@ self.complete()

    -__init__(quester)[source]
    +__init__(quester, questhandler=None)[source]
    diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.rooms.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.rooms.html index 5f52b0800c..7b8bf486fd 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.rooms.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.rooms.html @@ -103,6 +103,12 @@ just not be able to fight in them).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.rooms.EvAdventureRoom'
    @@ -150,6 +156,12 @@ just not be able to fight in them).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.evadventure.rooms.EvAdventurePvPRoom'
    @@ -195,6 +207,7 @@ just not be able to fight in them).

  • EvAdventureRoom.get_display_header()
  • EvAdventureRoom.DoesNotExist
  • EvAdventureRoom.MultipleObjectsReturned
  • +
  • EvAdventureRoom.NotUpdated
  • EvAdventureRoom.path
  • EvAdventureRoom.typename
  • @@ -205,6 +218,7 @@ just not be able to fight in them).

  • EvAdventurePvPRoom.get_display_footer()
  • EvAdventurePvPRoom.DoesNotExist
  • EvAdventurePvPRoom.MultipleObjectsReturned
  • +
  • EvAdventurePvPRoom.NotUpdated
  • EvAdventurePvPRoom.path
  • EvAdventurePvPRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.html index 94e5da1048..28a61e2381 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.html @@ -211,6 +211,7 @@
  • EvAdventureQuestTest.test_help()
  • EvAdventureQuestTest.test_progress__fail()
  • EvAdventureQuestTest.test_progress()
  • +
  • EvAdventureQuestTest.test_questhandler_reload_after_restart()
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.test_quests.html b/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.test_quests.html index 5dea6aa113..28790546e3 100644 --- a/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.test_quests.html +++ b/docs/latest/api/evennia.contrib.tutorials.evadventure.tests.test_quests.html @@ -82,6 +82,12 @@

    Fulfill the quest steps in sequence.

    +
    +
    +test_questhandler_reload_after_restart()[source]
    +

    Test #3560: quest handler should reload and keep quest data after restart.

    +
    +
    @@ -114,6 +120,7 @@
  • EvAdventureQuestTest.test_help()
  • EvAdventureQuestTest.test_progress__fail()
  • EvAdventureQuestTest.test_progress()
  • +
  • EvAdventureQuestTest.test_questhandler_reload_after_restart()
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.html b/docs/latest/api/evennia.contrib.tutorials.html index a00d1c3c04..f6d57c3992 100644 --- a/docs/latest/api/evennia.contrib.tutorials.html +++ b/docs/latest/api/evennia.contrib.tutorials.html @@ -64,6 +64,7 @@
  • BodyFunctions.send_random_message()
  • BodyFunctions.DoesNotExist
  • BodyFunctions.MultipleObjectsReturned
  • +
  • BodyFunctions.NotUpdated
  • BodyFunctions.path
  • BodyFunctions.typename
  • @@ -151,6 +152,7 @@
  • EvAdventureCharacter.level_up()
  • EvAdventureCharacter.DoesNotExist
  • EvAdventureCharacter.MultipleObjectsReturned
  • +
  • EvAdventureCharacter.NotUpdated
  • EvAdventureCharacter.path
  • EvAdventureCharacter.typename
  • @@ -217,6 +219,7 @@
  • EvAdventureCombatBaseHandler.stop_combat()
  • EvAdventureCombatBaseHandler.DoesNotExist
  • EvAdventureCombatBaseHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatBaseHandler.NotUpdated
  • EvAdventureCombatBaseHandler.path
  • EvAdventureCombatBaseHandler.typename
  • @@ -255,6 +258,7 @@
  • EvAdventureTurnbasedCombatHandler.at_repeat()
  • EvAdventureTurnbasedCombatHandler.DoesNotExist
  • EvAdventureTurnbasedCombatHandler.MultipleObjectsReturned
  • +
  • EvAdventureTurnbasedCombatHandler.NotUpdated
  • EvAdventureTurnbasedCombatHandler.path
  • EvAdventureTurnbasedCombatHandler.typename
  • @@ -308,6 +312,7 @@
  • EvAdventureCombatTwitchHandler.stop_combat()
  • EvAdventureCombatTwitchHandler.DoesNotExist
  • EvAdventureCombatTwitchHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatTwitchHandler.NotUpdated
  • EvAdventureCombatTwitchHandler.path
  • EvAdventureCombatTwitchHandler.typename
  • @@ -464,6 +469,7 @@
  • EvAdventureDungeonRoom.get_display_footer()
  • EvAdventureDungeonRoom.DoesNotExist
  • EvAdventureDungeonRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonRoom.NotUpdated
  • EvAdventureDungeonRoom.path
  • EvAdventureDungeonRoom.typename
  • @@ -474,6 +480,7 @@
  • EvAdventureDungeonExit.at_failed_traverse()
  • EvAdventureDungeonExit.DoesNotExist
  • EvAdventureDungeonExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonExit.NotUpdated
  • EvAdventureDungeonExit.path
  • EvAdventureDungeonExit.typename
  • @@ -494,6 +501,7 @@
  • EvAdventureDungeonBranch.new_room()
  • EvAdventureDungeonBranch.DoesNotExist
  • EvAdventureDungeonBranch.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranch.NotUpdated
  • EvAdventureDungeonBranch.path
  • EvAdventureDungeonBranch.typename
  • @@ -503,6 +511,7 @@
  • EvAdventureDungeonStartRoomExit.at_traverse()
  • EvAdventureDungeonStartRoomExit.DoesNotExist
  • EvAdventureDungeonStartRoomExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoomExit.NotUpdated
  • EvAdventureDungeonStartRoomExit.path
  • EvAdventureDungeonStartRoomExit.typename
  • @@ -513,6 +522,7 @@
  • EvAdventureDungeonBranchDeleter.at_repeat()
  • EvAdventureDungeonBranchDeleter.DoesNotExist
  • EvAdventureDungeonBranchDeleter.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranchDeleter.NotUpdated
  • EvAdventureDungeonBranchDeleter.path
  • EvAdventureDungeonBranchDeleter.typename
  • @@ -522,6 +532,7 @@
  • EvAdventureStartRoomResetter.at_repeat()
  • EvAdventureStartRoomResetter.DoesNotExist
  • EvAdventureStartRoomResetter.MultipleObjectsReturned
  • +
  • EvAdventureStartRoomResetter.NotUpdated
  • EvAdventureStartRoomResetter.path
  • EvAdventureStartRoomResetter.typename
  • @@ -536,6 +547,7 @@
  • EvAdventureDungeonStartRoom.at_object_receive()
  • EvAdventureDungeonStartRoom.DoesNotExist
  • EvAdventureDungeonStartRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoom.NotUpdated
  • EvAdventureDungeonStartRoom.path
  • EvAdventureDungeonStartRoom.typename
  • @@ -632,6 +644,7 @@
  • EvAdventureNPC.ai_next_action()
  • EvAdventureNPC.DoesNotExist
  • EvAdventureNPC.MultipleObjectsReturned
  • +
  • EvAdventureNPC.NotUpdated
  • EvAdventureNPC.path
  • EvAdventureNPC.typename
  • @@ -645,6 +658,7 @@
  • EvAdventureTalkativeNPC.at_talk()
  • EvAdventureTalkativeNPC.DoesNotExist
  • EvAdventureTalkativeNPC.MultipleObjectsReturned
  • +
  • EvAdventureTalkativeNPC.NotUpdated
  • EvAdventureTalkativeNPC.path
  • EvAdventureTalkativeNPC.typename
  • @@ -653,6 +667,7 @@
  • EvAdventureQuestGiver @@ -664,6 +679,7 @@
  • EvAdventureShopKeeper.at_damage()
  • EvAdventureShopKeeper.DoesNotExist
  • EvAdventureShopKeeper.MultipleObjectsReturned
  • +
  • EvAdventureShopKeeper.NotUpdated
  • EvAdventureShopKeeper.path
  • EvAdventureShopKeeper.typename
  • @@ -678,6 +694,7 @@
  • EvAdventureMob.at_defeat()
  • EvAdventureMob.DoesNotExist
  • EvAdventureMob.MultipleObjectsReturned
  • +
  • EvAdventureMob.NotUpdated
  • EvAdventureMob.path
  • EvAdventureMob.typename
  • @@ -700,6 +717,7 @@
  • EvAdventureObject.at_post_use()
  • EvAdventureObject.DoesNotExist
  • EvAdventureObject.MultipleObjectsReturned
  • +
  • EvAdventureObject.NotUpdated
  • EvAdventureObject.path
  • EvAdventureObject.typename
  • @@ -709,6 +727,7 @@
  • EvAdventureObjectFiller.quality
  • EvAdventureObjectFiller.DoesNotExist
  • EvAdventureObjectFiller.MultipleObjectsReturned
  • +
  • EvAdventureObjectFiller.NotUpdated
  • EvAdventureObjectFiller.path
  • EvAdventureObjectFiller.typename
  • @@ -718,6 +737,7 @@
  • EvAdventureQuestObject.value
  • EvAdventureQuestObject.DoesNotExist
  • EvAdventureQuestObject.MultipleObjectsReturned
  • +
  • EvAdventureQuestObject.NotUpdated
  • EvAdventureQuestObject.path
  • EvAdventureQuestObject.typename
  • @@ -727,6 +747,7 @@
  • EvAdventureTreasure.value
  • EvAdventureTreasure.DoesNotExist
  • EvAdventureTreasure.MultipleObjectsReturned
  • +
  • EvAdventureTreasure.NotUpdated
  • EvAdventureTreasure.path
  • EvAdventureTreasure.typename
  • @@ -740,6 +761,7 @@
  • EvAdventureConsumable.at_post_use()
  • EvAdventureConsumable.DoesNotExist
  • EvAdventureConsumable.MultipleObjectsReturned
  • +
  • EvAdventureConsumable.NotUpdated
  • EvAdventureConsumable.path
  • EvAdventureConsumable.typename
  • @@ -757,6 +779,7 @@
  • EvAdventureWeapon.at_post_use()
  • EvAdventureWeapon.DoesNotExist
  • EvAdventureWeapon.MultipleObjectsReturned
  • +
  • EvAdventureWeapon.NotUpdated
  • EvAdventureWeapon.path
  • EvAdventureWeapon.typename
  • @@ -768,6 +791,7 @@
  • EvAdventureThrowable.damage_roll
  • EvAdventureThrowable.DoesNotExist
  • EvAdventureThrowable.MultipleObjectsReturned
  • +
  • EvAdventureThrowable.NotUpdated
  • EvAdventureThrowable.path
  • EvAdventureThrowable.typename
  • @@ -783,6 +807,7 @@
  • EvAdventureRunestone.refresh()
  • EvAdventureRunestone.DoesNotExist
  • EvAdventureRunestone.MultipleObjectsReturned
  • +
  • EvAdventureRunestone.NotUpdated
  • EvAdventureRunestone.path
  • EvAdventureRunestone.typename
  • @@ -794,6 +819,7 @@
  • EvAdventureArmor.quality
  • EvAdventureArmor.DoesNotExist
  • EvAdventureArmor.MultipleObjectsReturned
  • +
  • EvAdventureArmor.NotUpdated
  • EvAdventureArmor.path
  • EvAdventureArmor.typename
  • @@ -803,6 +829,7 @@
  • EvAdventureShield.inventory_use_slot
  • EvAdventureShield.DoesNotExist
  • EvAdventureShield.MultipleObjectsReturned
  • +
  • EvAdventureShield.NotUpdated
  • EvAdventureShield.path
  • EvAdventureShield.typename
  • @@ -812,6 +839,7 @@
  • EvAdventureHelmet.inventory_use_slot
  • EvAdventureHelmet.DoesNotExist
  • EvAdventureHelmet.MultipleObjectsReturned
  • +
  • EvAdventureHelmet.NotUpdated
  • EvAdventureHelmet.path
  • EvAdventureHelmet.typename
  • @@ -826,6 +854,7 @@
  • WeaponBareHands.quality
  • WeaponBareHands.DoesNotExist
  • WeaponBareHands.MultipleObjectsReturned
  • +
  • WeaponBareHands.NotUpdated
  • WeaponBareHands.path
  • WeaponBareHands.typename
  • @@ -896,6 +925,7 @@
  • EvAdventureRoom.get_display_header()
  • EvAdventureRoom.DoesNotExist
  • EvAdventureRoom.MultipleObjectsReturned
  • +
  • EvAdventureRoom.NotUpdated
  • EvAdventureRoom.path
  • EvAdventureRoom.typename
  • @@ -906,6 +936,7 @@
  • EvAdventurePvPRoom.get_display_footer()
  • EvAdventurePvPRoom.DoesNotExist
  • EvAdventurePvPRoom.MultipleObjectsReturned
  • +
  • EvAdventurePvPRoom.NotUpdated
  • EvAdventurePvPRoom.path
  • EvAdventurePvPRoom.typename
  • @@ -1120,6 +1151,7 @@
  • EvAdventureQuestTest.test_help()
  • EvAdventureQuestTest.test_progress__fail()
  • EvAdventureQuestTest.test_progress()
  • +
  • EvAdventureQuestTest.test_questhandler_reload_after_restart()
  • @@ -1166,6 +1198,7 @@
  • TutorialMirror.msg()
  • TutorialMirror.DoesNotExist
  • TutorialMirror.MultipleObjectsReturned
  • +
  • TutorialMirror.NotUpdated
  • TutorialMirror.path
  • TutorialMirror.typename
  • @@ -1292,6 +1325,7 @@
  • RedButton.break_lamp()
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned
  • +
  • RedButton.NotUpdated
  • RedButton.path
  • RedButton.typename
  • @@ -1327,6 +1361,7 @@
  • TalkingNPC.at_object_creation()
  • TalkingNPC.DoesNotExist
  • TalkingNPC.MultipleObjectsReturned
  • +
  • TalkingNPC.NotUpdated
  • TalkingNPC.path
  • TalkingNPC.typename
  • @@ -1415,6 +1450,7 @@
  • Mob.at_new_arrival()
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned
  • +
  • Mob.NotUpdated
  • Mob.path
  • Mob.typename
  • @@ -1427,6 +1463,7 @@
  • TutorialObject.reset()
  • TutorialObject.DoesNotExist
  • TutorialObject.MultipleObjectsReturned
  • +
  • TutorialObject.NotUpdated
  • TutorialObject.path
  • TutorialObject.typename
  • @@ -1450,6 +1487,7 @@
  • TutorialReadable.at_object_creation()
  • TutorialReadable.DoesNotExist
  • TutorialReadable.MultipleObjectsReturned
  • +
  • TutorialReadable.NotUpdated
  • TutorialReadable.path
  • TutorialReadable.typename
  • @@ -1473,6 +1511,7 @@
  • TutorialClimbable.at_object_creation()
  • TutorialClimbable.DoesNotExist
  • TutorialClimbable.MultipleObjectsReturned
  • +
  • TutorialClimbable.NotUpdated
  • TutorialClimbable.path
  • TutorialClimbable.typename
  • @@ -1482,6 +1521,7 @@
  • Obelisk.return_appearance()
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned
  • +
  • Obelisk.NotUpdated
  • Obelisk.path
  • Obelisk.typename
  • @@ -1509,6 +1549,7 @@
  • LightSource.light()
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned
  • +
  • LightSource.NotUpdated
  • LightSource.path
  • LightSource.typename
  • @@ -1551,6 +1592,7 @@
  • CrumblingWall.reset()
  • CrumblingWall.DoesNotExist
  • CrumblingWall.MultipleObjectsReturned
  • +
  • CrumblingWall.NotUpdated
  • CrumblingWall.path
  • CrumblingWall.typename
  • @@ -1575,6 +1617,7 @@
  • TutorialWeapon.reset()
  • TutorialWeapon.DoesNotExist
  • TutorialWeapon.MultipleObjectsReturned
  • +
  • TutorialWeapon.NotUpdated
  • TutorialWeapon.path
  • TutorialWeapon.typename
  • @@ -1600,6 +1643,7 @@
  • TutorialWeaponRack.produce_weapon()
  • TutorialWeaponRack.DoesNotExist
  • TutorialWeaponRack.MultipleObjectsReturned
  • +
  • TutorialWeaponRack.NotUpdated
  • TutorialWeaponRack.path
  • TutorialWeaponRack.typename
  • @@ -1659,6 +1703,7 @@
  • TutorialRoom.set_detail()
  • TutorialRoom.DoesNotExist
  • TutorialRoom.MultipleObjectsReturned
  • +
  • TutorialRoom.NotUpdated
  • TutorialRoom.path
  • TutorialRoom.typename
  • @@ -1667,6 +1712,7 @@
  • TutorialStartExit.at_object_creation()
  • TutorialStartExit.DoesNotExist
  • TutorialStartExit.MultipleObjectsReturned
  • +
  • TutorialStartExit.NotUpdated
  • TutorialStartExit.path
  • TutorialStartExit.typename
  • @@ -1676,6 +1722,7 @@
  • WeatherRoom.update_weather()
  • WeatherRoom.DoesNotExist
  • WeatherRoom.MultipleObjectsReturned
  • +
  • WeatherRoom.NotUpdated
  • WeatherRoom.path
  • WeatherRoom.typename
  • @@ -1700,6 +1747,7 @@
  • IntroRoom.at_object_receive()
  • IntroRoom.DoesNotExist
  • IntroRoom.MultipleObjectsReturned
  • +
  • IntroRoom.NotUpdated
  • IntroRoom.path
  • IntroRoom.typename
  • @@ -1758,6 +1806,7 @@
  • BridgeRoom.at_object_leave()
  • BridgeRoom.DoesNotExist
  • BridgeRoom.MultipleObjectsReturned
  • +
  • BridgeRoom.NotUpdated
  • BridgeRoom.path
  • BridgeRoom.typename
  • @@ -1808,6 +1857,7 @@
  • DarkRoom.at_object_leave()
  • DarkRoom.DoesNotExist
  • DarkRoom.MultipleObjectsReturned
  • +
  • DarkRoom.NotUpdated
  • DarkRoom.path
  • DarkRoom.typename
  • @@ -1817,6 +1867,7 @@
  • TeleportRoom.at_object_receive()
  • TeleportRoom.DoesNotExist
  • TeleportRoom.MultipleObjectsReturned
  • +
  • TeleportRoom.NotUpdated
  • TeleportRoom.path
  • TeleportRoom.typename
  • @@ -1827,6 +1878,7 @@
  • OutroRoom.at_object_leave()
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned
  • +
  • OutroRoom.NotUpdated
  • OutroRoom.path
  • OutroRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.mirror.html b/docs/latest/api/evennia.contrib.tutorials.mirror.html index e3e16c0aa5..93592c060b 100644 --- a/docs/latest/api/evennia.contrib.tutorials.mirror.html +++ b/docs/latest/api/evennia.contrib.tutorials.mirror.html @@ -59,6 +59,7 @@
  • TutorialMirror.msg()
  • TutorialMirror.DoesNotExist
  • TutorialMirror.MultipleObjectsReturned
  • +
  • TutorialMirror.NotUpdated
  • TutorialMirror.path
  • TutorialMirror.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.mirror.mirror.html b/docs/latest/api/evennia.contrib.tutorials.mirror.mirror.html index 2775ff514a..b70840f040 100644 --- a/docs/latest/api/evennia.contrib.tutorials.mirror.mirror.html +++ b/docs/latest/api/evennia.contrib.tutorials.mirror.mirror.html @@ -110,6 +110,12 @@ on all entities in it.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.mirror.mirror.TutorialMirror'
    @@ -152,6 +158,7 @@ on all entities in it.

  • TutorialMirror.msg()
  • TutorialMirror.DoesNotExist
  • TutorialMirror.MultipleObjectsReturned
  • +
  • TutorialMirror.NotUpdated
  • TutorialMirror.path
  • TutorialMirror.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.red_button.html b/docs/latest/api/evennia.contrib.tutorials.red_button.html index 38f58e1a1b..4781fac15b 100644 --- a/docs/latest/api/evennia.contrib.tutorials.red_button.html +++ b/docs/latest/api/evennia.contrib.tutorials.red_button.html @@ -170,6 +170,7 @@
  • RedButton.break_lamp()
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned
  • +
  • RedButton.NotUpdated
  • RedButton.path
  • RedButton.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.red_button.red_button.html b/docs/latest/api/evennia.contrib.tutorials.red_button.red_button.html index 04792749a3..39f07449bd 100644 --- a/docs/latest/api/evennia.contrib.tutorials.red_button.red_button.html +++ b/docs/latest/api/evennia.contrib.tutorials.red_button.red_button.html @@ -94,7 +94,7 @@ such as when closing the lid and un-blinding a character.

    -aliases = ['push', 'press', 'press button']
    +aliases = ['press button', 'press', 'push']
    @@ -123,7 +123,7 @@ check if the lid is open or closed.

    -search_index_entry = {'aliases': 'push press press button', 'category': 'general', 'key': 'push button', 'no_prefix': ' push press press button', 'tags': '', 'text': '\nPush the red button (lid closed)\n\nUsage:\n  push button\n\n'}
    +search_index_entry = {'aliases': 'press button press push', 'category': 'general', 'key': 'push button', 'no_prefix': ' press button press push', 'tags': '', 'text': '\nPush the red button (lid closed)\n\nUsage:\n  push button\n\n'}
    @@ -193,7 +193,7 @@ check if the lid is open or closed.

    -aliases = ['smash lid', 'smash', 'break lid']
    +aliases = ['smash', 'break lid', 'smash lid']
    @@ -220,7 +220,7 @@ break.

    -search_index_entry = {'aliases': 'smash lid smash break lid', 'category': 'general', 'key': 'smash glass', 'no_prefix': ' smash lid smash break lid', 'tags': '', 'text': '\nSmash the protective glass.\n\nUsage:\n  smash glass\n\nTry to smash the glass of the button.\n\n'}
    +search_index_entry = {'aliases': 'smash break lid smash lid', 'category': 'general', 'key': 'smash glass', 'no_prefix': ' smash break lid smash lid', 'tags': '', 'text': '\nSmash the protective glass.\n\nUsage:\n  smash glass\n\nTry to smash the glass of the button.\n\n'}
    @@ -320,7 +320,7 @@ be mutually exclusive.

    -aliases = ['push', 'press', 'press button']
    +aliases = ['press button', 'press', 'push']
    @@ -349,7 +349,7 @@ set in self.parse())

    -search_index_entry = {'aliases': 'push press press button', 'category': 'general', 'key': 'push button', 'no_prefix': ' push press press button', 'tags': '', 'text': '\nPush the red button\n\nUsage:\n  push button\n\n'}
    +search_index_entry = {'aliases': 'press button press push', 'category': 'general', 'key': 'push button', 'no_prefix': ' press button press push', 'tags': '', 'text': '\nPush the red button\n\nUsage:\n  push button\n\n'}
    @@ -447,7 +447,7 @@ be mutually exclusive.

    -aliases = ['get', 'ex', 'l', 'feel', 'examine', 'listen']
    +aliases = ['l', 'examine', 'ex', 'listen', 'feel', 'get']
    @@ -473,7 +473,7 @@ be mutually exclusive.

    -search_index_entry = {'aliases': 'get ex l feel examine listen', 'category': 'general', 'key': 'look', 'no_prefix': ' get ex l feel examine listen', 'tags': '', 'text': "\nLooking around in darkness\n\nUsage:\n  look <obj>\n\n... not that there's much to see in the dark.\n\n"}
    +search_index_entry = {'aliases': 'l examine ex listen feel get', 'category': 'general', 'key': 'look', 'no_prefix': ' l examine ex listen feel get', 'tags': '', 'text': "\nLooking around in darkness\n\nUsage:\n  look <obj>\n\n... not that there's much to see in the dark.\n\n"}
    @@ -694,6 +694,12 @@ temporarily.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.red_button.red_button.RedButton'
    @@ -847,6 +853,7 @@ temporarily.

  • RedButton.break_lamp()
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned
  • +
  • RedButton.NotUpdated
  • RedButton.path
  • RedButton.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.talking_npc.html b/docs/latest/api/evennia.contrib.tutorials.talking_npc.html index f36f02c586..73ae655d8a 100644 --- a/docs/latest/api/evennia.contrib.tutorials.talking_npc.html +++ b/docs/latest/api/evennia.contrib.tutorials.talking_npc.html @@ -79,6 +79,7 @@
  • TalkingNPC.at_object_creation()
  • TalkingNPC.DoesNotExist
  • TalkingNPC.MultipleObjectsReturned
  • +
  • TalkingNPC.NotUpdated
  • TalkingNPC.path
  • TalkingNPC.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.talking_npc.talking_npc.html b/docs/latest/api/evennia.contrib.tutorials.talking_npc.talking_npc.html index 594bdc2811..9bb442c092 100644 --- a/docs/latest/api/evennia.contrib.tutorials.talking_npc.talking_npc.html +++ b/docs/latest/api/evennia.contrib.tutorials.talking_npc.talking_npc.html @@ -188,6 +188,12 @@ the conversation defined above.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.talking_npc.talking_npc.TalkingNPC'
    @@ -250,6 +256,7 @@ the conversation defined above.

  • TalkingNPC.at_object_creation()
  • TalkingNPC.DoesNotExist
  • TalkingNPC.MultipleObjectsReturned
  • +
  • TalkingNPC.NotUpdated
  • TalkingNPC.path
  • TalkingNPC.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.html b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.html index ad3733e467..e1bd4de3df 100644 --- a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.html +++ b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.html @@ -125,6 +125,7 @@
  • Mob.at_new_arrival()
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned
  • +
  • Mob.NotUpdated
  • Mob.path
  • Mob.typename
  • @@ -137,6 +138,7 @@
  • TutorialObject.reset()
  • TutorialObject.DoesNotExist
  • TutorialObject.MultipleObjectsReturned
  • +
  • TutorialObject.NotUpdated
  • TutorialObject.path
  • TutorialObject.typename
  • @@ -160,6 +162,7 @@
  • TutorialReadable.at_object_creation()
  • TutorialReadable.DoesNotExist
  • TutorialReadable.MultipleObjectsReturned
  • +
  • TutorialReadable.NotUpdated
  • TutorialReadable.path
  • TutorialReadable.typename
  • @@ -183,6 +186,7 @@
  • TutorialClimbable.at_object_creation()
  • TutorialClimbable.DoesNotExist
  • TutorialClimbable.MultipleObjectsReturned
  • +
  • TutorialClimbable.NotUpdated
  • TutorialClimbable.path
  • TutorialClimbable.typename
  • @@ -192,6 +196,7 @@
  • Obelisk.return_appearance()
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned
  • +
  • Obelisk.NotUpdated
  • Obelisk.path
  • Obelisk.typename
  • @@ -219,6 +224,7 @@
  • LightSource.light()
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned
  • +
  • LightSource.NotUpdated
  • LightSource.path
  • LightSource.typename
  • @@ -261,6 +267,7 @@
  • CrumblingWall.reset()
  • CrumblingWall.DoesNotExist
  • CrumblingWall.MultipleObjectsReturned
  • +
  • CrumblingWall.NotUpdated
  • CrumblingWall.path
  • CrumblingWall.typename
  • @@ -285,6 +292,7 @@
  • TutorialWeapon.reset()
  • TutorialWeapon.DoesNotExist
  • TutorialWeapon.MultipleObjectsReturned
  • +
  • TutorialWeapon.NotUpdated
  • TutorialWeapon.path
  • TutorialWeapon.typename
  • @@ -310,6 +318,7 @@
  • TutorialWeaponRack.produce_weapon()
  • TutorialWeaponRack.DoesNotExist
  • TutorialWeaponRack.MultipleObjectsReturned
  • +
  • TutorialWeaponRack.NotUpdated
  • TutorialWeaponRack.path
  • TutorialWeaponRack.typename
  • @@ -369,6 +378,7 @@
  • TutorialRoom.set_detail()
  • TutorialRoom.DoesNotExist
  • TutorialRoom.MultipleObjectsReturned
  • +
  • TutorialRoom.NotUpdated
  • TutorialRoom.path
  • TutorialRoom.typename
  • @@ -377,6 +387,7 @@
  • TutorialStartExit.at_object_creation()
  • TutorialStartExit.DoesNotExist
  • TutorialStartExit.MultipleObjectsReturned
  • +
  • TutorialStartExit.NotUpdated
  • TutorialStartExit.path
  • TutorialStartExit.typename
  • @@ -386,6 +397,7 @@
  • WeatherRoom.update_weather()
  • WeatherRoom.DoesNotExist
  • WeatherRoom.MultipleObjectsReturned
  • +
  • WeatherRoom.NotUpdated
  • WeatherRoom.path
  • WeatherRoom.typename
  • @@ -410,6 +422,7 @@
  • IntroRoom.at_object_receive()
  • IntroRoom.DoesNotExist
  • IntroRoom.MultipleObjectsReturned
  • +
  • IntroRoom.NotUpdated
  • IntroRoom.path
  • IntroRoom.typename
  • @@ -468,6 +481,7 @@
  • BridgeRoom.at_object_leave()
  • BridgeRoom.DoesNotExist
  • BridgeRoom.MultipleObjectsReturned
  • +
  • BridgeRoom.NotUpdated
  • BridgeRoom.path
  • BridgeRoom.typename
  • @@ -518,6 +532,7 @@
  • DarkRoom.at_object_leave()
  • DarkRoom.DoesNotExist
  • DarkRoom.MultipleObjectsReturned
  • +
  • DarkRoom.NotUpdated
  • DarkRoom.path
  • DarkRoom.typename
  • @@ -527,6 +542,7 @@
  • TeleportRoom.at_object_receive()
  • TeleportRoom.DoesNotExist
  • TeleportRoom.MultipleObjectsReturned
  • +
  • TeleportRoom.NotUpdated
  • TeleportRoom.path
  • TeleportRoom.typename
  • @@ -537,6 +553,7 @@
  • OutroRoom.at_object_leave()
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned
  • +
  • OutroRoom.NotUpdated
  • OutroRoom.path
  • OutroRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.mob.html b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.mob.html index 46736a6fc0..b01361c5fe 100644 --- a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.mob.html +++ b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.mob.html @@ -279,6 +279,12 @@ right away, also when patrolling on a very slow ticker.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.mob.Mob'
    @@ -347,6 +353,7 @@ right away, also when patrolling on a very slow ticker.

  • Mob.at_new_arrival()
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned
  • +
  • Mob.NotUpdated
  • Mob.path
  • Mob.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.objects.html b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.objects.html index 26f240365c..4d5a211e71 100644 --- a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.objects.html +++ b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.objects.html @@ -93,6 +93,12 @@ TutorialWeaponRack

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.TutorialObject'
    @@ -195,6 +201,12 @@ Attribute and add the readable cmdset.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.TutorialReadable'
    @@ -297,6 +309,12 @@ the “climb” command available on it.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.TutorialClimbable'
    @@ -349,6 +367,12 @@ of the object. We overload it with our own version.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.Obelisk'
    @@ -473,6 +497,12 @@ non-persistent delay() method.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.LightSource'
    @@ -504,7 +534,7 @@ shift green root up/down

    -aliases = ['push', 'move', 'shiftroot', 'pull']
    +aliases = ['pull', 'move', 'shiftroot', 'push']
    @@ -540,7 +570,7 @@ yellow/green - horizontal roots

    -search_index_entry = {'aliases': 'push move shiftroot pull', 'category': 'tutorialworld', 'key': 'shift', 'no_prefix': ' push move shiftroot pull', 'tags': '', 'text': '\nShifts roots around.\n\nUsage:\n  shift blue root left/right\n  shift red root left/right\n  shift yellow root up/down\n  shift green root up/down\n\n'}
    +search_index_entry = {'aliases': 'pull move shiftroot push', 'category': 'tutorialworld', 'key': 'shift', 'no_prefix': ' pull move shiftroot push', 'tags': '', 'text': '\nShifts roots around.\n\nUsage:\n  shift blue root left/right\n  shift red root left/right\n  shift yellow root up/down\n  shift green root up/down\n\n'}
    @@ -692,6 +722,12 @@ traversed the Exit.

    Bases: MultipleObjectsReturned, MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated, NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.CrumblingWall'
    @@ -727,7 +763,7 @@ parry - forgoes your attack but will make you harder to hit on next

    -aliases = ['slash', 'defend', 'pierce', 'kill', 'parry', 'fight', 'hit', 'thrust', 'chop', 'stab', 'bash']
    +aliases = ['stab', 'defend', 'hit', 'slash', 'parry', 'pierce', 'kill', 'chop', 'bash', 'thrust', 'fight']
    @@ -753,7 +789,7 @@ parry - forgoes your attack but will make you harder to hit on next

    -search_index_entry = {'aliases': 'slash defend pierce kill parry fight hit thrust chop stab bash', 'category': 'tutorialworld', 'key': 'attack', 'no_prefix': ' slash defend pierce kill parry fight hit thrust chop stab bash', 'tags': '', 'text': '\nAttack the enemy. Commands:\n\n  stab <enemy>\n  slash <enemy>\n  parry\n\nstab - (thrust) makes a lot of damage but is harder to hit with.\nslash - is easier to land, but does not make as much damage.\nparry - forgoes your attack but will make you harder to hit on next\n        enemy attack.\n\n'}
    +search_index_entry = {'aliases': 'stab defend hit slash parry pierce kill chop bash thrust fight', 'category': 'tutorialworld', 'key': 'attack', 'no_prefix': ' stab defend hit slash parry pierce kill chop bash thrust fight', 'tags': '', 'text': '\nAttack the enemy. Commands:\n\n  stab <enemy>\n  slash <enemy>\n  parry\n\nstab - (thrust) makes a lot of damage but is harder to hit with.\nslash - is easier to land, but does not make as much damage.\nparry - forgoes your attack but will make you harder to hit on next\n        enemy attack.\n\n'}
    @@ -815,6 +851,12 @@ to return to.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.TutorialWeapon'
    @@ -945,6 +987,12 @@ pulling weapons from it indefinitely.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.objects.TutorialWeaponRack'
    @@ -987,6 +1035,7 @@ pulling weapons from it indefinitely.

  • TutorialObject.reset()
  • TutorialObject.DoesNotExist
  • TutorialObject.MultipleObjectsReturned
  • +
  • TutorialObject.NotUpdated
  • TutorialObject.path
  • TutorialObject.typename
  • @@ -1010,6 +1059,7 @@ pulling weapons from it indefinitely.

  • TutorialReadable.at_object_creation()
  • TutorialReadable.DoesNotExist
  • TutorialReadable.MultipleObjectsReturned
  • +
  • TutorialReadable.NotUpdated
  • TutorialReadable.path
  • TutorialReadable.typename
  • @@ -1033,6 +1083,7 @@ pulling weapons from it indefinitely.

  • TutorialClimbable.at_object_creation()
  • TutorialClimbable.DoesNotExist
  • TutorialClimbable.MultipleObjectsReturned
  • +
  • TutorialClimbable.NotUpdated
  • TutorialClimbable.path
  • TutorialClimbable.typename
  • @@ -1042,6 +1093,7 @@ pulling weapons from it indefinitely.

  • Obelisk.return_appearance()
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned
  • +
  • Obelisk.NotUpdated
  • Obelisk.path
  • Obelisk.typename
  • @@ -1069,6 +1121,7 @@ pulling weapons from it indefinitely.

  • LightSource.light()
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned
  • +
  • LightSource.NotUpdated
  • LightSource.path
  • LightSource.typename
  • @@ -1111,6 +1164,7 @@ pulling weapons from it indefinitely.

  • CrumblingWall.reset()
  • CrumblingWall.DoesNotExist
  • CrumblingWall.MultipleObjectsReturned
  • +
  • CrumblingWall.NotUpdated
  • CrumblingWall.path
  • CrumblingWall.typename
  • @@ -1135,6 +1189,7 @@ pulling weapons from it indefinitely.

  • TutorialWeapon.reset()
  • TutorialWeapon.DoesNotExist
  • TutorialWeapon.MultipleObjectsReturned
  • +
  • TutorialWeapon.NotUpdated
  • TutorialWeapon.path
  • TutorialWeapon.typename
  • @@ -1160,6 +1215,7 @@ pulling weapons from it indefinitely.

  • TutorialWeaponRack.produce_weapon()
  • TutorialWeaponRack.DoesNotExist
  • TutorialWeaponRack.MultipleObjectsReturned
  • +
  • TutorialWeaponRack.NotUpdated
  • TutorialWeaponRack.path
  • TutorialWeaponRack.typename
  • diff --git a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.rooms.html b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.rooms.html index 93c768f1da..3264cd4dd3 100644 --- a/docs/latest/api/evennia.contrib.tutorials.tutorial_world.rooms.html +++ b/docs/latest/api/evennia.contrib.tutorials.tutorial_world.rooms.html @@ -360,6 +360,12 @@ at the given detailkey.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.TutorialRoom'
    @@ -399,6 +405,12 @@ normal hook to overload for most object types.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.TutorialStartExit'
    @@ -451,6 +463,12 @@ even though we don’t actually use them in this example)

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.WeatherRoom'
    @@ -565,6 +583,12 @@ self.add().

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.IntroRoom'
    @@ -766,7 +790,7 @@ if they fall off the bridge.

    -aliases = ['?', 'h']
    +aliases = ['h', '?']
    @@ -792,7 +816,7 @@ if they fall off the bridge.

    -search_index_entry = {'aliases': '? h', 'category': 'tutorial world', 'key': 'help', 'no_prefix': ' ? h', 'tags': '', 'text': '\nOverwritten help command while on the bridge.\n'}
    +search_index_entry = {'aliases': 'h ?', 'category': 'tutorial world', 'key': 'help', 'no_prefix': ' h ?', 'tags': '', 'text': '\nOverwritten help command while on the bridge.\n'}
    @@ -888,6 +912,12 @@ into this room.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.BridgeRoom'
    @@ -918,7 +948,7 @@ to find something.

    -aliases = ['search', 'feel around', 'l', 'feel', 'fiddle']
    +aliases = ['fiddle', 'l', 'search', 'feel around', 'feel']
    @@ -946,7 +976,7 @@ random chance of eventually finding a light source.

    -search_index_entry = {'aliases': 'search feel around l feel fiddle', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' search feel around l feel fiddle', 'tags': '', 'text': '\nLook around in darkness\n\nUsage:\n  look\n\nLook around in the darkness, trying\nto find something.\n'}
    +search_index_entry = {'aliases': 'fiddle l search feel around feel', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' fiddle l search feel around feel', 'tags': '', 'text': '\nLook around in darkness\n\nUsage:\n  look\n\nLook around in the darkness, trying\nto find something.\n'}
    @@ -1143,6 +1173,12 @@ teleported away.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.DarkRoom'
    @@ -1194,6 +1230,12 @@ this room.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.TeleportRoom'
    @@ -1257,6 +1299,12 @@ overriding the call (unused by default).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.tutorials.tutorial_world.rooms.OutroRoom'
    @@ -1346,6 +1394,7 @@ overriding the call (unused by default).

  • TutorialRoom.set_detail()
  • TutorialRoom.DoesNotExist
  • TutorialRoom.MultipleObjectsReturned
  • +
  • TutorialRoom.NotUpdated
  • TutorialRoom.path
  • TutorialRoom.typename
  • @@ -1354,6 +1403,7 @@ overriding the call (unused by default).

  • TutorialStartExit.at_object_creation()
  • TutorialStartExit.DoesNotExist
  • TutorialStartExit.MultipleObjectsReturned
  • +
  • TutorialStartExit.NotUpdated
  • TutorialStartExit.path
  • TutorialStartExit.typename
  • @@ -1363,6 +1413,7 @@ overriding the call (unused by default).

  • WeatherRoom.update_weather()
  • WeatherRoom.DoesNotExist
  • WeatherRoom.MultipleObjectsReturned
  • +
  • WeatherRoom.NotUpdated
  • WeatherRoom.path
  • WeatherRoom.typename
  • @@ -1387,6 +1438,7 @@ overriding the call (unused by default).

  • IntroRoom.at_object_receive()
  • IntroRoom.DoesNotExist
  • IntroRoom.MultipleObjectsReturned
  • +
  • IntroRoom.NotUpdated
  • IntroRoom.path
  • IntroRoom.typename
  • @@ -1445,6 +1497,7 @@ overriding the call (unused by default).

  • BridgeRoom.at_object_leave()
  • BridgeRoom.DoesNotExist
  • BridgeRoom.MultipleObjectsReturned
  • +
  • BridgeRoom.NotUpdated
  • BridgeRoom.path
  • BridgeRoom.typename
  • @@ -1495,6 +1548,7 @@ overriding the call (unused by default).

  • DarkRoom.at_object_leave()
  • DarkRoom.DoesNotExist
  • DarkRoom.MultipleObjectsReturned
  • +
  • DarkRoom.NotUpdated
  • DarkRoom.path
  • DarkRoom.typename
  • @@ -1504,6 +1558,7 @@ overriding the call (unused by default).

  • TeleportRoom.at_object_receive()
  • TeleportRoom.DoesNotExist
  • TeleportRoom.MultipleObjectsReturned
  • +
  • TeleportRoom.NotUpdated
  • TeleportRoom.path
  • TeleportRoom.typename
  • @@ -1514,6 +1569,7 @@ overriding the call (unused by default).

  • OutroRoom.at_object_leave()
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned
  • +
  • OutroRoom.NotUpdated
  • OutroRoom.path
  • OutroRoom.typename
  • diff --git a/docs/latest/api/evennia.contrib.utils.debugpy.cmd.html b/docs/latest/api/evennia.contrib.utils.debugpy.cmd.html index 6439ac96a5..022b1abb0a 100644 --- a/docs/latest/api/evennia.contrib.utils.debugpy.cmd.html +++ b/docs/latest/api/evennia.contrib.utils.debugpy.cmd.html @@ -97,7 +97,7 @@ to all the variables defined therein.

    -search_index_entry = {'aliases': '', 'category': 'general', 'key': 'debugpy', 'no_prefix': ' ', 'tags': '', 'text': '\nLaunch debugpy debugger and wait for attach on port 5678\n\nUsage:\n  debugpy\n'}
    +search_index_entry = {'aliases': '', 'category': 'general', 'key': 'debugpy', 'no_prefix': ' ', 'tags': '', 'text': '\nLaunch debugpy debugger and wait for attach on port 5678\n\nUsage:\n  debugpy\n\n'}
    diff --git a/docs/latest/api/evennia.contrib.utils.html b/docs/latest/api/evennia.contrib.utils.html index 2d803d55f2..1868217002 100644 --- a/docs/latest/api/evennia.contrib.utils.html +++ b/docs/latest/api/evennia.contrib.utils.html @@ -210,6 +210,7 @@
  • RandomStringGeneratorScript.at_script_creation()
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RandomStringGeneratorScript.path
  • RandomStringGeneratorScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.utils.random_string_generator.html b/docs/latest/api/evennia.contrib.utils.random_string_generator.html index a454ebe40f..397fc4119b 100644 --- a/docs/latest/api/evennia.contrib.utils.random_string_generator.html +++ b/docs/latest/api/evennia.contrib.utils.random_string_generator.html @@ -60,6 +60,7 @@
  • RandomStringGeneratorScript.at_script_creation()
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RandomStringGeneratorScript.path
  • RandomStringGeneratorScript.typename
  • diff --git a/docs/latest/api/evennia.contrib.utils.random_string_generator.random_string_generator.html b/docs/latest/api/evennia.contrib.utils.random_string_generator.random_string_generator.html index 8e891abdb3..991abe3b29 100644 --- a/docs/latest/api/evennia.contrib.utils.random_string_generator.random_string_generator.html +++ b/docs/latest/api/evennia.contrib.utils.random_string_generator.random_string_generator.html @@ -136,6 +136,12 @@ on a RandomStringGenerator object.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.contrib.utils.random_string_generator.random_string_generator.RandomStringGeneratorScript'
    @@ -297,6 +303,7 @@ calling the get method.

  • RandomStringGeneratorScript.at_script_creation()
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RandomStringGeneratorScript.path
  • RandomStringGeneratorScript.typename
  • diff --git a/docs/latest/api/evennia.help.html b/docs/latest/api/evennia.help.html index 39974f4a5d..8a42a6e841 100644 --- a/docs/latest/api/evennia.help.html +++ b/docs/latest/api/evennia.help.html @@ -139,6 +139,7 @@ itself.

  • HelpEntry.get_absolute_url()
  • HelpEntry.DoesNotExist
  • HelpEntry.MultipleObjectsReturned
  • +
  • HelpEntry.NotUpdated
  • HelpEntry.entrytext
  • HelpEntry.get_next_by_db_date_created()
  • HelpEntry.get_previous_by_db_date_created()
  • @@ -154,6 +155,7 @@ itself.

  • ContentType
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    property entrytext
    @@ -401,6 +407,12 @@ object the first time, the query is executed.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    app_label
    @@ -447,7 +459,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -490,7 +502,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -1081,6 +1093,12 @@ default search functions of Evennia to allow quick searches by alias.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -1513,6 +1531,7 @@ trailing whitespace, dashes, and underscores.

  • HelpEntry.get_absolute_url()
  • HelpEntry.DoesNotExist
  • HelpEntry.MultipleObjectsReturned
  • +
  • HelpEntry.NotUpdated
  • HelpEntry.entrytext
  • HelpEntry.get_next_by_db_date_created()
  • HelpEntry.get_previous_by_db_date_created()
  • @@ -1528,6 +1547,7 @@ trailing whitespace, dashes, and underscores.

  • ContentType @@ -255,6 +257,7 @@ with ‘q’, remove the break line and restart server when finished.

  • AccountDB @@ -541,6 +551,7 @@ with ‘q’, remove the break line and restart server when finished.

  • GrapevineBot.execute_cmd()
  • GrapevineBot.DoesNotExist
  • GrapevineBot.MultipleObjectsReturned
  • +
  • GrapevineBot.NotUpdated
  • GrapevineBot.path
  • GrapevineBot.typename
  • @@ -558,6 +569,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DiscordBot.execute_cmd()
  • DiscordBot.DoesNotExist
  • DiscordBot.MultipleObjectsReturned
  • +
  • DiscordBot.NotUpdated
  • DiscordBot.path
  • DiscordBot.typename
  • @@ -643,6 +655,7 @@ with ‘q’, remove the break line and restart server when finished.

  • AccountDB.uid
  • AccountDB.DoesNotExist
  • AccountDB.MultipleObjectsReturned
  • +
  • AccountDB.NotUpdated
  • AccountDB.account_subscription_set
  • AccountDB.date_joined
  • AccountDB.db_attributes
  • @@ -939,6 +952,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ServerConfig @@ -5295,6 +5336,7 @@ with ‘q’, remove the break line and restart server when finished.

  • IndexReadable.at_read()
  • IndexReadable.DoesNotExist
  • IndexReadable.MultipleObjectsReturned
  • +
  • IndexReadable.NotUpdated
  • IndexReadable.path
  • IndexReadable.typename
  • @@ -5313,6 +5355,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Movable.at_right()
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned
  • +
  • Movable.NotUpdated
  • Movable.path
  • Movable.typename
  • @@ -5326,6 +5369,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BaseConsumable.at_already_consumed()
  • BaseConsumable.DoesNotExist
  • BaseConsumable.MultipleObjectsReturned
  • +
  • BaseConsumable.NotUpdated
  • BaseConsumable.path
  • BaseConsumable.typename
  • @@ -5335,6 +5379,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Edible.at_focus_eat()
  • Edible.DoesNotExist
  • Edible.MultipleObjectsReturned
  • +
  • Edible.NotUpdated
  • Edible.path
  • Edible.typename
  • @@ -5347,6 +5392,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Drinkable.at_already_consumed()
  • Drinkable.DoesNotExist
  • Drinkable.MultipleObjectsReturned
  • +
  • Drinkable.NotUpdated
  • Drinkable.path
  • Drinkable.typename
  • @@ -5358,6 +5404,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BaseApplicable.at_cannot_apply()
  • BaseApplicable.DoesNotExist
  • BaseApplicable.MultipleObjectsReturned
  • +
  • BaseApplicable.NotUpdated
  • BaseApplicable.path
  • BaseApplicable.typename
  • @@ -5369,6 +5416,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Usable.at_cannot_apply()
  • Usable.DoesNotExist
  • Usable.MultipleObjectsReturned
  • +
  • Usable.NotUpdated
  • Usable.path
  • Usable.typename
  • @@ -5381,6 +5429,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Insertable.at_cannot_apply()
  • Insertable.DoesNotExist
  • Insertable.MultipleObjectsReturned
  • +
  • Insertable.NotUpdated
  • Insertable.path
  • Insertable.typename
  • @@ -5395,6 +5444,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Combinable.at_apply()
  • Combinable.DoesNotExist
  • Combinable.MultipleObjectsReturned
  • +
  • Combinable.NotUpdated
  • Combinable.path
  • Combinable.typename
  • @@ -5410,6 +5460,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Mixable.at_mix_success()
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned
  • +
  • Mixable.NotUpdated
  • Mixable.path
  • Mixable.typename
  • @@ -5424,6 +5475,7 @@ with ‘q’, remove the break line and restart server when finished.

  • HasButtons.at_red_button()
  • HasButtons.DoesNotExist
  • HasButtons.MultipleObjectsReturned
  • +
  • HasButtons.NotUpdated
  • HasButtons.path
  • HasButtons.typename
  • @@ -5440,6 +5492,7 @@ with ‘q’, remove the break line and restart server when finished.

  • CodeInput.at_code_incorrect()
  • CodeInput.DoesNotExist
  • CodeInput.MultipleObjectsReturned
  • +
  • CodeInput.NotUpdated
  • CodeInput.path
  • CodeInput.typename
  • @@ -5452,6 +5505,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BasePositionable.at_position()
  • BasePositionable.DoesNotExist
  • BasePositionable.MultipleObjectsReturned
  • +
  • BasePositionable.NotUpdated
  • BasePositionable.path
  • BasePositionable.typename
  • @@ -5460,6 +5514,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Sittable.at_focus_sit()
  • Sittable.DoesNotExist
  • Sittable.MultipleObjectsReturned
  • +
  • Sittable.NotUpdated
  • Sittable.path
  • Sittable.typename
  • @@ -5468,6 +5523,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Liable.at_focus_lie()
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned
  • +
  • Liable.NotUpdated
  • Liable.path
  • Liable.typename
  • @@ -5476,6 +5532,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Kneelable.at_focus_kneel()
  • Kneelable.DoesNotExist
  • Kneelable.MultipleObjectsReturned
  • +
  • Kneelable.NotUpdated
  • Kneelable.path
  • Kneelable.typename
  • @@ -5484,6 +5541,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Climbable.at_focus_climb()
  • Climbable.DoesNotExist
  • Climbable.MultipleObjectsReturned
  • +
  • Climbable.NotUpdated
  • Climbable.path
  • Climbable.typename
  • @@ -5492,6 +5550,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Positionable.get_cmd_signatures()
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned
  • +
  • Positionable.NotUpdated
  • Positionable.path
  • Positionable.typename
  • @@ -5522,6 +5581,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvscapeRoom.return_appearance()
  • EvscapeRoom.DoesNotExist
  • EvscapeRoom.MultipleObjectsReturned
  • +
  • EvscapeRoom.NotUpdated
  • EvscapeRoom.path
  • EvscapeRoom.typename
  • @@ -5534,6 +5594,7 @@ with ‘q’, remove the break line and restart server when finished.

  • CleanupScript.at_repeat()
  • CleanupScript.DoesNotExist
  • CleanupScript.MultipleObjectsReturned
  • +
  • CleanupScript.NotUpdated
  • CleanupScript.path
  • CleanupScript.typename
  • @@ -5661,6 +5722,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TradeTimeout.is_valid()
  • TradeTimeout.DoesNotExist
  • TradeTimeout.MultipleObjectsReturned
  • +
  • TradeTimeout.NotUpdated
  • TradeTimeout.path
  • TradeTimeout.typename
  • @@ -5803,6 +5865,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContribClothing.at_pre_move()
  • ContribClothing.DoesNotExist
  • ContribClothing.MultipleObjectsReturned
  • +
  • ContribClothing.NotUpdated
  • ContribClothing.path
  • ContribClothing.typename
  • @@ -5812,6 +5875,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ClothedCharacter.get_display_things()
  • ClothedCharacter.DoesNotExist
  • ClothedCharacter.MultipleObjectsReturned
  • +
  • ClothedCharacter.NotUpdated
  • ClothedCharacter.path
  • ClothedCharacter.typename
  • @@ -6188,6 +6252,7 @@ with ‘q’, remove the break line and restart server when finished.

  • GenderCharacter.msg()
  • GenderCharacter.DoesNotExist
  • GenderCharacter.MultipleObjectsReturned
  • +
  • GenderCharacter.NotUpdated
  • GenderCharacter.path
  • GenderCharacter.typename
  • @@ -6274,6 +6339,7 @@ with ‘q’, remove the break line and restart server when finished.

  • PuzzleRecipe.save_recipe()
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleRecipe.path
  • PuzzleRecipe.typename
  • @@ -6463,6 +6529,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBBasicCharacter.at_pre_move()
  • TBBasicCharacter.DoesNotExist
  • TBBasicCharacter.MultipleObjectsReturned
  • +
  • TBBasicCharacter.NotUpdated
  • TBBasicCharacter.path
  • TBBasicCharacter.typename
  • @@ -6479,6 +6546,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBBasicTurnHandler.join_fight()
  • TBBasicTurnHandler.DoesNotExist
  • TBBasicTurnHandler.MultipleObjectsReturned
  • +
  • TBBasicTurnHandler.NotUpdated
  • TBBasicTurnHandler.path
  • TBBasicTurnHandler.typename
  • @@ -6567,6 +6635,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBEquipTurnHandler.rules
  • TBEquipTurnHandler.DoesNotExist
  • TBEquipTurnHandler.MultipleObjectsReturned
  • +
  • TBEquipTurnHandler.NotUpdated
  • TBEquipTurnHandler.path
  • TBEquipTurnHandler.typename
  • @@ -6578,6 +6647,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBEWeapon.at_give()
  • TBEWeapon.DoesNotExist
  • TBEWeapon.MultipleObjectsReturned
  • +
  • TBEWeapon.NotUpdated
  • TBEWeapon.path
  • TBEWeapon.typename
  • @@ -6590,6 +6660,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBEArmor.at_give()
  • TBEArmor.DoesNotExist
  • TBEArmor.MultipleObjectsReturned
  • +
  • TBEArmor.NotUpdated
  • TBEArmor.path
  • TBEArmor.typename
  • @@ -6598,6 +6669,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBEquipCharacter.at_object_creation()
  • TBEquipCharacter.DoesNotExist
  • TBEquipCharacter.MultipleObjectsReturned
  • +
  • TBEquipCharacter.NotUpdated
  • TBEquipCharacter.path
  • TBEquipCharacter.typename
  • @@ -6732,6 +6804,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBItemsCharacter.at_update()
  • TBItemsCharacter.DoesNotExist
  • TBItemsCharacter.MultipleObjectsReturned
  • +
  • TBItemsCharacter.NotUpdated
  • TBItemsCharacter.path
  • TBItemsCharacter.typename
  • @@ -6740,6 +6813,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBItemsCharacterTest.at_object_creation()
  • TBItemsCharacterTest.DoesNotExist
  • TBItemsCharacterTest.MultipleObjectsReturned
  • +
  • TBItemsCharacterTest.NotUpdated
  • TBItemsCharacterTest.path
  • TBItemsCharacterTest.typename
  • @@ -6749,6 +6823,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBItemsTurnHandler.next_turn()
  • TBItemsTurnHandler.DoesNotExist
  • TBItemsTurnHandler.MultipleObjectsReturned
  • +
  • TBItemsTurnHandler.NotUpdated
  • TBItemsTurnHandler.path
  • TBItemsTurnHandler.typename
  • @@ -6842,6 +6917,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBMagicCharacter.at_object_creation()
  • TBMagicCharacter.DoesNotExist
  • TBMagicCharacter.MultipleObjectsReturned
  • +
  • TBMagicCharacter.NotUpdated
  • TBMagicCharacter.path
  • TBMagicCharacter.typename
  • @@ -6850,6 +6926,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBMagicTurnHandler.rules
  • TBMagicTurnHandler.DoesNotExist
  • TBMagicTurnHandler.MultipleObjectsReturned
  • +
  • TBMagicTurnHandler.NotUpdated
  • TBMagicTurnHandler.path
  • TBMagicTurnHandler.typename
  • @@ -6968,6 +7045,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBRangeTurnHandler.join_fight()
  • TBRangeTurnHandler.DoesNotExist
  • TBRangeTurnHandler.MultipleObjectsReturned
  • +
  • TBRangeTurnHandler.NotUpdated
  • TBRangeTurnHandler.path
  • TBRangeTurnHandler.typename
  • @@ -6976,6 +7054,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBRangeCharacter.rules
  • TBRangeCharacter.DoesNotExist
  • TBRangeCharacter.MultipleObjectsReturned
  • +
  • TBRangeCharacter.NotUpdated
  • TBRangeCharacter.path
  • TBRangeCharacter.typename
  • @@ -6989,6 +7068,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TBRangeObject.at_give()
  • TBRangeObject.DoesNotExist
  • TBRangeObject.MultipleObjectsReturned
  • +
  • TBRangeObject.NotUpdated
  • TBRangeObject.path
  • TBRangeObject.typename
  • @@ -7199,6 +7279,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ExtendedRoom.return_detail()
  • ExtendedRoom.DoesNotExist
  • ExtendedRoom.MultipleObjectsReturned
  • +
  • ExtendedRoom.NotUpdated
  • ExtendedRoom.path
  • ExtendedRoom.typename
  • @@ -7351,6 +7432,7 @@ with ‘q’, remove the break line and restart server when finished.

  • SimpleDoor.at_failed_traverse()
  • SimpleDoor.DoesNotExist
  • SimpleDoor.MultipleObjectsReturned
  • +
  • SimpleDoor.NotUpdated
  • SimpleDoor.path
  • SimpleDoor.typename
  • @@ -7401,6 +7483,7 @@ with ‘q’, remove the break line and restart server when finished.

  • SlowExit.at_traverse()
  • SlowExit.DoesNotExist
  • SlowExit.MultipleObjectsReturned
  • +
  • SlowExit.NotUpdated
  • SlowExit.path
  • SlowExit.typename
  • @@ -7478,6 +7561,7 @@ with ‘q’, remove the break line and restart server when finished.

  • WildernessScript.at_post_object_leave()
  • WildernessScript.DoesNotExist
  • WildernessScript.MultipleObjectsReturned
  • +
  • WildernessScript.NotUpdated
  • WildernessScript.path
  • WildernessScript.typename
  • @@ -7493,6 +7577,7 @@ with ‘q’, remove the break line and restart server when finished.

  • WildernessRoom.get_display_desc()
  • WildernessRoom.DoesNotExist
  • WildernessRoom.MultipleObjectsReturned
  • +
  • WildernessRoom.NotUpdated
  • WildernessRoom.path
  • WildernessRoom.typename
  • @@ -7504,6 +7589,7 @@ with ‘q’, remove the break line and restart server when finished.

  • WildernessExit.at_traverse()
  • WildernessExit.DoesNotExist
  • WildernessExit.MultipleObjectsReturned
  • +
  • WildernessExit.NotUpdated
  • WildernessExit.path
  • WildernessExit.typename
  • @@ -7866,6 +7952,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TestXyzRoom.at_object_creation()
  • TestXyzRoom.DoesNotExist
  • TestXyzRoom.MultipleObjectsReturned
  • +
  • TestXyzRoom.NotUpdated
  • TestXyzRoom.path
  • TestXyzRoom.typename
  • @@ -7874,6 +7961,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TestXyzExit.at_object_creation()
  • TestXyzExit.DoesNotExist
  • TestXyzExit.MultipleObjectsReturned
  • +
  • TestXyzExit.NotUpdated
  • TestXyzExit.path
  • TestXyzExit.typename
  • @@ -8146,6 +8234,7 @@ with ‘q’, remove the break line and restart server when finished.

  • XYZGrid.spawn()
  • XYZGrid.DoesNotExist
  • XYZGrid.MultipleObjectsReturned
  • +
  • XYZGrid.NotUpdated
  • XYZGrid.path
  • XYZGrid.typename
  • @@ -8182,6 +8271,7 @@ with ‘q’, remove the break line and restart server when finished.

  • XYZRoom.return_appearance()
  • XYZRoom.DoesNotExist
  • XYZRoom.MultipleObjectsReturned
  • +
  • XYZRoom.NotUpdated
  • XYZRoom.path
  • XYZRoom.typename
  • @@ -8194,6 +8284,7 @@ with ‘q’, remove the break line and restart server when finished.

  • XYZExit.create()
  • XYZExit.DoesNotExist
  • XYZExit.MultipleObjectsReturned
  • +
  • XYZExit.NotUpdated
  • XYZExit.path
  • XYZExit.typename
  • @@ -8401,6 +8492,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BuffableObject.at_init()
  • BuffableObject.DoesNotExist
  • BuffableObject.MultipleObjectsReturned
  • +
  • BuffableObject.NotUpdated
  • BuffableObject.path
  • BuffableObject.typename
  • @@ -8460,6 +8552,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContribChargenAccount.at_look()
  • ContribChargenAccount.DoesNotExist
  • ContribChargenAccount.MultipleObjectsReturned
  • +
  • ContribChargenAccount.NotUpdated
  • ContribChargenAccount.path
  • ContribChargenAccount.typename
  • @@ -8508,6 +8601,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TestDice.test_cmddice()
  • TestDice.test_string_form()
  • TestDice.test_maxvals()
  • +
  • TestDice.test_malformed_inputs()
  • @@ -8569,6 +8663,7 @@ with ‘q’, remove the break line and restart server when finished.

  • LLMNPC.at_talked_to()
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned
  • +
  • LLMNPC.NotUpdated
  • LLMNPC.path
  • LLMNPC.typename
  • @@ -8609,6 +8704,7 @@ with ‘q’, remove the break line and restart server when finished.

  • LanguageHandler.translate()
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned
  • +
  • LanguageHandler.NotUpdated
  • LanguageHandler.path
  • LanguageHandler.typename
  • @@ -8729,6 +8825,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContribRPObject.get_display_things()
  • ContribRPObject.DoesNotExist
  • ContribRPObject.MultipleObjectsReturned
  • +
  • ContribRPObject.NotUpdated
  • ContribRPObject.path
  • ContribRPObject.typename
  • @@ -8736,6 +8833,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContribRPRoom @@ -8751,6 +8849,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContribRPCharacter.process_language()
  • ContribRPCharacter.DoesNotExist
  • ContribRPCharacter.MultipleObjectsReturned
  • +
  • ContribRPCharacter.NotUpdated
  • ContribRPCharacter.path
  • ContribRPCharacter.typename
  • @@ -8893,6 +8992,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TraitContribTestingChar.HP
  • TraitContribTestingChar.DoesNotExist
  • TraitContribTestingChar.MultipleObjectsReturned
  • +
  • TraitContribTestingChar.NotUpdated
  • TraitContribTestingChar.path
  • TraitContribTestingChar.typename
  • @@ -9009,6 +9109,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BodyFunctions.send_random_message()
  • BodyFunctions.DoesNotExist
  • BodyFunctions.MultipleObjectsReturned
  • +
  • BodyFunctions.NotUpdated
  • BodyFunctions.path
  • BodyFunctions.typename
  • @@ -9096,6 +9197,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureCharacter.level_up()
  • EvAdventureCharacter.DoesNotExist
  • EvAdventureCharacter.MultipleObjectsReturned
  • +
  • EvAdventureCharacter.NotUpdated
  • EvAdventureCharacter.path
  • EvAdventureCharacter.typename
  • @@ -9162,6 +9264,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureCombatBaseHandler.stop_combat()
  • EvAdventureCombatBaseHandler.DoesNotExist
  • EvAdventureCombatBaseHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatBaseHandler.NotUpdated
  • EvAdventureCombatBaseHandler.path
  • EvAdventureCombatBaseHandler.typename
  • @@ -9200,6 +9303,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureTurnbasedCombatHandler.at_repeat()
  • EvAdventureTurnbasedCombatHandler.DoesNotExist
  • EvAdventureTurnbasedCombatHandler.MultipleObjectsReturned
  • +
  • EvAdventureTurnbasedCombatHandler.NotUpdated
  • EvAdventureTurnbasedCombatHandler.path
  • EvAdventureTurnbasedCombatHandler.typename
  • @@ -9253,6 +9357,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureCombatTwitchHandler.stop_combat()
  • EvAdventureCombatTwitchHandler.DoesNotExist
  • EvAdventureCombatTwitchHandler.MultipleObjectsReturned
  • +
  • EvAdventureCombatTwitchHandler.NotUpdated
  • EvAdventureCombatTwitchHandler.path
  • EvAdventureCombatTwitchHandler.typename
  • @@ -9409,6 +9514,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonRoom.get_display_footer()
  • EvAdventureDungeonRoom.DoesNotExist
  • EvAdventureDungeonRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonRoom.NotUpdated
  • EvAdventureDungeonRoom.path
  • EvAdventureDungeonRoom.typename
  • @@ -9419,6 +9525,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonExit.at_failed_traverse()
  • EvAdventureDungeonExit.DoesNotExist
  • EvAdventureDungeonExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonExit.NotUpdated
  • EvAdventureDungeonExit.path
  • EvAdventureDungeonExit.typename
  • @@ -9439,6 +9546,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonBranch.new_room()
  • EvAdventureDungeonBranch.DoesNotExist
  • EvAdventureDungeonBranch.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranch.NotUpdated
  • EvAdventureDungeonBranch.path
  • EvAdventureDungeonBranch.typename
  • @@ -9448,6 +9556,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonStartRoomExit.at_traverse()
  • EvAdventureDungeonStartRoomExit.DoesNotExist
  • EvAdventureDungeonStartRoomExit.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoomExit.NotUpdated
  • EvAdventureDungeonStartRoomExit.path
  • EvAdventureDungeonStartRoomExit.typename
  • @@ -9458,6 +9567,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonBranchDeleter.at_repeat()
  • EvAdventureDungeonBranchDeleter.DoesNotExist
  • EvAdventureDungeonBranchDeleter.MultipleObjectsReturned
  • +
  • EvAdventureDungeonBranchDeleter.NotUpdated
  • EvAdventureDungeonBranchDeleter.path
  • EvAdventureDungeonBranchDeleter.typename
  • @@ -9467,6 +9577,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureStartRoomResetter.at_repeat()
  • EvAdventureStartRoomResetter.DoesNotExist
  • EvAdventureStartRoomResetter.MultipleObjectsReturned
  • +
  • EvAdventureStartRoomResetter.NotUpdated
  • EvAdventureStartRoomResetter.path
  • EvAdventureStartRoomResetter.typename
  • @@ -9481,6 +9592,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureDungeonStartRoom.at_object_receive()
  • EvAdventureDungeonStartRoom.DoesNotExist
  • EvAdventureDungeonStartRoom.MultipleObjectsReturned
  • +
  • EvAdventureDungeonStartRoom.NotUpdated
  • EvAdventureDungeonStartRoom.path
  • EvAdventureDungeonStartRoom.typename
  • @@ -9577,6 +9689,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureNPC.ai_next_action()
  • EvAdventureNPC.DoesNotExist
  • EvAdventureNPC.MultipleObjectsReturned
  • +
  • EvAdventureNPC.NotUpdated
  • EvAdventureNPC.path
  • EvAdventureNPC.typename
  • @@ -9590,6 +9703,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureTalkativeNPC.at_talk()
  • EvAdventureTalkativeNPC.DoesNotExist
  • EvAdventureTalkativeNPC.MultipleObjectsReturned
  • +
  • EvAdventureTalkativeNPC.NotUpdated
  • EvAdventureTalkativeNPC.path
  • EvAdventureTalkativeNPC.typename
  • @@ -9598,6 +9712,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureQuestGiver @@ -9609,6 +9724,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureShopKeeper.at_damage()
  • EvAdventureShopKeeper.DoesNotExist
  • EvAdventureShopKeeper.MultipleObjectsReturned
  • +
  • EvAdventureShopKeeper.NotUpdated
  • EvAdventureShopKeeper.path
  • EvAdventureShopKeeper.typename
  • @@ -9623,6 +9739,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureMob.at_defeat()
  • EvAdventureMob.DoesNotExist
  • EvAdventureMob.MultipleObjectsReturned
  • +
  • EvAdventureMob.NotUpdated
  • EvAdventureMob.path
  • EvAdventureMob.typename
  • @@ -9645,6 +9762,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureObject.at_post_use()
  • EvAdventureObject.DoesNotExist
  • EvAdventureObject.MultipleObjectsReturned
  • +
  • EvAdventureObject.NotUpdated
  • EvAdventureObject.path
  • EvAdventureObject.typename
  • @@ -9654,6 +9772,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureObjectFiller.quality
  • EvAdventureObjectFiller.DoesNotExist
  • EvAdventureObjectFiller.MultipleObjectsReturned
  • +
  • EvAdventureObjectFiller.NotUpdated
  • EvAdventureObjectFiller.path
  • EvAdventureObjectFiller.typename
  • @@ -9663,6 +9782,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureQuestObject.value
  • EvAdventureQuestObject.DoesNotExist
  • EvAdventureQuestObject.MultipleObjectsReturned
  • +
  • EvAdventureQuestObject.NotUpdated
  • EvAdventureQuestObject.path
  • EvAdventureQuestObject.typename
  • @@ -9672,6 +9792,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureTreasure.value
  • EvAdventureTreasure.DoesNotExist
  • EvAdventureTreasure.MultipleObjectsReturned
  • +
  • EvAdventureTreasure.NotUpdated
  • EvAdventureTreasure.path
  • EvAdventureTreasure.typename
  • @@ -9685,6 +9806,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureConsumable.at_post_use()
  • EvAdventureConsumable.DoesNotExist
  • EvAdventureConsumable.MultipleObjectsReturned
  • +
  • EvAdventureConsumable.NotUpdated
  • EvAdventureConsumable.path
  • EvAdventureConsumable.typename
  • @@ -9702,6 +9824,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureWeapon.at_post_use()
  • EvAdventureWeapon.DoesNotExist
  • EvAdventureWeapon.MultipleObjectsReturned
  • +
  • EvAdventureWeapon.NotUpdated
  • EvAdventureWeapon.path
  • EvAdventureWeapon.typename
  • @@ -9713,6 +9836,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureThrowable.damage_roll
  • EvAdventureThrowable.DoesNotExist
  • EvAdventureThrowable.MultipleObjectsReturned
  • +
  • EvAdventureThrowable.NotUpdated
  • EvAdventureThrowable.path
  • EvAdventureThrowable.typename
  • @@ -9728,6 +9852,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureRunestone.refresh()
  • EvAdventureRunestone.DoesNotExist
  • EvAdventureRunestone.MultipleObjectsReturned
  • +
  • EvAdventureRunestone.NotUpdated
  • EvAdventureRunestone.path
  • EvAdventureRunestone.typename
  • @@ -9739,6 +9864,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureArmor.quality
  • EvAdventureArmor.DoesNotExist
  • EvAdventureArmor.MultipleObjectsReturned
  • +
  • EvAdventureArmor.NotUpdated
  • EvAdventureArmor.path
  • EvAdventureArmor.typename
  • @@ -9748,6 +9874,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureShield.inventory_use_slot
  • EvAdventureShield.DoesNotExist
  • EvAdventureShield.MultipleObjectsReturned
  • +
  • EvAdventureShield.NotUpdated
  • EvAdventureShield.path
  • EvAdventureShield.typename
  • @@ -9757,6 +9884,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureHelmet.inventory_use_slot
  • EvAdventureHelmet.DoesNotExist
  • EvAdventureHelmet.MultipleObjectsReturned
  • +
  • EvAdventureHelmet.NotUpdated
  • EvAdventureHelmet.path
  • EvAdventureHelmet.typename
  • @@ -9771,6 +9899,7 @@ with ‘q’, remove the break line and restart server when finished.

  • WeaponBareHands.quality
  • WeaponBareHands.DoesNotExist
  • WeaponBareHands.MultipleObjectsReturned
  • +
  • WeaponBareHands.NotUpdated
  • WeaponBareHands.path
  • WeaponBareHands.typename
  • @@ -9841,6 +9970,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventureRoom.get_display_header()
  • EvAdventureRoom.DoesNotExist
  • EvAdventureRoom.MultipleObjectsReturned
  • +
  • EvAdventureRoom.NotUpdated
  • EvAdventureRoom.path
  • EvAdventureRoom.typename
  • @@ -9851,6 +9981,7 @@ with ‘q’, remove the break line and restart server when finished.

  • EvAdventurePvPRoom.get_display_footer()
  • EvAdventurePvPRoom.DoesNotExist
  • EvAdventurePvPRoom.MultipleObjectsReturned
  • +
  • EvAdventurePvPRoom.NotUpdated
  • EvAdventurePvPRoom.path
  • EvAdventurePvPRoom.typename
  • @@ -9974,6 +10105,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialMirror.msg()
  • TutorialMirror.DoesNotExist
  • TutorialMirror.MultipleObjectsReturned
  • +
  • TutorialMirror.NotUpdated
  • TutorialMirror.path
  • TutorialMirror.typename
  • @@ -10100,6 +10232,7 @@ with ‘q’, remove the break line and restart server when finished.

  • RedButton.break_lamp()
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned
  • +
  • RedButton.NotUpdated
  • RedButton.path
  • RedButton.typename
  • @@ -10135,6 +10268,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TalkingNPC.at_object_creation()
  • TalkingNPC.DoesNotExist
  • TalkingNPC.MultipleObjectsReturned
  • +
  • TalkingNPC.NotUpdated
  • TalkingNPC.path
  • TalkingNPC.typename
  • @@ -10223,6 +10357,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Mob.at_new_arrival()
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned
  • +
  • Mob.NotUpdated
  • Mob.path
  • Mob.typename
  • @@ -10235,6 +10370,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialObject.reset()
  • TutorialObject.DoesNotExist
  • TutorialObject.MultipleObjectsReturned
  • +
  • TutorialObject.NotUpdated
  • TutorialObject.path
  • TutorialObject.typename
  • @@ -10258,6 +10394,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialReadable.at_object_creation()
  • TutorialReadable.DoesNotExist
  • TutorialReadable.MultipleObjectsReturned
  • +
  • TutorialReadable.NotUpdated
  • TutorialReadable.path
  • TutorialReadable.typename
  • @@ -10281,6 +10418,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialClimbable.at_object_creation()
  • TutorialClimbable.DoesNotExist
  • TutorialClimbable.MultipleObjectsReturned
  • +
  • TutorialClimbable.NotUpdated
  • TutorialClimbable.path
  • TutorialClimbable.typename
  • @@ -10290,6 +10428,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Obelisk.return_appearance()
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned
  • +
  • Obelisk.NotUpdated
  • Obelisk.path
  • Obelisk.typename
  • @@ -10317,6 +10456,7 @@ with ‘q’, remove the break line and restart server when finished.

  • LightSource.light()
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned
  • +
  • LightSource.NotUpdated
  • LightSource.path
  • LightSource.typename
  • @@ -10359,6 +10499,7 @@ with ‘q’, remove the break line and restart server when finished.

  • CrumblingWall.reset()
  • CrumblingWall.DoesNotExist
  • CrumblingWall.MultipleObjectsReturned
  • +
  • CrumblingWall.NotUpdated
  • CrumblingWall.path
  • CrumblingWall.typename
  • @@ -10383,6 +10524,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialWeapon.reset()
  • TutorialWeapon.DoesNotExist
  • TutorialWeapon.MultipleObjectsReturned
  • +
  • TutorialWeapon.NotUpdated
  • TutorialWeapon.path
  • TutorialWeapon.typename
  • @@ -10408,6 +10550,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialWeaponRack.produce_weapon()
  • TutorialWeaponRack.DoesNotExist
  • TutorialWeaponRack.MultipleObjectsReturned
  • +
  • TutorialWeaponRack.NotUpdated
  • TutorialWeaponRack.path
  • TutorialWeaponRack.typename
  • @@ -10467,6 +10610,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialRoom.set_detail()
  • TutorialRoom.DoesNotExist
  • TutorialRoom.MultipleObjectsReturned
  • +
  • TutorialRoom.NotUpdated
  • TutorialRoom.path
  • TutorialRoom.typename
  • @@ -10475,6 +10619,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TutorialStartExit.at_object_creation()
  • TutorialStartExit.DoesNotExist
  • TutorialStartExit.MultipleObjectsReturned
  • +
  • TutorialStartExit.NotUpdated
  • TutorialStartExit.path
  • TutorialStartExit.typename
  • @@ -10484,6 +10629,7 @@ with ‘q’, remove the break line and restart server when finished.

  • WeatherRoom.update_weather()
  • WeatherRoom.DoesNotExist
  • WeatherRoom.MultipleObjectsReturned
  • +
  • WeatherRoom.NotUpdated
  • WeatherRoom.path
  • WeatherRoom.typename
  • @@ -10508,6 +10654,7 @@ with ‘q’, remove the break line and restart server when finished.

  • IntroRoom.at_object_receive()
  • IntroRoom.DoesNotExist
  • IntroRoom.MultipleObjectsReturned
  • +
  • IntroRoom.NotUpdated
  • IntroRoom.path
  • IntroRoom.typename
  • @@ -10566,6 +10713,7 @@ with ‘q’, remove the break line and restart server when finished.

  • BridgeRoom.at_object_leave()
  • BridgeRoom.DoesNotExist
  • BridgeRoom.MultipleObjectsReturned
  • +
  • BridgeRoom.NotUpdated
  • BridgeRoom.path
  • BridgeRoom.typename
  • @@ -10616,6 +10764,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DarkRoom.at_object_leave()
  • DarkRoom.DoesNotExist
  • DarkRoom.MultipleObjectsReturned
  • +
  • DarkRoom.NotUpdated
  • DarkRoom.path
  • DarkRoom.typename
  • @@ -10625,6 +10774,7 @@ with ‘q’, remove the break line and restart server when finished.

  • TeleportRoom.at_object_receive()
  • TeleportRoom.DoesNotExist
  • TeleportRoom.MultipleObjectsReturned
  • +
  • TeleportRoom.NotUpdated
  • TeleportRoom.path
  • TeleportRoom.typename
  • @@ -10635,6 +10785,7 @@ with ‘q’, remove the break line and restart server when finished.

  • OutroRoom.at_object_leave()
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned
  • +
  • OutroRoom.NotUpdated
  • OutroRoom.path
  • OutroRoom.typename
  • @@ -10834,6 +10985,7 @@ with ‘q’, remove the break line and restart server when finished.

  • RandomStringGeneratorScript.at_script_creation()
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RandomStringGeneratorScript.path
  • RandomStringGeneratorScript.typename
  • @@ -10983,6 +11135,7 @@ with ‘q’, remove the break line and restart server when finished.

  • HelpEntry.get_absolute_url()
  • HelpEntry.DoesNotExist
  • HelpEntry.MultipleObjectsReturned
  • +
  • HelpEntry.NotUpdated
  • HelpEntry.entrytext
  • HelpEntry.get_next_by_db_date_created()
  • HelpEntry.get_previous_by_db_date_created()
  • @@ -10998,6 +11151,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ContentType @@ -11460,6 +11618,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DefaultRoom.basetype_setup()
  • DefaultRoom.DoesNotExist
  • DefaultRoom.MultipleObjectsReturned
  • +
  • DefaultRoom.NotUpdated
  • DefaultRoom.path
  • DefaultRoom.typename
  • @@ -11489,6 +11648,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DefaultExit.get_return_exit()
  • DefaultExit.DoesNotExist
  • DefaultExit.MultipleObjectsReturned
  • +
  • DefaultExit.NotUpdated
  • DefaultExit.path
  • DefaultExit.typename
  • @@ -11544,6 +11704,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DbPrototype.prototype
  • DbPrototype.DoesNotExist
  • DbPrototype.MultipleObjectsReturned
  • +
  • DbPrototype.NotUpdated
  • DbPrototype.path
  • DbPrototype.typename
  • @@ -11675,6 +11836,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ScriptDB.object
  • ScriptDB.DoesNotExist
  • ScriptDB.MultipleObjectsReturned
  • +
  • ScriptDB.NotUpdated
  • ScriptDB.account
  • ScriptDB.db_account_id
  • ScriptDB.db_attributes
  • @@ -11852,6 +12014,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DefaultScript.at_server_start()
  • DefaultScript.DoesNotExist
  • DefaultScript.MultipleObjectsReturned
  • +
  • DefaultScript.NotUpdated
  • DefaultScript.path
  • DefaultScript.typename
  • @@ -11860,6 +12023,7 @@ with ‘q’, remove the break line and restart server when finished.

  • DoNothing.at_script_creation()
  • DoNothing.DoesNotExist
  • DoNothing.MultipleObjectsReturned
  • +
  • DoNothing.NotUpdated
  • DoNothing.path
  • DoNothing.typename
  • @@ -11868,6 +12032,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Store.at_script_creation()
  • Store.DoesNotExist
  • Store.MultipleObjectsReturned
  • +
  • Store.NotUpdated
  • Store.path
  • Store.typename
  • @@ -11939,6 +12104,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ScriptBase.force_repeat()
  • ScriptBase.DoesNotExist
  • ScriptBase.MultipleObjectsReturned
  • +
  • ScriptBase.NotUpdated
  • ScriptBase.path
  • ScriptBase.typename
  • @@ -11946,6 +12112,7 @@ with ‘q’, remove the break line and restart server when finished.

  • ScriptDB @@ -13197,6 +13366,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Attribute.value
  • Attribute.DoesNotExist
  • Attribute.MultipleObjectsReturned
  • +
  • Attribute.NotUpdated
  • Attribute.accountdb_set
  • Attribute.attrtype
  • Attribute.category
  • @@ -13317,6 +13487,7 @@ with ‘q’, remove the break line and restart server when finished.

  • Attribute
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    property account
    @@ -407,7 +413,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -454,7 +460,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -476,7 +482,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -528,7 +534,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -609,6 +615,7 @@ class built by **create_forward_many_to_many_manager()** define
  • ObjectDB.at_db_location_postsave()
  • ObjectDB.DoesNotExist
  • ObjectDB.MultipleObjectsReturned
  • +
  • ObjectDB.NotUpdated
  • ObjectDB.account
  • ObjectDB.db_account_id
  • ObjectDB.db_attributes
  • diff --git a/docs/latest/api/evennia.objects.objects.html b/docs/latest/api/evennia.objects.objects.html index 51c1a4b425..2ab7763308 100644 --- a/docs/latest/api/evennia.objects.objects.html +++ b/docs/latest/api/evennia.objects.objects.html @@ -2394,6 +2394,12 @@ if more than one, otherwise same as receiver

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.objects.objects.DefaultObject'
    @@ -2609,6 +2615,12 @@ in seconds. Returns nothing if there are no sessions.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.objects.objects.DefaultCharacter'
    @@ -2679,6 +2691,12 @@ error strings.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.objects.objects.DefaultRoom'
    @@ -2927,6 +2945,12 @@ will be a queryset of all matching exits. Otherwise, it will be the first Exit m

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.objects.objects.DefaultExit'
    @@ -3079,6 +3103,7 @@ will be a queryset of all matching exits. Otherwise, it will be the first Exit m
  • DefaultObject.at_rename()
  • DefaultObject.DoesNotExist
  • DefaultObject.MultipleObjectsReturned
  • +
  • DefaultObject.NotUpdated
  • DefaultObject.path
  • DefaultObject.typename
  • @@ -3100,6 +3125,7 @@ will be a queryset of all matching exits. Otherwise, it will be the first Exit m
  • DefaultCharacter.connection_time
  • DefaultCharacter.DoesNotExist
  • DefaultCharacter.MultipleObjectsReturned
  • +
  • DefaultCharacter.NotUpdated
  • DefaultCharacter.path
  • DefaultCharacter.typename
  • @@ -3110,6 +3136,7 @@ will be a queryset of all matching exits. Otherwise, it will be the first Exit m
  • DefaultRoom.basetype_setup()
  • DefaultRoom.DoesNotExist
  • DefaultRoom.MultipleObjectsReturned
  • +
  • DefaultRoom.NotUpdated
  • DefaultRoom.path
  • DefaultRoom.typename
  • @@ -3139,6 +3166,7 @@ will be a queryset of all matching exits. Otherwise, it will be the first Exit m
  • DefaultExit.get_return_exit()
  • DefaultExit.DoesNotExist
  • DefaultExit.MultipleObjectsReturned
  • +
  • DefaultExit.NotUpdated
  • DefaultExit.path
  • DefaultExit.typename
  • diff --git a/docs/latest/api/evennia.prototypes.html b/docs/latest/api/evennia.prototypes.html index 06bf9e158f..a01f78698d 100644 --- a/docs/latest/api/evennia.prototypes.html +++ b/docs/latest/api/evennia.prototypes.html @@ -96,6 +96,7 @@
  • DbPrototype.prototype
  • DbPrototype.DoesNotExist
  • DbPrototype.MultipleObjectsReturned
  • +
  • DbPrototype.NotUpdated
  • DbPrototype.path
  • DbPrototype.typename
  • diff --git a/docs/latest/api/evennia.prototypes.prototypes.html b/docs/latest/api/evennia.prototypes.prototypes.html index abd594e155..2c73eb5801 100644 --- a/docs/latest/api/evennia.prototypes.prototypes.html +++ b/docs/latest/api/evennia.prototypes.prototypes.html @@ -181,6 +181,12 @@ first time the cache will be populated and things will be fast.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.prototypes.prototypes.DbPrototype'
    @@ -568,6 +574,7 @@ validator (callable, optional): If given, this will be called with the value to<
  • DbPrototype.prototype
  • DbPrototype.DoesNotExist
  • DbPrototype.MultipleObjectsReturned
  • +
  • DbPrototype.NotUpdated
  • DbPrototype.path
  • DbPrototype.typename
  • diff --git a/docs/latest/api/evennia.scripts.html b/docs/latest/api/evennia.scripts.html index fcb7a86752..af1ed1a824 100644 --- a/docs/latest/api/evennia.scripts.html +++ b/docs/latest/api/evennia.scripts.html @@ -142,6 +142,7 @@ timed effects.

  • ScriptDB.object
  • ScriptDB.DoesNotExist
  • ScriptDB.MultipleObjectsReturned
  • +
  • ScriptDB.NotUpdated
  • ScriptDB.account
  • ScriptDB.db_account_id
  • ScriptDB.db_attributes
  • @@ -319,6 +320,7 @@ timed effects.

  • DefaultScript.at_server_start()
  • DefaultScript.DoesNotExist
  • DefaultScript.MultipleObjectsReturned
  • +
  • DefaultScript.NotUpdated
  • DefaultScript.path
  • DefaultScript.typename
  • @@ -327,6 +329,7 @@ timed effects.

  • DoNothing.at_script_creation()
  • DoNothing.DoesNotExist
  • DoNothing.MultipleObjectsReturned
  • +
  • DoNothing.NotUpdated
  • DoNothing.path
  • DoNothing.typename
  • @@ -335,6 +338,7 @@ timed effects.

  • Store.at_script_creation()
  • Store.DoesNotExist
  • Store.MultipleObjectsReturned
  • +
  • Store.NotUpdated
  • Store.path
  • Store.typename
  • @@ -406,6 +410,7 @@ timed effects.

  • ScriptBase.force_repeat()
  • ScriptBase.DoesNotExist
  • ScriptBase.MultipleObjectsReturned
  • +
  • ScriptBase.NotUpdated
  • ScriptBase.path
  • ScriptBase.typename
  • @@ -413,6 +418,7 @@ timed effects.

  • ScriptDB
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    property account
    @@ -1336,6 +1342,7 @@ falling back to settings.ENCODINGS.

  • ScriptDB.object
  • ScriptDB.DoesNotExist
  • ScriptDB.MultipleObjectsReturned
  • +
  • ScriptDB.NotUpdated
  • ScriptDB.account
  • ScriptDB.db_account_id
  • ScriptDB.db_attributes
  • diff --git a/docs/latest/api/evennia.scripts.scripts.html b/docs/latest/api/evennia.scripts.scripts.html index 480c6e8a0e..a43954a55b 100644 --- a/docs/latest/api/evennia.scripts.scripts.html +++ b/docs/latest/api/evennia.scripts.scripts.html @@ -297,6 +297,12 @@ could be used).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.scripts.scripts.DefaultScript'
    @@ -332,6 +338,12 @@ could be used).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.scripts.scripts.DoNothing'
    @@ -367,6 +379,12 @@ could be used).

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.scripts.scripts.Store'
    @@ -1168,6 +1186,12 @@ had fired normally.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.scripts.scripts.ScriptBase'
    @@ -1218,6 +1242,12 @@ is_active - bool if script is currently running

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    property account
    @@ -1558,6 +1588,7 @@ necessary.

  • DefaultScript.at_server_start()
  • DefaultScript.DoesNotExist
  • DefaultScript.MultipleObjectsReturned
  • +
  • DefaultScript.NotUpdated
  • DefaultScript.path
  • DefaultScript.typename
  • @@ -1566,6 +1597,7 @@ necessary.

  • DoNothing.at_script_creation()
  • DoNothing.DoesNotExist
  • DoNothing.MultipleObjectsReturned
  • +
  • DoNothing.NotUpdated
  • DoNothing.path
  • DoNothing.typename
  • @@ -1574,6 +1606,7 @@ necessary.

  • Store.at_script_creation()
  • Store.DoesNotExist
  • Store.MultipleObjectsReturned
  • +
  • Store.NotUpdated
  • Store.path
  • Store.typename
  • @@ -1645,6 +1678,7 @@ necessary.

  • ScriptBase.force_repeat()
  • ScriptBase.DoesNotExist
  • ScriptBase.MultipleObjectsReturned
  • +
  • ScriptBase.NotUpdated
  • ScriptBase.path
  • ScriptBase.typename
  • @@ -1652,6 +1686,7 @@ necessary.

  • ScriptDB diff --git a/docs/latest/api/evennia.server.models.html b/docs/latest/api/evennia.server.models.html index 78a5915b5e..e9e32e3624 100644 --- a/docs/latest/api/evennia.server.models.html +++ b/docs/latest/api/evennia.server.models.html @@ -122,6 +122,12 @@ object the first time, the query is executed.

    Bases: MultipleObjectsReturned

  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    id
    @@ -175,6 +181,7 @@ object the first time, the query is executed.

  • ServerConfig.store()
  • ServerConfig.DoesNotExist
  • ServerConfig.MultipleObjectsReturned
  • +
  • ServerConfig.NotUpdated
  • ServerConfig.id
  • ServerConfig.path
  • ServerConfig.typename
  • diff --git a/docs/latest/api/evennia.server.profiling.html b/docs/latest/api/evennia.server.profiling.html index 3b795eb10a..c15371ae64 100644 --- a/docs/latest/api/evennia.server.profiling.html +++ b/docs/latest/api/evennia.server.profiling.html @@ -115,6 +115,7 @@
  • Memplot.at_repeat()
  • Memplot.DoesNotExist
  • Memplot.MultipleObjectsReturned
  • +
  • Memplot.NotUpdated
  • Memplot.path
  • Memplot.typename
  • diff --git a/docs/latest/api/evennia.server.profiling.memplot.html b/docs/latest/api/evennia.server.profiling.memplot.html index edc340f820..5694de54f4 100644 --- a/docs/latest/api/evennia.server.profiling.memplot.html +++ b/docs/latest/api/evennia.server.profiling.memplot.html @@ -83,6 +83,12 @@ the script will append to this file if it already exists.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: NotUpdated

    +
    +
    path = 'evennia.server.profiling.memplot.Memplot'
    @@ -125,6 +131,7 @@ the script will append to this file if it already exists.

  • Memplot.at_repeat()
  • Memplot.DoesNotExist
  • Memplot.MultipleObjectsReturned
  • +
  • Memplot.NotUpdated
  • Memplot.path
  • Memplot.typename
  • diff --git a/docs/latest/api/evennia.typeclasses.attributes.html b/docs/latest/api/evennia.typeclasses.attributes.html index 3d183888e3..9c4b2c3ef6 100644 --- a/docs/latest/api/evennia.typeclasses.attributes.html +++ b/docs/latest/api/evennia.typeclasses.attributes.html @@ -393,6 +393,12 @@ The overhead of unpickling seems hard to avoid.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -1603,6 +1609,7 @@ with nicks stored on the Account level.

  • Attribute.value
  • Attribute.DoesNotExist
  • Attribute.MultipleObjectsReturned
  • +
  • Attribute.NotUpdated
  • Attribute.accountdb_set
  • Attribute.attrtype
  • Attribute.category
  • diff --git a/docs/latest/api/evennia.typeclasses.html b/docs/latest/api/evennia.typeclasses.html index 93484ca91c..8ccb649c74 100644 --- a/docs/latest/api/evennia.typeclasses.html +++ b/docs/latest/api/evennia.typeclasses.html @@ -99,6 +99,7 @@ Attribute and Tag models are defined along with their handlers.

  • Attribute.value
  • Attribute.DoesNotExist
  • Attribute.MultipleObjectsReturned
  • +
  • Attribute.NotUpdated
  • Attribute.accountdb_set
  • Attribute.attrtype
  • Attribute.category
  • @@ -219,6 +220,7 @@ Attribute and Tag models are defined along with their handlers.

  • Attribute
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -818,7 +824,8 @@ added to the query.

    in this query

  • reuse (*) – a set of reusable joins for multijoins

  • summarize (*) – a terminal aggregate clause

  • -
  • for_save (*) – whether this expression about to be used in a save or update

  • +
  • for_save (*) – whether this expression about to be used in a save or +update

  • @@ -1118,6 +1125,12 @@ default search functions of Evennia to allow quick searches by alias.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -1621,6 +1634,7 @@ are replaced by the default argument.

  • Attribute
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -1332,6 +1338,12 @@ bypassing this AttributeProperty entirely and this method is ne

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    app_label
    @@ -1378,7 +1390,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -1421,7 +1433,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -2191,6 +2203,12 @@ default search functions of Evennia to allow quick searches by alias.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -2848,6 +2866,7 @@ codec.

  • Attribute
  • +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    accountdb_set
    @@ -636,6 +642,7 @@ replicated with a lock check against the lockstring

  • Tag.db_tagtype
  • Tag.DoesNotExist
  • Tag.MultipleObjectsReturned
  • +
  • Tag.NotUpdated
  • Tag.accountdb_set
  • Tag.channeldb_set
  • Tag.helpentry_set
  • diff --git a/docs/latest/api/evennia.utils.dbserialize.html b/docs/latest/api/evennia.utils.dbserialize.html index ac08089bd1..ddc45e77fa 100644 --- a/docs/latest/api/evennia.utils.dbserialize.html +++ b/docs/latest/api/evennia.utils.dbserialize.html @@ -147,6 +147,12 @@ _SaverList, _SaverDict and _SaverSet counterparts.

    Bases: MultipleObjectsReturned

    +
    +
    +exception NotUpdated
    +

    Bases: ObjectNotUpdated, DatabaseError

    +
    +
    app_label
    @@ -193,7 +199,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -236,7 +242,7 @@ many-to-one relation.

    **Parent.children** is a **ReverseManyToOneDescriptor** instance.

    Most of the implementation is delegated to a dynamically defined manager -class built by **create_forward_many_to_many_manager()** defined below.

    +class built by **create_reverse_many_to_one_manager()** defined below.

    @@ -860,6 +866,7 @@ shortcut to having to use the full backend name.

  • ContentType diff --git a/docs/latest/api/evennia.utils.html b/docs/latest/api/evennia.utils.html index ba860dd4fa..e1b96f2627 100644 --- a/docs/latest/api/evennia.utils.html +++ b/docs/latest/api/evennia.utils.html @@ -215,6 +215,7 @@ functionality.

  • ContentType @@ -661,6 +663,7 @@ functionality.

  • evennia.utils.logger +
  • - - @@ -17052,6 +17218,8 @@
  • LanguageHandler.DoesNotExist
  • LanguageHandler.MultipleObjectsReturned +
  • +
  • LanguageHandler.NotUpdated
  • last() (evennia.accounts.manager.TypeclassManager method) @@ -17130,6 +17298,8 @@
  • Liable.DoesNotExist
  • Liable.MultipleObjectsReturned +
  • +
  • Liable.NotUpdated
  • LidClosedCmdSet (class in evennia.contrib.tutorials.red_button.red_button)
  • @@ -17142,6 +17312,8 @@
  • LightSource.DoesNotExist
  • LightSource.MultipleObjectsReturned +
  • +
  • LightSource.NotUpdated
  • LimitedSizeOrderedDict (class in evennia.utils.utils)
  • @@ -17256,6 +17428,8 @@
  • Listenable.DoesNotExist
  • Listenable.MultipleObjectsReturned +
  • +
  • Listenable.NotUpdated
  • LivingMixin (class in evennia.contrib.tutorials.evadventure.characters)
  • @@ -17276,6 +17450,8 @@
  • LLMNPC.DoesNotExist
  • LLMNPC.MultipleObjectsReturned +
  • +
  • LLMNPC.NotUpdated
  • load() (evennia.contrib.base_systems.components.component.Component class method) @@ -18738,6 +18914,8 @@
  • MapTransitionNode (class in evennia.contrib.grid.xyzgrid.xymap_legend)
  • mask() (evennia.contrib.utils.auditing.server.AuditedServerSession method) +
  • +
  • mask_sensitive_input() (in module evennia.utils.logger)
  • maskout_protodef() (in module evennia.contrib.game_systems.puzzles.puzzles)
  • @@ -18906,6 +19084,8 @@
  • Memplot.DoesNotExist
  • Memplot.MultipleObjectsReturned +
  • +
  • Memplot.NotUpdated
  • menu_edit() (in module evennia.contrib.base_systems.building_menu.building_menu)
  • @@ -19016,6 +19196,8 @@
  • Mixable.DoesNotExist
  • Mixable.MultipleObjectsReturned +
  • +
  • Mixable.NotUpdated
  • mixed_in (evennia.contrib.base_systems.components.tests.ComponentTestD attribute)
  • @@ -19026,6 +19208,8 @@
  • Mob.DoesNotExist
  • Mob.MultipleObjectsReturned +
  • +
  • Mob.NotUpdated
  • MobCmdSet (class in evennia.contrib.tutorials.tutorial_world.mob)
  • @@ -20051,6 +20235,8 @@
  • Movable.DoesNotExist
  • Movable.MultipleObjectsReturned +
  • +
  • Movable.NotUpdated
  • move() (evennia.contrib.base_systems.building_menu.building_menu.BuildingMenu method) @@ -20131,6 +20317,8 @@
  • Msg.DoesNotExist, [1]
  • Msg.MultipleObjectsReturned, [1] +
  • +
  • Msg.NotUpdated, [1]
  • msg_all_sessions (evennia.commands.command.Command attribute) @@ -20799,6 +20987,8 @@
  • Obelisk.DoesNotExist
  • Obelisk.MultipleObjectsReturned +
  • +
  • Obelisk.NotUpdated
  • obfuscate_language() (in module evennia.contrib.rpg.rpsystem.rplanguage)
  • @@ -20955,6 +21145,8 @@
  • ObjectDB.DoesNotExist, [1], [2]
  • ObjectDB.MultipleObjectsReturned, [1], [2] +
  • +
  • ObjectDB.NotUpdated, [1], [2]
  • objectdb_set (evennia.accounts.accounts.AccountDB attribute) @@ -21201,6 +21393,8 @@
  • Openable.DoesNotExist
  • Openable.MultipleObjectsReturned +
  • +
  • Openable.NotUpdated
  • opposed_saving_throw() (evennia.contrib.tutorials.evadventure.rules.EvAdventureRollEngine method)
  • @@ -21305,6 +21499,8 @@
  • OutroRoom.DoesNotExist
  • OutroRoom.MultipleObjectsReturned +
  • +
  • OutroRoom.NotUpdated
  • owner (evennia.contrib.rpg.buffs.buff.BaseBuff property) @@ -22335,6 +22531,8 @@
  • Positionable.DoesNotExist
  • Positionable.MultipleObjectsReturned +
  • +
  • Positionable.NotUpdated
  • positive_integer() (in module evennia.utils.validatorfuncs)
  • @@ -22589,6 +22787,8 @@
  • PuzzleRecipe.DoesNotExist
  • PuzzleRecipe.MultipleObjectsReturned +
  • +
  • PuzzleRecipe.NotUpdated
  • PuzzleSystemCmdSet (class in evennia.contrib.game_systems.puzzles.puzzles)
  • @@ -22771,6 +22971,8 @@
  • RandomStringGeneratorScript.DoesNotExist
  • RandomStringGeneratorScript.MultipleObjectsReturned +
  • +
  • RandomStringGeneratorScript.NotUpdated
  • RangedCombatRules (class in evennia.contrib.game_systems.turnbattle.tb_range)
  • @@ -22845,6 +23047,8 @@
  • Readable.DoesNotExist
  • Readable.MultipleObjectsReturned +
  • +
  • Readable.NotUpdated
  • readline() (evennia.contrib.base_systems.awsstorage.aws_s3_cdn.S3Boto3StorageFile method)
  • @@ -22953,6 +23157,8 @@
  • RedButton.DoesNotExist
  • RedButton.MultipleObjectsReturned +
  • +
  • RedButton.NotUpdated
  • reduced_redundancy (evennia.contrib.base_systems.awsstorage.aws_s3_cdn.S3Boto3Storage attribute)
  • @@ -23035,6 +23241,8 @@
  • RegularArticle.DoesNotExist
  • RegularArticle.MultipleObjectsReturned +
  • +
  • RegularArticle.NotUpdated
  • regulararticle_set (evennia.utils.idmapper.tests.Category attribute) @@ -23047,6 +23255,8 @@
  • RegularCategory.DoesNotExist
  • RegularCategory.MultipleObjectsReturned +
  • +
  • RegularCategory.NotUpdated
  • RejectedRegex
  • @@ -23274,14 +23484,14 @@
  • render_room() (evennia.contrib.grid.ingame_map_display.ingame_map_display.Map method)
  • + + - - - + + + - - +