This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
202
commits
1
branch
0
tags
55
MiB
ebb145654f
Commit graph
3 commits
Author
SHA1
Message
Date
Greg Taylor
bb6905c1ca
Small fix for certain versions of Python and some simplification of the settings.py file.
2007-06-05 18:07:47 +00:00
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
Greg Taylor
27c0e7a873
Really basic proof-of-concept scripthandler.py for review and discussion. This should illustrate my basic idea about script support. I think this will be a very elegant solution to the scripting situation. This will be filled out in the coming days and will hopefully make more and more sense as I tie it in. Database changes are likely, make sure to keep an eye on the commit logs. Also edited some svn:ignore props and added a placeholder for the basicobject script.
2007-06-04 17:33:31 +00:00