]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/bot/default/havocbot/havocbot.qc
Merge branch 'master' into terencehill/bot_ai
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / havocbot / havocbot.qc
2018-07-02 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-29 terencehillOptimize some math code of havocbot_movetogoal
2018-06-24 terencehillBot AI: fix bots jumping over frozen players when tryin...
2018-06-23 terencehillBot AI: find another goal as soon as the current goal...
2018-06-21 terencehillBot AI: assume bot is walking if it's in the water...
2018-06-20 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-19 MarioMerge branch 'Mario/playerdemo_removal'
2018-06-16 MarioClear out most references to .health and .armorvalue...
2018-06-16 MarioClear out most references to the .ammo_* fields
2018-06-14 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-13 terencehillBot AI: try to anticipate (and optimize) path finding...
2018-06-12 MarioMerge branch 'terencehill/min_spec_time' into 'master'
2018-06-11 MarioMerge branch 'master' into martin-t/defaults
2018-06-11 MarioMerge branch 'master' into Lyberta/PrintMove
2018-06-09 MarioRename triggers to mapobjects
2018-06-07 MorosophosMerge remote-tracking branch 'origin/master' into moros...
2018-06-06 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-06-06 LybertaMerge branch 'master' into Lyberta/mutator_is_enabled
2018-06-05 MarioMerge branch 'Mario/weapons_stat'
2018-06-05 MarioReplace uses of the .weapons field with STAT(WEAPONS...
2018-06-04 terencehillMerge branch 'master' into terencehill/bot_ai
2018-05-29 terencehillBot AI: make bots release movement keys after a small...
2018-05-27 terencehillBot AI: smooth walk direction instead of aim direction...
2018-05-24 terencehillBot AI: fix bots turning aim too much when current...
2018-05-22 terencehillBot AI: also try to make a medium jump in real-time...
2018-05-22 terencehillBot AI: don't artificially reduce max jump height in...
2018-05-21 terencehillBot AI: add ability to slow down if bot is in the air...
2018-05-19 terencehillOptimize code by adding 2 checks
2018-05-18 terencehillMerge branch 'master' into terencehill/bot_ai
2018-04-29 terencehillMerge branch 'master' into terencehill/bot_ai
2018-04-25 MarioMerge branch 'TimePath/issues/1971' into 'master'
2018-04-25 MarioMerge branch 'master' into DefaultUser/trigger_cleanup
2018-04-19 terencehillBot AI: implement real-time detection of revival of...
2018-04-06 terencehillMerge branch 'master' into terencehill/min_spec_time
2018-04-06 MarioMerge branch 'Mario/crouch' into 'master'
2018-04-04 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-04 LybertaMerge branch 'master' into Lyberta/KillSound
2018-03-31 LybertaMerge branch 'master' into Lyberta/GiveResourceWithLimit
2018-03-31 LybertaMerge branch 'master' into Lyberta/FilterItemDefinition
2018-03-30 terencehillMerge branch 'terencehill/powerup_randomness_2'
2018-03-30 terencehillBOT AI: avoid sticking to players when chasing them...
2018-02-18 terencehillMerge branch 'master' into TimePath/scrollpanel
2018-02-17 MarioMerge branch 't0uYK8Ne/target_init' into 'master'
2018-02-12 MarioMerge branch 'martin-t/warns' into 'master'
2018-02-11 LybertaMerge branch 'master' into Lyberta/KillSound
2018-02-05 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-01-31 terencehillMerge branch 'master' into terencehill/accuracy_shotgun
2018-01-22 MarioMerge branch 'terencehill/bot_ai' into 'master'
2018-01-15 terencehillMerge branch 'terencehill/bot_waypoints' into terencehi...
2018-01-03 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-30 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-28 terencehillBot AI: grouped small health/armor: avoid multiple...
2017-12-24 terencehillTest correct destination point
2017-12-24 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2017-12-23 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-12-11 terencehillBot AI: properly update goal when the item bot is movin...
2017-12-09 terencehillBot AI: improve bot's ability to walk obstacles up...
2017-12-02 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2017-12-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-11-20 terencehillBot AI: if a goal is unreachable, make it not selectabl...
2017-11-19 terencehillBot AI: improve conditions for deciding whether bot...
2017-11-13 terencehillBot AI: check if path is walkable while chasing a player
2017-11-10 terencehillBot AI: allow bots to chase players in the air by adjus...
2017-11-03 terencehillBot AI: when assigning a bot frame to find a new goal...
2017-11-02 terencehillDon't assign needlessly a frame to find a new goal...
2017-11-02 terencehillClear current bot route as soon as bot dies or gets...
2017-11-01 terencehillBot AI: implement goal locking for goals that require...
2017-10-27 terencehillMake bot head to the jumppad destination once it reache...
2017-10-17 terencehillMerge branch 'terencehill/bot_waypoints' into terencehi...
2017-10-17 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-10-13 terencehillOops, fix rocketjump damage check
2017-10-12 terencehillBot AI: also check if the goal item can be left to...
2017-09-28 terencehillFix goal distance check not working when bot finds...
2017-09-23 terencehillRemove a redundant check, cleanup some jetpack code
2017-09-23 terencehillFix velocity check for braking when bots are using...
2017-09-14 terencehillBot AI: when bot isn't getting close to the current...
2017-09-11 terencehillMerge branch 'terencehill/bot_waypoints' into terencehi...
2017-09-11 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-09-11 terencehillBot AI: tweak timeout values for searching a new goal...
2017-09-09 terencehillBot AI: use correct button to activate jetpack, initial...
2017-09-09 terencehillBot AI: update condition for doing a rocket jump
2017-09-08 terencehillBot AI: slightly increase timeout for finding a new...
2017-09-08 terencehillBot AI: anticipate search of a new goal when bot touche...
2017-09-07 terencehillBot AI: avoid clearing twice the route to the goal...
2017-09-07 terencehillFix havocbot_checkgoaldistance forcing to find a new...
2017-09-07 terencehillBot AI: if the current goal is taken by someone keep...
2017-09-06 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-09-03 LybertaMerge branch 'master' into Lyberta/KillSound
2017-08-29 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-27 LybertaMerged master into Lyberta/TeamplayFixes_.
2017-08-27 MarioMerge branch 'master' into Mario/target_teleporter_v2
2017-08-26 MarioMerge branch 'master' into Mario/invasion_types
2017-08-25 MarioMerge branch 'martin-t/gunalign' into 'master'
2017-08-19 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-19 terencehillFix compilation unit
2017-08-16 LybertaMerged master into Lyberta/StandaloneOverkillWeapons.
2017-08-16 LybertaMerge branch 'master' into Lyberta/GivePlayerAmmo
2017-08-13 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-13 MarioMerge branch 'martin-t/angles' into 'master'
2017-08-09 terencehillRequire at least half bot's body is inside teleport...
next