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
4b8ed234fd
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
4b8ed234fd
Added /flushmem switch to the server command to incur the idmapper flushing.
2014-05-15 23:08:21 +02:00
..
default
Added /flushmem switch to the server command to incur the idmapper flushing.
2014-05-15 23:08:21 +02:00
__init__.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
cmdhandler.py
Implemented WeakSharedMemoryModel for Attributes.
2014-05-11 15:23:11 +02:00
cmdparser.py
Various fixes and debugging of weak-ref changes
2014-05-10 19:38:23 +02:00
cmdset.py
Made examine command more verbose about the cmdset stack and just which cmdsets go into the currently merged set. This meant a change to merged sets where they store their component sets as a variable "merged_from".
2014-01-20 22:46:30 +01:00
cmdsethandler.py
Added settings.CMDSET_PATHS to allow to give cmdsets without the full path.
2014-05-10 19:51:46 +02:00
command.py
Fixed the Command CmdExample class.
2014-05-10 19:57:59 +02:00
connection_screen.py
Changed the default login screen to change with settings.SERVERNAME.
2014-03-08 23:10:26 +01:00