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
|
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
|
ef7280f55a
|
Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty.
|
2022-04-09 15:56:24 +02: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 |
|
Griatch
|
2df0b9c943
|
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
|
58f86fd3d7
|
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
|
00b29a693d
|
Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396
|
2021-11-03 22:55:55 +01:00 |
|
Griatch
|
7639b98bf3
|
Update changelog to include webclient browser id
|
2021-11-03 20:13:06 +01:00 |
|
Griatch
|
6fef01a3b1
|
Allow to disable MXP or make it one-directional. Resolve #2169.
|
2021-11-02 23:39:56 +01:00 |
|
Griatch
|
b94dcbee70
|
Tweak lock names to teleport/teleport_here instead
|
2021-10-31 23:48:05 +01:00 |
|
Griatch
|
fc3bf04fd8
|
Add move/move_here lock check to tel` command. Resolve #1579
|
2021-10-31 23:41:06 +01:00 |
|
Griatch
|
ef9f80cb84
|
Add confirmation question to ban/unban commands, as per #1541
|
2021-10-31 23:10:31 +01:00 |
|
Griatch
|
c2a3c789d3
|
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
|
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
|
063c44f38d
|
Add SERVER_HOSTNAME setting. Update website index to show telnet connect info
|
2021-10-31 10:38:38 +01:00 |
|
Griatch
|
9d6cb98349
|
Add pronoun parsing for msg_contents inlinefuncs
|
2021-10-30 22:36:40 +02:00 |
|
Griatch
|
2a8cc57bbe
|
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
|
71092f17f7
|
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
|
a7b99a605b
|
Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258.
|
2021-10-09 00:36:17 +02:00 |
|
Griatch
|
e4013dbdb8
|
Ask for confirm in default account creation. Resolves #1523
|
2021-10-08 22:46:50 +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
|
4cf890b635
|
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
|
cb5830bbc5
|
Expand RPSystem to respect case of references. Resolves #1620.
|
2021-09-08 23:41:33 +02:00 |
|
Griatch
|
ddaf22ea58
|
Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494.
|
2021-08-22 20:30:22 +02:00 |
|
Griatch
|
f650533614
|
Keep GMCP case if outputfunc is capitalized. Resolve #2300.
|
2021-08-17 20:25:00 +02:00 |
|