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-22 15:56:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
05791b3593
evennia
/
game
/
gamesrc
History
Download ZIP
Download TAR.GZ
Griatch
05554e290a
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.
...
/Griatch
2009-05-03 16:55:42 +00:00
..
commands
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
events
- implemented @destroy as per the MUX help specifications. As part of this, fixed the object recycling routines to actually properly replace GARBAGE-flagged objects (it crashed before).
2009-04-30 15:01:59 +00:00
parents
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
__init__.py
Things should be working again, minus the web stuff.
2008-12-15 04:35:00 +00:00