evennia/evennia/commands/default
2017-02-05 12:19: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
admin.py Change a string cocatenation to use .join instead. 2017-01-30 00:24:51 +01:00
batchprocess.py Refactor code for readability and compatibility. 2017-01-27 00:19:27 +01:00
building.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
cmdset_character.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
cmdset_player.py Remove broken and un-maintained IMC2 support. 2016-10-28 22:53:43 -07:00
cmdset_session.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01: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 Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
general.py set the from_obj for CmdSay and CmdPose, so they can be used properly 2016-12-13 20:20:51 -05:00
help.py Change the webclient OOB text kwarg to 'type' instead of 'window' to make it more general. 2017-02-05 12:19:17 +01:00
muxcommand.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
player.py Fix case of guest not getting properly deleted when logging off. Resolves #1194. 2017-02-04 13:06:09 +01:00
syscommands.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
system.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
tests.py Allows testing when msg is called with a tuple as first argument 2017-02-05 12:19:16 +01:00
unloggedin.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00