evennia/src/commands/default
2014-05-11 01:05:59 +02:00
..
__init__.py Updated ReST documentation. 2012-05-01 17:37:37 +02:00
admin.py Fixed a bug in removing tags from TagHandler. 2014-03-31 07:31:48 +02:00
batchprocess.py Cleaned up some batchprocessor error handling. 2014-04-21 10:37:51 +02:00
building.py Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
cmdset_character.py Added @tag command for easily manipulating tags. Fixed some bugs at the same time. 2013-12-02 15:40:02 +01:00
cmdset_player.py Implemented RSS feed reader along with updated rss2chan command. 2014-03-08 11:42:35 +01:00
cmdset_session.py Changed the relative priorities of cmdsets to the following: -100(Empty), -20(Session), -10(Player), 0(Character), 101(Exit), 120(Channel) 2014-02-16 01:38:27 +01:00
cmdset_unloggedin.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
comms.py Changed some defaults of EvTable. Made EvTable handle clist command. Resolves #426. 2014-04-20 23:45:19 +02:00
general.py Fixed and corrected various bugs resulting from the change to Attributes/Tags). 2014-02-16 21:27:42 +01:00
help.py Fixed command auto-help strings to make it look better in the cmdhelp wiki page 2014-02-12 15:05:17 +01:00
muxcommand.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
player.py Removed CHARACTER_DEFAULT_HOME, replaced with DEFAULT_HOME and added START_LOCATION for determining where default commands dump new characters. 2014-04-20 15:56:38 +02:00
syscommands.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
system.py Various fixes and debugging of weak-ref changes 2014-05-10 19:38:23 +02:00
tests.py Made unittests validate again. 2014-04-21 16:40:14 +02:00
unloggedin.py Made DEFALT_HOME a fallback for a missing START_LOCATION in unloggedin-create. 2014-04-26 05:47:23 +02:00