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
fadf3933af
evennia
/
apps
/
objects
History
Download ZIP
Download TAR.GZ
Greg Taylor
fadf3933af
Move the presentation part of the 'look' command out to the new scripting system. You can now make different scripted objects appear vastly different by overriding basicobject's return_appearance (or any of its submethods). Also fixed word wrapping, and we are now wrapping descriptions to 78 characters by default. We'll see how gracefully it handles this, and we might eventually apply it to all output.
2007-07-17 14:39:10 +00:00
..
sql
Added two new channels: Errors and Info. These will now emit stuff that is sent via log_infomsg and log_errmsg.
2007-07-16 18:49:57 +00:00
__init__.py
Re-organization.
2007-04-03 13:42:51 +00:00
models.py
Move the presentation part of the 'look' command out to the new scripting system. You can now make different scripted objects appear vastly different by overriding basicobject's return_appearance (or any of its submethods). Also fixed word wrapping, and we are now wrapping descriptions to 78 characters by default. We'll see how gracefully it handles this, and we might eventually apply it to all output.
2007-07-17 14:39:10 +00:00
views.py
Re-organization.
2007-04-03 13:42:51 +00:00