Skip to content

Nicer patterns when timing out

Compare
Choose a tag to compare
@SwissalpS SwissalpS released this 04 Feb 04:12
· 65 commits to master since this release

Full Changelog: v20220203...v20220204
Only use datastructure system when searching for nodes.
When re/placing them, use table.sort to ensure that
even time-outs don't leave behind weird patterns that then
require more clean up and making players regret to have used
replacer.
Use easy to read vector.distance for sorting.
Use faster repeat ... until loop.
Only count nodes that actually changed.
Some compat and formspec tweaks.