Luis Michaelis

Results 106 comments of Luis Michaelis

Hm that's an interesting profile. I did one about a week ago and it actually showed that `vdf_file::merge` takes a long time to run. That is probably related to me...

As expected, using a `std::set` with a custom, case-insensitive comparator, I see about **80x performance improvement** in `find_entry`. That's exceptional! I'll have to find a way around `std::set`'s const lookups...

@Try I'm keeping a bleeding-edge version of OpenGothic with the newest patches at [lmichaelis/OpenGothic](https://github.com/lmichaelis/OpenGothic) in the `phoenix-bleeding` branch. Feel free to pull/merge from there if you like as well :)

Quick note: only the outdoor sky controller's save state is available ATM. I don't think it's important right now though. I am happy to answer any questions about the most...

Hi @Nithanim, thanks for making an issue about this! First of all, it looks like you've compiled and run the script correctly. I can already spot a couple problems in...

Thanks, I'd rather not have you buy something for me though. I'll look into getting the game myself, it isn't that expensive anyway. Indeed, these new log messages are not...

Okay, I've managed to find the offending piece of code and I've also found that as it stands currently, this library is not able to play that soundtrack. The issue...

Hio, this looks like a problem with [phoenix](https://github.com/GothicKit/phoenix), a dependency of OG. Which compiler (+version) are you using? Currently supported compilers for phoenix are Clang, GCC, Apple Clang, MinGW and...

Then you should report this to @CReimer at https://github.com/CReimer/PKGBUILDs. @CReimer: Maybe it makes sense to specify a compiler and CMake generator when invoking CMake configure so it always chooses the...

> @lmichaelis Now that we found what's causing it. Maybe you still want to fix it? I'm no C++ expert, but this line look like it's not your fault Hm...