This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-18 22:06:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
94ceec3719
evennia
/
apps
History
Download ZIP
Download TAR.GZ
Greg Taylor
94ceec3719
Scripting support is now in! See cmd_look (the end of it), scripthandler.py, and scripts/basicobject.py for very brief examples. I'm not sure how well this is going to scale, I had to kludge the import a bit due to some oddities with __import__. There has to be a better way to do this, hopefully I'll be able to figure it out. In any case, expect basicobject to start fleshing out. You'll be able to use it directly or sub-class it with your own stuff.
2007-06-04 20:01:03 +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
objects
Scripting support is now in! See cmd_look (the end of it), scripthandler.py, and scripts/basicobject.py for very brief examples. I'm not sure how well this is going to scale, I had to kludge the import a bit due to some oddities with __import__. There has to be a better way to do this, hopefully I'll be able to figure it out. In any case, expect basicobject to start fleshing out. You'll be able to use it directly or sub-class it with your own stuff.
2007-06-04 20:01:03 +00:00
__init__.py
Re-organization.
2007-04-03 13:42:51 +00:00