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
4cee971169
evennia
/
game
/
gamesrc
/
parents
/
examples
History
Download ZIP
Download TAR.GZ
Griatch
2640bd057a
Fixed some minor typos.
2009-08-23 09:30:09 +00:00
..
__init__.py
Working on getting command tables implemented on individual objects. It's probably not a good idea to update to this revision in a 'production' environment yet.
2009-01-30 03:28:41 +00:00
custom_basicobject.py
Fixed some minor typos.
2009-08-23 09:30:09 +00:00
custom_basicplayer.py
* Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using
2009-08-16 01:18:58 +00:00
red_button.py
Moved the object's 'description' into an attribute, as suggested in the code. This means that get_description() and set_description() should no longer be used; instead use set_attribute('desc',value) and get_attribute('desc') as you would any attribute. 'desc' is used by the default look command, but apart from that, desc has no special status anymore.
2009-05-03 16:55:42 +00:00