ioef/code
Zack Middleton b21a59af8c Fix negative glyph index in Team Arena text functions
Team Arena's text functions cast signed char values to int and use as an array index.
This works fine for values 0 to 127, but not for -128 to -1 which are a negative array index.
Instead use "character & 255" like client and original Q3 ui/cgame string drawing code.
2014-12-01 22:14:58 -06:00
..
AL 5882 - Update OpenAL Headers to OpenAL Soft 1.15.1 2013-02-17 07:34:41 -06:00
asm Fix some clang warnings 2013-03-12 21:50:59 +00:00
botlib Fix a few warnings 2014-08-30 17:29:23 +01:00
cgame Fix negative glyph index in Team Arena text functions 2014-12-01 22:14:58 -06:00
client Add facility to describe cvars 2014-09-26 14:29:51 +01:00
game Add missing EV_USE_ITEM15 cases 2014-10-29 00:03:49 -05:00
jpeg-8c Mark JPEG lib changes, file provided by Simon McVittie 2012-07-01 18:07:56 +00:00
libcurl-7.35.0/curl Fix building with curl on Linux PPC and Sparc 2014-09-09 13:18:28 -04:00
libogg-1.3.1 Upgrade libogg 1.3.0 to 1.3.1 2014-02-08 03:38:01 +00:00
libs Rebuilt MSVC SDL 1.2.15 Revision 8040 import libs 2014-04-16 15:08:21 -05:00
libspeex Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-set gcc warnings 2011-07-29 12:27:00 +00:00
libvorbis-1.3.4 There have been 0 days since the last compiler warning 2014-08-27 12:40:45 +01:00
null Remove unused functions from null_main.c and null_input.c 2014-08-27 20:35:16 -05:00
opus-1.1 Fix a few warnings 2014-08-30 17:29:23 +01:00
opusfile-0.5 Fix a few warnings 2014-08-30 17:29:23 +01:00
q3_ui Fix ui warnings 2014-09-01 11:05:46 +01:00
qcommon Add facility to describe cvars 2014-09-26 14:29:51 +01:00
renderercommon Fix saving/loading glyph 255 in RegisterFont 2014-12-01 22:04:40 -06:00
renderergl1 Fix stencil shadows not drawing if has 500 or more vertexes 2014-11-16 21:21:30 -06:00
renderergl2 OpenGL2: Fix face culling. 2014-11-30 21:50:33 -08:00
sdl Clear window buffer when it's created 2014-11-07 21:50:00 -06:00
SDL2/include Update SDL2 to 2.0.3 2014-03-24 19:13:56 -04:00
server Fix max bans range check in SV_AddBanToList 2014-05-25 18:41:51 -05:00
sys Fix pid file ignoring user set fs_homepath 2014-10-29 00:03:49 -05:00
tools drop some useless return statements 2013-05-30 15:43:21 -05:00
ui Fix negative glyph index in Team Arena text functions 2014-12-01 22:14:58 -06:00
zlib drop some useless return statements 2013-05-30 15:43:21 -05:00