Thorbjørn Lindeijer

Results 762 comments of Thorbjørn Lindeijer

@divitto So, there are several places that show a tile location to the user. One such location is the hovered coordinate in the status bar. Here's one place where this...

> Note : I'm using regex matching to automatically place maps, if that can help Right, this issue only applies in that case, because in manually listed maps you'd have...

What's up with this, btw? ``` ---- src/lib.rs - (line 42) stdout ---- error: couldn't read `src/assets/tiled_csv.tmx`: No such file or directory (os error 2) --> src/lib.rs:56:37 | 17 |...

It sounds definitely useful, but should these bounds also take into account object alignment and rotation then? And I think `bounding_rect` might be a more fitting name, although the [`QGraphicsItem::boundingRect`](https://doc.qt.io/qt-6/qgraphicsitem.html#boundingRect)...

I'm not sure about the verbosity of these names. Wouldn't a `bounding_rect` that just returns the local rectangle be fine, and we could call the global one `aabb`? But if...

> so I think having `local` in the name is best to differentiate between a possible `global` implementation later down the line. Alright. What about alignment, though? I guess it...

I assume you installed the snap and are running Wayland? This likely has to do with using a very old Qt version in combination with running Wayland. If you're using...

> I wonder if perhaps the optimization could be brought back, but with a rule map property like "NeverSkip" (previously discussed in #3313) that'll force that rule map to be...

First off, I really appreciate the effort you're putting into this, @deathbeam! It worked quite well in my tests and it's nice to be able to quickly merge and split...

Currently the image cache used by Tiled indeed never gets cleared, so if Tiled eats lots of memory due to having loaded many images, the only way to reduce memory...