Add a contents indexer to optimize inventory lookups.

This commit is contained in:
Andrew Bastien 2020-04-10 15:31:55 -07:00
parent 03db222d46
commit a1fcc28615

View file

@ -4,6 +4,7 @@
- new `drop:holds()` lock default to limit dropping nonsensical things. Access check
defaults to True for backwards-compatibility in 0.9, will be False in 1.0
- Added content_types indexing to DefaultObject's ContentsHandler.
### Already in master
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False