tiled icon indicating copy to clipboard operation
tiled copied to clipboard

Flexible level editor

Results 254 tiled issues
Sort by recently updated
recently updated
newest added

Adds a scope switch to the magic wand tool. The user may choose between Contiguous and Global. With Contiguous all the tiles have to be connected (the old magic wand...

For those of us using many scripts, they often end up making our menus rather long, and some scripts add multiple related actions. It would make things tidier if scripts...

feature

**Describe the bug** If you use the object custom property, there are search and pointer buttons to use to select the object you want to reference. When working on a...

bug

**Is your feature request related to a problem? Please describe.** I'm always frustrated when opening a huge project including many files because it often crashes. [Example](https://github.com/laqieer/fe7-jp-stunning-tribble/blob/master/res/map/map.tiled-project) **Describe the solution you'd...

feature

Qt 6 changed the return value for qHash from `uint` to `size_t`. Opening PR to check whether this works fine on various Qt versions and compilers.

It was requested to make this a PR even though I haven't made too much progress with this. What I can share is the basic setup and process for iterating...

documentation

Fixes issue #2933 I've also added test coverage for the property being set. @bjorn I know there's some on going work to release the latest version of the library to...

The MessageBox shows Yes/No buttons, but the question it is asking is hidden in [the fine print](https://doc.qt.io/qt-5/qmessagebox.html#informativeText-prop). I believe it would make more sense to ask questions first, and explain...

Added the possibility of flipping the Y coordinate, to set the origin at the bottom and not at the top, as discussed in the issue #249. This doesn't change any...