Commit graph

4458 commits

Author SHA1 Message Date
Owllex
189124c751 Add an example to documentation. 2021-11-24 13:39:58 -08:00
Owllex
53f307e8e3 Add new cooldowns contrib. 2021-11-23 18:03:37 -08:00
Griatch
da41176a96 Merge branch 'develop' of github.com:evennia/evennia into develop 2021-11-21 11:38:28 +01:00
Griatch
08ee312281 Merge pull request #2589 from The-Archemist/dev
get_display_name looker default. Resolves #2415
2021-11-21 11:13:12 +01:00
Griatch
4b84e44c73 Merge branch 'master' into develop 2021-11-21 11:09:45 +01:00
Griatch
39b3a66cac Merge pull request #2581 from luciensadi/master
Added missing remove() method to _SaverDeque
2021-11-21 11:09:04 +01:00
Griatch
09f51a644a Make examine command more modular; show attr-categories and value types.
See #1805.
2021-11-21 03:37:55 +01:00
Jake
28ceef6e8d get_display_name looker default. Resolves #2415 2021-11-20 17:31:44 -07:00
Griatch
c993fb93f1 Make sure the update/reset combination reruns all hooks 2021-11-13 15:34:47 +01:00
Griatch
88fff7c57b Correct help query on @, fix reset hook call. 2021-11-13 15:32:31 +01:00
Griatch
7cfb9e3b42 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
7a60e9ed0d AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
507e896e06 Minor typo fix 2021-11-08 17:31:00 +01:00
luciensadi
ca6e651dfa Added missing remove() method to _SaverDeque 2021-11-03 22:04:44 -07:00
Griatch
2df0b9c943 Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753 2021-11-04 00:15:27 +01:00
Griatch
58f86fd3d7 Make common typeclass.delete return True/False to match Object.delete api for consistency. Resolve #2398 2021-11-03 23:20:00 +01:00
Griatch
00b29a693d Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396 2021-11-03 22:55:55 +01:00
Griatch
a0c70ce465 Add webclient browser name identifier. Resolve #1650 2021-11-03 20:09:47 +01:00
Griatch
6fef01a3b1 Allow to disable MXP or make it one-directional. Resolve #2169. 2021-11-02 23:39:56 +01:00
Griatch
3474ffa008 Include error messages in form. Resolve #2368 2021-11-02 21:21:31 +01:00
Griatch
b94dcbee70 Tweak lock names to teleport/teleport_here instead 2021-10-31 23:48:05 +01:00
Griatch
fc3bf04fd8 Add move/move_here lock check to tel` command. Resolve #1579 2021-10-31 23:41:06 +01:00
Griatch
c2a3c789d3 Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations. Resolves #1541. 2021-10-31 23:08:33 +01:00
Griatch
36e985557f Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454. 2021-10-31 22:18:58 +01:00
Griatch
efac569915 Add GMCP Client.Gui stub to avoid Mudlet issue 2021-10-31 20:19:12 +01:00
Griatch
9c210b3a50 Add GMCP Client.GUI inputfunc to avoid issues with Mudlet 2021-10-31 20:18:20 +01:00
Griatch
d2a69739d7 Add warning on unset SERVER_HOSTNAME 2021-10-31 10:47:07 +01:00
Griatch
063c44f38d Add SERVER_HOSTNAME setting. Update website index to show telnet connect info 2021-10-31 10:38:38 +01:00
Griatch
9d6cb98349 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
9cb807a73c Update in-game links 2021-10-26 22:50:19 +02:00
Griatch
d84ff8ff85 Fix DefaultObject.search. Resolve #2264. 2021-10-26 22:06:58 +02:00
Griatch
78d5190632 Further fixes to DefaultObject.search string 2021-10-26 22:01:39 +02:00
Griatch
0c523a8043 Update DefaultObject.search docstring. Resolve #2264. 2021-10-26 21:54:42 +02:00
Griatch
c983521a60 Merge branch 'develop' of github.com:evennia/evennia into develop 2021-10-26 21:41:37 +02:00
Griatch
d229ff024c Convert master docs to use MyST 2021-10-26 21:32:09 +02:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
Griatch
9cf744ba69 Merge pull request #2576 from Henddher/issue_2519
Addition of test for persisted field of type dictionary.
2021-10-24 19:10:49 +02:00
henddher
cd470e9707 Addition of test for persisted field of type dictionary. 2021-10-22 17:31:32 -05:00
henddher
6ddfa684a7 Fixes broken tests in crafting contrib. 2021-10-22 16:43:16 -05:00
GulliblePsychologist
60f9acdcc7 Fixes #2562 2021-10-14 01:11:17 +01:00
Griatch
a4ec9edde7 Merge branch 'develop' of github.com:evennia/evennia into develop 2021-10-12 23:56:54 +02:00
Griatch
fd2c0d9fb7 Add magic-crafting example to crafting readme. Resolve #2554 2021-10-12 23:52:52 +02:00
Dimitri
9227dd3f78 issue #2262 -- add docstring for location arg 2021-10-12 07:12:12 -06:00
Griatch
ff61e014d7 Make EvMore auto-exit and change display text. Resolve #2361. 2021-10-09 18:44:18 +02:00
Griatch
2a8cc57bbe Add strip_unsafe_input/INPUT_CLEANUP_BYPASS_PERMISSIONS helpers to strip unsafe input on a per-command level. Resolves #1738. 2021-10-09 16:27:58 +02:00
Griatch
0556f527fe Add .permissions.check() to easily do straight perm-checks without lockstrings 2021-10-09 16:23:13 +02:00
Griatch
71092f17f7 Make @lazy_property handlers read/write protected to avoid common newbie mistakes, like assigning obj.locks = [] 2021-10-09 14:33:40 +02:00
Griatch
a7b99a605b Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. 2021-10-09 00:36:17 +02:00
Griatch
49886dbff3 Add confirm to set/edit for non-string Attributes. Resolves #2222 2021-10-09 00:11:30 +02:00
Griatch
e4013dbdb8 Ask for confirm in default account creation. Resolves #1523 2021-10-08 22:46:50 +02:00