sonolus.py 0.6.6__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sonolus.py might be problematic. Click here for more details.
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/PKG-INFO +1 -1
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/pyproject.toml +1 -1
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/engine.py +11 -6
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/level.py +2 -2
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/project.py +34 -2
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/archetype.py +9 -2
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/generic.py +3 -4
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/level.py +49 -1
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/project.py +4 -1
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/uv.lock +1 -1
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/.gitattributes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/.gitignore +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/.python-version +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/LICENSE +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/README.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/CNAME +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/index.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/project.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/concepts/types.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/effect.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/index.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/particle.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/play.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/screen.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/setup.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/skin.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/ui.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/guides/usage.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/index.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/overview.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/index.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/math.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/random.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/docs/reference/typing.md +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/mkdocs.yml +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/generate.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/runtimes/Engine/Tutorial/Blocks.json +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/runtimes/Functions.json +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/runtimes/Level/Play/Blocks.json +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/runtimes/Level/Preview/Blocks.json +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/scripts/runtimes/Level/Watch/Blocks.json +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/build/node.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/py.typed +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/array.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/containers.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/num.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/options.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/record.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/text.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/values.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/__init__.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/conftest.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_array.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_match.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_num.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_random.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_range.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_record.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_super.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_values.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.6.6 → sonolus_py-0.7.0}/tests/script/test_vec.py +0 -0
|
@@ -182,11 +182,11 @@ def package_engine(
|
|
|
182
182
|
)
|
|
183
183
|
|
|
184
184
|
return PackagedEngine(
|
|
185
|
-
configuration=
|
|
186
|
-
play_data=
|
|
187
|
-
watch_data=
|
|
188
|
-
preview_data=
|
|
189
|
-
tutorial_data=
|
|
185
|
+
configuration=package_data(configuration),
|
|
186
|
+
play_data=package_data(play_data),
|
|
187
|
+
watch_data=package_data(watch_data),
|
|
188
|
+
preview_data=package_data(preview_data),
|
|
189
|
+
tutorial_data=package_data(tutorial_data),
|
|
190
190
|
rom=package_rom(rom),
|
|
191
191
|
)
|
|
192
192
|
|
|
@@ -410,6 +410,11 @@ def package_rom(rom: ReadOnlyMemory) -> bytes:
|
|
|
410
410
|
return gzip.compress(bytes(output))
|
|
411
411
|
|
|
412
412
|
|
|
413
|
-
def
|
|
413
|
+
def package_data(value: JsonValue) -> bytes:
|
|
414
414
|
json_data = json.dumps(value, separators=(",", ":")).encode("utf-8")
|
|
415
415
|
return gzip.compress(json_data)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
def unpackage_data(data: bytes) -> JsonValue:
|
|
419
|
+
json_data = gzip.decompress(data)
|
|
420
|
+
return json.loads(json_data)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
from sonolus.build.engine import JsonValue,
|
|
1
|
+
from sonolus.build.engine import JsonValue, package_data
|
|
2
2
|
from sonolus.script.level import LevelData
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
def package_level_data(
|
|
6
6
|
level_data: LevelData,
|
|
7
7
|
) -> bytes:
|
|
8
|
-
return
|
|
8
|
+
return package_data(build_level_data(level_data))
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def build_level_data(
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
from collections.abc import Callable
|
|
1
2
|
from pathlib import Path
|
|
3
|
+
from typing import cast
|
|
2
4
|
|
|
3
5
|
from sonolus.build.collection import Asset, Collection, Srl
|
|
4
|
-
from sonolus.build.engine import package_engine
|
|
6
|
+
from sonolus.build.engine import package_engine, unpackage_data
|
|
5
7
|
from sonolus.build.level import package_level_data
|
|
6
8
|
from sonolus.script.engine import Engine
|
|
7
|
-
from sonolus.script.level import Level
|
|
9
|
+
from sonolus.script.level import ExternalLevelData, ExternalLevelDataDict, Level, LevelData, parse_external_level_data
|
|
8
10
|
from sonolus.script.project import BuildConfig, Project, ProjectSchema
|
|
9
11
|
|
|
10
12
|
BLANK_PNG = (
|
|
@@ -19,6 +21,13 @@ BLANK_AUDIO = (
|
|
|
19
21
|
|
|
20
22
|
def build_project_to_collection(project: Project, config: BuildConfig | None):
|
|
21
23
|
collection = load_resources_files_to_collection(project.resources)
|
|
24
|
+
for src_engine, converter in project.converters.items():
|
|
25
|
+
if src_engine is None:
|
|
26
|
+
continue
|
|
27
|
+
apply_converter_to_collection(collection, src_engine, converter)
|
|
28
|
+
fallback_converter = project.converters.get(None)
|
|
29
|
+
if fallback_converter is not None:
|
|
30
|
+
apply_converter_to_collection(collection, None, fallback_converter)
|
|
22
31
|
if config.override_resource_level_engines:
|
|
23
32
|
for level in collection.categories.get("levels", {}).values():
|
|
24
33
|
level["item"]["engine"] = project.engine.name
|
|
@@ -29,6 +38,29 @@ def build_project_to_collection(project: Project, config: BuildConfig | None):
|
|
|
29
38
|
return collection
|
|
30
39
|
|
|
31
40
|
|
|
41
|
+
def apply_converter_to_collection(
|
|
42
|
+
self, src_engine: str | None, converter: Callable[[ExternalLevelData], LevelData]
|
|
43
|
+
) -> None:
|
|
44
|
+
for level_details in self.categories.get("levels", {}).values():
|
|
45
|
+
level = level_details["item"]
|
|
46
|
+
if (
|
|
47
|
+
src_engine is not None
|
|
48
|
+
and level["engine"] != src_engine
|
|
49
|
+
and not (isinstance(level["engine"], dict) and level["engine"].get("name") == src_engine)
|
|
50
|
+
):
|
|
51
|
+
continue
|
|
52
|
+
packaged_data_srl = level.get("data")
|
|
53
|
+
packaged_data = self.repository.get(packaged_data_srl["hash"])
|
|
54
|
+
data = unpackage_data(packaged_data)
|
|
55
|
+
if not (isinstance(data, dict) and "bgmOffset" in data and "entities" in data):
|
|
56
|
+
raise ValueError(f"Level data for level '{level['name']}' is not valid")
|
|
57
|
+
parsed_data = parse_external_level_data(cast(ExternalLevelDataDict, data))
|
|
58
|
+
new_data = converter(parsed_data)
|
|
59
|
+
packaged_new_data = package_level_data(new_data)
|
|
60
|
+
new_data_srl = self.add_asset(packaged_new_data)
|
|
61
|
+
level["data"] = new_data_srl
|
|
62
|
+
|
|
63
|
+
|
|
32
64
|
def add_engine_to_collection(collection: Collection, project: Project, engine: Engine, config: BuildConfig | None):
|
|
33
65
|
packaged_engine = package_engine(engine.data, config)
|
|
34
66
|
item = {
|
|
@@ -23,6 +23,7 @@ from sonolus.script.internal.value import BackingValue, DataValue, Value
|
|
|
23
23
|
from sonolus.script.num import Num
|
|
24
24
|
from sonolus.script.pointer import _backing_deref, _deref
|
|
25
25
|
from sonolus.script.record import Record
|
|
26
|
+
from sonolus.script.timing import TimescaleEase
|
|
26
27
|
from sonolus.script.values import zeros
|
|
27
28
|
|
|
28
29
|
_ENTITY_MEMORY_SIZE = 64
|
|
@@ -1226,6 +1227,12 @@ class EntityRef[A: _BaseArchetype](Record):
|
|
|
1226
1227
|
"""Return a new reference with the given archetype type."""
|
|
1227
1228
|
return EntityRef[archetype](index=self.index)
|
|
1228
1229
|
|
|
1230
|
+
@meta_fn
|
|
1231
|
+
def __eq__(self, other: Any) -> bool:
|
|
1232
|
+
if not ctx() and hasattr(self, "_ref_") and hasattr(other, "_ref_"):
|
|
1233
|
+
return self._ref_ is other._ref_
|
|
1234
|
+
return super().__eq__(other)
|
|
1235
|
+
|
|
1229
1236
|
@meta_fn
|
|
1230
1237
|
def get(self) -> A:
|
|
1231
1238
|
"""Get the entity."""
|
|
@@ -1361,10 +1368,10 @@ class StandardImport:
|
|
|
1361
1368
|
TIMESCALE_GROUP = Annotated[EntityRef[Any], imported(name=StandardImportName.TIMESCALE_GROUP)]
|
|
1362
1369
|
"""The timescale group, for timescale change markers."""
|
|
1363
1370
|
|
|
1364
|
-
TIMESCALE_EASE = Annotated[
|
|
1371
|
+
TIMESCALE_EASE = Annotated[TimescaleEase, imported(name=StandardImportName.TIMESCALE_EASE)]
|
|
1365
1372
|
"""The timescale ease type, for timescale change markers."""
|
|
1366
1373
|
|
|
1367
|
-
JUDGMENT = Annotated[
|
|
1374
|
+
JUDGMENT = Annotated[Judgment, imported(name=StandardImportName.JUDGMENT)]
|
|
1368
1375
|
"""The judgment of the entity.
|
|
1369
1376
|
|
|
1370
1377
|
Automatically set in watch mode for archetypes with a corresponding scored play mode archetype.
|
|
@@ -16,6 +16,9 @@ def validate_type_arg(arg: Any) -> Any:
|
|
|
16
16
|
if not arg._is_py_():
|
|
17
17
|
raise TypeError(f"Expected a compile-time constant type argument, got {arg}")
|
|
18
18
|
result = arg._as_py_()
|
|
19
|
+
if isinstance(result, type) and issubclass(result, Enum):
|
|
20
|
+
# E.g. if this is an IntEnum subclass, we call it on IntEnum, and then int, which gets us the result we want
|
|
21
|
+
result = validate_type_arg(result.__mro__[1])
|
|
19
22
|
if hasattr(result, "_type_mapping_"):
|
|
20
23
|
return result._type_mapping_
|
|
21
24
|
if get_origin(result) is Annotated:
|
|
@@ -27,10 +30,6 @@ def validate_type_arg(arg: Any) -> Any:
|
|
|
27
30
|
|
|
28
31
|
def validate_type_spec(spec: Any) -> PartialGeneric | TypeVar | type[Value]:
|
|
29
32
|
spec = validate_type_arg(spec)
|
|
30
|
-
if isinstance(spec, type) and issubclass(spec, Enum):
|
|
31
|
-
# For values like IntEnum subclasses, this will call validate_type_spec(IntEnum),
|
|
32
|
-
# which in turn will call it on int, so this works.
|
|
33
|
-
spec = validate_type_spec(spec.__mro__[1])
|
|
34
33
|
if isinstance(spec, PartialGeneric | TypeVar) or (isinstance(spec, type) and issubclass(spec, Value)):
|
|
35
34
|
return spec
|
|
36
35
|
if typing.get_origin(spec) is UnionType:
|
|
@@ -4,7 +4,7 @@ import json
|
|
|
4
4
|
from collections.abc import Iterator
|
|
5
5
|
from os import PathLike
|
|
6
6
|
from pathlib import Path
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any, NamedTuple, NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
from sonolus.build.collection import Asset, load_asset
|
|
10
10
|
from sonolus.script.archetype import PlayArchetype, StandardArchetypeName, StandardImport
|
|
@@ -196,3 +196,51 @@ class TimescaleChange(PlayArchetype):
|
|
|
196
196
|
|
|
197
197
|
beat: StandardImport.BEAT
|
|
198
198
|
timescale: StandardImport.TIMESCALE
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
class ExternalLevelDataDict(TypedDict):
|
|
202
|
+
bgmOffset: float
|
|
203
|
+
entities: list[ExternalEntityDataDict]
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
class ExternalEntityDataDict(TypedDict):
|
|
207
|
+
name: NotRequired[str]
|
|
208
|
+
archetype: str
|
|
209
|
+
data: NotRequired[list[ExternalEntityDataValueDict]]
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
class ExternalEntityDataValueDict(TypedDict):
|
|
213
|
+
name: str
|
|
214
|
+
value: NotRequired[int | float]
|
|
215
|
+
ref: NotRequired[str]
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
class ExternalLevelData(NamedTuple):
|
|
219
|
+
"""Level data parsed from an external source."""
|
|
220
|
+
|
|
221
|
+
bgm_offset: float
|
|
222
|
+
entities: list[ExternalEntityData]
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
class ExternalEntityData(NamedTuple):
|
|
226
|
+
"""Entity data parsed from an external source."""
|
|
227
|
+
|
|
228
|
+
archetype: str
|
|
229
|
+
data: dict[str, Any]
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
def parse_external_level_data(raw_data: ExternalLevelDataDict) -> ExternalLevelData:
|
|
233
|
+
bgm_offset = raw_data["bgmOffset"]
|
|
234
|
+
raw_entities = raw_data["entities"]
|
|
235
|
+
entity_name_to_index = {e["name"]: i for i, e in enumerate(raw_entities) if "name" in e}
|
|
236
|
+
entities = []
|
|
237
|
+
for raw_entity in raw_entities:
|
|
238
|
+
archetype = raw_entity["archetype"]
|
|
239
|
+
data = {}
|
|
240
|
+
for entry in raw_entity.get("data", []):
|
|
241
|
+
if "value" in entry:
|
|
242
|
+
data[entry["name"]] = entry["value"]
|
|
243
|
+
elif "ref" in entry:
|
|
244
|
+
data[entry["name"]] = entity_name_to_index.get(entry["ref"], 0)
|
|
245
|
+
entities.append(ExternalEntityData(archetype=archetype, data=data))
|
|
246
|
+
return ExternalLevelData(bgm_offset=bgm_offset, entities=entities)
|
|
@@ -10,7 +10,7 @@ from sonolus.backend.optimize import optimize
|
|
|
10
10
|
from sonolus.backend.optimize.passes import CompilerPass
|
|
11
11
|
from sonolus.script.archetype import ArchetypeSchema
|
|
12
12
|
from sonolus.script.engine import Engine
|
|
13
|
-
from sonolus.script.level import Level
|
|
13
|
+
from sonolus.script.level import ExternalLevelData, Level, LevelData
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class Project:
|
|
@@ -20,6 +20,7 @@ class Project:
|
|
|
20
20
|
engine: The engine of the project.
|
|
21
21
|
levels: The levels of the project.
|
|
22
22
|
resources: The path to the resources of the project.
|
|
23
|
+
converters: A dictionary mapping engine names to converter functions, for converting loaded levels.
|
|
23
24
|
"""
|
|
24
25
|
|
|
25
26
|
def __init__(
|
|
@@ -27,6 +28,7 @@ class Project:
|
|
|
27
28
|
engine: Engine,
|
|
28
29
|
levels: Iterable[Level] | Callable[[], Iterable[Level]] | None = None,
|
|
29
30
|
resources: PathLike | None = None,
|
|
31
|
+
converters: dict[str | None, Callable[[ExternalLevelData], LevelData]] | None = None,
|
|
30
32
|
):
|
|
31
33
|
self.engine = engine
|
|
32
34
|
match levels:
|
|
@@ -40,6 +42,7 @@ class Project:
|
|
|
40
42
|
raise TypeError(f"Invalid type for levels: {type(levels)}. Expected Iterable or Callable.")
|
|
41
43
|
self._levels = None
|
|
42
44
|
self.resources = Path(resources or "resources")
|
|
45
|
+
self.converters = converters or {}
|
|
43
46
|
|
|
44
47
|
def with_levels(self, levels: Iterable[Level] | Callable[[], Iterable[Level]] | None) -> Project:
|
|
45
48
|
"""Create a new project with the specified levels.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|