Sander Mertens/flecs: Release v2.4.3
Name: flecs
Owner: Sander Mertens
Release: Flecs 2.4.3
Released: 2021-08-18
License: NOASSERTION
Release Assets:
This version includes the following improvements:
- Include tracing level 1 by default in release builds
- Added function (
ecs_tracing_color_enable
) to disable colors in tracing
This version includes the following bugfixes:
- Fixed issue with queries and large numbers of terms
- Fixed issue with registering namespaced components with explicit ids (
entity::component<T>
) - Fixed issue with emplace on entities with non-trivial component destructors
- Fixed issue that prevented enabling tracing in release mode