]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
support Q3A's gametype filtering (notteam, notq3a, notsingle, gametype) as in ioq3...
authorRudolf Polzer <divVerent@xonotic.org>
Fri, 18 Feb 2011 14:43:33 +0000 (15:43 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 18 Feb 2011 14:46:42 +0000 (15:46 +0100)
commitcf98caa66bd643a804f71bc2aa152a7a98c592c2
tree4fc2080f1414dbd678bceca8012e7caa19bfa265
parenta264c5e229926ed99be77f49ed5c6b4a9e256ce0
support Q3A's gametype filtering (notteam, notq3a, notsingle, gametype) as in ioq3 source. Has a known bug it shares with ioq3 (namely, that "gametype" "teamtournament" also matches "tournament" (in Xonotic: arena) and "team" because of retarded substring matching). ONLY the game type names ffa (anything non-teamplay not having a more special name), tournament (Arena), single (maxplayers == 1), team (anything teamplay not having a more special name), ctf (ctf, duh) are supported, as we currently have nothing matching Q3A's oneflag, obelisk, harvester and teamtournament modes!
qcsrc/server/defs.qh
qcsrc/server/g_world.qc
qcsrc/server/miscfunctions.qc
qcsrc/server/sv_main.qc
qcsrc/server/t_items.qc
qcsrc/server/t_quake3.qc