From 9e911235772cb122b44b3a55a3f796072098ce04 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Mon, 15 Jul 2019 21:28:41 -0700 Subject: Padding bounds when determining chunks from islands, allows nearby chunks generated this way to be merged with uniteChunks. Fixing bug when removing original chunks in uniteChunks function. --- docs/api_docs/files/pagereleasenotes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api_docs') diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html index 626092e..743d8d4 100755 --- a/docs/api_docs/files/pagereleasenotes.html +++ b/docs/api_docs/files/pagereleasenotes.html @@ -32,12 +32,14 @@ Changes * Extensions API refactored to eliminate use of Px types. * Numerous API changes to meet new coding conventions. * Packman package manager updated to v. 5.7.2, cleaned up dependency files. +* Chunks created from islands use padded bounds to determine connectivity. New Features ------------ * Authoring tools: * Ability to pass chunk connectivity info to uniteChunks function, enabling chunks split by island detection to be united. * Option to remove original merged chunks in uniteChunks function. + * The function uniteChunks allows the user to specify a chunk set to merge. Chunks from that set, and all descendants, are considered for merging. Bug fixes --------- -- cgit v1.2.3