openmohaa/code
Zack Middleton 985731f543
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.
2024-09-22 13:47:55 +02:00
..
AL Using latest version of AL from ioq3 codebase 2023-01-31 01:32:06 +01:00
asm ioquake3 porting 2023-05-24 19:29:36 +02:00
autoupdater Use nanosleep(2) instead of usleep(3) 2024-07-26 23:03:09 +02:00
botlib ioquake3 porting 2023-05-24 19:29:36 +02:00
cgame Correctly process statements with a semicolon 2024-09-22 01:23:23 +02:00
client Fix music volume not restored when the map restarts after the intermission 2024-09-22 01:39:40 +02:00
curl-7.54.0/include Using curl-7.54.0 from ioq3 2023-01-31 01:34:57 +01:00
fgame Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
gamespy Fix a few typos 2024-09-19 10:52:47 +02:00
jpeg-8c ioq3 updates 2023-05-26 20:53:00 +02:00
libmad Add libmad 0.16.4 2024-07-11 23:04:04 +02:00
libmad-0.15.1b Fixed compile errors on newer versions of clang 2023-09-05 19:39:57 +02:00
libogg-1.3.3 Added libogg, libvorbis and opus from ioq3 2023-01-31 01:29:42 +01:00
libs ioq3 updates 2023-05-26 20:53:00 +02:00
libvorbis-1.3.6 Added libogg, libvorbis and opus from ioq3 2023-01-31 01:29:42 +01:00
null Fix wrong parameters 2024-08-21 18:48:16 +02:00
opus-1.2.1 ioq3 updates 2023-05-26 20:53:00 +02:00
opusfile-0.9 Added libogg, libvorbis and opus from ioq3 2023-01-31 01:29:42 +01:00
parser Support token dollar in variable name 2024-09-08 18:03:43 +02:00
q3_ui ioquake3 porting 2023-05-24 19:29:36 +02:00
qcommon Fix command line variables not being set correctly 2024-09-22 13:47:55 +02:00
renderer Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
renderercommon Add DrawPixels and PixelZoom 2024-09-15 01:11:52 +02:00
renderergl1 Readded ioq3 renderer 2023-05-08 19:53:53 +02:00
renderergl2 made renderer (original quake III) work with SDL 2023-05-27 22:23:03 +02:00
script Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
sdl Add fixes from upstream ioq3 2024-09-19 19:24:31 +02:00
SDL2 ioquake3 porting 2023-05-24 19:29:36 +02:00
server Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
skeletor Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
sys Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
tiki Properly pass the size of the path buffer into Q_strncpyz 2024-09-21 23:09:16 +02:00
tools Updates 2023-05-27 16:19:31 +02:00
uilib Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
web Add Emscripten implementation from ioquake3 upstream 2024-07-26 23:57:50 +02:00
zlib ioquake3 porting 2023-05-24 19:29:36 +02:00