Moritz Bender

Results 44 issues of Moritz Bender

This pull request adds an implementation of [Welzl's algorithm](https://en.wikipedia.org/wiki/Smallest-circle_problem#Welzl's_algorithm) and updates logic that previously relied on a bounding box to now calculate the bounding sphere from all points using the...

no idea what the 20 added bytes do, but the logic should work no matter what

This will now dispose the wad and thereby also close the underlying file stream when removing a wad from the file tree.

Every time I open Obsidian I find myself resizing the window to make it bigger, which gets annoying after a while. So I wanna propose saving the window size +...

ui
feature

- [ ] Depends on https://github.com/Damnae/brewlib/pull/1 This updates all csprojs to the .NET SDK style, updates the target framework to 4.7.2 and updates all dependencies. That should make the project...

This PR supersedes / expands #3742. This also partially (fixes) #3779 (the exception is fixed and the movie imports fine, but the logkey is missing FDS controls and so the...

This is a proof-of-concept PR multi-targeting both .NET Framework and .NET 8. .NET 5+ has lots of performance improvements that could immediately benefit us (e.g. #3675). .NET 5+ does not...

It's currently not possible to import movies without having a rom loaded, because the `Movie` menu item is grayed out in the null emulator (drag+drop doesn't work either, it prompts...

Enhancement
App: EmuHawk
re: Movie importers

### Description / Steps to reproduce the issue I first noticed this in git, where I have been getting ominous errors about a file existing that doesn't exist, or alternatively...

bug

I'm trying to compile and link the project https://github.com/moonshadow565/lolcustomskin-tools using cmake and the mingw qt5-static package. When using the normal qt5 package, I can install the project fine, but using...