Add TagCategoryProperty.

This commit is contained in:
Griatch 2023-05-21 21:02:38 +02:00
parent 85a8cd613b
commit 030887dd21
11 changed files with 251 additions and 65 deletions

View file

@ -4,6 +4,8 @@
- New Contrib: `Container` typeclass with new commands for storing and retrieving
things inside them (InspectorCaracal)
- Feature: Add `TagCategoryProperty` for setting categories with multiple tags
as properties directly on objects. Complements `TagProperty`.
- Feature: Attribute-support for saving/loading `deques` with `maxlen=` set.
- Feature: Refactor to provide `evennia.SESSION_HANDLER` for easier overloading
and less risks of circular import problems (Volund)