Skip to content

Flecs v4.1.4

Latest

Choose a tag to compare

@SanderMertens SanderMertens released this 12 Dec 22:18
· 190 commits to master since this release
dcbaf27

Highlights

  • Small release to fix a few bugs that got identified shortly after releasing 4.1.3

Release notes

This version includes the following bugfixes:

  • [core] Revert change for supporting types with destructive move semantics (caused crash)
  • [core] Fix issues with ordered children trait and nested prefabs
  • [core] Fix issues with ordered children trait and prefab slots
  • [core] Fix assert when reclaiming component record (using world.shrink()) for large component id

This version includes the following improvements:

  • [core] Add ecs_get_version() function (thanks @tabdroid-1!)
  • [docs] Correct bazel test example in building flecs manual
  • [docs] Fix documentation for ECS_QUERY, ECS_QUERY_DEFINE and ecs_query macros

New Contributors

Full Changelog: v4.1.3...v4.1.4