yquake2remaster/src/common
Daniel Gibson 051be8285d Fix (text in) videos (for GPUs supporting NPOT textures)
especially in the intermission videos, the text looked broken, as parts
of the characters were missing.
This is because Draw_StretchRaw() converts the 320x240 video frame into
a 256x256 texture, without doing proper interpolation (just skipping
some pixels instead).
Now, if the GPU supports non-power-of-two texture sizes, the video
frames are uploaded as textures in their original size.

(Also fixed a harmless typo in common.h)
2016-11-06 23:44:54 +01:00
..
header Fix (text in) videos (for GPUs supporting NPOT textures) 2016-11-06 23:44:54 +01:00
shared Revert "Cleanup vector math" 2015-10-19 18:20:47 +02:00
unzip fixed build on pre ansi c89 compilers 2012-11-14 14:49:40 +06:00
argproc.c Move stuff from common/common/ to common/ 2012-06-07 13:54:08 +02:00
clientserver.c Lets not do the last two commits just before 5.11 2013-05-18 18:59:39 +02:00
cmdparser.c Don't allow binding the "console keys" (^, ~, `) or Escape 2015-10-19 18:20:47 +02:00
collision.c replace most strncpy calls (several of them wrong) by Q_strlcpy calls 2013-05-11 14:44:36 +02:00
crc.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
cvar.c Add an explicit fflush() when writing the config. 2016-08-04 09:07:47 +02:00
filesystem.c Remove unused and broken functions for writing files. 2016-08-16 20:14:41 +02:00
glob.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
md4.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
misc.c Make OSTYPE and ARCH user defineable. 2016-10-24 18:02:17 +02:00
movemsg.c Fix several potential security vulnerabilties 2015-08-24 17:58:19 +02:00
netchan.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
pmove.c Fix indention 2014-08-24 10:26:50 +02:00
szone.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
zone.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00