evennia/evennia/commands/default
2017-08-19 21:30:42 +02: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 Fix isolated unittests for color markup. Issues with module reloading. 2017-07-20 22:09:44 +02:00
admin.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
batchprocess.py Merge conflicts against master, including cmdhandler support for direct cmdobject input together with prefix-ignore mechanism from devel. 2017-04-01 16:08:23 +02:00
building.py Resolve merge conflicts with master. 2017-08-19 21:30:42 +02:00
cmdset_account.py Re-add new, renamed account* files. 2017-07-07 23:48:13 +02:00
cmdset_character.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
cmdset_session.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
cmdset_unloggedin.py Added support for screen readers via the new option command (which merges the ability to set the screenreader mode with the encoding command). The new setting.SCREENREADER_REGEX_STRIP allows to customize what the screenreader mode strips. 2015-03-16 23:30:37 +01:00
comms.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
general.py Rework at_before_say/at_say to handle whispers and using kwargs. 2017-07-21 12:17:47 +02:00
help.py Resolve merge conflicts with master. 2017-08-19 21:30:42 +02:00
muxcommand.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
syscommands.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
system.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
tests.py Rework at_before_say/at_say to handle whispers and using kwargs. 2017-07-21 12:17:47 +02:00
unloggedin.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00