evennia/evennia/commands/default
2015-06-20 16:31:36 -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 Rename display_name and improve docstrings. 2015-06-20 16:31:36 -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 Fixed a bug and cleaned up the nick command. Resolves #756. 2015-06-09 14:34:27 +02:00
help.py Made addhelp/append us a single line break. Resolves #730. 2015-03-31 22:43:26 +02:00
lineeditor.py Fixed an issue with the lineeditor's quit yes/no question and made a custom yes/no solution instead of relying on the menusystem-based one in contrib. Resolves #757. 2015-06-12 23:17:32 +02: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 Fixed a typo for the command. Resolves #755. 2015-06-03 23:10:41 +02: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