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-30 20:47:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e094a4d173
evennia
/
game
/
gamesrc
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
923b9ac2ec
Added hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts.
...
Added obj.exit property to objects for easily finding all exits from a room.
2011-02-14 17:18:31 +00:00
..
examples
Allow speaking and posing while blind.
2010-09-04 18:53:52 +00:00
__init__.py
Big change here is that you now either need to run manage.py (with or without arguments) in order to create your settings.py file when doing initial setup. Or creating it works too.
2008-12-15 04:56:47 +00:00
basecmdset.py
Set the default settings file to point to the files in game/gamesrc/commands - these now make for good starts for overriding the default systems. The system now also matches the examples given in the wiki.
2010-11-23 18:10:41 +00:00
basecommand.py
Added hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts.
2011-02-14 17:18:31 +00:00