Skip to content

Updated Bresenham algorithm for grid movement

Latest
Compare
Choose a tag to compare
@caewok caewok released this 24 Feb 00:30

Rework Bresenham algorithm for grid 3d and hex 3d, to fix skipping of hexes and to ensure
that the algorithm uses double-diagonals when moving in 3d. Use preallocated array to increase speed. Closes #247.
Fix for gridless ruler freezing when movement history is present. Closes #248.
Add check to allow user to drag token when Move-that-for-you module is present and token move is enabled. Closes #241.
Update Polish translation. Thanks @LIOHART!
Update Brazilian Portuguese translation. Thanks @Kharmans!
Update SWADE 4.2.0 system attributes. Thanks @roth-michael!
Update libGeometry to v0.3.20.

What's Changed

New Contributors

Full Changelog: 0.10.17...0.10.18