scaledteam
scaledteam
I wrote a very dirty solution, seems to work for me. Also scrolling from touchpad through hotbar is now has a perfect sensitivity. ``` --- a/src/input.c +++ b/src/input.c @@ -341,7...
I applied that patch to this version of glfw: https://github.com/mattfbacon/glfw-wayland-minecraft-git And also, since i use Debian, not Arch, i patched sources manually, + installed manually into flatpak. Maybe i missed...
Sorry, i was really busy IRL when you sent this pull request. Thank you for you work, but this scripts makes this plugin much more complicated. Maybe i can post...
Okay, i will post a link to your version here and in OBS forum. Thank you for contribution.
It's possible, but i don't have too much time to develop that. You might try create GIF that starts with jump, and activate option "Reset animation after reaction"
It seems like header files for OBS is missing. It's called `libobs-dev` in Debian, maybe there is some analogue for ArchLinux.
Eng: I am making progress in this direction. I ported the Offscreen driver from SDL, but it only works with EGL. To enable proper EGL support, I updated GLEW to...
Такой ещё вопрос, Urho3D нормально собирается и не выдаёт никаких ошибок, но при сборке самой игры выдаёт ошибки линковки с EGL, что не находит функций. Я в итоге сделал костыль...
Не собираются, даже Urho3D Player не собирается. Вот с такими изменениями собирается: ``` cmake . -DURHO3D_SAMPLES=NO -DURHO3D_PLAYER=NO -DURHO3D_ANGELSCRIPT=NO -DURHO3D_TOOLS=NO ``` Но вообще я отключаю почти всё когда собираю, так что...
Urho3D без изменений собирается отлично. С модификациями не собирается.