]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/bots.qc
forgot this one
[divverent/nexuiz.git] / data / qcsrc / server / bots.qc
2008-12-16 div0bots: combos; custom weapon priorities
2008-10-14 div0more bot colors
2008-10-04 div0fix timelimit display after ready-restart (no longer...
2008-08-08 div0"race" game mode (beginning)
2008-07-15 div0why do I need this?
2008-07-15 div0netname is odd
2008-07-15 div0remove some more leaks
2008-07-01 div0change all function declarations (except builtins and...
2008-06-30 div0use the button macros everywhere
2008-06-03 div0take out some spawnfunc_ out of strings
2008-06-03 div0oops... huge bugs in the spawnfunc patch... it also...
2008-06-01 div0change all spawn functions to use the spawnfunc_ prefix...
2008-03-02 lordhavocfixed bug with bots not joining the smallest team
2008-03-01 lordhavocslight clarification of routerating math (no change...
2008-02-27 lordhavocfix my fix for bot colors across levels (forgot to...
2008-02-26 lordhavocbots now play CTF properly
2008-02-25 lordhavocfixed several bugs in bots to do with movement and...
2008-02-22 lordhavocfix for my bot preferred colors patch (.clientcolors...
2008-02-22 lordhavocrestore bot preferred colors at the end of each level...
2008-01-25 lordhavoccommented out some dprints
2008-01-25 lordhavoctweaked bot weapon choosing
2008-01-25 lordhavoclink waypoints if their XY dist is below 1050, not...
2007-12-12 kadaverjack- changed sv_ready_restart to use a qc based restart...
2007-11-15 div0made cvars like g_ctf only be queried once on startup
2007-09-20 div0new cvar bot_vs_human: set to positive value to make...
2007-06-09 div0first attempt at "auto adjust skill"; not working well...
2007-05-20 div0bots: in LMS and Arena, spectators should count as...
2007-05-16 div0remove some debug prints
2007-05-05 div0correctly handle bots now between spectate/unspectate...
2007-05-05 div0make minplayers ignore spectators
2007-04-30 div0keyhunt: improved bots; fix minplayers changing bot_number
2007-04-20 div0need the first down-trace to not shift waypoints slight...
2007-04-19 div0fix "unused"; zoom sets in default.cfg should have...
2007-04-19 div0new attempt to fix waypoints; weapon system no
2007-04-18 div0also drop waypoints to floor; no hard errors for broken...
2007-04-18 div0move waypoints out of solid when needed;
2007-04-18 div0set lowprecision whereever possible
2007-04-11 div0no more tdeath
2007-01-27 div0waypoints out of items configurable;
2007-01-14 div0oops... respawn change affected bots
2006-12-29 div0make waypoints go through doors; fix "no waypoints...
2006-12-18 div0new cvar: quit_when_empty - exits the server once it...
2006-08-17 div0Qantourisc's improved havocbots AI - have fun!
2006-07-23 div0fix: misleading dprint, error message for missing map...
2006-07-20 lordhavocconvert degrees to radians before calling cos in maxfir...
2006-06-13 lordhavocif there are already bots playing and the level changes...
2006-06-12 lordhavocrenamed and moved all gamec/*.[ch] files to *.q[ch]