evennia/evennia/commands/default
2015-03-26 18:18:17 -05: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 Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
batchprocess.py Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets. 2015-02-22 17:46:55 +01:00
building.py Added /edit switch to CmdDesc. 2015-03-26 18:18:17 -05: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 Made various parts of the core respect the CLIENT_DEFAULT_WIDTH setting. Resolves #710. 2015-03-19 19:21:05 +01:00
general.py Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets. 2015-02-22 17:46:55 +01:00
help.py Made cyan separators work. 2015-03-21 07:53:38 +01:00
lineeditor.py Pull line editor out of contrib and into main. 2015-03-26 17:10:42 -05:00
muxcommand.py Fix typo in muxcommand.py. 2015-02-08 17:46:42 +01:00
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
syscommands.py Fix MULTISESSION_MODE = 3 2015-02-28 09:49:41 +01:00
system.py Added the ability for Windows users to use a (very limited version of the service command. Resolves #570. 2015-03-07 22:20:26 +01:00
tests.py Fixed unittest for help entries 2015-03-22 09:42:51 +01:00
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