Commit graph

254 commits

Author SHA1 Message Date
Griatch
f9ca50ba5f Implement DbPrototype caching, refactor. Resolve #2792 2022-10-30 12:13:13 +01:00
Griatch
f2f5a9d99d Add protfunc_raise_errors to spawn function, per #2769 2022-10-23 11:55:11 +02:00
Griatch
9054b96d64 Add support to $search using tag and with kwargs. Resolve #2902. 2022-10-05 21:40:57 +02:00
Griatch
f05add7c5b Merge branch 'develop' into contrib/evadventure 2022-09-17 13:23:13 +02:00
Griatch
a0a0a248a0 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Griatch
01505e0d92 Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:35:16 +02:00
Griatch
7b9ca07d4c Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:34:45 +02:00
Griatch
e1439104e0 Merge branch 'develop' into contrib/evadventure 2022-08-03 23:06:53 +02:00
Griatch
03425df669 Better phrasing in settings, update CHANGELOG 2022-08-02 21:46:16 +02:00
Griatch
19bd7ce0b7 Resolve merge conflicts 2022-08-02 16:19:25 +02:00
Griatch
7072df6a5d Fix merge conflicts 2022-08-02 14:33:53 +02:00
Griatch
69cf0a2be3 Change to use exit_obj in at_traverse hook kwargs instead 2022-08-02 14:32:47 +02:00
Griatch
155965c4d1 Update CHANGELOG 2022-08-02 14:30:00 +02:00
Griatch
7a06db9ffb Fix naked except clauses; update CHANGELOG 2022-08-02 13:53:08 +02:00
Griatch
c737c05574 Update CHANGELOG 2022-08-02 13:19:23 +02:00
Griatch
c95c8213a0 Add Account.uses_screenreader. Added evadventure mini-map 2022-07-24 23:21:36 +02:00
Griatch
33d247cff0 Fix merge conflicts 2022-07-24 09:31:39 +02:00
Griatch
99d300799e Update CHANGELOG 2022-07-24 08:58:44 +02:00
Griatch
9c7d3c6fc7 Update changelog 2022-07-24 08:49:31 +02:00
Griatch
afadb1001e More work on tech demo area 2022-07-13 14:32:19 +02:00
Griatch
1290f648d5 Fix merge conflicts 2022-06-04 13:26:58 +02:00
Griatch
f8e29f6f10 Updated CHANGELOG 2022-06-04 13:24:06 +02:00
Griatch
e752db07d2 Update CHANGELOG 2022-06-04 13:15:44 +02:00
Griatch
379f2b63ab Update CHANGELOG 2022-06-04 13:03:42 +02:00
Griatch
d9cd9e59f3 Update changelog with pickle improvement; update Attribute docs 2022-06-01 22:35:17 +02:00
Griatch
b2e41c2ddc Fix merge conflicts 2022-04-09 20:19:24 +02:00
Griatch
ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
a553f1ab2f Continue with evadventure implementation 2022-03-21 15:35:07 +01:00
Griatch
919bf1a907 Add ObjectParent mixin to default gamedir template 2022-03-04 23:15:54 +01:00
Griatch
34cb2af388 Add is_ooc lockfunc, because why not 2022-02-22 23:01:53 +01:00
Griatch
1b2c777fc4 Fix remaining bug in defaultdict Attribute support 2022-02-14 09:17:24 +01:00
Griatch
39368bc9ae Make type/force update rather than reset. Resolve #2504 2022-02-14 00:04:58 +01:00
Griatch
42ee0db1da Update logger.py to use new Twisted log api. No change in evennia-side usage 2022-02-13 22:52:11 +01:00
Griatch
a17fa2a454 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
489d079d10 Update CHANGELOG 2022-02-12 14:16:41 +01:00
Griatch
ce16d47501 Update changelog 2022-02-12 14:11:26 +01:00
Griatch
2c3b82ac4a 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
ca7bee9d99 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
b76c5d2bab Up min versions to py3.9, Django 4 2022-02-04 23:24:48 +01:00
Griatch
31c70f7897 Update of changelog 2022-01-25 23:04:20 +01:00
Griatch
9c0b44e13a Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
Griatch
01af303457 Examine-cmd support for script/channels. Resolve #2375. 2022-01-09 14:13:22 +01:00
Griatch
97009037a5 Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379. 2022-01-09 01:49:58 +01:00
Griatch
e70337b6d2 Move create methods into managers, leave utils.create as wrappers.
Resolve #2118.
2022-01-09 00:30:32 +01:00
Griatch
cc22a776ee Make monitorhandler support Attribute categories. Resolve 1807. 2022-01-08 22:14:56 +01:00
Griatch
7f0d314e7f Update changelog with merged PR 2021-12-17 08:49:04 +01:00
Griatch
72ad633071 Make set aware of Attribute categories 2021-12-16 00:22:24 +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
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