SHA256
1
0
forked from pool/tiled

- Update to 1.2.0:

* Added multi-layer selection, including multi-layer tile layer editing
  * Added support for multi-map worlds (#1669[1])
  * Added ability to extend existing polylines (with Ketan Gupta, #1683[2])
  * Added option to highlight the hovered object (#1190[3])
  * Added news from website to the status bar (#1898[4])
  * Added option to show object labels for hovered objects
  * Added option to embed tilesets on export (#1850[5])
  * Added option to detach templates on export (#1850[5])
  * Added option to resolve object types and properties on export (#1850[5])
  * Added Escape for switching to the Select Objects tool and for clearing the selection
  * Added Escape to cancel the current action in all object layer tools
  * Added double-click on polygon objects to switch to Edit Polygons tool
  * Added interaction with segments for polygons, for selection and dragging
  * Added double-clicking a polygon segment for inserting a new point at that location
  * Added action to lock/unlock all other layers (by kralle333, #1883[6])
  * Added --export-tileset command line argument (by Josh Bramlett, #1872[7])
  * Added unique persistent layer IDs (#1892[8])
  * Added 'version' and 'tiledversion' to external tileset files
  * Added full paths to Recent Files menu as tool tips (by Gauthier Billot, #1992[9])
  * Create Object Tools: Show preview already on hover (#537[10])
  * Objects view: Only center view on object on press or activation
  * Objects view: When clicking a layer, make it the current one (by kralle333, #1931[11])
  * Unified the Create Polygon and Create Polyline tools
  * JSON plugin: Made the JSON format easier to parse (by saeedakhter, #1868[12])
  * Tile Collision Editor: Allowed using object templates
  * Templates view: Don't allow hiding the template object
  * Python plugin: Updated to Python 3 (by Samuli Tuomola)
  * Python plugin: Fixed startup messages not appearing in debug console
  * Python plugin: Fixed file change watching for main script files

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=33
This commit is contained in:
2018-09-24 12:23:01 +00:00
committed by Git OBS Bridge
parent 8da84f04eb
commit 70d897c695
4 changed files with 60 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01e7485a44d1a4dc485804a466c9f93de4fcd078e763d6c8670d1082aad181a8
size 16050408

3
tiled-1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:979ab56337ba365455d3b9cf54c957b94e15dbe82884143c9c12c2fd6771b48d
size 17007687

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Mon Sep 24 09:12:50 UTC 2018 - mvetter@suse.com
- Update to 1.2.0:
* Added multi-layer selection, including multi-layer tile layer editing
* Added support for multi-map worlds (#1669[1])
* Added ability to extend existing polylines (with Ketan Gupta, #1683[2])
* Added option to highlight the hovered object (#1190[3])
* Added news from website to the status bar (#1898[4])
* Added option to show object labels for hovered objects
* Added option to embed tilesets on export (#1850[5])
* Added option to detach templates on export (#1850[5])
* Added option to resolve object types and properties on export (#1850[5])
* Added Escape for switching to the Select Objects tool and for clearing the selection
* Added Escape to cancel the current action in all object layer tools
* Added double-click on polygon objects to switch to Edit Polygons tool
* Added interaction with segments for polygons, for selection and dragging
* Added double-clicking a polygon segment for inserting a new point at that location
* Added action to lock/unlock all other layers (by kralle333, #1883[6])
* Added --export-tileset command line argument (by Josh Bramlett, #1872[7])
* Added unique persistent layer IDs (#1892[8])
* Added 'version' and 'tiledversion' to external tileset files
* Added full paths to Recent Files menu as tool tips (by Gauthier Billot, #1992[9])
* Create Object Tools: Show preview already on hover (#537[10])
* Objects view: Only center view on object on press or activation
* Objects view: When clicking a layer, make it the current one (by kralle333, #1931[11])
* Unified the Create Polygon and Create Polyline tools
* JSON plugin: Made the JSON format easier to parse (by saeedakhter, #1868[12])
* Tile Collision Editor: Allowed using object templates
* Templates view: Don't allow hiding the template object
* Python plugin: Updated to Python 3 (by Samuli Tuomola)
* Python plugin: Fixed startup messages not appearing in debug console
* Python plugin: Fixed file change watching for main script files
* Lua plugin: Include properties from templates (#1901[13])
* Lua plugin: Include tileset column count in export (by Matt Drollette, #1969[14])
* tBIN plugin: Don't ignore objects that aren't perfectly aligned (#1985[15])
* tBIN plugin: Fixed "Unsupported property type" error for newly added float properties
* Automapping: Report error when no output layers are found
* AutoMapping: Changed matching outside of map boundaries and added 'MatchOutsideMap' option
* Linux: Modernized the appstream file (by Patrick Griffis)
* libtiled: Allow qrc-based tileset images (#1947[16])
* libtiled-java: Fixed loading maps with multiple external tilesets
* Optimized deletion of many objects (#1972[17])
* Make Ctrl+Q work for quitting also on Windows (#1998[18])
* Fixed randomizing of terrain, Wang tiles and stamp variations (#1949[19])
* Fixed tilesets getting added to maps when they shouldn't be (#2002[20])
* Fixed issue with default font size in combination with custom family (#1994[21])
* Fixed the tile grid to render below labels, handles and selection indicators
* Fixed confirming overwrite when exporting a tileset
* Fixed reading of infinite maps that don't use chunked layer data
* Updated Bulgarian, Dutch, French, German, Norwegian Bokmål, Portuguese (Portugal) and Turkish translations
- Install appdata file in right location and use tiled packaged instead of tmxtools
-------------------------------------------------------------------
Tue Jul 17 16:30:16 UTC 2018 - mvetter@suse.com

View File

@@ -17,7 +17,7 @@
Name: tiled
Version: 1.1.6
Version: 1.2.0
Release: 0
Summary: A tilemap editor
License: GPL-2.0-or-later
@@ -84,9 +84,6 @@ rm %{buildroot}%{_libdir}/lib%{name}.so
# Remove duplicates
%fdupes %{buildroot}%{_datadir}
# Install software gallery metadata
install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.xml
%post -n libtiled1 -p /sbin/ldconfig
%postun -n libtiled1 -p /sbin/ldconfig
@@ -106,12 +103,11 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD
%{_bindir}/%{name}
%{_bindir}/terraingenerator
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/appdata/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/org.mapeditor.Tiled.desktop
%{_datadir}/metainfo/org.mapeditor.Tiled.appdata.xml
%{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mime/packages/org.mapeditor.Tiled.xml
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/translations
%{_libdir}/%{name}
@@ -132,6 +128,5 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
%dir %{_datadir}/thumbnailers/
%{_datadir}/thumbnailers/tiled.thumbnailer
%dir %{_datadir}/metainfo/
%{_datadir}/metainfo/tiled.appdata.xml
%changelog