lilium-voyager/misc
Zack Middleton 67dace6c20 Escape quotes for sv_dlURL in shell so it doesn't become "http:"
q3ded +set sv_dlURL "http://example.org"

The shell removes the quotes but makes the content be a single argument
for progam args. Quake 3 concatenates all the program args and splits
lines at + or newlines. Then Quake 3 parses them using a tokenizer
that skips unquoted C comments beginning with //. This results in
the cvar being set to "http:".

Escape the quotes so they are passed to the program and the tokenizer
knows not to skip C comments.

    q3ded +set sv_dlURL \"http://example.org\"
2017-07-20 23:24:52 -05:00
..
linux Escape quotes for sv_dlURL in shell so it doesn't become "http:" 2017-07-20 23:24:52 -05:00
msvc -ffast-math for msvc 2014-07-20 05:22:20 -05:00
msvc10 Update headers in VS (10 and 11) projects 2015-08-19 13:50:39 -05:00
msvc11 Update headers in VS (10 and 11) projects 2015-08-19 13:50:39 -05:00
msvc12 Rename (already updated) opus-1.1 to opus-1.1.4 2017-05-23 11:47:27 -05:00
nsis Allow overriding platform in NSIS installer 2016-11-01 17:53:25 -05:00
osx Escape quotes for sv_dlURL in shell so it doesn't become "http:" 2017-07-20 23:24:52 -05:00
osxfe/ioquake3fe Initial Xcode workspace & project support (4.6.3). 2013-07-13 01:06:26 -05:00
quake3_flat.iconset Initial Xcode workspace & project support (4.6.3). 2013-07-13 01:06:26 -05:00
setup renderer -> renderergl1, rend2 -> renderergl2 2013-02-15 23:46:37 +00:00
xcode bug 5986 - Configure jenkins to spit out mac .app 2013-07-18 00:11:10 -05:00
ReadMe-OSX.rtf ReadMe for OS X 1.36 2009-05-06 00:16:05 +00:00
ioquake3-folder.icns adding the OS X folder icon, use 2009-04-23 07:39:37 +00:00
quake3-tango.png Generated a quick n dirty png of the tango icon. 2009-04-09 19:40:02 +00:00
quake3-tango.xcf Quake 3 Tango-Style icon, suitable for scaling low. Thanks to jayschwa@gmail.com for 2008-07-06 02:23:06 +00:00
quake3.icns * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
quake3.ico * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
quake3.png * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
quake3.svg * Merge unified-sdl to trunk 2007-09-05 18:17:46 +00:00
quake3_flat.icns Initial Xcode workspace & project support (4.6.3). 2013-07-13 01:06:26 -05:00