-
I started working on it in my branch https://github.com/dnk777/qfusion/tree/cm-optimizations.
Its in very dirty state and is a subject of rebasing. To prevent losing comments due to forced updates …
-
There's about 15-20 higher ping with the current git than stable 0.8.1.
When I ping my server it's only 45ms and ingame it's 60 - 70 or even higher.
-
When I join with my coloured nick, this is how it looks on our GameTracker page:
http://www.gametracker.com/server_info/188.226.246.237:27960/
![screenshot](https://cloud.githubusercontent.com/assets/…
-
Updating 3e2524b..2204ef7
error: The following untracked working tree files would be overwritten by merge:
scriptmodules/admin/setup.sh
scriptmodules/libretrocores/snes9x-next.sh
scriptmod…
-
Note, need to install some 32-bit deps and it helped manquake 2.74 run.
``` sh
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
`…
-
-
Normally occlusion queries have pointer to integer, but with GL 4.4 GL_ARB_query_buffer_object extension, the parameter can be an index:
https://www.opengl.org/registry/specs/ARB/query_buffer_object.t…
-
After a graphics drivers and llvm update (mesa git 2014.04.26, compiled with llvm 3.5; llvm 3.5 svn 207303) I have experienced the following problem:
libGL error: dlopen /usr/lib/i386-linux-gnu/dri/r…
-
Just opening a ticket to remind me to sort this
https://github.com/RetroPie/RetroPie-Setup/pull/1045
-
[wxStandardPaths](http://docs.wxwidgets.org/trunk/classwx_standard_paths.html) returns standard system paths for resources, user directory, and so on. TrenchBroom should use this instead of trying to …