evennia/apps/objects
Michael King 8b8099a9db Added DEFAULT_HOME value of 2 to settings.py.dist
Added import of DEFAULT_HOME from settings into defines_global
Removed clear_players()
Removed clear_things()
Created a more general clear_objects():
  * obj.clear_objects()
    * Everything with obj as its location will be moved
      to its home.
    * If the home is the obj, then said objects will be
      moved to DEFAULT_HOME, if it exists.
    * If the said objects do not have a home, they will
      also be moved to DEFAULT_HOME.
2007-08-07 16:28:22 +00:00
..
sql Added two new channels: Errors and Info. These will now emit stuff that is sent via log_infomsg and log_errmsg. 2007-07-16 18:49:57 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py Added DEFAULT_HOME value of 2 to settings.py.dist 2007-08-07 16:28:22 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00