- Update to 1.3.0:
* Added support for extending Tiled with JavaScript (#949) * Added error and warning counts to the status bar * Added Issues view where you can see warnings and errors and interact with them * Added configuration of keyboard shortcuts (#215) * Added status bar notification on new releases (replacing Sparkle and WinSparkle) * Added option to show tile collision shapes on the map (#799) * Added switching current layer with Ctrl + Right Click in map view * Added search filter to the Objects view (#1467) * Added icons to objects in the Objects view * Added dynamic wrapping mode to the tileset view (#1241) * Added a *.world file filter when opening a world file * Added support for .world files in tmxrasterizer (by Samuel Magnan, #2067) * Added synchronization of selected layers and tileset when switching between maps in a world (by JustinZhengBC, #2087) * Added actions to show/hide and lock/unlock the selected layers * Added toggle button for "Highlight Current Layer" action * Added custom output chunk size option to map properties (by Markus, #2130) * Added support for Zstandard compression and configurable compression level (with BRULE Herman and Michael de Lang, #1888) * Added option to minimize output on export (#944) * Added export to Defold .collection files (by CodeSpartan, #2084) * Added a warning when custom file properties point to non-existing files (#2080) * Added shortcuts for next/previous tileset (#1238) * Added saving of the last export target and format in the map/tileset file (#1610) * Added option to repeat the last export on save (#1610) * Added Fit Map in View action (by Mateo de Mayo, #2206) * Tile Collision Editor: Added objects list view * Changed the Type property from a text box to an editable combo box (#823) * Changed animation preview to follow zoom factor for tiles (by Ruslan Gainutdinov, #2050) * Changed the shortcut for AutoMap from A to Ctrl+M * AutoMapping: Added "OverflowBorder" and "WrapBorder" options (by João Baptista de Paula e Silva, #2141) OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=41
This commit is contained in:
parent
80d6d031c7
commit
5d1d566bf3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:591d9aef53a3d618fca8f8f61101f618915584c3b188595c8632d38d97352ad8
|
||||
size 16875074
|
13
tiled-1.3.0-disable-quick.patch
Normal file
13
tiled-1.3.0-disable-quick.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -urEbw tiled-1.3.0/src/src.pro tiled-1.3.0.new/src/src.pro
|
||||
--- tiled-1.3.0/src/src.pro 2019-11-13 10:21:48.000000000 +0100
|
||||
+++ tiled-1.3.0.new/src/src.pro 2019-11-19 10:58:22.767467723 +0100
|
||||
@@ -10,9 +10,3 @@
|
||||
tmxviewer \
|
||||
tmxrasterizer \
|
||||
terraingenerator
|
||||
-
|
||||
-minQtVersion(5, 4, 0) {
|
||||
- SUBDIRS += \
|
||||
- tiledquickplugin \
|
||||
- tiledquick
|
||||
-}
|
3
tiled-1.3.0.tar.gz
Normal file
3
tiled-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b909fe995fa7c6148b50eaf628491347b49780cb27d220429eaa63a1791a3a1
|
||||
size 15727978
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 10:51:33 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
* Added support for extending Tiled with JavaScript (#949)
|
||||
* Added error and warning counts to the status bar
|
||||
* Added Issues view where you can see warnings and errors and interact with them
|
||||
* Added configuration of keyboard shortcuts (#215)
|
||||
* Added status bar notification on new releases (replacing Sparkle and WinSparkle)
|
||||
* Added option to show tile collision shapes on the map (#799)
|
||||
* Added switching current layer with Ctrl + Right Click in map view
|
||||
* Added search filter to the Objects view (#1467)
|
||||
* Added icons to objects in the Objects view
|
||||
* Added dynamic wrapping mode to the tileset view (#1241)
|
||||
* Added a *.world file filter when opening a world file
|
||||
* Added support for .world files in tmxrasterizer (by Samuel Magnan, #2067)
|
||||
* Added synchronization of selected layers and tileset when switching between maps in a world (by JustinZhengBC, #2087)
|
||||
* Added actions to show/hide and lock/unlock the selected layers
|
||||
* Added toggle button for "Highlight Current Layer" action
|
||||
* Added custom output chunk size option to map properties (by Markus, #2130)
|
||||
* Added support for Zstandard compression and configurable compression level (with BRULE Herman and Michael de Lang, #1888)
|
||||
* Added option to minimize output on export (#944)
|
||||
* Added export to Defold .collection files (by CodeSpartan, #2084)
|
||||
* Added a warning when custom file properties point to non-existing files (#2080)
|
||||
* Added shortcuts for next/previous tileset (#1238)
|
||||
* Added saving of the last export target and format in the map/tileset file (#1610)
|
||||
* Added option to repeat the last export on save (#1610)
|
||||
* Added Fit Map in View action (by Mateo de Mayo, #2206)
|
||||
* Tile Collision Editor: Added objects list view
|
||||
* Changed the Type property from a text box to an editable combo box (#823)
|
||||
* Changed animation preview to follow zoom factor for tiles (by Ruslan Gainutdinov, #2050)
|
||||
* Changed the shortcut for AutoMap from A to Ctrl+M
|
||||
* AutoMapping: Added "OverflowBorder" and "WrapBorder" options (by João Baptista de Paula e Silva, #2141)
|
||||
* AutoMapping: Allow any supported map format to be used for rule maps
|
||||
* Python plugin: Added support for loading external tileset files (by Ruin0x11, #2085)
|
||||
* Python plugin: Added Tile.type() and MapObject.effectiveType() (by Ruin0x11, #2124)
|
||||
* Python plugin: Added Object.propertyType() (by Ruin0x11, #2125)
|
||||
* Python plugin: Added Tileset.sharedPointer() function (#2191)
|
||||
* tmxrasterizer: Load plugins to support additional map formats (by Nathan Tolbert, #2152)
|
||||
* tmxrasterizer: Added rendering of object layers (by oncer, #2187)
|
||||
* Fixed missing native styles when compiled against Qt 5.10 or later (#1977)
|
||||
* Fixed file change notifications no longer triggering when file was replaced (by Nathan Tolbert, #2158)
|
||||
* Fixed layer IDs getting re-assigned when resizing the map (#2160)
|
||||
* Fixed performance issues when switching to a new map in a world with many maps (by Simon Parzer, #2159)
|
||||
* Fixed restoring of expanded group layers in Objects view
|
||||
* Fixed tileset view to keep position at mouse stable when zooming (#2039)
|
||||
* libtiled-java: Added support for image layers and flipped tiles (by Sergey Savchuk, #2006)
|
||||
* libtiled-java: Optimized map reader and fixed path separator issues (by Pavel Bondoronok, #2006)
|
||||
* Updated builds on all platforms to Qt 5.12 (except snap release)
|
||||
* Raised minimum supported Qt version from 5.5 to 5.6
|
||||
* Raised minimum supported macOS version from 10.7 to 10.12
|
||||
* Removed option to include a DTD in the saved files
|
||||
* Removed the automappingconverter tool
|
||||
* snap: Updated from Ubuntu 16.04 to 18.04 (core18, Qt 5.9)
|
||||
* Updated Chinese, Portuguese (Portugal), Turkish and Ukrainian translations
|
||||
- Add tiled-1.3.0-disable-quick.patch:
|
||||
Disable build tiledquick and tiledquickplugin as they are not useful yet.
|
||||
And they cause trouble because they get installed to the wrong location.
|
||||
They will be disabled upstream in 1.3.1 too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 08:40:21 UTC 2019 - mvetter@suse.com
|
||||
|
||||
|
27
tiled.spec
27
tiled.spec
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: tiled
|
||||
Version: 1.2.4
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: A tilemap editor
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://www.mapeditor.org
|
||||
URL: https://www.mapeditor.org
|
||||
Source: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: tiled-1.3.0-disable-quick.patch
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -33,6 +33,7 @@ BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: cmake(Qt5Qml)
|
||||
Recommends: tmxtools
|
||||
Provides: tiled-qt
|
||||
|
||||
@ -45,7 +46,6 @@ framework.
|
||||
%package -n tmxtools
|
||||
Summary: Commandline Tools for Tiled MapEditor
|
||||
License: BSD-2-Clause
|
||||
Group: Productivity/Graphics/Other
|
||||
|
||||
%description -n tmxtools
|
||||
This package contains tmxviewer, a simple application to view Tiled maps
|
||||
@ -54,13 +54,13 @@ and tmxrasterizer which is also a command line tool.
|
||||
%package -n libtiled1
|
||||
Summary: Library for Tiled MapEditor
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libtiled1
|
||||
This package contains libtiled a library for the Tiled map editor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# Remove copy of zlib
|
||||
rm -rf src/zlib
|
||||
|
||||
@ -100,7 +100,8 @@ rm %{buildroot}%{_libdir}/lib%{name}.so
|
||||
%endif
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD
|
||||
%license COPYING LICENSE.GPL LICENSE.BSD
|
||||
%doc AUTHORS NEWS.md README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/terraingenerator
|
||||
%{_datadir}/applications/org.mapeditor.Tiled.desktop
|
||||
@ -111,20 +112,18 @@ rm %{buildroot}%{_libdir}/lib%{name}.so
|
||||
%dir %{_datadir}/%{name}/
|
||||
%dir %{_datadir}/%{name}/translations
|
||||
%{_libdir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
||||
%files -n libtiled1
|
||||
%doc LICENSE.BSD
|
||||
%license LICENSE.BSD
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
|
||||
%files -n tmxtools
|
||||
%doc LICENSE.BSD
|
||||
%{_bindir}/automappingconverter
|
||||
%license LICENSE.BSD
|
||||
%{_bindir}/tmxrasterizer
|
||||
%{_bindir}/tmxviewer
|
||||
%{_mandir}/man1/tmxviewer.1%{ext_man}
|
||||
%{_mandir}/man1/tmxrasterizer.1%{ext_man}
|
||||
%{_mandir}/man1/automappingconverter.1%{ext_man}
|
||||
%{_mandir}/man1/tmxviewer.1%{?ext_man}
|
||||
%{_mandir}/man1/tmxrasterizer.1%{?ext_man}
|
||||
%dir %{_datadir}/thumbnailers/
|
||||
%{_datadir}/thumbnailers/tiled.thumbnailer
|
||||
%dir %{_datadir}/metainfo/
|
||||
|
Loading…
x
Reference in New Issue
Block a user