]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/bot
Merge branch 'master' into terencehill/bot_waypoints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot /
2017-09-06 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-09-01 terencehillFix waypoints for warpzones with oblique or horizontal...
2017-08-30 terencehillFix nearest waypoint detection by restoring something...
2017-08-30 terencehillWaypoints, change keyword: VERSION -> WAYPOINT_VERSION
2017-08-29 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-27 LybertaMerged master into Lyberta/TeamplayFixes_.
2017-08-27 terencehillFix bots appearing on the scoreboard as spectators...
2017-08-27 Martin TaibrMerge branch 'master' into martin-t/okc
2017-08-27 MarioMerge branch 'master' into Lyberta/GivePlayerAmmo
2017-08-27 TimePathLOG_INFO: remove 'extra' newlines
2017-08-27 TimePathLOG_INFOF: remove 'extra' newlines
2017-08-27 TimePathLogging: tidy
2017-08-26 LybertaMerged master into Lyberta/GivePlayerAmmo.
2017-08-26 MarioMerge branch 'master' into Mario/invasion_types
2017-08-26 MarioMerge branch 'martin-t/flag' into 'master'
2017-08-25 Martin TaibrMerge branch 'master' into martin-t/okc
2017-08-25 MarioMerge branch 'martin-t/gunalign' into 'master'
2017-08-25 MarioMerge branch 'martin-t/insta' into 'master'
2017-08-25 MarioMerge branch 'marin-t/nadectr' into 'master'
2017-08-23 terencehillReally add one bot per frame, just like the comment...
2017-08-22 terencehillImprove detection of item's nearest waypoint by using...
2017-08-19 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-19 terencehillRemove a wasted normalize call (v is already normalized)
2017-08-19 terencehillFix compilation unit
2017-08-19 terencehillAdd a versioning system for bot waypoint files: outdate...
2017-08-18 terencehillReturn early if waypoint_loadall can't find any waypoin...
2017-08-16 terencehillNo need to require that last but one waypoint can see...
2017-08-16 terencehillFix start position of 2 SET_TRACEWALK_DESTCOORDS calls
2017-08-16 terencehillMake bots skip last waypoint of a route (when possible...
2017-08-16 LybertaMerge branch 'master' into Lyberta/GivePlayerAmmo
2017-08-13 terencehillImplement 866ee9e66 "If for some reason a bot selects...
2017-08-13 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-08-13 MarioMerge branch 'martin-t/angles' into 'master'
2017-08-10 Martin TaibrMerge branch 'master' into martin-t/okc
2017-08-09 terencehillPrint an error message if player can't spawn a waypoint
2017-08-09 terencehillSet proper destination point for 2 tracewalk calls
2017-08-09 terencehillRequire at least half bot's body is inside teleport...
2017-08-09 MarioMerge branch 'Mario/cs_clientcvars' into 'master'
2017-08-07 terencehillReplace 2 simple functions with macros
2017-08-07 terencehillApply color associated to hardwired waypoints on waypoi...
2017-08-06 Martin TaibrMerge branch 'martin-t/defaults' into martin-t/okc
2017-08-06 Martin TaibrMerge branch 'master' into martin-t/defaults
2017-08-05 TimePathserver: remove _all
2017-08-05 MarioMerge branch 'master' into Mario/cs_clientcvars
2017-08-05 LybertaMerged master.
2017-08-05 TimePathStyle: expand LAMBDA()
2017-08-05 TimePathLint
2017-08-04 terencehillTracewalk: make sure there's no obstacle while resurfacing
2017-08-03 terencehillFix player spawn points not linked from/to any waypoint...
2017-08-03 terencehillBot aim: avoid a glitch at the moment bot is teleported...
2017-08-01 terencehillJump if touching the bottom of a teleport/jumppad waypo...
2017-07-31 terencehillMake sure teleport/jumppad waypoints aren't improperly...
2017-07-31 terencehillFix variable name
2017-07-31 terencehillTracewalk: allow to jump small obstacles swimming under...
2017-07-31 terencehillAllow bots to pick up underwater items
2017-07-31 terencehillFix bots refusing to swim underwater
2017-07-31 terencehillFix ladder/jumppad/teleporter destination waypoints...
2017-07-30 LybertaMerged master
2017-07-29 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-07-29 terencehillSet a more accurate destination z coord while walking
2017-07-29 terencehillFix aim direction when entering extended teleport waypoints
2017-07-28 MarioMerge branch 'Mario/addtolist_cleanup' into 'master'
2017-07-28 terencehillFix detection of extended teleport waypoints where...
2017-07-28 terencehillRevert "Fix bots not jumping to get out of lava and...
2017-07-27 terencehillVery minor cleanup + comment fix
2017-07-27 terencehilltracewalk: fix lava not being checked in the last step
2017-07-27 terencehillRemove a TODO comment: items don't make use of .waterlevel
2017-07-27 terencehillDynamically cache submerged state for waypoints and...
2017-07-26 terencehillTravel cost calculation: avoid SUBMERGED checks for...
2017-07-26 terencehillFix coordinates calculation for teleporters/jumppads...
2017-07-26 terencehillFix debug position after navigation_checkladders
2017-07-24 terencehillReduce stepwalk height when there's an obstacle (e...
2017-07-24 terencehillOn waypoint spawn print the actual waypoint origin
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-19 TimePathMerge branch 'martin-t/units' into 'master'
2017-07-18 MarioMerge branch 'master' into Mario/cs_clientcvars
2017-07-17 MarioFix warning when bots join (forgot to move the hacky...
2017-07-17 MarioPort most client networked cvars to ClientState
2017-07-17 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-07-15 MarioPort movement and movement_old to ClientState
2017-07-15 MarioPort ping, ping_packetloss and ping_movementloss to...
2017-07-15 MarioForward impulses, movement and buttons to ClientState...
2017-07-15 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-07-09 MarioFix a few remaining case of self
2017-07-05 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-07-03 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-07-01 terencehillMerge branch 'terencehill/eraseable_functions'
2017-06-28 MarioMerge branch 'Lyberta/OKShotgunAmmoUsage' into 'master'
2017-06-27 terencehillRemove 3 unused constants
2017-06-10 terencehillPartially fix navigation underwater by avoiding precisi...
2017-06-10 terencehillReorder conditions in a check
2017-06-10 terencehillMake bots head to coords of destination entity closer...
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 terencehillDon't forbid spawning autogenerated waypoints if close...
2017-06-08 terencehillGreatly improve linking to teleports and jumppads by...
next