| .. |
|
__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
|
Change @ desc to @ setdesc to avoid confusion with desc command.
|
2017-02-17 09:19:55 +01:00 |
|
cmdset_character.py
|
Add functioning prefix-ignorer and cleanup of code.
|
2017-02-17 09:19:55 +01:00 |
|
cmdset_player.py
|
Add the ircstatus command, which allows an Evennia-ide user to ping the status of the IRC bot connection, get list of IRC nicks and also (if having the right privilege) force-reconnect the bot if the connection has died.
|
2017-02-12 00:43:19 +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
|
Clean up default command names and aliases to avoid multimatches with new prefix-ignorer. Chane desc->setdesc, alias->nick, @home->@sethome.
|
2017-02-17 09:19:22 +01:00 |
|
general.py
|
Add functioning prefix-ignorer and cleanup of code.
|
2017-02-17 09:19:55 +01:00 |
|
help.py
|
Clean up default command names and aliases to avoid multimatches with new prefix-ignorer. Chane desc->setdesc, alias->nick, @home->@sethome.
|
2017-02-17 09:19:22 +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
|
Clean up default command names and aliases to avoid multimatches with new prefix-ignorer. Chane desc->setdesc, alias->nick, @home->@sethome.
|
2017-02-17 09:19:22 +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
|
Cleaned up the time command's output some more.
|
2017-02-12 19:16:56 +01:00 |
|
tests.py
|
Add functioning prefix-ignorer and cleanup of code.
|
2017-02-17 09:19:55 +01:00 |
|
unloggedin.py
|
Refactor code to remove alerts as per lgtm and #1176.
|
2017-01-29 19:02:00 +01:00 |