Griatch
14d9bc835c
Add default edit-perms for chars. Resolve #2575 .
2022-03-01 23:49:39 +01:00
Wendy Wang
6f4031fea3
Logger error typo fix.
...
announce_move_from() exception currently claims to be at_announce_move(). No longer, with this change!
2022-02-09 14:31:49 +01:00
Griatch
bd3e31bf3c
Run black reformatter on code
2022-02-08 13:03:52 +01:00
Jake
28ceef6e8d
get_display_name looker default. Resolves #2415
2021-11-20 17:31:44 -07: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
9d6cb98349
Add pronoun parsing for msg_contents inlinefuncs
2021-10-30 22:36:40 +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
bf2c4f151b
Refactor return_apperance hook to make it easier to override. Resolves #2530 , Resolves #2362 .
2021-10-08 01:04:55 +02:00
Griatch
a815db4ca9
Complete permanent->persistent rename of cmdset kwarg for consistency
2021-08-06 17:16:44 +02:00
Griatch
de66313ec9
First stepping around xyzgrid, still issues
2021-07-11 11:25:03 +02:00
Griatch
aa9beb43ed
Fix mapping unittests
2021-07-10 17:47:20 +02:00
Griatch
61ab313ee3
Refactoring of map spawner mechanism. Still not working correctly
2021-07-03 18:05:49 +02:00
Griatch
7147e3e027
Prepare all .po files for updating by volunteers
2021-05-29 18:30:20 +02:00
Griatch
7ff8cbb341
I18n string cleanup and refactoring
2021-05-27 17:37:26 +02:00
Griatch
d4f61f1a14
Pep8 fixes
2021-05-24 23:38:02 +02:00
Griatch
d14a6f147c
Merge branch 'pass_kwargs_to_hooks' of https://github.com/blongden/evennia into blongden-pass_kwargs_to_hooks
2021-05-09 15:51:04 +02:00
Ben Longden
82e09ae7f0
Pass **kwargs to various hooks on move_to
2021-04-29 16:33:23 +01:00
fariparedes
43ecb0a9f2
Proposed fix
2021-04-06 21:12:10 +02:00
Griatch
c65c68e4c2
Further cleanup and refactoring
2021-03-27 19:20:21 +01:00
fariparedes
2366ea4a9c
Proposed fix
2021-03-26 21:42:15 -04:00
Griatch
a3a57314a1
Homogenize funcparser calls
2021-03-25 23:15:47 +01:00
Griatch
b5195a6e96
[feat] Script refactor; decouple timer component from script lifetime. Resolve #1715
2021-03-07 10:34:01 +01:00
Griatch
cd579fb649
Remove BASE_*_TYPECLASS from flat API, break circular imports of cmdhandler in accounts/objects. Resolve #2330 .
2021-03-07 10:31:30 +01:00
Griatch
2563bd8e46
Remove BASE_*_TYPECLASS from flat API, break circular imports of cmdhandler in accounts/objects. Resolve #2330 .
2021-03-07 10:31:16 +01:00
Griatch
76d087ffb0
doc-building tests
2021-02-24 22:40:29 +01:00
Griatch
d88431b8d3
Merge branch 'master' into develop
2021-01-18 21:35:48 +01:00
Tim Chaplin
5ac9196acb
Make ExitCommand inherit from settings.COMMAND_DEFAULT_CLASS
...
See 9923a0763d .
2020-12-27 14:01:31 -05:00
Griatch
e890bd9040
Expand with many crafting unit tests
2020-11-28 18:16:00 +01:00
Griatch
5f8911ec72
Better handle multimatch index out of scope. Resolve #2207 .
2020-11-13 20:40:12 +01:00
Griatch
975e98766e
Better handle multimatch index out of scope. Resolve #2207 .
2020-11-13 20:39:44 +01:00
Griatch
8b28900600
Ran black on sources
2020-10-21 21:11:04 +02:00
Griatch
b449ebe3d4
Fix style to Keyword Args
2020-10-12 21:13:06 +02:00
Griatch
90a1a0cba8
Resolve merge conflicts
2020-10-08 23:35:31 +02:00
Griatch
d414cc3ccd
Start add docs again
2020-10-08 21:45:18 +02:00
Griatch
32a13b63e7
More nodes to menu-tutorial contrib
2020-10-04 15:53:37 +02:00
Griatch
9cdc37355c
Resolve merge conflicts
2020-09-16 23:49:05 +02:00
Griatch
2a392c290d
Fix error in pluralization inflection. Resolves #2183 .
2020-09-01 19:10:07 +02:00
Griatch
42612c92a7
Add stack support for object.search
2020-07-31 23:24:13 +02:00
Griatch
b24d4f0e1e
Run black on sources; add black config
2020-07-27 21:12:06 +02:00
Griatch
0df87037e7
Ran black on sources, add black config
2020-07-27 21:09:13 +02:00
Griatch
dd5c6274b7
Make ic command better handle multiple-matches.
...
Resolves #1923 . This changes the `ic` command so non-privileged
users will search through their `_playable_characters` Attribute list.
Privileged (Builder+) users will use their `_playable_characters` list,
but if they are already puppeting a char in the same location as an
object with the given name, this will be used instead. Only if no match
is found neither in `_playable_characters` nor in the current location
will a global search for a puppetable target be done (and only for
Builders+)
2020-07-20 22:25:23 +02:00
Griatch
81a22b0b5d
Merge branch 'change_ic_behavior' into develop
2020-07-20 22:17:05 +02:00
Griatch
87c7e169b1
Make ic command better handle multiple-matches.
...
Resolves #1923 . This changes the `ic` command so non-privileged
users will search through their `_playable_characters` Attribute list.
Privileged (Builder+) users will use their `_playable_characters` list,
but if they are already puppeting a char in the same location as an
object with the given name, this will be used instead. Only if no match
is found neither in `_playable_characters` nor in the current location
will a global search for a puppetable target be done (and only for
Builders+)
2020-07-20 22:12:49 +02:00
Griatch
90e149dc27
Resolve merge conflicts
2020-07-18 23:30:23 +02:00
Griatch
050b050d24
Make DefaultObject/Room/Exit's argument optional. Also resolves #2162 .
2020-07-18 22:37:43 +02:00
Griatch
5f6496b6a5
Black formatting artefact. Resolves #2158
2020-07-18 21:49:15 +02:00
Griatch
7fed14d233
Rename docstring Kwargs to Keyword Args
2020-07-10 15:57:57 +02:00
Griatch
e9e92fab33
Merge branch 'attribute_refactor' of https://github.com/volundmush/evennia into volundmush-attribute_refactor
2020-05-16 15:26:11 +02:00
Griatch
8f11b38422
Merge branch 'master' into develop
2020-05-16 09:56:56 +02:00