Thorbjørn Lindeijer
Thorbjørn Lindeijer
Quoted from @eevee's [feedback](http://discourse.mapeditor.org/t/feedback-after-a-couple-months-with-tiled/2090): > The ability to draw with a selection of several tiles is great! Alas! If I select a block of off-sized tiles from a tileset, Tiled...
It happens quite often that you need to avoid using certain features, either because they are unsupported by your game or for any other reason. This can be quite tricky,...
Now `TilesetDocument` owns a single `TilesetModel` and associated `QItemSelectionModel`, which are used by the `TilesetView` instances in the `TilesetDock` as well as in the `TilesetEditor`.
**Problem** Currently Tiled determines whether to perform smooth scaling when rendering images based on the current zoom level. When it is 100%, 200%, 300%, etc., nearest-neighbor scaling is used and...
See if we can reproduce #3791.
The following crash was reported through Sentry: ``` Thread 28281 Crashed: 0 libtilededitor.so 0x7f1b4e333c47 Tiled::AbstractWorldTool::undoStack (abstractworldtool.cpp:397) 1 libtilededitor.so 0x7f1b4e4a5691 Tiled::MapEditor::updateActiveUndoStack (mapeditor.cpp:684) 2 libtilededitor.so 0x7f1b4e4acc34 Tiled::MapEditor::setCurrentDocument (mapeditor.cpp:379) 3 libtilededitor.so 0x7f1b4e3ed36c Tiled::DocumentManager::currentIndexChanged...
We can actually use `QTextCharFormat::setFont`, but we need to pass `QTextCharFormat::FontPropertiesSpecifiedOnly` to avoid overriding all properties. This works fine in Notes, but you may want to make sure this also...
Building current latest git of the Mana client. The last release (Mana 0.6.2) is too old to play The Mana World, and a new one is still being worked on....
I haven't tested on any other platform yet, but the Hide Notes action in the tray icon fails to hide Notes on GNOME 43. In debugging, I noticed it actually...
Using opacity during appear and disappear animations is very common, however it seems to be not possible to do this in Gum except with the visual primitives. There should probably...