Tobias Markus

Results 68 issues of Tobias Markus

I have to preface this by saying that I'm quite new to this codebase. However, I looked through the issues list and fixing the linked issue seemed trivial enough so...

type=enhancement
status=triaged
package=io
P3

Instead of hardcoding "main" for both, I moved it to a variable. I don't know if this is the right place, though.

type:patch
category:code
status:needs-review

In order for the stacktrace in the crash reporter to have line numbers, we need to generate builds with debug symbols. Unfortunately, builds generated as `Release` do not contain that...

priority:medium
status:needs-work

My favourite activity: Editor code refactoring.

This prevents #2906 from happening, however: It also creates infinite flipping and unflipping and I haven't figured out the cause yet. That's why I'm marking it as a draft. If...

type:patch
status:needs-review
category:tests

We have a wild mix between using physfsutil for tasks and raw **PHYSFS_**-prefixed functions. It would be great if all the relevant functions could be moved into physfsutil. That makes...

type:idea
status:needs-discussion
category:code

Having layers and backgrounds / particles in the object menu might not be a good idea. I think they should stay close to the original layer selector, e.g. by having...

involves:editor
priority:low
type:idea
category:design

This adds a check for the specific edge case of CMAKE versions less than 3.20 reporting Intel LLVM compilers as Clang. I've verified this using the steps described in #4315...