17 Commits

Author SHA256 Message Date
f678512cea - Update to 1.1.3:
* Fixed crash when removing a tileset referenced by multiple objects
  * Fixed crash on paste when it introduced more than one new tileset
  * Fixed Invert Selection for non-infinite maps
  * Fixed Select All to not select objects on locked layers
  * Fixed logic determining the tilesets used by a tile layer
  * Fixed copy/paste changing object order (#1896[1])
  * Fixed tileset getting loaded twice when used by the map and a template
  * Fixed repainting issues on undo/redo for new maps (#1887[2])
  * JSON plugin: Fixed loading of infinite maps using CSV tile layer format (#1878[3])
  * Updated Hungarian, Japanese, Norwegian Bokmål, Portuguese and Ukrainian translations

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=25
2018-03-07 09:36:32 +00:00
c0f1e7b6d5 - Update to 1.1.2:
* Fixed possible crash while editing polygons
  * Fixed hang when loading map file with empty compressed layer data
  * Fixed selection of tile stamp to work on mouse click
  * Fixed tools not being up to date on modifier keys after activation
  * Fixed "Offset Map" action for infinite maps (#1866)
  * Templates view: Keep template centered when resizing view
  * Tile Collision Editor: Keep tile centered when resizing view
  * Tile Collision Editor: Display tool info text in status bar
  * JSON plugin: Fixed reading of infinite maps (#1858)
  * libtiled-java: Fixed some bugs (by Henry Wang, #1840)
  * libtiled-java: Fixed tile offset value not being considered (by digitalhoax, #1863)
- Remove upstreamed tiled-1.1.0-empty-return.patch

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=23
2018-01-31 10:20:29 +00:00
d6cb4623a6 - Update to 1.1.1:
* Fixed crash on load for template instances of non-tile objects

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=21
2018-01-05 09:50:15 +00:00
132c36361b - Update to 1.1.0:
* Added support for infinite maps (by Ketan Gupta, #260)
  * Added support for Wang tiles and related tools (by Benjamin Trotter)
  * Added support for reusable object templates (by Mohamed Thabet)
  * Added icon for animation editor in the tileset editor (by Ketan Gupta, #1706)
  * Added ability to reorder terrain types (by Justin Jacobs, #1603)
  * Added support for custom input formats and TMX output to the --export-map command-line option
  * Added island RPG example based on Beach tileset by finalbossblues
  * Added file-related context menu actions to tileset tabs
  * Added support for exporting tilesets, including to Lua format (by Conrad Mercer, #1213)
  * Improved polygon node handles and drag behavior
  * Fixed %executablepath variable for executables found in PATH (#1648)
  * Fixed Delete key to delete selected polygon nodes when appropriate (by Ketan Gupta, #1555)
  * Fixed crash when saving two new maps using the same file name (#1734)
  * Fixed selection rectangle's shadow offset when zooming (by Antoine Gersant, #1796)
  * Fixed potential crash after deleting object or group layers
  * Automapping: Don't fail if an input/inputnot layer isn't found
  * Automapping: Added a "StrictEmpty" flag to input layers
  * GMX plugin: Added support for defining views with objects (by William Taylor, #1621)
  * GMX plugin: Start counting default tile layer depth from 1000000 (#1814)
  * tBIN plugin: Added read/write support for the tBIN map format (by Chase Warrington, #1560)
  * libtiled-java: Generate classes from XSD, some fixes and build with Maven (by Mike Thomas, #1637)
  * libtiled-java: Added support for manipulating non-consecutive tile IDs in a tileset (by Stéphane Seng)
  * Python plugin: Adjusted example scripts to API changes (by spiiin, #1769)
  *  plugin: Various changes (by Justin Jacobs, #1781)
  * TMW plugin: Removed since it is no longer needed
  * Updated translations
- Add tiled-1.1.0-empty-return.patch: Fix 'Program returns random data in a function'

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=20
2018-01-04 11:31:37 +00:00
ea23b67ef5 - Update to 1.0.3:
* Fixed crash on reload map (#1659[1], #1694[2])
  * Fixed possible crash on undo/redo in collision editor (#1695[3])
  * Fixed tile replacement to add tileset when needed (by Mohamed Thabet, #1641[4])
  * Fixed the display of the image source property for tilesets
  * Fixed shortcut for 'Copy tile coordinates' (Alt+C) in Portuguese translation (by olueiro)
  * JSON plugin: Fixed reading of tileset column count
  * JSON plugin: Fixed reading of custom properties on tile collision object group

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=18
2017-08-29 14:33:29 +00:00
8259f13295 - Update to 1.0.0:
* Added support for editing external tilesets (#242)
  * Added a text object with configurable font and wrapping (#1429)
  * Added layer grouping (#1038)
  * Added Tile.type and inherit tile object properties from the tile (#436, #1248)
  * Added a start page
  * Added selection of underlying objects with Alt modifier (by Yuriy, #1491)
  * Added an option to disable safe writing of files (#1402, #1404)
  * Added invert selection action (by Leon Moctezuma, #1423)
  * Added support for isometric terrain overlays and tile collision objects (#419, #757)
  * Added 180-degree symmetry mode to terrain brush with Alt modifier
  * Added short and consistent map format names to use with --export-map (by Marce Coll, #1382)
  * Added Swap Tiles action (by Alexander Münch, #866)
  * Added tileset background color property (#227)
  * Added 60 degree tile rotation support for hexagonal maps (by Victor Nicolaichuk, #1447)
  * Added a check for duplicates when adding tiles (by Simião, #1227)
  * Added option to run commands from menu as well as edit them (by Ketan Gupta, #943)
  * Added custom shortcuts for commands (by Ketan Gupta, #1456)
  * Added optional ID and Position columns to objects view (by i-ka, #1462)
  * Added an executable picker for custom commands (by Ketan Gupta, #942)
  * Added marching ants effect on selected objects (by Mohamed Thabet, #1489)
  * Added all open tilesets to the Tilesets view
  * Added auto-show/hide all views (Clear View) action (by erem2k, #563)
  * Added minimap in the resizing dialog (by Yuriy, #1516)
  * Added drag-n-drop support in Layers view (#178)
  * Added support for storing object type definitions in JSON format (#1313)
  * Added cut/copy/paste actions for custom properties (#515)
  * Allow changing the tile of tile objects (by Mohamed Thabet, #409)
  * Allow selecting a folder to fix multiple broken links at once
  * Added support for dragging external tilesets into the Tilesets dock

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=16
2017-06-14 09:50:04 +00:00
Matthias Mailänder
c9c98653d6 Accepting request 498515 from home:jubalh:branches:games:tools
- Update to 1.0.0:
  * Added support for editing external tilesets (#242)
  * Added a text object with configurable font and wrapping (#1429)
  * Added layer grouping (#1038)
  * Added Tile.type and inherit tile object properties from the tile (#436, #1248)
  * Added a start page
  * Added selection of underlying objects with Alt modifier (by Yuriy, #1491)
  * Added an option to disable safe writing of files (#1402, #1404)
  * Added invert selection action (by Leon Moctezuma, #1423)
  * Added support for isometric terrain overlays and tile collision objects (#419, #757)
  * Added 180-degree symmetry mode to terrain brush with Alt modifier
  * Added short and consistent map format names to use with --export-map (by Marce Coll, #1382)
  * Added Swap Tiles action (by Alexander Münch, #866)
  * Added tileset background color property (#227)
  * Added 60 degree tile rotation support for hexagonal maps (by Victor Nicolaichuk, #1447)
  * Added a check for duplicates when adding tiles (by Simião, #1227)
  * Added option to run commands from menu as well as edit them (by Ketan Gupta, #943)
  * Added custom shortcuts for commands (by Ketan Gupta, #1456)
  * Added optional ID and Position columns to objects view (by i-ka, #1462)
  * Added an executable picker for custom commands (by Ketan Gupta, #942)
  * Added marching ants effect on selected objects (by Mohamed Thabet, #1489)
  * Added all open tilesets to the Tilesets view
  * Added auto-show/hide all views (Clear View) action (by erem2k, #563)
  * Added minimap in the resizing dialog (by Yuriy, #1516)
  * Added drag-n-drop support in Layers view (#178)
  * Added support for storing object type definitions in JSON format (#1313)
  * Added cut/copy/paste actions for custom properties (#515)
  * Allow changing the tile of tile objects (by Mohamed Thabet, #409)
  * Allow selecting a folder to fix multiple broken links at once
  * Added support for dragging external tilesets into the Tilesets dock

OBS-URL: https://build.opensuse.org/request/show/498515
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=15
2017-05-26 20:05:31 +00:00
Matthias Mailänder
3dab93394f Accepting request 477487 from home:jubalh:branches:games:tools
- Update to 0.18.2:
  * Fixed crash when deleting multiple selected objects
  * Fixed crash when moving multiple selected objects to another object layer
  * Fixed updating of values displayed in Objects and Layers views
  * GmxPlugin: Added support for image collection tilesets
  * Object Types Editor: Improved behavior when adding new types
  * Linux: Fixed shipping of image format plugins in AppImage releases

OBS-URL: https://build.opensuse.org/request/show/477487
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=13
2017-03-08 18:28:22 +00:00
Marguerite Su
e88734567b Accepting request 454099 from home:jengelh:branches:games:tools
- Trim filler words from description
(package description guidelines)

OBS-URL: https://build.opensuse.org/request/show/454099
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=11
2017-02-02 11:29:18 +00:00
Ferdinand Thiessen
17853d3279 Accepting request 452911 from home:jubalh:branches:games:tools
- 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)

OBS-URL: https://build.opensuse.org/request/show/452911
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=9
2017-01-27 13:09:09 +00:00
Matthias Mailänder
3bb1b2a1f7 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
2016-12-24 05:52:57 +00:00
d6718689c3 Accepting request 434398 from home:Mailaender:branches:games:tools
new upstream release, please forward to Factory

OBS-URL: https://build.opensuse.org/request/show/434398
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=6
2016-10-12 08:02:30 +00:00
Matthias Mailänder
5ea66fec37 Accepting request 395126 from home:susnux:branches:games:tools
Bugfix release 0.16.1

OBS-URL: https://build.opensuse.org/request/show/395126
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=5
2016-05-14 13:35:14 +00:00
Matthias Mailänder
80ab0a4da7 Accepting request 393361 from home:susnux:branches:games:tools
Update to new version

OBS-URL: https://build.opensuse.org/request/show/393361
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=4
2016-05-04 11:53:19 +00:00
Rusmir Duško
f8683a30d3 Accepting request 312413 from home:randybb:devel
updated to latest version 0.12.3

OBS-URL: https://build.opensuse.org/request/show/312413
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=3
2015-06-17 21:06:20 +00:00
Dirk Stoecker
cc42cd7541 Accepting request 279952 from home:bemyak:branches:games:tools
Updated to 0.10.2
Used SourceURL (thanks for pointing me to this!)

OBS-URL: https://build.opensuse.org/request/show/279952
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=2
2015-01-05 16:33:47 +00:00
Dirk Stoecker
d4aa82530f Accepting request 206836 from home:Mailaender:branches:games:tools
OBS-URL: https://build.opensuse.org/request/show/206836
OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=1
2013-11-25 14:05:15 +00:00