]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/bots_scripting.qc
actually read sv_clforceplayermodels
[divverent/nexuiz.git] / data / qcsrc / server / bots_scripting.qc
2009-06-20 div0fix crash in bot clear queue
2009-06-17 div0make bot command reading faster :P
2009-06-13 div0bot script: change var placeholder from $ to @ to not...
2009-06-12 div0yay! dynamic assignment of places for bot scripting :)
2009-06-12 div0fix last commit
2009-06-12 div0barrier: only wait for bots that actually have commands
2009-06-12 div0remove debug code from barrier (making bots yellow...
2009-06-12 div0fix bot barriers, add a "load" command to bot_cmd
2009-06-12 div0bots scripting: use a string buffer now
2009-06-11 div0- fix aimtotarget in bot scripting
2009-06-10 mand1ngaUse SV_ParseClientCommand instead of clientcommand
2009-06-10 mand1ngaFix ftqecc warning
2009-06-10 div0bots: minor fixes, still not good...
2009-06-10 div0minor fixes for bots scripting
2009-06-10 div0bot scripting: new commands movetotarget, aimtarget.
2009-06-09 div0alos handle the case of no bot command being queued
2009-06-09 div0little optimization for bot command searching
2009-06-08 mand1ngaDon't execute commands while dead
2009-06-08 mand1ngaAdded resetqueue bot command
2009-06-08 div0make wait_until relative to time of the sv_cmd
2009-06-08 div0bot scripting: fix a bug that allows only one command...
2009-05-22 mand1ngaFix compiler warnings
2009-05-10 mand1ngaAdded moveto and resetgoal bot commands
2009-04-28 mand1ngaConverted the bot command queue from arrays to entities...
2009-04-19 mand1ngaLowered the size of the command queue to make room...
2009-04-19 mand1ngaAdded simple support for bots scripting. It features...