Commit graph

307 commits

Author SHA1 Message Date
Alessandro Ogier
81b6cdb93b speedier format/_map()s 2022-08-04 00:04:45 +02:00
Griatch
a13997395b Merge pull request #2822 from InspectorCaracal/fix-dest-overwrite
Fix DefaultExit overwriting prototype destination
2022-08-02 15:00:07 +02:00
Griatch
69cf0a2be3 Change to use exit_obj in at_traverse hook kwargs instead 2022-08-02 14:32:47 +02:00
InspectorCaracal
78735baadc don't overwrite destination 2022-08-01 15:45:46 -06:00
Andrew Bastien
8b696ed2b5 object.at_traverse() now passes the exit being traversed as a kwarg 2022-07-26 12:29:40 -04:00
Andrew Bastien
e0dc224d08 Fixed remaining issues. All tests pass. 2022-07-14 22:53:37 -04:00
Andrew Bastien
93aae906bf Improving documentation. 2022-07-11 22:03:07 -04:00
Andrew Bastien
c99cd45f93 Added move_type to obj.move_to and its many hooks and what calls it. 2022-07-11 22:03:07 -04:00
Griatch
ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
a53dd4bfd1 Fix typo in default lockstring 2022-03-02 23:12:41 +01:00
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