Version v1.2.3 is now available.
I strongly advise anyone using this extension to update to version 1.2.3.
What’s Changed
- Fix Defold re-init crash by @Pkeod in Fix Defold re-init crash by subsoap · Pull Request #15 · selimanac/defold-astar · GitHub
- Fixed Lua stack imbalance
- Added guards so map_width, map_height, allocate, and typical_adjacent cannot be 0. They will now return an error instead.
- Costs were not properly freed on Clear().
- Fixed an issue in set_entities that could cause a memory leak if called multiple times.
- Fix: doesn't build on defold 1.12.3 · Issue #17 · selimanac/defold-astar · GitHub