ioq3/code
Zack Middleton 313064baa4 Fix command line variables not being set correctly
+seta, +sets, and +setu were ignored because Com_AddStartupCommands
thought Com_StartupVariable handled it.

+set didn't allow value to be multiple tokens which due to Unix shell
unintuitively removing quotes causes the variable to only be set to
the first token. This could be worked around by escaping quotes

    ioq3ded +set g_motd \"hello world\"

but it doesn't match behavior of other start up commands (which now
includes seta, sets, and setu) that use all tokens.
2017-02-22 15:16:50 -06:00
..
AL 5882 - Update OpenAL Headers to OpenAL Soft 1.15.1 2013-02-17 07:34:41 -06:00
SDL2/include Update SDL2 to 2.0.4 2016-08-15 22:20:00 -04:00
asm Remove unused fpucw from snapvector.asm 2015-07-09 18:35:45 -05:00
botlib Fix source filename/includepath length in l_precomp.c 2017-02-19 09:24:50 -06:00
cgame Fix glyph width calculation in Text_Paint_Limit 2015-09-15 16:56:03 -05:00
client Merge pull request #230 from fmwviormv/patch-1 2017-01-25 10:42:49 +00:00
game Avoid 'register' declarations 2016-11-01 16:37:38 +00: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 Add stripped SDL2 reference dll's to repo 2016-08-16 10:50:24 -04: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 [null/null_glimp.c] Fix up bitrot in null impl 2016-07-26 10:52:15 +01: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 iamamonkey printing 'levels' instead of 'awards' 2016-05-23 10:23:14 -05:00
qcommon Fix command line variables not being set correctly 2017-02-22 15:16:50 -06:00
renderercommon OpenGL2: Detect Intel graphics and avoid/use certain operations there. 2016-12-07 22:30:55 -08:00
renderergl1 Avoid 'register' declarations 2016-11-01 16:37:38 +00:00
renderergl2 OpenGL2: Generate less shaders when r_sunlightMode is disabled. 2017-01-26 19:58:28 -08:00
sdl Correct test for GL_EXT_texture_env_add support 2017-01-26 00:14:31 -08:00
server Don't have clients use private slots when sv_privatePassword is unset 2016-12-05 12:40:00 -06:00
sys Offer post-crash safe settings on a per-mod basis 2016-10-09 18:18:08 -05:00
tools [botlib] Use floating point absolute value rather than truncate to integer 2016-07-25 18:36:31 +01:00
ui Avoid 'register' declarations 2016-11-01 16:37:38 +00:00
zlib drop some useless return statements 2013-05-30 15:43:21 -05:00