Thorbjørn Lindeijer
Thorbjørn Lindeijer
Otherwise examples won't run on Linux/X11 with the following error: ``` error: Please select a feature to build for unix: `x11`, `wayland` --> /home/bjorn/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.24.0/src/platform_impl/linux/mod.rs:10:1 ``` Closes #65
I'm getting the following crash on startup. Unfortunately, it appears to originate from a dependency of av-caster, so a debug build had no additional information: ``` [STATE]: set 'pipeline' to...
While it is currently possible to reset a template instance entirely, it should be possible to reset properties like name, type, size and rotation individually. This could be achieved by...
Apart from pre-defining properties based on object type, it would be nice to support pre-defining the properties for each data type. So defining which custom properties are valid for maps,...
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...
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...
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.
Seems to work, though this is a long way from working properly.
Name of merged view could be "Layers and Objects", as in Inkscape 1.2, or something more generic like "Hierarchy" or "Outline". Instead of Objects being a separate view, the Layers...
Currently, it is not possible to change the order of the terrains defined in a tileset. There should be only one difficulty with this, which is that reordering terrains affects...