]> icculus.org git repositories - divverent/nexuiz.git/commit
fixed several bugs in bots to do with movement and aiming
authorlordhavoc <lordhavoc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Mon, 25 Feb 2008 19:37:46 +0000 (19:37 +0000)
committerlordhavoc <lordhavoc@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Mon, 25 Feb 2008 19:37:46 +0000 (19:37 +0000)
commitd8d8b636f74cb8f130f1cbc0aade4fd480955c05
tree32e4c99fa21cbb82d24dc07358334903ee85b1bd
parent10579e15e1aafcb6f66bf93abd03161814ae0cdb
fixed several bugs in bots to do with movement and aiming
optimized ctf and keyhunt by keeping flaglist and kh_keylist variables
(greatly accelerated some code that used find before)
added bot_ai_thinkinterval 0.05 which means that fast servers don't
croak from bot ai
added bot_ai_dodgeupdateinterval
added bot_ai_chooseweaponinterval
added bot_ai_dangerdetectioninterval
added bot_ai_dangerdetectionupdates (how many waypoints to update danger
ratings on per interval)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk/data@3426 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
default.cfg
qcsrc/server/bots.qc
qcsrc/server/ctf.qc
qcsrc/server/havocbot.qc
qcsrc/server/havocbot_roles.qc
qcsrc/server/keyhunt.qc