evennia/evennia/commands/default
2016-05-22 20:45:06 +02: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 fixed some help text for @ban command 2016-01-11 12:07:54 +01:00
batchprocess.py Don't show tracebacks to players. 2015-11-09 12:30:55 +01:00
building.py Converted msg-arguments to options 2016-05-22 20:45:06 +02:00
cmdset_character.py Also added the look command to the cmdset. Now THIS resolves #643. 2015-01-18 12:44:08 +01:00
cmdset_player.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
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 BlauFeuer's Bug. @Cemit/sendername not functioning. 2016-04-04 14:24:15 +02:00
general.py display nicks from all categories 2016-01-12 20:17:58 +01:00
help.py Improve help command. 2015-10-17 07:23:19 +00:00
muxcommand.py Further development of the reworking of systems using Sessions rather than session id. 2015-11-14 20:32:58 +01:00
player.py CmdOption session option msg to session only 2016-03-21 10:32:38 +01:00
syscommands.py Fix MULTISESSION_MODE = 3 2015-02-28 09:49:41 +01:00
system.py Converted msg-arguments to options 2016-05-22 20:45:06 +02:00
tests.py Fixed the unittest for the py command. 2016-04-12 23:51:45 +02:00
unloggedin.py Added a validation-check when changing encodings using the default commands (unloggedin/general). Also put in a safety catch in the sessionhandler to reset faulty encodings that slips by for some reason. This can otherwise lead to errors for shutting down the server since the server fails trying to inform the faulty session about the shutdown. 2016-01-12 21:35:27 +01:00