Griatch
|
e9e2c78eef
|
Refactored amp.py to more cleanly splitting long AMP messages also during server sync (this could cause errors with a large number of connected players). Also fixed an issue with the lockstring get:all() being set by @create despite it not needing to (overloading changes in the typeclass).
|
2013-11-27 16:57:41 +01:00 |
|
Griatch
|
efa6d85574
|
Added cmdset caching to cmdhandler.
|
2013-10-20 13:42:56 +02:00 |
|
Griatch
|
89c33a9197
|
Some deprecation fixes for django1.4+. Added the ability to add lists to Attribute-stores lists using e.g. obj.db.mylist + [1,2,3,4]
|
2013-04-17 19:43:37 +02:00 |
|
Griatch
|
c0b03c2ee3
|
Some further removal of recursive loops in the typeclass system.
|
2012-09-20 23:18:52 +02:00 |
|
Griatch
|
5b88972523
|
Turning back more reasonable dummyrunner settings.
|
2012-09-20 02:56:41 +02:00 |
|
Griatch
|
7a130cb442
|
Removing some of the last self-reference loops in object.models, based on profiling.
|
2012-09-20 02:52:21 +02:00 |
|
Griatch
|
4bd3be334d
|
Added a warning to @delete command if trying to delete CHARACTER_DEFAULT_HOME (Limbo by default).
|
2012-09-20 01:42:51 +02:00 |
|
Griatch
|
4c83d3e7a1
|
Various speed optimizations in various places, following further profiling.
|
2012-09-20 00:47:28 +02:00 |
|
Griatch
|
5348563bfb
|
Some fixes to dummyrunner.
|
2012-09-03 22:29:01 +02:00 |
|
Griatch
|
047de533f3
|
Moved dummyrunner into a separate directory under src/utils
|
2012-09-03 21:54:13 +02:00 |
|