]> icculus.org git repositories - divverent/nexuiz.git/commit - data/qcsrc/server/gamecommand.qc
- Moved all the voting stuff into a file of its own and made it accessible from the...
authoresteel <esteel@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sun, 1 Jun 2008 16:57:58 +0000 (16:57 +0000)
committeresteel <esteel@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sun, 1 Jun 2008 16:57:58 +0000 (16:57 +0000)
commit96f1cb9b0bc2d4e0442a3082b4dad0ef993a6a02
tree254fddd7ebd5e9a6b18fda1ffd8d9cabaf4f1cc0
parent5b9fdb5a22568bf2566a291c9b1781ed0caca450
- Moved all the voting stuff into a file of its own and made it accessible from the server console via sv_cmd vote.
  Now server admins can not only stop votes but use all the vote subcommands like calling a vote.
  Can be used to act more 'democratic' or test vote settings
- Added a new alias vlogin and removed the kludge 'vote do login'

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3668 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
data/defaultNexuiz.cfg
data/qcsrc/server/clientcommands.qc
data/qcsrc/server/gamecommand.qc
data/qcsrc/server/progs.src
data/qcsrc/server/vote.qc [new file with mode: 0644]
data/qcsrc/server/vote.qh [new file with mode: 0644]