evennia/evennia/commands/default
2025-03-02 17:46:17 +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 Made true color display more flexible, but decided to still keep it at one line since multiple could be mis-interpreted 2024-09-29 14:14:52 +02:00
admin.py Adjusted default commands to use self.msg() instead of self.caller.msg() where prudent 2023-11-27 01:10:49 -05:00
batchprocess.py Fix batchcommand/interactive mode as Developer perm. Resolve #687 2025-01-18 16:19:44 +01:00
building.py Make tutorial-world buildable by Developer. 2025-01-18 16:03:20 +01:00
cmdset_account.py discord integration 2022-11-26 14:30:20 -07:00
cmdset_character.py Apply black to codes 2024-04-01 17:51:05 +02:00
cmdset_session.py Apply black to codes 2024-04-01 17:51:05 +02:00
cmdset_unloggedin.py Apply black to codes 2024-04-01 17:51:05 +02:00
comms.py discord usability improvements 2025-01-10 15:16:53 -07:00
general.py Remove many uses of the short api from inside the library, to ease startup loops 2025-03-02 17:46:17 +01:00
help.py Respect subtopic_separator_char in more places in CmdHelp. Resolve #3612 2024-09-29 11:37:01 +02:00
muxcommand.py Adjusted default commands to use self.msg() instead of self.caller.msg() where prudent 2023-11-27 01:10:49 -05:00
syscommands.py Format code imports 2022-11-10 22:21:12 +01:00
system.py Remove many uses of the short api from inside the library, to ease startup loops 2025-03-02 17:46:17 +01:00
tests.py Remove many uses of the short api from inside the library, to ease startup loops 2025-03-02 17:46:17 +01:00
unloggedin.py Apply black to codes 2024-04-01 17:51:05 +02:00