evennia/src/utils/dummyrunner
2012-09-20 23:18:52 +02:00
..
__init__.py Some fixes to dummyrunner. 2012-09-03 22:29:01 +02:00
dummyrunner.py Some further removal of recursive loops in the typeclass system. 2012-09-20 23:18:52 +02:00
dummyrunner_actions.py Changed how Objects are searched, using proper Django Q objects instead of hack-y evals to build queries. This has lead to a number of changes to the ObjectDB manager search. Notably there is now no way to supply a "location" to either of the manager search methods anymore. Instead you can now supply the keyword "candidates", a list of objects which should be used to limit the search. This is much more generic than giving location. The higher-level search (like caller.search, reached from commands) have not changed its API, so commands should work the same unless you are using the manager backbone directly. This search function is now using location to create the "candidates" list. Some other things, like matching for "me" and "here" have also been moved up to a level were it can be easily overloaded. "me" and "here" etc were also moved under i18n. 2012-09-17 15:31:50 +02:00
README.txt Moved dummyrunner into a separate directory under src/utils 2012-09-03 21:54:13 +02:00

Dummyrunner

This is a test system for stress-testing the server. It will launch numbers
of "dummy players" to connect to the server and do various sequences of actions.
See header of dummyrunner.py for usage.