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
df29defbcd
evennia
/
src
/
config
/
managers
History
Download ZIP
Download TAR.GZ
Griatch
0c29d359f6
Added @setcmdalias for creating aliases for commands (l -> look etc). Also moved the hard-coded defaults to settings.py instead.
2009-10-16 21:04:07 +00:00
..
__init__.py
Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
2008-12-15 04:00:25 +00:00
commandalias.py
Added @setcmdalias for creating aliases for commands (l -> look etc). Also moved the hard-coded defaults to settings.py instead.
2009-10-16 21:04:07 +00:00
configvalue.py
Added @mvattr command as per MUX (Issue 25). Cleaned up @set to give better feedback. Some minor cleanups.
2009-08-29 17:41:00 +00:00
connectscreen.py
Move away from fixtures in favor of src/initial_setup.py, which makes it a little easier to change stuff like this. It also avoids over-writing stuff when syncdb is ran. This commit features database layout changes to ConnectScreen and CommChannel. It is recommended that you drop your database and re-sync. If this is not acceptable, talk to me about a migration plan. We will be investigating schema evolution down the road.
2009-01-18 04:22:58 +00:00