]> icculus.org git repositories - divverent/nexuiz.git/commit
added ctf and domination map support (uses g_ctf and g_domination cvars currently...
authorlordhavoc <lordhavoc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 24 Mar 2005 15:51:57 +0000 (15:51 +0000)
committerlordhavoc <lordhavoc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 24 Mar 2005 15:51:57 +0000 (15:51 +0000)
commit5919c28e227d3c5094aec00f9658cc5a4cecb41c
tree1e8b058624295e0287f2816dfda9a44faa8da902
parentc98e0bc9c7d0b3b8ebacebe62909e32b686db435
added ctf and domination map support (uses g_ctf and g_domination cvars currently), untested however
changed crouch aliases (and code) from using impulses 97 and 98 to using +button5/-button5, this will improve packet loss behavior
crouch now does setsize (as it was supposed to from the beginning), so you can now crawl around in shorter areas of a level, and can duck bullets
data/maplist.cfg support rewritten by Black to go with his new menu, it rewrites maplist.cfg on each level change (just to support repeating a level in the list)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@337 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
qcsrc/default.cfg
qcsrc/gamec/cl_client.c
qcsrc/gamec/cl_impulse.c
qcsrc/gamec/constants.h
qcsrc/gamec/ctf.c [new file with mode: 0644]
qcsrc/gamec/domination.c [new file with mode: 0644]
qcsrc/gamec/g_world.c
qcsrc/progs.src