Skip to content

Releases: selimanac/DAABBCC

daabbcc-v2.1.2

30 Mar 13:04
Compare
Choose a tag to compare
  • Internal Update Frequency added. Default value is set from game.project file (display.frequency).
    It is now possible to set a new internal(independent from Defold game loop) update frequency by using aabb.update_frequency().
  • Fixed #9

daabbcc-v2.1.1

24 Oct 10:43
Compare
Choose a tag to compare
  • Table count added to query results.
  • Documentation update

daabbcc-v2.1

22 Oct 09:29
9bc0d90
Compare
Choose a tag to compare

2.1

  • It is now possible to sort results by distance. Use raycast_sort, query_id_sort, query_sort according to your needs #5.
  • Automated position updates for Defold Gameobjects #6.
  • External Array and HashTable libs are removed.
  • Group limit removed (previously the number of groups was limited to 20)
  • Remove Gameobject when AABB or Group removed
  • Clear function added for removing and resetting everything.
  • Stop/Resume for automated Gameobject position updates.
  • All query results return nil when they are empty. No need to check #count anymore.

Result shorting - dev

04 Oct 14:26
Compare
Choose a tag to compare
Result shorting - dev Pre-release
Pre-release
v2.01

no message

daabbcc-v2.0

24 Jul 08:09
Compare
Choose a tag to compare
Add a function to the documentation #4

Final release of v1.1

03 Aug 09:29
Compare
Choose a tag to compare

New version is on the way. I'm going to drop supporting v1.0

daabbcc-v1.0

03 Aug 09:07
Compare
Choose a tag to compare
Fixed bug in surface area calculation.