slipher
slipher
We decided not to support translation in the engine for now. All translation strings come from the single repository which now contains Unvanquished C++ and RML sources. Translation strings are...
I don't think were really significant changes since the RmlUi migration. I haven't ever gotten a Wayland environment set up to try it.
At least we can delete `I AM A DUMMY FILE`.
I started working on a server list API rewrite a bit before the 0.54 release; I'll pick that up again.
I finally understood what's going on with the server listing code. It already is capable of spreading out ping packets over multiple frames, and has some limitation on the quantity...
Superseded by #943.
This is nothing out of the ordinary... some servers missing during a client server list refresh has always happened since Tremulous. The client just sends a serverinfo request and the...
Another way to produce the bug is to start the game like `./daemon -resetconfig -set r_mode 7 -set r_fullscreen 0 +map parpax` with the mouse outside the window when it...
Actually IN_CenterMouse just wasn't called when switching *to* deltas mode (I misread the code). With some difficulty I was able to get it to center the mouse in that case,...
In the simple test program below, SDL_SetWindowGrab works as expected. When enabled it relocates the cursor to the inside of the window and prevents it from escaping. (SDL_SetRelativeMouseMode, on the...