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
88f327ba40
evennia
/
src
History
Download ZIP
Download TAR.GZ
Griatch
88f327ba40
Merge.
2013-02-01 21:51:13 +01:00
..
commands
Merge.
2013-02-01 21:51:13 +01:00
comms
Added the ability for the IRC bot to parse /me emotes from the IRC channel.
2013-01-30 15:14:30 +01:00
help
Minor fixes and reducing some sql calls in various managers.
2012-08-22 16:15:52 +02:00
locks
Fixed up Tutorial world, which also led to weeding out a host of smaller things. Resolves Issue 216. Resolves Issue 335. Tutorial should now again be possible to complete. :)
2012-12-08 20:13:54 +01:00
objects
Handle the case of doing aliases=<string> instead of aliases=[<string>] in create_object - this caused the malformed data to be stored in cache and causing tracebacks in cmdhandler until @reloaded.
2013-02-01 21:03:03 +01:00
players
Removed some old and now confusing, unsused variables and added some documenting strings.
2012-12-08 15:39:09 +01:00
scripts
Initial support for pypy + evennia
2013-01-31 14:34:52 -08:00
server
Added the ability to deactivate local caching, by use of the settings.GAME_CACHE_TYPE variable. A temporary solution for working with multiple processes. Will also be useful for debugging and profiling.
2013-01-09 19:43:46 +01:00
typeclasses
Some cleanups, properly marking the OOB stuff as WIP still. OOB is progressing but not yet functional or in its final form.
2013-01-07 15:47:41 +01:00
utils
Initial support for pypy + evennia
2013-01-31 14:34:52 -08:00
web
Implemented ansi-colour backgrounds in webclient. Added a new @color command for displaying colour spaces. Also changed a number of other features outlined in Issue 309.
2012-10-24 21:41:07 +02:00
__init__.py
Added cache-resyncing to ProcPool. This makes sure to update all affected object caches
2012-09-03 01:11:14 +02:00
settings_default.py
Added the ability to deactivate local caching, by use of the settings.GAME_CACHE_TYPE variable. A temporary solution for working with multiple processes. Will also be useful for debugging and profiling.
2013-01-09 19:43:46 +01:00