Skip to content

Commit

Permalink
Removed the automappingconverter tool
Browse files Browse the repository at this point in the history
It was introduced with Tiled 0.9 because it changed the AutoMapping
system in a backwards-incompatible way. This was 6 years ago, so the
tool has long lost its usefulness.

Also removed references in the manual to AutoMapping rules suitable for
Tiled 0.8 and earlier.
  • Loading branch information
bjorn committed Aug 1, 2019
1 parent 7039729 commit 43b35d4
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 716 deletions.
1 change: 0 additions & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Software Directory License
-------------------------------------------------------------------
Tiled src/tiled GPL
Tiled plugins src/plugins GPL
automappingconverter src/automappingconverter GPL
libtiled src/libtiled BSD 2-clause license
libtiled-java util/java/libtiled-java BSD 2-clause license
qtpropertybrowser src/qtpropertybrowser BSD 3-clause license
Expand Down
2 changes: 0 additions & 2 deletions dist/copr/tiled.spec
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ fi

%files -f %{name}.lang
%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD
%{_bindir}/automappingconverter
%{_bindir}/%{name}
%{_bindir}/terraingenerator
%{_bindir}/tmxrasterizer
Expand All @@ -169,7 +168,6 @@ fi
%{_libdir}/%{name}/plugins/libjson1.so
%{_libdir}/%{name}/plugins/liblua.so

%{_mandir}/man1/automappingconverter.1*
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/tmxrasterizer.1*
%{_mandir}/man1/tmxviewer.1*
Expand Down
1 change: 0 additions & 1 deletion dist/win/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<Shortcut Id="startmenuTiled" Directory="ProgramMenuFolder" Name="Tiled" WorkingDirectory='INSTALLDIR' Icon="tiled.exe" IconIndex="0" Advertise="yes" />
<Shortcut Id="desktopTiled" Directory="DesktopFolder" Name="Tiled" WorkingDirectory='INSTALLDIR' Icon="tiled.exe" IconIndex="0" Advertise="yes" />
</File>
<File Id="filFC35B15ADCD88C87362A53A3161884C1" Source="$(var.InstallRoot)\automappingconverter.exe" />
<File Id="filF01A89E83F9999A5C328B9967FB4E6A0" Source="$(var.InstallRoot)\terraingenerator.exe" />
<File Id="fil806C195E384F65A83656FBCFB9431D61" Source="$(var.InstallRoot)\tiled.dll" />
<File Id="fil3F7B07FEDA3DAC1FD6C5491D240B7867" Source="$(var.InstallRoot)\tmxrasterizer.exe" />
Expand Down
24 changes: 0 additions & 24 deletions docs/manual/automapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,33 +243,9 @@ StrictEmpty
it means an empty tile is not allowed at that location.


Converting Rules From 0.8 and Below
===================================

There is a tool **automappingconverter** along in your distribution to
convert the rules created for previous versions of Tiled to version 0.9
and later.

If you are compiling tiled from scratch the tool is found in the in
**/bin/** folder.

The changes for conversion are only layer renaming:

Previous **RuleRegion** will be named **regions**

Previous **RuleSet** will be named **input\_set**

Previous **RuleNotSet** will be named **inputnot\_set**

Previous **Rule\_\*** will be named **output\_\***

Examples
========

All of the examples are for version 0.9 and later. If you want to see
examples for tiled version 0.8 and below, `have a look in this
archive. <https://github.com/stefanbeller/tiled_examples/zipball/v0.8andbefore>`__

Abstract Input Layer Examples
-----------------------------

Expand Down
19 changes: 0 additions & 19 deletions man/automappingconverter.1

This file was deleted.

18 changes: 0 additions & 18 deletions man/automappingconverter.1.ronn

This file was deleted.

3 changes: 0 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ apps:
terraingenerator:
command: desktop-launch ${SNAP}/usr/bin/terraingenerator
plugs: [home, unity7]
automappingconverter:
command: desktop-launch ${SNAP}/usr/bin/automappingconverter
plugs: [home, unity7]

parts:
tiled:
Expand Down
52 changes: 0 additions & 52 deletions src/automappingconverter/automappingconverter.pro

This file was deleted.

37 changes: 0 additions & 37 deletions src/automappingconverter/automappingconverter.qbs

This file was deleted.

116 changes: 0 additions & 116 deletions src/automappingconverter/convertercontrol.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions src/automappingconverter/convertercontrol.h

This file was deleted.

Loading

0 comments on commit 43b35d4

Please sign in to comment.