evennia/src/commands/default
2014-03-15 08:03:44 +01:00
..
__init__.py Updated ReST documentation. 2012-05-01 17:37:37 +02:00
admin.py Fixed a bug in strip_ansi that caused issues all over. 2014-03-09 20:23:14 +01:00
batchprocess.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
building.py Fixes the searching by category. Resolves #488. 2014-02-18 16:42:54 +01: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 Fixed comm-related unittest failures 2014-03-09 20:23:14 +01: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 Fixed command auto-help strings to make it look better in the cmdhelp wiki page 2014-02-12 15:05:17 +01: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 optimized ansi parsing a bit as well as did some general cleanup. 2014-03-09 20:22:48 +01:00
tests.py More refactoring of the unittest system 2014-03-15 08:03:44 +01:00
unloggedin.py Run migrations. Migrated channels to use m2m field rather than the ChannelPlayerConnection model. 2014-03-08 11:41:23 +01:00