Commit graph

253 commits

Author SHA1 Message Date
Griatch
2edda204ab Add protfunc_raise_errors to spawn function, per #2769 2022-10-23 11:55:11 +02:00
Griatch
73a7b4ac56 Add support to $search using tag and with kwargs. Resolve #2902. 2022-10-05 21:40:57 +02:00
Griatch
c43e145615 Merge branch 'develop' into contrib/evadventure 2022-09-17 13:23:13 +02:00
Griatch
6db083adb9 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Griatch
ee19e71047 Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:35:16 +02:00
Griatch
92598dc68d Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:34:45 +02:00
Griatch
bbf07be87f Merge branch 'develop' into contrib/evadventure 2022-08-03 23:06:53 +02:00
Griatch
731e79785c Better phrasing in settings, update CHANGELOG 2022-08-02 21:46:16 +02:00
Griatch
301743be5e Resolve merge conflicts 2022-08-02 16:19:25 +02:00
Griatch
4e74fc93a0 Fix merge conflicts 2022-08-02 14:33:53 +02:00
Griatch
c874e7b967 Change to use exit_obj in at_traverse hook kwargs instead 2022-08-02 14:32:47 +02:00
Griatch
1ef2498a71 Update CHANGELOG 2022-08-02 14:30:00 +02:00
Griatch
ecc0b9173b Fix naked except clauses; update CHANGELOG 2022-08-02 13:53:08 +02:00
Griatch
114c99b8b2 Update CHANGELOG 2022-08-02 13:19:23 +02:00
Griatch
d22b11c723 Add Account.uses_screenreader. Added evadventure mini-map 2022-07-24 23:21:36 +02:00
Griatch
7e53fc5cc9 Fix merge conflicts 2022-07-24 09:31:39 +02:00
Griatch
3403ffbf3c Update CHANGELOG 2022-07-24 08:58:44 +02:00
Griatch
fb48da472c Update changelog 2022-07-24 08:49:31 +02:00
Griatch
8c3fadd8a9 More work on tech demo area 2022-07-13 14:32:19 +02:00
Griatch
b2266c22a0 Fix merge conflicts 2022-06-04 13:26:58 +02:00
Griatch
6edf9064c9 Updated CHANGELOG 2022-06-04 13:24:06 +02:00
Griatch
8c55754822 Update CHANGELOG 2022-06-04 13:15:44 +02:00
Griatch
455b272a2f Update CHANGELOG 2022-06-04 13:03:42 +02:00
Griatch
f33c783311 Update changelog with pickle improvement; update Attribute docs 2022-06-01 22:35:17 +02:00
Griatch
5240416b78 Fix merge conflicts 2022-04-09 20:19:24 +02:00
Griatch
f38b573332 Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
0c81b836b6 Continue with evadventure implementation 2022-03-21 15:35:07 +01:00
Griatch
d6b12e3290 Add ObjectParent mixin to default gamedir template 2022-03-04 23:15:54 +01:00
Griatch
8ea578c75f Add is_ooc lockfunc, because why not 2022-02-22 23:01:53 +01:00
Griatch
2e645c58ba Fix remaining bug in defaultdict Attribute support 2022-02-14 09:17:24 +01:00
Griatch
235a84d739 Make type/force update rather than reset. Resolve #2504 2022-02-14 00:04:58 +01:00
Griatch
17f0ce8245 Update logger.py to use new Twisted log api. No change in evennia-side usage 2022-02-13 22:52:11 +01:00
Griatch
570dbc7da6 Add run_in_main_thread as helper for those wanting to run server code from web view. Resolve #2457 2022-02-12 18:44:38 +01:00
Griatch
036700a24a Update CHANGELOG 2022-02-12 14:16:41 +01:00
Griatch
a57766743e Update changelog 2022-02-12 14:11:26 +01:00
Griatch
7417ae1c48 Add say/who to the Lunr exception list. Add setting to extend the list from gamedir. 2022-02-09 23:03:08 +01:00
Griatch
152eaa3f95 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
2d25d8862b Up min versions to py3.9, Django 4 2022-02-04 23:24:48 +01:00
Griatch
127be93ec3 Update of changelog 2022-01-25 23:04:20 +01:00
Griatch
0b3970d594 Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
Griatch
84afea231d Examine-cmd support for script/channels. Resolve #2375. 2022-01-09 14:13:22 +01:00
Griatch
b392b56ea5 Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379. 2022-01-09 01:49:58 +01:00
Griatch
5b040a5e67 Move create methods into managers, leave utils.create as wrappers.
Resolve #2118.
2022-01-09 00:30:32 +01:00
Griatch
4cff98d4bd Make monitorhandler support Attribute categories. Resolve 1807. 2022-01-08 22:14:56 +01:00
Griatch
660dee0a8b Update changelog with merged PR 2021-12-17 08:49:04 +01:00
Griatch
357fcc8059 Make set aware of Attribute categories 2021-12-16 00:22:24 +01:00
Griatch
82442e4640 Make examine command more modular; show attr-categories and value types.
See #1805.
2021-11-21 03:37:55 +01:00
Griatch
4f57370bc9 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
7d277fb7dd AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
ae0e341461 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