evennia/apps
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
..
config Moving the game port selection to settings.py for simplicity and security. 2007-05-27 22:06:12 +00:00
genperms Big commit. We now have a respectable command table with built in permission checking. I've commented this pretty well, so see cmdtable.py and cmdhandler.py for more details. There is also some assorted cleanup and an unrelated fix or two resulting from the new Twisted back-end. Note that for the permissions, you will eventually be able to override the codebase's permissions via the web interface for each command. 2007-05-22 15:11:56 +00:00
helpsys Possible MySQL fix. 2007-05-27 20:45:40 +00:00
news Adding comments. 2007-07-31 19:32:03 +00:00
objects Added DEFAULT_HOME value of 2 to settings.py.dist 2007-08-07 16:28:22 +00:00
website Yay, the news system is looking good now. We'll re-visit it later to add searching/sorting by news categories and stuff. 2007-07-31 18:25:24 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00