]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/bot/default/navigation.qc
Reduce stepwalk height when there's an obstacle (e.g. a very low ceiling) above curre...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / navigation.qc
2017-07-24 terencehillReduce stepwalk height when there's an obstacle (e...
2017-07-24 terencehillReduce travel cost of underwater paths
2017-07-23 terencehillRename 2 variables
2017-07-23 terencehillCheck for dangerous liquids only while walking and...
2017-07-23 terencehillBot AI: fix and greatly improve underwater navigation...
2017-07-17 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-07-15 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-06-10 terencehillPartially fix navigation underwater by avoiding precisi...
2017-06-10 terencehillReorder conditions in a check
2017-06-10 terencehillIntroduce 2 helpful macros
2017-06-09 terencehillFix tracewalk failing on paths with doors
2017-06-08 terencehillAdapt code to support better bigger teleport and jumppa...
2017-06-08 terencehillFix linking to certain teleports and jumppads sometimes...
2017-06-06 terencehillFix and improve tracewalk underwater a lot. Now waypoin...
2017-06-05 terencehillFurther improve ladder detection
2017-06-05 terencehillOptimize a few checks
2017-06-05 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-27 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-05-23 terencehillnavigation_checkladders
2017-05-23 terencehillBot navigation: don't try to climb ladders up if they...
2017-05-22 terencehillClean up tracewalk a bit
2017-05-22 terencehillFix navigation_findnearestwaypoint improperly testing...
2017-05-21 terencehillFix normal waypoints often failing to get linked to...
2017-05-21 terencehillRename 2 functions
2017-05-21 terencehillDon't allow bots to make use of too large ladders
2017-05-20 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-20 MarioMerge branch 'Mario/intrusive' into 'master'
2017-05-19 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-18 terencehillFix linking to teleports and jumppads waypoints not...
2017-05-17 MarioMerge branch 'master' into Mario/intrusive 441/head
2017-05-17 MarioUse an intrusive list to find ladders in bot AI
2017-05-15 terencehillImprove automatic waypoint generation for jumppads...
2017-05-13 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-13 terencehillOtimize navigation_poptouchedgoals mainly by returning...
2017-05-13 terencehillIf for some reason a bot selects teleport/jumppad/warpz...
2017-05-06 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-03 terencehillBot navigation: slighltly improve ladder detection
2017-05-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-04-30 terencehillyay! Fix bug causing bots to ignore teleports and warpzones
2017-04-28 terencehillFix cost of path from the nearest waypoint to the goal...
2017-04-28 terencehillAvoid a tracewalk call by creating links from waypoints...
2017-04-28 terencehillAssume bot can walk from wp A to item X if wp A is...
2017-04-28 terencehillFix a bug in botframe_updatedangerousobjects; simplify...
2017-04-28 terencehillMore work was needed to complete transition to travel...
2017-04-18 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-04-16 terencehillImprove linking of normal waypoints to ladders by autog...
2017-04-07 MarioMerge branch 'Lyberta/PlayerDied' into 'master'
2017-04-07 MarioMerge branch 'amade/small-fixes' into 'master'
2017-04-04 MarioMerge branch 'master' into Mario/cts_respawn_clear
2017-04-02 LybertaMerge branch 'master' into Lyberta/DebugPrintToChat
2017-03-30 terencehillFix subtle bug in tracewalk reporting that bot can...
2017-03-24 MarioMerge branch 'Mario/mutator_array_fix'
2017-03-18 terencehillReintroduce periodic recalculation of nearest waypoint...
2017-03-15 MarioMerge branch 'martin-t/overkill' into 'master'
2017-03-14 terencehillBot AI: improve ladder usage
2017-03-13 terencehillAllow bots to climb ladders up
2017-03-13 terencehillRemove a wasted vectoyaw call
2017-03-12 MarioMerge branch 'master' into Mario/race_target_waypoint
2017-03-12 MarioMerge branch 'master' into Mario/killsound
2017-03-11 MarioMerge branch 'Lyberta/_mod_autogen_fix' into 'master'
2017-03-10 MarioMerge branch 'Mario/itemstime_editor_fix' into 'master'
2017-03-10 MarioMerge branch 'martin-t/spec' into 'master'
2017-03-08 terencehillRemove navigation_hasgoals field, use goalentity to...
2017-03-07 MarioMerge branch 'master' into Mario/mutator_array_fix
2017-03-07 terencehillUse -1 instead of an insanely high timeout
2017-03-07 terencehillFix nearest waypoint not updated for dropped flags...
2017-03-04 terencehillBot path finding: when possible (often) optimize path...
2017-03-02 terencehillFix bots recalculating every time the nearest waypoint...
2017-02-19 Martin TaibrMerge branch 'master' into martin-t/damagetext
2017-02-18 terencehillRespect box waypoint size
2017-02-18 MarioMerge branch 'Mario/bd_tweak' into 'master'
2017-02-18 MarioMerge branch 'terencehill/bot_AI_improvements' into...
2017-02-17 terencehillMerge branch 'master' into terencehill/bot_AI_improvements 409/head
2017-02-17 terencehillImprove loose goal touching check when not running...
2017-02-15 terencehillIf for some reason final goal was removed clear route...
2017-02-14 terencehillFind a new goal as soon as the item bot is running...
2017-02-14 terencehillRemove an item about to spawn as goal if somebody else...
2017-02-13 terencehillMerge branch 'master' into terencehill/bot_AI_improvements
2017-02-10 terencehillDon't select jumppads and teleporters as destination...
2017-02-10 terencehillAllow bots to roam on the map even if there's no item...
2017-02-09 terencehillMerge branch 'master' into terencehill/bot_AI_improvements
2017-01-30 terencehillFix speed checks. The broken loose goal touching check...
2017-01-30 terencehillCheck if rating a waypoint is better than the enemy...
2017-01-30 terencehillMake so that bots chase players unless they go to dange...
2017-01-30 terencehillMerge branch 'master' into terencehill/bot_item_rating
2017-01-28 MarioMerge branch 'master' into Mario/overkill
2017-01-24 terencehillAvoid rating all the items repeatedly when a bot reache...
2017-01-02 MarioMerge branch 'martin-t/ok_weap' into 'master'
2016-12-31 terencehillMerge branch 'master' into terencehill/keyhunt
2016-12-31 MarioMerge branch 'master' into martin-t/shuffleteams
2016-12-31 MarioMerge branch 'master' into martin-t/maxshotdist
2016-12-31 MarioMerge branch 'martin-t/misc' into 'master'
2016-12-31 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-31 MarioMerge branch 'master' into Mirio/balance
2016-12-31 MarioMerge branch 'terencehill/bot_fix' into 'master'
2016-12-29 terencehillMerge branch 'master' into terencehill/bot_fix
2016-12-26 TimePathMerge branch 'TimePath/inventory_tweaks'
2016-12-25 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-25 MarioMerge branch 'master' into Mario/killsound
2016-12-25 terencehillMove check for freed goals to navigation_poptouchedgoals
next