| .. |
|
__init__.py
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
account.py
|
class var options renamed switch_options
|
2018-03-05 14:30:37 -05:00 |
|
admin.py
|
class var options renamed switch_options
|
2018-03-05 14:32:52 -05:00 |
|
batchprocess.py
|
class var options renamed switch_options
|
2018-03-05 14:34:10 -05:00 |
|
building.py
|
class vars options, split renamed
|
2018-03-05 14:42:13 -05:00 |
|
cmdset_account.py
|
Add nick-command to account cmdset
|
2018-03-03 11:01:31 +01:00 |
|
cmdset_character.py
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
cmdset_session.py
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +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
|
class var options renamed switch_options
|
2018-03-05 14:45:07 -05:00 |
|
general.py
|
Merge branch 'develop' into develop-muxcommand
|
2018-03-05 13:36:39 -05:00 |
|
help.py
|
Add class var options to CmdSetHelp
|
2018-03-02 07:38:37 -05:00 |
|
muxcommand.py
|
Addresses requested changes + shim code
|
2018-03-05 14:08:10 -05:00 |
|
syscommands.py
|
Added the ability to overload the default command parent. Implements #923.
|
2016-05-22 20:49:46 +02:00 |
|
system.py
|
Adds class var options to some system commands
|
2018-03-02 07:31:33 -05:00 |
|
tests.py
|
Merge branch 'develop' into develop-muxcommand
|
2018-03-05 13:36:39 -05:00 |
|
unloggedin.py
|
Text corrections in comments and strings
|
2017-10-16 15:13:53 -04:00 |