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

There are a number of inconsistencies and unconventional approaches in the JSON format, that make understanding and parsing it more difficult than necessary. This issue is about collecting those issues...

refactoring
help wanted

I made a new Tileset loader for game lib (Context) **Is your feature request related to a problem? Please describe.** Class Property didn't have children properties if children properties have...

bug

As per comment in f3079bba6c5f886df5ae23a4dc5506e670dd2157 > It is possible this might be replaced with cmake files in the future, and given the fact that qbs [no longer works](https://cgit.freebsd.org/ports/commit/?id=b97a7f5984cb5894ea5e2047ed749778b0ef51dc) on FreeBSD...

feature
help wanted

This was briefly brought up on #1665 , couldn't find any discussion about this feature, which would make working with tiled files easier. **Is your feature request related to a...

feature

the 1.9 supplies the feature about PropertyTypes. Bug there is no API for get the PropertyTypes informations. And I can't get the display name of a custom Enum-Property. The value...

feature

**Describe the bug** The `Probability` variable does not seem to properly apply whether a rule is applied in auto mapping. Specifically, values inbetween 0 and 1 (such as 0.5) act...

bug

**Describe the bug** Tiled extensions are unable to set map, layer properties to a float value of 0.0. **To Reproduce** Steps to reproduce the behavior: 1. use the following JS...

bug
missing feature

I hope when user changed the object's property value, the script could get a signal, then do something.

feature

**Is your feature request related to a problem? Please describe.** In https://github.com/mapeditor/tiled/issues/1477, you implemented an improved object selection mechanism that ignores transparent pixels so that one can select objects positioned...

feature

Currently scripts can register custom actions through `tiled.registerAction` and then they can add them to various menus using `tiled.extendMenu`. It is however not possible to extend a tool bar. It...

feature
missing feature