-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed NullPointerException due to race condition in Frontend#sizeChanged. (#177) * Fix recursive position search in containers for MovementAnimation#toComponentView (#175) * Fixed recursive child position search for GridPanes. * Fixed FileDialogs returning list of nulls instead of empty optional. * Empty grid columns and rows no longer get rendered size 0.0 in case of fixed dimensions. (#180) * BoardGameScene getting shown blurred if showGameScene gets called after hideMenuScene. (#184) * Removed all non-null assertions replacing them with safe calls or state checks. (#185) * Fixed wrong parent in rollback search for containers after drag and drop. (#189) * Cleanup code fixing detect findings. * Fix toComponentView animation missing layoutFromCenter offset for Grid. (#190) * Fix toComponentView animation missing layoutFromCenter offset for Grid; toComponentView animation now working with scale. * Fix drag and drop for grid. * Fix drag and drop target for custom inter-cell-alignments
- Loading branch information
1 parent
7e051b8
commit ab4db9e
Showing
20 changed files
with
245 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.