evennia/src
2012-04-15 22:04:15 +02:00
..
commands Changed so object.move_to() traverses exits by default - i.e. you will no longer end up INSIDE the exit object if you move_to the exit, but instead you will go to the exits destination. This should be the most common use. The use_destination keyword to object.move_to can be used to change this behaviour. Also @teleport (which uses move_to()) has gotten a new flag to allow for teleporting into exits if so specifically desired. Resolves issue 224. 2012-04-15 22:04:15 +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 Changed so object.move_to() traverses exits by default - i.e. you will no longer end up INSIDE the exit object if you move_to the exit, but instead you will go to the exits destination. This should be the most common use. The use_destination keyword to object.move_to can be used to change this behaviour. Also @teleport (which uses move_to()) has gotten a new flag to allow for teleporting into exits if so specifically desired. Resolves issue 224. 2012-04-15 22:04:15 +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 Fixed a spurious error happening with mud clients not properly implementing TTYPE negotiating (sending strings instead of numbers to identify their abilities). 2012-04-15 19:53:03 +02:00
typeclasses Added the ability to clear an object from the global cache. This is rarely 2012-04-15 21:46:43 +02:00
utils Added the ability to clear an object from the global cache. This is rarely 2012-04-15 21:46:43 +02:00
web Fixed a bug that caused the webclient input line to suddenly reset every three minutes. Thanks to use "lusid" for supplying the hint on fixing this one! Also added a more consistent way of parsing the incoming address. 2012-04-01 22:52:12 +02: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