Optimize queries for prototype lookup, as part of #2126.

This commit is contained in:
Griatch 2020-09-05 23:30:08 +02:00
parent f0edd37a6f
commit 98bb8f6f79
3 changed files with 77 additions and 24 deletions

View file

@ -72,6 +72,8 @@ without arguments starts a full interactive Python console.
candidates, Builders+ will use list, local search and only global search if no match found.
- Make `cmd.at_post_cmd()` always run after `cmd.func()`, even when the latter uses delays
with yield.
- Add new `return_iterators` kwarg to `search_prototypes` function in order to prepare for
more paginated handling of prototype returns.
## Evennia 0.9 (2018-2019)