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 |
|
Griatch
|
3a3a111fc4
|
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
|
255030ffe4
|
Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396
|
2021-11-03 22:55:55 +01:00 |
|
Griatch
|
8405548c6d
|
Update changelog to include webclient browser id
|
2021-11-03 20:13:06 +01:00 |
|
Griatch
|
3340ed9197
|
Allow to disable MXP or make it one-directional. Resolve #2169.
|
2021-11-02 23:39:56 +01:00 |
|
Griatch
|
8a7f4f3250
|
Tweak lock names to teleport/teleport_here instead
|
2021-10-31 23:48:05 +01:00 |
|
Griatch
|
e959e7a78f
|
Add move/move_here lock check to tel` command. Resolve #1579
|
2021-10-31 23:41:06 +01:00 |
|
Griatch
|
2993fb8121
|
Add confirmation question to ban/unban commands, as per #1541
|
2021-10-31 23:10:31 +01:00 |
|
Griatch
|
8178b454fd
|
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
|
b1ebbbecd3
|
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
|
a5b0b1a8c1
|
Add SERVER_HOSTNAME setting. Update website index to show telnet connect info
|
2021-10-31 10:38:38 +01:00 |
|
Griatch
|
6e99239370
|
Add pronoun parsing for msg_contents inlinefuncs
|
2021-10-30 22:36:40 +02:00 |
|
Griatch
|
fb9a274c20
|
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
|
6e9d32f78d
|
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
|
fae76d9a53
|
Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258.
|
2021-10-09 00:36:17 +02:00 |
|
Griatch
|
a0bc874f0f
|
Ask for confirm in default account creation. Resolves #1523
|
2021-10-08 22:46:50 +02:00 |
|
Griatch
|
25f793c964
|
Refactor return_apperance hook to make it easier to override. Resolves #2530, Resolves #2362.
|
2021-10-08 01:04:55 +02:00 |
|
Griatch
|
b19b77f549
|
Change EvTable vertical rebalance algorithm to simply add empty rows at end. Produces more consistent visual result than old algorithm which could sometimes look like a bug.
|
2021-09-17 00:49:37 +02:00 |
|
Griatch
|
cec3b139ed
|
Expand RPSystem to respect case of references. Resolves #1620.
|
2021-09-08 23:41:33 +02:00 |
|
Griatch
|
22d02ac098
|
Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494.
|
2021-08-22 20:30:22 +02:00 |
|
Griatch
|
87c5c7c168
|
Keep GMCP case if outputfunc is capitalized. Resolve #2300.
|
2021-08-17 20:25:00 +02:00 |
|
Griatch
|
eccb355f5b
|
Merged script/scripts commands. Resolve #1502
|
2021-08-07 23:11:21 +02:00 |
|
Griatch
|
b737ccd2ea
|
Better handle using typeclass-cmd with mismatched db table. Resolve #2350.
|
2021-08-06 23:44:48 +02:00 |
|
Griatch
|
651acb8c8a
|
Avoid yield-command crossover problems. Add .retain_instance ability for Command class for implementing state execution.
|
2021-08-06 15:59:48 +02:00 |
|
Griatch
|
fb9d89eeaa
|
Add stop_task kwarg to help Script delete-on-stop. Resolve #2455.
|
2021-08-03 22:15:41 +02:00 |
|
Griatch
|
466f07eca4
|
Add XYZgrid contrib api files, prepare for merge
|
2021-07-23 00:19:28 +02:00 |
|
Griatch
|
bc59219a2a
|
Update changelog for extra-launher-command setting
|
2021-07-04 21:55:14 +02:00 |
|
Griatch
|
5b4cbbc7f9
|
Changed clickable help-links to default to True
|
2021-06-20 11:20:33 +02:00 |
|
Griatch
|
c48e12f520
|
Formatting/style updates to new tasks command
|
2021-06-19 13:54:55 +02:00 |
|