evennia/evennia/scripts
Owllex 487dd473fa Set script atts to None rather than deleting them.
This fixes an issue where `_paused_time`, `_paused_callcount`, and
`_manually_paused` are repeatedly created and deleted each time the
server reboots, incurring some small DB inefficiencies for attributes
that are needed contintually.
2022-01-15 22:14:30 -08:00
..
migrations Add additional script migration 2022-01-07 22:27:06 +01:00
__init__.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
manager.py Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
models.py [feat] Script refactor; decouple timer component from script lifetime. Resolve #1715 2021-03-07 10:34:01 +01:00
monitorhandler.py Make monitorhandler support Attribute categories. Resolve 1807. 2022-01-08 22:14:56 +01:00
scripthandler.py Prepare all .po files for updating by volunteers 2021-05-29 18:30:20 +02:00
scripts.py Set script atts to None rather than deleting them. 2022-01-15 22:14:30 -08:00
taskhandler.py Fix merge conflicts 2021-06-19 15:59:09 +02:00
tests.py Clean up all test suites 2022-01-07 16:12:12 +01:00
tickerhandler.py Better handle error when trying to add ticker with subsecond interval. Resolves #2235 2020-11-12 22:34:44 +01:00