Accepting request 447206 from home:jubalh:branches:games:tools
- 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. - 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 OBS-URL: https://build.opensuse.org/request/show/447206 OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=7
This commit is contained in:
parent
d6718689c3
commit
3bb1b2a1f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7fce2006a04c9e6e5d45a15fb31d342a4a66f7a01e1e6bc0753035cfbf42f31
|
|
||||||
size 4852620
|
|
3
tiled-0.18.0.tar.gz
Normal file
3
tiled-0.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3ef157e9446d7b0ec50ab8399644d52e03065e7860354f632bbbb318fe35933
|
||||||
|
size 6403889
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Oct 12 05:04:11 UTC 2016 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tiled
|
Name: tiled
|
||||||
Version: 0.17.0
|
Version: 0.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tilemap editor
|
Summary: A tilemap editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -31,8 +31,8 @@ BuildRequires: hicolor-icon-theme
|
|||||||
BuildRequires: libQt5OpenGL-devel
|
BuildRequires: libQt5OpenGL-devel
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
BuildRequires: libqt5-qtbase-devel
|
BuildRequires: libqt5-qtbase-devel
|
||||||
BuildRequires: zlib-devel
|
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Recommends: tmxtools
|
Recommends: tmxtools
|
||||||
Provides: tiled-qt
|
Provides: tiled-qt
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ This package contains libtiled a library for the Tiled map editor.
|
|||||||
rm -rf src/zlib
|
rm -rf src/zlib
|
||||||
|
|
||||||
%build
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -89,7 +89,6 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
|
|||||||
|
|
||||||
%post -n libtiled1 -p /sbin/ldconfig
|
%post -n libtiled1 -p /sbin/ldconfig
|
||||||
%postun -n libtiled1 -p /sbin/ldconfig
|
%postun -n libtiled1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
@ -130,5 +129,7 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
|
|||||||
%{_mandir}/man1/tmxviewer.1%{ext_man}
|
%{_mandir}/man1/tmxviewer.1%{ext_man}
|
||||||
%{_mandir}/man1/tmxrasterizer.1%{ext_man}
|
%{_mandir}/man1/tmxrasterizer.1%{ext_man}
|
||||||
%{_mandir}/man1/automappingconverter.1%{ext_man}
|
%{_mandir}/man1/automappingconverter.1%{ext_man}
|
||||||
|
%dir %{_datadir}/thumbnailers/
|
||||||
|
%{_datadir}/thumbnailers/tiled.thumbnailer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user