SHA256
1
0
forked from pool/tiled

- Update to 1.0.0:

* Added support for editing external tilesets (#242)
  * Added a text object with configurable font and wrapping (#1429)
  * Added layer grouping (#1038)
  * Added Tile.type and inherit tile object properties from the tile (#436, #1248)
  * Added a start page
  * Added selection of underlying objects with Alt modifier (by Yuriy, #1491)
  * Added an option to disable safe writing of files (#1402, #1404)
  * Added invert selection action (by Leon Moctezuma, #1423)
  * Added support for isometric terrain overlays and tile collision objects (#419, #757)
  * Added 180-degree symmetry mode to terrain brush with Alt modifier
  * Added short and consistent map format names to use with --export-map (by Marce Coll, #1382)
  * Added Swap Tiles action (by Alexander Münch, #866)
  * Added tileset background color property (#227)
  * Added 60 degree tile rotation support for hexagonal maps (by Victor Nicolaichuk, #1447)
  * Added a check for duplicates when adding tiles (by Simião, #1227)
  * Added option to run commands from menu as well as edit them (by Ketan Gupta, #943)
  * Added custom shortcuts for commands (by Ketan Gupta, #1456)
  * Added optional ID and Position columns to objects view (by i-ka, #1462)
  * Added an executable picker for custom commands (by Ketan Gupta, #942)
  * Added marching ants effect on selected objects (by Mohamed Thabet, #1489)
  * Added all open tilesets to the Tilesets view
  * Added auto-show/hide all views (Clear View) action (by erem2k, #563)
  * Added minimap in the resizing dialog (by Yuriy, #1516)
  * Added drag-n-drop support in Layers view (#178)
  * Added support for storing object type definitions in JSON format (#1313)
  * Added cut/copy/paste actions for custom properties (#515)
  * Allow changing the tile of tile objects (by Mohamed Thabet, #409)
  * Allow selecting a folder to fix multiple broken links at once
  * Added support for dragging external tilesets into the Tilesets dock

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=16
This commit is contained in:
2017-06-14 09:50:04 +00:00
committed by Git OBS Bridge
parent c9c98653d6
commit 8259f13295
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 14 09:42:00 UTC 2017 - mvetter@suse.com
- Update to 1.0.1:
* Made the zoom level used in Tilesets view persistent
* Fixed mixed up polygon and polyline icons (by Ketan Gupta, #1588[1])
* Fixed reset of font size when using font dialog (#1596[2])
* Fixed several issues with the Properties dock (#1583[3], #1611[4])
* Fixed centering on object on layer with offset (#1600[5])
* Fixed handling of symbolic links in Recent Files menu and Maps view (#1589[6])
* Fixed labels for objects in grouped object layers
* Reverted the file format version back to "1.0" and added "tiledversion" attribute
* Lua plugin: Fixed group layers being exported with "imagelayer" type (#1595[7])
* Added Korean translation (by miru2533 and SshipSunBee, #1604[8])
* Updated Russian and Chinese translations
-------------------------------------------------------------------
Fri May 26 18:23:09 UTC 2017 - mvetter@suse.com