SHA256
1
0
forked from pool/tiled

- Update to 1.2.4:

* Fixed view boundaries to take into account layer offsets
  * Fixed map size when switching infinite off
  * Fixed the image cache to check file modification time
  * Fixed updating a few things when changing tileset drawing offset
  * Fixed position of tile object outline on isometric maps
  * Fixed saving of tile stamps when using the Shape Fill Tool
  * tBIN plugin: Fixed loading of some tilesets on Linux
  * tBIN plugin: Fixed possible crash when images can't be found
  * Python plugin: Disable this plugin by default, to avoid crashes on startup
  * JSON plugin: Fixed writing of position for objects without ID
  * Added Swedish translation
  Changelog from 1.2.3:
  * Fixed cut/copy in Tile Collision Editor
  * Fixed crash when trying to add Wang colors without a selected Wang set
  * tBIN plugin: Fixed hang when locating missing tileset image
  * CSV plugin: Fixed exporting of grouped tile layers

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=39
This commit is contained in:
2019-05-22 08:45:18 +00:00
committed by Git OBS Bridge
parent 40f5a5eb54
commit 80d6d031c7
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed May 22 08:40:21 UTC 2019 - mvetter@suse.com
- Update to 1.2.4:
* Fixed view boundaries to take into account layer offsets
* Fixed map size when switching infinite off
* Fixed the image cache to check file modification time
* Fixed updating a few things when changing tileset drawing offset
* Fixed position of tile object outline on isometric maps
* Fixed saving of tile stamps when using the Shape Fill Tool
* tBIN plugin: Fixed loading of some tilesets on Linux
* tBIN plugin: Fixed possible crash when images can't be found
* Python plugin: Disable this plugin by default, to avoid crashes on startup
* JSON plugin: Fixed writing of position for objects without ID
* Added Swedish translation
Changelog from 1.2.3:
* Fixed cut/copy in Tile Collision Editor
* Fixed crash when trying to add Wang colors without a selected Wang set
* tBIN plugin: Fixed hang when locating missing tileset image
* CSV plugin: Fixed exporting of grouped tile layers
-------------------------------------------------------------------
Thu Jan 24 15:41:06 UTC 2019 - mvetter@suse.com