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
fd7bb29505
evennia
/
src
History
Download ZIP
Download TAR.GZ
Duarte Cordeiro
fd7bb29505
Fixes add_row on EvTable class, allowing the creation of a table without a header.
2014-09-30 16:28:53 +01:00
..
commands
Made property assignment go to Typeclass if that property were already defined on typeclass; otherwise relegate to dbobj as before. This fixes issues with property assignments on the Typeclass level. There are no obvious regressions in testing this but it's something to keep an eye out for in case there are any unexpected side effects.
2014-09-30 14:12:58 +02:00
comms
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
help
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
locks
Fixed a bug in the lockhandler error handling.
Resolves
#564
.
2014-09-19 21:15:50 +02:00
objects
Added auto-conversion of typeclass to dbobj in ObjectDB.contents_get()
2014-09-30 12:31:44 +02:00
players
Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this.
Resolves
#563
.
2014-09-20 10:26:59 +02:00
scripts
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
server
Allows inputting of empty lines.
2014-09-28 22:27:02 +02:00
tests
Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this.
Resolves
#563
.
2014-09-20 10:26:59 +02:00
typeclasses
Made property assignment go to Typeclass if that property were already defined on typeclass; otherwise relegate to dbobj as before. This fixes issues with property assignments on the Typeclass level. There are no obvious regressions in testing this but it's something to keep an eye out for in case there are any unexpected side effects.
2014-09-30 14:12:58 +02:00
utils
Fixes add_row on EvTable class, allowing the creation of a table without a header.
2014-09-30 16:28:53 +01:00
web
Fixed issue in template where it was pointing to the old logo name.
2014-09-28 13:02:27 -05: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
Fixed an AttributeError on website and a deprecationwarning for middleware relocation.
2014-09-17 14:47:07 +02:00