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
51a648ddab
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Greg Taylor
51a648ddab
Fixes a few more command errors in commands without args. Create from the login screen now works without errors again.
2009-01-15 03:48:42 +00:00
..
__init__.py
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
2008-06-15 19:38:39 +00:00
comsys.py
Fixes a few more command errors in commands without args. Create from the login screen now works without errors again.
2009-01-15 03:48:42 +00:00
general.py
Moving script_parent to a field on the object model. This is critical enough to warrant it being there instead of in an attribute. Minor changes here and there.
2008-12-16 04:28:57 +00:00
info.py
Things should be working again, minus the web stuff.
2008-12-15 04:35:00 +00:00
objmanip.py
Removed some retarded uses of 'server' reference variables.
2008-12-16 03:17:45 +00:00
paging.py
Removed some retarded uses of 'server' reference variables.
2008-12-16 03:17:45 +00:00
parents.py
Moving script_parent to a field on the object model. This is critical enough to warrant it being there instead of in an attribute. Minor changes here and there.
2008-12-16 04:28:57 +00:00
privileged.py
Removed some retarded uses of 'server' reference variables.
2008-12-16 03:17:45 +00:00
unloggedin.py
Previously, the global command table was being filled with entries from other tables due to some funky globalization of the ctable instance variable. Fixed that and yanked the conditionals on a few of the logged out commands that check for logged in status.
2009-01-12 18:01:35 +00:00