Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tiled Map Editor

A free, easy to use and flexible 2D level editor.
Collective - Host: opensource - https://opencollective.com/tiled - Website: https://www.mapeditor.org/ - Code: https://github.com/mapeditor/tiled

YY plugin: Fixed positioning of objects on isometric maps

github.com/mapeditor/tiled - 12dbd5984adc9c87d5aa3bd244a8d2a23df0fe48 authored 10 months ago by Thorbjørn Lindeijer <[email protected]>
Update Godot 4 exporter to use the new tile rotation/flipping system in Godot 4.2 (#3895)

Closes #3865

github.com/mapeditor/tiled - 77611b685c12f195d376f6aee480ff3b375a830c authored 10 months ago by Rick Yorgason <[email protected]>
Automapping: Ignore empty outputs per-rule (#3896)

This change introduces a "compileOutputSet" step which is executed as
part of collecting the ru...

github.com/mapeditor/tiled - c6910619b4b1604fcad65887f84f88da8ba89284 authored 10 months ago by Thorbjørn Lindeijer <[email protected]>
Added object support to Godot exporter (#3615)

github.com/mapeditor/tiled - b184313ea8f2ee94c6d7f91422d0add6029c26d5 authored 10 months ago by Rick Yorgason <[email protected]>
GitHub Actions: Updated upload/download-artifact versions

Avoids warnings and should be significantly faster.

github.com/mapeditor/tiled - 9d0165fd2a5061618db9aed9607efce91703d190 authored 10 months ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Updated to Qt 6.6.2

Hopefully this addresses some issues on macOS (see #3876).

github.com/mapeditor/tiled - 5cbdded52d5174c2a84f6da82099fdaabaa006a1 authored 10 months ago by Thorbjørn Lindeijer <[email protected]>
tmxrasterizer: Don't watch tileset images for changes

The TilesetManager no longer watches by default, it now relies on the
Tiled Preferences to enabl...

github.com/mapeditor/tiled - aa5619c54fffe30953d604febe0781526741405d authored 10 months ago by Thorbjørn Lindeijer <[email protected]>
Fixed updating of used tilesets after resizing map

When a tileset became unused due to a resize map or offset map
operation, the tileset could stay...

github.com/mapeditor/tiled - 0e3dfd624dbffb84d2c3540034f65b9e4e936f9c authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Bumped versions to avoid deprecation warnings

Node.js 16 actions are now deprecated, the new versions use Node.js 20.

github.com/mapeditor/tiled - c9ba9fde9faf379bd33744ff5a39895f323cd8e9 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Restored compatibility for MapObject.polygon

While it seemed like a good idea to use the Qt 6 support for
transferring a QPolygonF to/from th...

github.com/mapeditor/tiled - 97ec0bff26978526ad440977806939bf86d11b76 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Renamed "type" to "class" in GameMaker exports

A few other instances still existed as well. Renamed to "class" now to
reflect the same rename t...

github.com/mapeditor/tiled - 6b0d055cdf428328f51e6ccaffed25958d2c4451 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Be more specific about the "file" property type

It is just a reference to a file, which is saved as a relative path.

Closes #3877

github.com/mapeditor/tiled - a1d47e82f20bafa76ba79bafb06e873dedc349eb authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Merge pull request #3882 from bjorn/scripting-tile-image

Closes #3630

github.com/mapeditor/tiled - f5452a38a5404cc282abdfaae71ab9d50fe3949d authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Added ImageLayer.imageFileName

As a generally more convenient alternative to imageSource, which is a
URL.

github.com/mapeditor/tiled - a407da0fd4b5a74db19ace7b48643942b8b3e917 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Fixed missing repaint after ImageLayer.setImage

Part of #3630

github.com/mapeditor/tiled - 0b47ccce0aa13f093084015c8fcc9bc77347ecfc authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Added fileName argument to Tile.setImage

Now it also clears an existing file name, when no file name is
specified. This way the function ...

github.com/mapeditor/tiled - 7a6c42bc2cca36465dc93243d7f92d61976a8d33 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Replace dead cr31.co.uk doc links with web.archive.org links (#3883)

- cr31.co.uk is referenced a few times in the docs in relation to Wang tiles
- All its pages ...

github.com/mapeditor/tiled - 4733a6a658b9d40e73a4d1ff1073d2ae57be09ad authored 11 months ago by nullicorn <[email protected]>
Scripting: Added Tile.image for accessing a tile's image data

Usually one could load the image based on Tile.imageFileName, but when a
tile's image has been s...

github.com/mapeditor/tiled - 5ce67cbd0f8a4bddd5d153c1e5e2fb9154c07279 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Updated NEWS.md

github.com/mapeditor/tiled - 85c36fde2c6af247236d6de2670217fb30f24011 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Merge branch 'master' into embedded-tileset-image

Conflicts:
NEWS.md

github.com/mapeditor/tiled - 4053635b8204c99849ae98508deb1e840c01c952 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Update some parts related to embedded image data

* Mention that maps and tilesets with embedded image data can be created
using the JavaScript ...

github.com/mapeditor/tiled - e97601d6c33234f20a857e044f1f6c33d335d720 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Fixed theme error when using Sphinx 7

See readthedocs/sphinx_rtd_theme#1465.

github.com/mapeditor/tiled - 2fc86b11379cd398ff46389b252c9015e6db6f83 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Godot export: Fixed the positioning of tile physics shapes (#3862)

The exporter was incorrectly using the collision object's X and Y
position as a part of the ti...

github.com/mapeditor/tiled - b23601794189d2860b0f3ef4c444fe057b72f966 authored 11 months ago by Ryan Petrie <[email protected]>
Scripting: Added containsMap(map:TileMap) scripting method (#3880)

github.com/mapeditor/tiled - a842ee2697f0617a080edfb2e87f759260881707 authored 11 months ago by dogboydog <[email protected]>
Fixed updating of tileset class on reload

Forgot to amend Tileset::swap when adding Object::className.

github.com/mapeditor/tiled - b172c31ec5b4dfdd078eeede9a754136d8626cb0 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Updated to Qt 6.6.1

This might eventually help people on Wayland to have working dock
widgets.

Issue #3412

github.com/mapeditor/tiled - 85c49c0c5b8c37ee4907ecd8313fb5b8bd92f5e6 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Merge pull request #3859 from dogboydog/3539_script_worlds

Add World scripting features

github.com/mapeditor/tiled - fb2ccba57cf0975c69c279eba97f2a6ac67696b5 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Added forgotten @since

github.com/mapeditor/tiled - d01a19b1513e023b046c7181e855cf7d2fdbb6d4 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Removed most world-specific signals

Removed worldLoaded, worldReloaded, worldUnloaded and worldSaved.

Made sure the following signa...

github.com/mapeditor/tiled - cdebf2ee8d433a9538db03229df08e1e49e94276 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Added menu separator above "Unload All Worlds" action

github.com/mapeditor/tiled - d42010cf9fca0702ed9c614a0a5c2410384106e9 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Changed API to use take x,y instead of position

Based on feedback from @eishiya, this is probably more convenient.

github.com/mapeditor/tiled - 8aedd080af75601d520f784e39de1e1e61534168 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Removed some low-level "World::canBeModified" checks

Also implemented saving of patterns, making a best effort to keep the
pattern definition minimal...

github.com/mapeditor/tiled - 920057418836a1fbbb1034be2b15f9d07d846f09 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Removed index-based API, added World.setMapPos

Also fixed the size of the map to be calculated using the MapRenderer
when adding a map at a pos...

github.com/mapeditor/tiled - 9b562d51e51e0ceba77aefc887472916aeff3705 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
add overload for addMap using an EditableMap and position QPoint, and removeMap using an EditableMap

github.com/mapeditor/tiled - b532a3f4c13f11e9ebc35a5f2b639fd509989811 authored 11 months ago by dogboydog <[email protected]>
Forward signals directly from WorldManager to ScriptModule

No need for slots when they just emit the signal with the same
parameter.

github.com/mapeditor/tiled - 8bf70ef12ea7e121e75be803d8e1e5f6c483bed9 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Updated @since to mention 1.10.3

github.com/mapeditor/tiled - 5096a1c38ebde0ceb2a61e521bde64d39ca0209a authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Updated NEWS.md

github.com/mapeditor/tiled - e65a24a12eb36eb76a80e51f0fae943503092659 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Merge branch 'master' into 3539_script_worlds

github.com/mapeditor/tiled - 5ee1a28b10975cb9988e79291823ed2cee728f62 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Use Q_GADGET to avoid needing to wrap things in QObject instances

Now QVector<WorldMapEntry> and QVector<WorldPattern> can be exposed to
JS directly. This only wo...

github.com/mapeditor/tiled - 49288cf8e8210cb6b1f8944a367900e37c31d911 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
add World.allMaps(), World.patterns(), update scripting doc for worlds

github.com/mapeditor/tiled - 64d7580a0ca5ca511fd9feaec7895cd4af284389 authored 11 months ago by dogboydog <[email protected]>
Derive World from Object

This way we don't need the ScriptWorld class.

Now a worlds can in theory get custom properties ...

github.com/mapeditor/tiled - 08d39f9d962fd99f976170d632ab957504886dc9 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Add back header that's needed when compiling against Qt 5

github.com/mapeditor/tiled - b043528de92b608666b745f461836201060c0709 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Refactor: Moved the WorldManager from libtiled to libtilededitor

At least as it stands, this class is only relevant in the editor. The
world load and save functi...

github.com/mapeditor/tiled - 90e8b035b5cdcf0f53d585b7637bd7d5371e4b3d authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Perform changes to the world through the undo commands

This also makes sure the UI adjusts immediately to the changes, since
the WorldManager::worldsCh...

github.com/mapeditor/tiled - 22920966221c71a2e1bb8e4264e2cb6a72ec42ca authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
CI: Updated to Qbs 2.2.1

github.com/mapeditor/tiled - d0b1cee3393e350e0f83bbfb287f669d1e66e320 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
add additional instance methods on ScriptWorld class

github.com/mapeditor/tiled - 5edc0e099bf13b0404559284fd7b0f236e61b4f2 authored 11 months ago by dogboydog <[email protected]>
tiled.worlds no longer crashes

github.com/mapeditor/tiled - 41f89d5963c9428094c94272315a479dcd91c934 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Misc changes and added Asset.assetType

github.com/mapeditor/tiled - a95d295fab0be59d9a508accd8c415da088d4ce5 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
AppImage: Updated to Sentry 0.6.7

github.com/mapeditor/tiled - 32611e4fcb578ee5edf18640a8be5f4c5cff79d3 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Added --project command-line parameter for use when exporting

This allows the --export-map and --export-tileset parameters to use file
formats defined by exte...

github.com/mapeditor/tiled - 018dd3ad3f09c817b51ef9286ce80b050cfea0d4 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Remove "git checkout HEAD^2" step from CodeQL

In response to issue: "git checkout HEAD^2 is no longer necessary.
Please remove this step as Co...

github.com/mapeditor/tiled - a4386c5a937683b5fd4ddd4ec01904469dade5f2 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
tmxrasterizer: Only load the map once

This generally doesn't speed up the process much, since saving the PNGs
is often the slowest bit...

github.com/mapeditor/tiled - 00217a3b59593e26cffe71d9f6d3fa4901132f08 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
tmxrasterizer: Added --frames and --frame-duration arguments

These allow exporting animated maps as multiple numbered images, which
can be combined into a GI...

github.com/mapeditor/tiled - 64c596b949a66cd89f7838b1442ca6f6883c5a27 authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Fixed possible crash after a scripted tool disappears while active

For example, when switching away from a project while having a scripted
tool selected, the roami...

github.com/mapeditor/tiled - e11d4ee7b7acf0562c1b6a7a8af1f980c529a3dc authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Fixed mouse handling issue when zooming while painting

This also reverts part of e73245bb2e93ae66c835d563cc90bd92bb5ad561. The
drift was the result of ...

github.com/mapeditor/tiled - d1c1fb8247ed12f1b31e62064cc96db7c9277d5b authored 11 months ago by Thorbjørn Lindeijer <[email protected]>
Qbs: Qt.openglwidgets is not a hard dependency

Tiled can actually be compiled without OpenGL if QT_NO_OPENGL is
defined, so it might suffice to...

github.com/mapeditor/tiled - 5a72b8b5f440784ae15888d8a8e3d873e05ec947 authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
Avoid direct use of OpenGL constant GL_TRIANGLES

Should use QSGGeometry::DrawTriangles to be graphics API agnostic.

github.com/mapeditor/tiled - afe241dcad60c4f19fa27b82e0ed47b50f10efc3 authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Link Tile.frames from Tile.animated

github.com/mapeditor/tiled - 9e2ba7b643e3a56b51b791aa65f5c0daa031d3d7 authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
AppVeyor: Removed non-functional notification webhook

github.com/mapeditor/tiled - 130b4f80a153bc928537ba8f5a045445ddb15ded authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
tmxviewer: Added support for viewing JSON maps

The viewer can now read any default-enabled map format, which currently
only covers the JSON map...

github.com/mapeditor/tiled - 66509ac856b5b208763549ff17843ec39cc08b1e authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
docs: Clean up 'Using Infinite Maps' page content for clarity (#3824)

github.com/mapeditor/tiled - 4fd55510bd6c4e9ed53437cd69f38a8a13ad2f0f authored 12 months ago by Jared Caraway <[email protected]>
docs: Extended docs for TileLayerEdit.apply and MapObject.textAlignment

github.com/mapeditor/tiled - c4627619b08bec4a95ed76704432a895ce4a4c38 authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
Fixed certain defaults shown for Automapping properties

Probability actually defaults to 1.0 and ModX/Y default to 1.

github.com/mapeditor/tiled - d5be3595f0ced23fbca80ef1a2ebea63c3260521 authored 12 months ago by Thorbjørn Lindeijer <[email protected]>
add UnloadAllWorlds actions, exposed in World > Unload World when two or more worlds are loaded

expose world related signals to scripting
expose loading, unloading, accessing worlds to scripting

github.com/mapeditor/tiled - 6816b5861bd8f943da7b8d86ae60f2b3334e1538 authored about 1 year ago by dogboydog <[email protected]>
docs: Add @since tags to promptOpen*/promptSave* scripting methods (#3853)

Also added a link to FileFilter from FileEdit.filter.

github.com/mapeditor/tiled - 281d1e0350d0b100e70687574a786b06441f9aee authored about 1 year ago by dogboydog <[email protected]>
Scripting: Changed editable wrappers ownership (#3843)

* Each editable wrapper created from C++ is now owned by the object it
is wrapping, rather th...

github.com/mapeditor/tiled - 4244060c3fcb29ed514de5f419eb165a6cdbfb4f authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Corrected the type of FilePath.url and ImageLayer.imageSource

It's a url rather than a string.

github.com/mapeditor/tiled - a0c5dda8838b846050a39d3ab34487e5ebbf7ee5 authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
Disabled PythonProbe when not compiling for Windows

The message "WARNING: PYTHONHOME not set. The Python plugin will not be
available." is confusing...

github.com/mapeditor/tiled - a080194c09d8ae75dfbd139efacd9f2bd0367618 authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
TMX format: Support embedded images for image layers

Unified the writing of "image" elements between tilesets, tiles and
image layers, and made sure ...

github.com/mapeditor/tiled - b9c8b4622ff67bd38da54c8b95c8244c19b34019 authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
TMX format: Support embedded images on the tileset

Previously, embedded images were only supported per-tile. Due to the
recent change to use sub-re...

github.com/mapeditor/tiled - 264e1ac28ef5a1658035a7d5dc9aad1f4df437cf authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Be more clear about how to do tile erasing in scripts

Amends d66057236c81466e316b488840dda99e474a5898, which implemented the
now documented behavior.
...

github.com/mapeditor/tiled - ce8fd77a671b328e9310749a0b55ab10a763df7c authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Updated to Qt 6.5.3

This fixes the WebP image plugin on Windows.

Resolves #3661

github.com/mapeditor/tiled - 51195f6428567cda093eaa7d8575f3ca9e8f7a44 authored about 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Fixed hidden doc for Dialog.exec() (#3837)

github.com/mapeditor/tiled - badf967cdef72d9d16a16f009bd0622ae02b0860 authored about 1 year ago by dogboydog <[email protected]>
Qbs: Resolved naming conflict for libtiled on Windows (#3832)

The tiled.dll pdb file had the same name as the one for tiled.exe.

Co-authored-by: Jesse Trem...

github.com/mapeditor/tiled - f1fb902c9d0371e8dd12171f415affe6d541d80f authored about 1 year ago by azagaya <[email protected]>
tmxrasterizer: Fix minor typo (#3825)

github.com/mapeditor/tiled - d713672596b6b2af3cd7c3d9dd9824575fb7cd62 authored about 1 year ago by OnlineCop <[email protected]>
Allow to hide and show objects in tmxrasterizer (#3819)

github.com/mapeditor/tiled - fb6c1fffee3b80926550ed60e8f9a0745a144dbc authored over 1 year ago by LarsLuz <[email protected]>
JSON format: Fixed tile order when loading a tileset using the old format

Since Tiled 1.7, the order of tiles in the tileset file determines the
display order. But this s...

github.com/mapeditor/tiled - f66c972323ff91fa738296b2d377514df7b52610 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Updated names of macOS builds to reflect correct OS versions

The builds based on Qt 6.5 require macOS 11.

Issue #3809

github.com/mapeditor/tiled - 061e33e81db165057956bf91300cc62c08a3167f authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: GID code example tweaks (#3807)

Updated the example C++ code to use "get_tile" as the hypothetical method to get a tile based on...

github.com/mapeditor/tiled - 131635371f9256186b946aa048c1f44b64f14c56 authored over 1 year ago by eishiya <[email protected]>
Bumped version to 1.10.2

github.com/mapeditor/tiled - 729d0016af1b77c7e07d07fa07c77dd6c4be59b2 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Added test for enums with 31 flags

This was already working, but the test is just making sure they are
indeed saved and loaded corr...

github.com/mapeditor/tiled - fd8162a5e51b8a668e492776d61783d424664f6e authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Fixed the entry limit for enums used as flags to be 31

Due to the use of a 32-bit int to store the flags, the maximum number of
flags is actually 31 ra...

github.com/mapeditor/tiled - 2990389689bd7a0beefa5dd062a42142ff8ae75f authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
QtPropertyManager: Fixed QtFlagPropertyManager to handle up to 31 flags

Previously it could only handle 30 flags due to a check that was
done using signed integers.

github.com/mapeditor/tiled - 8d5484c50daf1a1fd7efa43749c1090bacd51baa authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Fixed loading of invalid color properties

This was regression in d8b6b111ea6315c8fed9408227f65182c4bd52ef since it
used the return value o...

github.com/mapeditor/tiled - fc3848166983400a1fe4a0dd2ab9c1b34b053763 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Provide feedback when the Terrain Brush can't find some tiles (#3778)

When the Terrain Brush and Wang Fill Mode can't find some tiles, these
locations are now marked...

github.com/mapeditor/tiled - 396eeffb49061c1e23a158be3591120214a93e87 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Small code tweaks here and there

* No need to call QStaticText::prepare, it will be done when needed.
* Removed some superfluous ...

github.com/mapeditor/tiled - fb2390aeb01eb183da8a5adc1970cbef1c1043f9 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Added "| null" in a few more places

Needed because otherwise TS assumes the references will never be null.

github.com/mapeditor/tiled - 99e0599365b78c703f84a91c28db25a6d4b6a470 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Fixed crash when a tool deactivates itself during activation

The only known way to trigger this would be to implement a scripted tool
that sets "this.enabled...

github.com/mapeditor/tiled - fc02fba5a3a6d898239e8852210ff21af07ddf57 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Fixed Tool.updateEnabledState behavior

The setTargetLayerType(0) call in the ScriptedTool constructor happened
before the ScriptedTool ...

github.com/mapeditor/tiled - 9fb951061cd29cb2a84a6908a8c127d493fac8f5 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Split ToolDefinition from Tool for registerTool function

The argument passed to registerTool is not entirely the same as the Tool
instance it returns. Mo...

github.com/mapeditor/tiled - 4c366cfa82c5b46f72e062d996789240a5e1b549 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
AppImage: Updated to Sentry 0.6.5

github.com/mapeditor/tiled - da844389bef873a0dad95d2b26678ea182d41a1a authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Added Geometry interface with line and ellipse helpers (#3779)

Providing access from scripts to the existing line and ellipse rendering
functions.

github.com/mapeditor/tiled - 4a0f569ef848ff5647381704df705c192f234905 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
GitHub Actions: Updated to Qt 6.5.2

github.com/mapeditor/tiled - 90d8da347cb254127c64ebfe1a3b377aa5c20663 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Add file open / save prompts in scripting API (#3782)

Closes #3537

Co-authored-by: Thorbjørn Lindeijer <[email protected]>

github.com/mapeditor/tiled - 17a56ffdeb25e49dada96c748c94128e45ad5ac3 authored over 1 year ago by dogboydog <[email protected]>
Fixed crash when changing file member of custom class

This crash was caused by an infinite recursion happening when changing
top-level FilePath values...

github.com/mapeditor/tiled - 2613ed651563666dadbecd2291098b454f376ffc authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Display the image base name for unnamed tile objects

When an unnamed tile object refers to single images (from an image
collection tileset), the imag...

github.com/mapeditor/tiled - c6006d64784e9febb8c6e86ca43a6c84a39ab37f authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
CI: Updated to Qbs 2.0.2 (#3796)

This fixes the macOS builds, which were using Qbs from Qt Creator
versions 5.0.3 and 7.0.2, whi...

github.com/mapeditor/tiled - a1de7223e77e3036a591018e9b84ee516879896f authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
docs: Documented FileEdit.isDirectory / filter and fix @link tags (#3777)

github.com/mapeditor/tiled - cb4c33c599c811e0379cc4669e1bea77f258de3a authored over 1 year ago by dogboydog <[email protected]>
Fixed Terrain Fill Mode for sets containing transitions to empty (#3774)

Mostly removing the special handling for erasing and changing the way filling
is implemented. Th...

github.com/mapeditor/tiled - 336569e4839576cc7300ced52cbd294a828b4c48 authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>
Scripting: Allow referencing built-in icons from Action.icon

See also 4b3ef429a7430304c035fc0f68f003102c3ecc27.

github.com/mapeditor/tiled - c61c3fd15925799aeda712bb0de54acf430dd76d authored over 1 year ago by Thorbjørn Lindeijer <[email protected]>