Commit graph

1017 commits

Author SHA1 Message Date
Griatch
8f1f604708 Missing f-string marker in channel error msg 2022-03-27 18:56:37 +02:00
Griatch
919bf1a907 Add ObjectParent mixin to default gamedir template 2022-03-04 23:15:54 +01:00
Griatch
d69589ec99 Better handle partial search matches. Resolve #2579 2022-03-01 18:51:24 +01:00
Griatch
4e2962fef8 Further improvement of log conditional 2022-02-14 00:34:13 +01:00
Griatch
39368bc9ae Make type/force update rather than reset. Resolve #2504 2022-02-14 00:04:58 +01:00
Griatch
29430d8d0f Avoid inf recursion when deleting script from at_stop. Resolve #2642 2022-02-12 20:19:35 +01:00
Griatch
58454c7109 Merge branch 'develop' of https://github.com/aMiss-aWry/evennia into aMiss-aWry-develop 2022-02-12 14:04:13 +01:00
Griatch
a58b667bb0 Fix dep-warning message on persistent cmdset.add kwarg 2022-02-09 19:38:52 +01:00
Wendy Wang
64b9f9e508 Fix for bug #2643: NAttributes on examine.
Non-Persistent Attributes now shown in examine.
2022-02-09 14:28:08 +01:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
628afe9367 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
a980ed617d Fix tutorial world build and intro 2022-02-05 16:05:12 +01:00
Griatch
5859de7054 Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
bbf45af2dd Refactor all test classes into evennia.utils.test_resources. Update docs. 2022-01-21 00:17:24 +01:00
Griatch
9403d9f6d0 Add fix for varying ids in postgres unittests 2022-01-19 22:08:39 +01:00
ChrisLR
cd77ec0342 Enforce default_home again 2022-01-19 13:01:30 -05: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
7b014f0fa0 Allow scripts command to operate on range dbrefs. Resolve #2397. 2022-01-09 00:49:57 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
1593a92d46 Remove prototype init from evennia init 2022-01-03 22:22:19 +01:00
Griatch
498a031662 Isolate EvenniaTestCase/EvenniaCommandTest for pristine settings 2021-12-22 01:23:03 +01:00
Griatch
541e5a116a Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
Griatch
8139fd79c7 Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
Griatch
7f2b8c81d7 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
72ad633071 Make set aware of Attribute categories 2021-12-16 00:22:24 +01:00
Jake
a306323c3d Fixed unnecessary string break in CmdDesc 2021-11-27 00:06:50 -07:00
Griatch
1400436c11 Merge pull request #2591 from The-Archemist/sethelp_fix
Fix sethelp help file typo.
2021-11-26 09:39:34 +01:00
Griatch
850d12d4dd Merge pull request #2596 from The-Archemist/UnbanFix
Fixed bug with unban command. Resolves #2595
2021-11-25 10:16:55 +01:00
Jake
0828b0fb35 Fixed bug with unban command. Resolves #2595 2021-11-25 01:16:12 -07:00
Jake
afa670a293 Fix sethelp help file typo. 2021-11-21 04:02:16 -07: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
88fff7c57b Correct help query on @, fix reset hook call. 2021-11-13 15:32:31 +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
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
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
9cb807a73c Update in-game links 2021-10-26 22:50:19 +02:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +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
a7b99a605b Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. 2021-10-09 00:36:17 +02:00
Griatch
49886dbff3 Add confirm to set/edit for non-string Attributes. Resolves #2222 2021-10-09 00:11:30 +02:00
Griatch
e4013dbdb8 Ask for confirm in default account creation. Resolves #1523 2021-10-08 22:46:50 +02:00
Griatch
1a581162bc Change assign to use .key instead of .name. Resolve #2530. 2021-10-08 01:06:50 +02:00
henddher
bfd6ece47c Addition of BROADCAST_SERVER_RESTART_MESSAGES flag to notify all sessions that the server is restarting. 2021-10-03 18:05:03 -05:00
David Reichard
af491d9f30 Fix multimatch error. Resolves #2514 2021-09-04 23:36:54 -04:00
Griatch
dbb8bdc6f2 Merge branch 'master' into develop 2021-08-16 21:33:58 +02:00
Griatch
4b9dc9a0c3 Give correct error on set/desc here. Resolve #2382. 2021-08-16 21:31:53 +02:00