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
1
de3d1f4a22
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
de3d1f4a22
Minor adjustment to the __contains__ cache of cmdsets.
2012-09-21 00:15:04 +02:00
..
default
Added a warning to @delete command if trying to delete CHARACTER_DEFAULT_HOME (Limbo by default).
2012-09-20 01:42:51 +02: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
cmdhandler.py
Various speed optimizations in various places, following further profiling.
2012-09-20 00:47:28 +02:00
cmdparser.py
Added a plugin system for server and portal. This allows for plugging in your own services without having to edit any modules in src/server/. Also made some various cleanups and fixes.
2012-09-18 22:52:33 +02:00
cmdset.py
Minor adjustment to the __contains__ cache of cmdsets.
2012-09-21 00:15:04 +02:00
cmdsethandler.py
Make sure to forward no_channels, no_objs and no_exits flags across cmdset merges. Also changes how system commands are saved across merges. Resolves Issue 243.
2012-06-20 21:16:34 +02:00
command.py
Various speed optimizations in various places, following further profiling.
2012-09-20 00:47:28 +02:00
connection_screen.py
Changed default login from email+password to the more familiar username+password.
2012-08-13 20:25:46 +02:00