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
6e08c011a1
evennia
/
src
History
Download ZIP
Download TAR.GZ
Griatch
6e08c011a1
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
..
commands
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
comms
Added more caching to channelhandler as well as players in order to cut back on unnecessary database calls.
2012-04-26 13:38:34 +02:00
help
Continuing to make more methods _private to simplify API.
2012-03-31 16:09:48 +02:00
locks
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
objects
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
players
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
scripts
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
server
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
typeclasses
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
utils
Some optimizations in one of the most expensive bits of the server, namely the command handler.
2012-04-25 18:47:03 +02:00
web
Fixed a bug that caused the webclient input line to suddenly reset every three minutes. Thanks to use "lusid" for supplying the hint on fixing this one! Also added a more consistent way of parsing the incoming address.
2012-04-01 22:52:12 +02:00
__init__.py
Committin a 'working' checkpoint before I break more stuff.
2008-06-15 19:06:31 +00:00
settings_default.py
Changed SECRET_KEY to be randomly generated by manage.py when settings.py is first created, rather than to rely on people manually changing the default from settings_default when first starting the server.
2012-03-31 11:32:26 +02:00