Tobias Markus
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...
Instead of hardcoding "main" for both, I moved it to a variable. I don't know if this is the right place, though.
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...
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...
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...
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...
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...