Ivan Molodetskikh
Ivan Molodetskikh
Fedora doesn't have x86_64-linux-gnu-\*, instead it has x86_64-redhat-linux-\*. This patch adds them to the detection, enabling out-of-the-box support for compiling 32-bit on both 64-bit and 32-bit Fedora. I tested this...
Is it possible to somehow hook [glium](https://github.com/glium/glium) up to use glow as a backend? As far as I can tell, that would mean providing a [`glium::backend::Backend`](https://docs.rs/glium/0.26.0-alpha3/glium/backend/trait.Backend.html) implementation.
Possibly related to incorrect invalidation. ``` #0 0xf7f92559 in __kernel_vsyscall () #1 0xe31ffca8 in raise () from /app/lib/i386-linux-gnu/libc.so.6 #2 0xe31e8409 in abort () from /app/lib/i386-linux-gnu/libc.so.6 #3 0xe37d99bd in __gnu_debug::_Error_formatter::_M_error (this=0xe3c4f7a0...
Quad's saying he's getting sub-optimal behavior on conveyor belts, particularly when you're pushed against a wall.
https://github.com/YaLTeR/BunnymodXT/blob/271593e4905eeaa8bff9d0945302862b8fe4fe43/BunnymodXT/modules/HwDLL.cpp#L5214-L5224 However, the function is recursive, so the array (which is the same) keeps growing every call, potentially overflowing? It might be not a problem at all since these are...
Two logs playing back the same script:  I suspect this can lead to desyncs. Need to investigate what causes these and what BXT TAS support can...
Left: gameplay recording, right: TAS playback of the same recording.  What's worse, the seeds start drifting by 1 every subsequent load.  Using...
Those are the entities (doors) that NPCs can potentially open. `m_pLinkPool[i].m_pLinkEnt`