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
52eef63a84
evennia
/
src
History
Download ZIP
Download TAR.GZ
Griatch
52eef63a84
Added ban-check also before unloggedin player/character creation.
Resolves
#536
.
2014-07-07 22:31:19 +02:00
..
commands
Added ban-check also before unloggedin player/character creation.
Resolves
#536
.
2014-07-07 22:31:19 +02:00
comms
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
help
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
locks
Made lockhandler write lockwarnings to separate log file
2014-05-18 11:18:00 +02:00
objects
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
players
Added at_post_disconnect() hook to Player, to allow for clean deletion of players at disconnect (for example for Guest-account implementation)
2014-07-06 16:20:50 +02:00
scripts
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
server
Added at_post_disconnect() hook to Player, to allow for clean deletion of players at disconnect (for example for Guest-account implementation)
2014-07-06 16:20:50 +02:00
tests
Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per
#509
.
2014-06-15 13:19:38 +02:00
typeclasses
Started moving tag/attribute handlers to TypeObjectManager as per
#529
2014-07-06 16:03:27 +02:00
utils
Fixed a typo in batchprocessor.
Resolves
#539
.
2014-07-07 22:07:04 +02:00
web
Renamed evennia_webclient.js to evennia_ajax_webclient.js to match the script name in the html file.
2014-06-30 10:00:43 +02:00
__init__.py
Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects.
2014-05-14 20:07:59 +02:00
settings_default.py
Made template overriding more consistent and created template_overrides dir.
2014-06-29 11:07:11 -05:00