SHA256
1
0
forked from pool/tiled

Accepting request 452946 from games:tools

1

OBS-URL: https://build.opensuse.org/request/show/452946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiled?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-01-28 10:08:05 +00:00 committed by Git OBS Bridge
commit 0036a13fed
4 changed files with 116 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fcd31a6f1307e51e3e72666ada43b85e2afaa95559d48f511c39494c30d2e73
size 6407937

View File

@ -1,3 +1,95 @@
-------------------------------------------------------------------
Fri Jan 27 09:47:29 UTC 2017 - mvetter@suse.com
- Update to 0.18.1:
* Fixed terrain brush for isometric staggered maps (by Clyde)
* Fixed crash when resizing map causes objects to get removed
* Fixed crash when duplicating an object layer
* Fixed position of image layer after Resize or Offset Map
* Fixed the quality of the minimap on HiDpi displays
* Fixed Alt-drag behavior to not override resize handles
* When adding a new layer, insert it above the current one
* GmxPlugin: Fixed positioning for non-tile objects and support scaling
* GmxPlugin: Export tile objects without a type as tiles
* GmxPlugin: Support horizontal and vertical flipping
* Updated Chinese translation (by Clyde)
-------------------------------------------------------------------
Tue Dec 20 20:34:42 UTC 2016 - mvetter@suse.com
- Fix plugin detection:
We need USE_FHS_PLUGIN_PATH=yes so tiled finds the plugins and
doesn't look relative to the executables path.
Without this exporting to lua, json etc never worked.
-------------------------------------------------------------------
Tue Dec 20 15:55:36 UTC 2016 - mvetter@suse.com
- Update to version 0.18.0:
* Added Layer via Copy/Cut actions
* Added support for Paste in Place action for tile layers
* Added context menu to change custom property type (by Dmitry Hrabrov)
* Added support for higher precision for custom floating point properties
* Added %mappath variable to commands (by Jack Roper)
* Added snapping to pixels (by Mamed Ibrahimov)
* Added right-click to clear the tile selection
* Added a context menu action to reset the size of tile objects
* Added exporter for Game Maker Studio room files (by Jones Blunt)
* Added Move Up/Down buttons to Objects view (by iskolbin)
* Added pixel coordinates to status bar for object tools (by iskolbin)
* Added Sticker Knight platformer example (by Ponywolf)
* tmxrasterizer: Added --size argument and support local file URLs
* tmxrasterizer: Use smooth pixmap transform by default
* Linux: Register tmxrasterizer as thumbnail generator for TMX files
* Allow scrolling past map edges with mouse wheel
* Enabled HiDpi scaling and improved the quality of some icons
* Reversed the order of the objects in the Objects view
* JSON plugin: Added Node.js support to the JavaScript export
* Updated TMX schema definition (by assofohdz)
* Fixed unfinished objects getting saved
* Fixed OpenGL rendering mode when application is scaled (HiDpi screens)
* Fixed Remove and Rename actions for predefined properties
* Windows: Fixed console output
* libtiled-java: Use Maven, deploy to OSSRH and code updates (by Mike Thomas)
* libtiled-java: Added a basic isometric renderer (by Mike Thomas)
* Updated Brazilian Portuguese, Chinese, Czech, Dutch, Hebrew, Norwegian Bokmål and Spanish translations
See: http://discourse.mapeditor.org/t/tiled-0-18-0-released/1897
- Add tiled.thumbnailer
-------------------------------------------------------------------
Wed Oct 12 05:04:11 UTC 2016 - mailaender@opensuse.org
- Add icon/desktop/mime macros
- Install appdata for https://en.opensuse.org/openSUSE:AppStore
- Update to version 0.17.0
* Added a platform-independent theme, which can be dark (#786)
* Added Paste in Place action for objects (#1257)
* Added custom property type 'color' (#1275)
* Added custom property type 'file' (#1278)
* Added option for removing invisible objects in resize dialog (#1032, by Mamed Ibrahimov)
* Added support for editing multi-line string properties (#205)
* Added %layername and %objectid to available command variables
* Added support for scrolling in tileset view with middle mouse button (#1050, with Will Luongo)
* Added a rectangle erase mode to the eraser (#1297)
* Added export to Defold .tilemap files (#1316, by Nikita Razdobreev)
* Added simple full screen mode
* Added "Copy File Path" and "Open Containing Folder" actions to tab context menu
* Added warning when saving with the wrong file extension
* Added color picker for setting transparent color of a tileset (#1173, by Ava Brumfield)
* Various object selection tool improvements
* Allow creating rectangle/ellipse objects in any direction (#1300)
* Enabled nested views and grouped dragging for stacked views (#1291)
* Fixed updating object drag cursor when exiting resize handles (#1277)
* Fixed tile animations to stay in sync when changing them (#1288)
* Fixed preservation of tile meta-data when tileset width is changed (#1315)
* Updated Bulgarian, Dutch, German, Norwegian Bokmål, Russian, Spanish and Turkish translations
* JSON plugin: Fixed loading of custom properties on terrains
* Lua plugin: Fixed missing export of object layer drawing order
* Fixed tile index adjustment when tileset image changes width
* Fixed --export-map [format] option
* Fixed shortcuts for some tools when language is set to Dutch
* Fixed a painting related bug affecting the top edge after AutoMapping
-------------------------------------------------------------------
Fri May 13 09:00:39 UTC 2016 - rpm@fthiessen.de

View File

@ -1,7 +1,7 @@
#
# spec file for package tiled
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: tiled
Version: 0.16.1
Version: 0.18.1
Release: 0
Summary: A tilemap editor
License: GPL-2.0+
@ -31,6 +31,7 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libQt5OpenGL-devel
BuildRequires: libqt5-linguist
BuildRequires: libqt5-qtbase-devel
BuildRequires: shared-mime-info
BuildRequires: zlib-devel
Recommends: tmxtools
Provides: tiled-qt
@ -64,7 +65,7 @@ This package contains libtiled a library for the Tiled map editor.
rm -rf src/zlib
%build
qmake-qt5 -r PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no
qmake-qt5 -r PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no USE_FHS_PLUGIN_PATH=yes
make %{?_smp_mflags}
@ -83,15 +84,29 @@ 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
%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README.md COPYING LICENSE.GPL
%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}/icons/hicolor/*/mimetypes/application-x-%{name}.*
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
@ -114,5 +129,7 @@ rm %{buildroot}%{_libdir}/lib%{name}.so
%{_mandir}/man1/tmxviewer.1%{ext_man}
%{_mandir}/man1/tmxrasterizer.1%{ext_man}
%{_mandir}/man1/automappingconverter.1%{ext_man}
%dir %{_datadir}/thumbnailers/
%{_datadir}/thumbnailers/tiled.thumbnailer
%changelog