Skip to content

Releases: NazaraEngine/NazaraUtils

v1.1.1 - FixedVector bugfix

17 Jan 20:53

Choose a tag to compare

What's Changed (v1.1.1)

  • FixedVector: Fix movement when using a fallback (fallback container movement wasn't correctly done)

What's Changed (v1.1.0)

  • MathUtils: Added FindLastBit function (implemented with bsr/clz)
  • MathUtils: Added FloatType, SignedIntegerType, UnsignedIntegerType
  • Signal: Removed indirection (and memory allocation) for single listener signals
  • TypeList: Improved implementation of TypeListTransform
  • TypeList: Implemented TypeListRemove
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #21
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #20

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Jan 14:50

Choose a tag to compare

What's Changed

  • MathUtils: Added FindLastBit function (implemented with bsr/clz)
  • MathUtils: Added FloatType, SignedIntegerType, UnsignedIntegerType
  • Signal: Removed indirection (and memory allocation) for single listener signals
  • TypeList: Improved implementation of TypeListTransform
  • TypeList: Implemented TypeListRemove
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #21
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #20

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Apr 09:35

Choose a tag to compare

Initial stable release

New Contributors

Full Changelog: https://github.com/NazaraEngine/NazaraUtils/commits/v1.0.0