Flecs v3.2.3
Release notes
This version includes the following bugfixes:
- Fix crash when using change detection with queries that don't have
$this
terms - Fix issue with serializing large floating point values
- Fix issue with creating user space observer for table events
- Fix error message when using
ECS_PRIVATE
inECS_STRUCT
- Add missing emscripten include to app addon source
This version includes the following improvements:
[c]
Changeecs_owns_id
from macro to function[queries]
Reset query match counters after iteration has finished (improves change detection usability in systems)[metrics]
Add support for metrics that count the number of entities with an id[http]
Enable blocking for HTTP send call to improve stability of sending large replies[docs]
Fix broken links in documentation (thanks @MewSoul!)[meson]
Link withws2_32
for Windows builds (thanks @randy408!)
Known issues:
#969
#965
#844
#765
#714
#620
#478
#314
Full Changelog: v3.2.2...v3.2.3