evennia/src
2014-05-05 00:07:04 +02:00
..
commands Made DEFALT_HOME a fallback for a missing START_LOCATION in unloggedin-create. 2014-04-26 05:47:23 +02:00
comms Made unittests validate again. 2014-04-21 16:40:14 +02:00
help 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
locks Changed lockhandler.add/replace to use LockExceptions instead of log_obj, which should also work more flexibly for handling lock errors for players. Resolves #410. 2014-04-21 00:24:33 +02:00
objects Some more cleanup. 2014-04-30 20:31:13 +02:00
players Cleanup of some other reference calls. 2014-04-30 20:38:46 +02:00
scripts Some cleanup code fixes. 2014-04-20 18:11:41 +02:00
server Refactored batch processors, addressing points in #489. 2014-04-20 23:06:10 +02:00
tests Added an example unittest to test_utils_utils.py. 2014-05-03 23:51:08 +02:00
typeclasses Some minor refactoring. 2014-05-05 00:07:04 +02:00
utils Some more cleanup of paths for batchprocessors 2014-04-21 01:06:37 +02:00
web Fixed some default website links that still pointed to google code. 2014-04-19 13:06:04 +02:00
__init__.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
settings_default.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