evennia/src
2014-07-01 04:04:54 +02:00
..
commands Made the spawner more streamlined, and allowed the @spawn command to access prototypes in a file specified by the optional PROTOTYPE_MODULES setting. 2014-07-01 04:04:54 +02:00
comms Admin interface greatly improved. Support for editing Attributes added. 2014-06-28 16:30:01 -05:00
help Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
locks Made lockhandler write lockwarnings to separate log file 2014-05-18 11:18:00 +02:00
objects Admin interface greatly improved. Support for editing Attributes added. 2014-06-28 16:30:01 -05:00
players Fixed a bug with creating Player from admin. It is hard to add permissions (these are Tags with a special subsetting). This makes the admin not very useful for creating players at the moment. 2014-06-30 00:53:30 +02:00
scripts Admin interface greatly improved. Support for editing Attributes added. 2014-06-28 16:30:01 -05:00
server Removed creation of admin media symlink. Fixed media handling. 2014-06-29 08:23:12 -05:00
tests Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
typeclasses Some cleanup and making unittests succeed again 2014-07-01 01:10:44 +02:00
utils Made the spawner more streamlined, and allowed the @spawn command to access prototypes in a file specified by the optional PROTOTYPE_MODULES setting. 2014-07-01 04:04:54 +02:00
web Renamed evennia_webclient.js to evennia_ajax_webclient.js to match the script name in the html file. 2014-06-30 10:00:43 +02:00
__init__.py Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects. 2014-05-14 20:07:59 +02:00
settings_default.py Made template overriding more consistent and created template_overrides dir. 2014-06-29 11:07:11 -05:00