Luis Michaelis

Results 15 issues of Luis Michaelis

Hi there, while trying to analyze an old binary from 2001 I've come across an error during Prolog analysis. This error persists across multiple fresh retries and I have no...

bug
prolog

### Description When loading Gothic II Gold Classic from Steam and starting a new game, the following warnings are printed to the console: ``` OpenGothic v1.0 dev GPU = AMD...

This is a PR for #269. All parsers and classes exposed by [ZenLib](https://github.com/Try/ZenLib). Currently, the following known bugs are being worked on. ### Still to do - [x] ~~Test build...

This is a followup to #267. ## The Premise [ZenLib](https://github.com/Try/ZenLib) is quite an old project with a lot of broken code, unused features, inconsistent naming and legacy programming patterns. Therefore...

Currently, the DDS codec only supports the DXT compression format: https://github.com/Try/Tempest/blob/88865780a3798912b1b79294c12bd75413f58b8f/Engine/formats/image/pixmapcodecdds.cpp#L35-L57 This becomes an issue when trying to load RGB from DDS files since processing just fails. In Try/OpenGothic#271 this...

While working on #271, I've missed being able to automatically format code to the point that I sometimes just didn't do it. Having a `.clang-format` file [like the one I...

Some Gothic 2 worlds (see below) can not be parsed. The following `std::runtime_error` is thrown: `Value name does not match expected name. Value:VISUALANIMODE Expected: CDSTATIC` The worlds that cannot be...

This PR adds a new, experimental music backend recently created at [GothicKit/dmusic](https://github.com/GothicKit/dmusic). It can be enabled by changing the "Soundprovider" option in the sound settings to _"GothicKit (Experimental)"_. Note @Try:...

Hey there, we're trying out Pl3xMap on our server atm and I've noticed something strange: The plugin fails to update player and marker data as well as the world settings....

bug

As originally discussed in Try/OpenGothic#521, compilation seems to fail when enabling [link-time-optimization](https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto) in GCC. I am however not capable of reproducing the issue locally. Generally, enabling additional optimization capabilities is...

performance
tweak