evennia/evennia/commands/default
2021-11-21 03:37:55 +01:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
account.py Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. 2021-10-09 00:36:17 +02:00
admin.py 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
batchprocess.py [feat] Script refactor; decouple timer component from script lifetime. Resolve #1715 2021-03-07 10:34:01 +01:00
building.py Make examine command more modular; show attr-categories and value types. 2021-11-21 03:37:55 +01:00
cmdset_account.py Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
cmdset_character.py Merged script/scripts commands. Resolve #1502 2021-08-07 23:11:21 +02:00
cmdset_session.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
cmdset_unloggedin.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
comms.py Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
general.py AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
help.py Correct help query on @, fix reset hook call. 2021-11-13 15:32:31 +01:00
muxcommand.py Make sure self.lhs/rhslist are always lists. Resolve #2290 2021-01-18 22:08:11 +01:00
syscommands.py Merge branch 'master' into develop 2021-05-30 09:15:49 +02:00
system.py Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
tests.py Make examine command more modular; show attr-categories and value types. 2021-11-21 03:37:55 +01:00
unloggedin.py Change to MyST parser 2021-10-26 21:31:20 +02:00