yquake2remaster/src
Yamagi Burmeister 45cc75d2d9 Add an undocumented option for forcing busy waits.
Some people complained about the usage of non busy waits:

  * I was told that there's an input lag with nanosleep(). I still doubt
    that, but since the problem is easy to solve...
  * Some Intel CPUs throttle the GPU if the selected CPU pstate is too
    low. This is especially a problem on Haswell mobile CPUs. Keeping
    a core busy works around that.
2017-03-13 13:39:03 +01:00
..
backends Add an undocumented option for forcing busy waits. 2017-03-13 13:39:03 +01:00
client Add a cvar gl_showbbox for drawing entities bounding boxes 2017-01-19 21:04:58 +01:00
common Treat autoexec.cfg like every other config. 2016-12-13 17:03:11 +01:00
game Make sure that a monsters enemy is still alive when deciding to attack. 2016-12-28 18:29:08 +01:00
server Move file name check to prevent spurious "refusing to download messages 2015-10-27 17:38:28 +01:00