Skip to content

Version 0.12.0

Latest
Compare
Choose a tag to compare
@xthexder xthexder released this 09 Mar 23:27
· 1 commit to master since this release
2540332
  • Implements Entity-level access tracking to optimize transaction commit times (#51)
  • Improvements to transaction commit lock performance
  • Adds DynamicLock<> type for runtime permission checking (#43)
  • Adds Tracy C++ Profiler Support (#35)
  • Fixes for metadata race condition bugs around entity.Set<>()
  • Fixes std::span being invalidated on entity creation with new EntityView type
  • Fixes ambiguous Tecs::Lock type conversions when calling functions
  • New "Unchecked" mode for performance testing
  • Build system fixes for Android / arm64 support
  • Adds conversion support between uint64_t and Tecs::Entity