evennia/src
2009-01-15 02:39:11 +00:00
..
commands Previously, the global command table was being filled with entries from other tables due to some funky globalization of the ctable instance variable. Fixed that and yanked the conditionals on a few of the logged out commands that check for logged in status. 2009-01-12 18:01:35 +00:00
config Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
genperms Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker. 2008-12-15 04:00:25 +00:00
helpsys Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
objects Moving script_parent to a field on the object model. This is critical enough to warrant it being there instead of in an attribute. Minor changes here and there. 2008-12-16 04:28:57 +00:00
script_parents Finish cleaning up the script stuff. Added a README to the base parents directory warning not to modify the classes there. 2008-12-15 05:58:32 +00:00
util Added extrapolated "name_exists" function. 2009-01-13 07:21:41 +00:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
ansi.py Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced. 2008-06-15 19:38:39 +00:00
cmdhandler.py Silly fix for cmdhandler. Should eliminate all those huh?'s. 2009-01-15 02:39:11 +00:00
cmdtable.py Previously, the global command table was being filled with entries from other tables due to some funky globalization of the ctable instance variable. Fixed that and yanked the conditionals on a few of the logged out commands that check for logged in status. 2009-01-12 18:01:35 +00:00
comsys.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
config_defaults.py Re-designed the startup script to be more cross platform and robust. 2009-01-13 17:06:03 +00:00
defines_global.py Moving constants over to the new flags module. 2008-06-15 20:41:58 +00:00
events.py Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced. 2008-06-15 19:38:39 +00:00
exceptions_generic.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
flags.py Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose. 2008-12-14 00:02:11 +00:00
initial_setup.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
logger.py Addition of a re-usable CommandTable class. We still have two global command tables that are now instances of this class. Game developers will use methods on CommandTable to add their own commands without modifying the base server code. 2008-12-14 01:49:37 +00:00
scheduler.py Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose. 2008-12-14 00:02:11 +00:00
scripthandler.py Beginnings of @parent, the in-game tie-in for the scripting system. Can now list the currently cached scripts via @parent/showcache, and clear the cache via @parent/clearcache. 2008-12-16 03:36:49 +00:00
server.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
session.py Moving script_parent to a field on the object model. This is critical enough to warrant it being there instead of in an attribute. Minor changes here and there. 2008-12-16 04:28:57 +00:00
session_mgr.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00