Skip to content

Flecs 2.4.3

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 18 Aug 03:30
· 2303 commits to master since this release
9c845fc

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