evennia/src
2012-03-31 16:50:53 +02:00
..
commands Editing the ev.py API, removing db_* manager shortcuts in favour of a 'managers' container holding them all. It makes the API slightly less "flat", but makes for a cleaner interface. 2012-03-31 16:50:53 +02:00
comms Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
help Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
locks Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
objects Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
players Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
scripts Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
server Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
typeclasses Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
utils Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00
web Merging fixes from clone jeremywosborne-evennia-patch. Closes merge request issue 211. Thanks! 2012-02-21 08:27:30 +01:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
settings_default.py Changed SECRET_KEY to be randomly generated by manage.py when settings.py is first created, rather than to rely on people manually changing the default from settings_default when first starting the server. 2012-03-31 11:32:26 +02:00