SHA256
1
0
forked from pool/tiled

- Update to 1.1.5:

* Fixed erasing mode of the Terrain Brush
  * Fixed crash after editing a template
  * Fixed rendering of eye/lock icons in Layers view
  * Fixed object index when undoing Move Object to Layer action (#1932[1])
  * Fixed shortcuts for flipping and rotating objects (#1926[2])
  * Fixed dynamic retranslation of tools and tool actions
  * Fixed possible crash when undoing/redoing Wang color changes
  * Fixed handling of sub-properties in Object Type Editor (#1936[3])
  * Fixed crash when deleting an object right before dragging it (#1933[4])
  * Adjust Wang tile data when tileset column count changes (#1851[5])
  * Improved fill behavior in case of selection on infinite map (#1921[6])
  * Removed ability to hide tile collision objects (#1929[7])
  * Remove tile collision layer along with the last object (#1230[8])
  * JSON plugin: Made the reader more strict about object types (#1922[9])
  * JSON plugin: Added support for Wang sets

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=29
This commit is contained in:
2018-04-26 09:27:04 +00:00
committed by Git OBS Bridge
parent 39fedff885
commit 839c95e308
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Apr 26 09:21:45 UTC 2018 - mvetter@suse.com
- Update to 1.1.5:
* Fixed erasing mode of the Terrain Brush
* Fixed crash after editing a template
* Fixed rendering of eye/lock icons in Layers view
* Fixed object index when undoing Move Object to Layer action (#1932[1])
* Fixed shortcuts for flipping and rotating objects (#1926[2])
* Fixed dynamic retranslation of tools and tool actions
* Fixed possible crash when undoing/redoing Wang color changes
* Fixed handling of sub-properties in Object Type Editor (#1936[3])
* Fixed crash when deleting an object right before dragging it (#1933[4])
* Adjust Wang tile data when tileset column count changes (#1851[5])
* Improved fill behavior in case of selection on infinite map (#1921[6])
* Removed ability to hide tile collision objects (#1929[7])
* Remove tile collision layer along with the last object (#1230[8])
* JSON plugin: Made the reader more strict about object types (#1922[9])
* JSON plugin: Added support for Wang sets
-------------------------------------------------------------------
Wed Mar 28 10:45:18 UTC 2018 - mvetter@suse.com