Results 561 comments of Try

Also, experimenting now with alternation old/new methods to handle speed: * Irdorath disk not affected - possible something off in handling actual movement * `EVT_ADDON_LSTTEMP_DOOR_LEFT_01` is fine if magic speed...

Merged, thanks!

I've checked modules that we have so far: * lib/edd-dbg - can fix locally. Long term we can move to [std::stacktrace](https://en.cppreference.com/w/cpp/utility/basic_stacktrace). * bullet3 - even on their [github](https://github.com/bulletphysics/bullet3/blob/master/CMakeLists.txt) it still...

I've updated most of third-party dependencies of Tempest and OpenGothic. TODO: * ZenKit (https://github.com/GothicKit/ZenKit/issues/103) * Tempest/thirdparty/libpng - they have it fixed in newest version, but it fails to compile into...

Hi, @azahi ! I'll update submodule later this week or in beginning of next one

Tested new ZenKit today: ``` C:/Programming/OpenGothic/lib/ZenKit/include/zenkit/Stream.hh:220:47: error: implicit conversion changes signedness: 'ssize_t' (aka 'long long') to 'unsigned long long' [-Werror,-Wsign-conversion] 220 | auto len = static_cast(w->tell()) - size_off - sizeof(uint32_t);...

@lmichaelis Commit https://github.com/GothicKit/ZenKit/commit/8c4edf75ebdda1fa27c863f5fae81b3744f7187f) works, thanks! > Could you tell me which compiler/version this happens on? I'm using at the moment `LLVM-MinGW 17.0.6 64-bit` - one that comes bundled with QtCreator,...

Hi, @YALdysse ! Thanks for the bug report - I'll take a look. just a note: no need to put save on google-drive, you can put them into *.zip and...

Thanks @thokkat for BBox screenshoots! > Another problem of https://github.com/Try/OpenGothic/issues/605 ? Not quite: opengothic uses point-to-box intersection, but apparently we need box-2-box collision function here

Hi, @KirillAlekseeenko ! Dpi awareness is not implemented in engine, as I do not yet have consistent vision/idea on how engine-level api should look-like. Maybe we can keep it simple...