]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/bot
Bot waypoints: improve backward compatibility by removing WAYPOINTFLAG_NORELINK
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot /
2019-07-23 terencehillBot waypoints: improve backward compatibility by removi...
2019-07-23 terencehillOn second thought, removing a waypoint don't remove...
2019-07-23 terencehillReduce code thanks to the addition of a variable
2019-07-23 terencehillBot waypoints: display waypoint type in the debug messages
2019-07-21 terencehillBot waypoints: allow creation of hardwired links to...
2019-07-21 terencehillBot waypoints: remove all incoming links from waypoints...
2019-07-21 terencehillBot waypoints: implement support waypoints useful to...
2019-07-16 terencehillPrint waypoint type on waypoint creation. Add descripti...
2019-07-15 terencehillImprove crouch check. Fix compilation units
2019-07-15 terencehillShow count of hardwired links on save
2019-07-15 terencehillBot waypoints: implement crouch waypoints, spawn them...
2019-07-10 terencehillRemove an unused function
2019-07-07 terencehillBot waypoints: allow creating and saving hardwired...
2019-07-07 terencehillBot waypoints: fix incorrect update of hardwired links...
2019-07-06 terencehillBot waypoints: fix some ambiguities by making hardwired...
2019-07-02 terencehillUpdate WAYPOINT_VERSION to 1.03. Do not allow to edit...
2019-06-30 terencehillBot waypoints: save jump and custom jumppad links to...
2019-06-29 terencehillBot waypoints: teach bots to jump gaps by implementing...
2019-06-21 terencehillForget jumppad waypoint once destination waypoint is...
2019-06-19 terencehilltrigger_push_get_push_time: fix temporary entity not...
2019-06-17 terencehillClear think function after a waypoint has been relinked
2019-06-17 terencehillBot waypoints: allow creating waypoints for "broken...
2019-05-12 terencehillWIP: Bot waypoints: add new command "wpeditor spawn...
2019-05-05 terencehillBot AI: fix vertical jumppad handling causing bots...
2019-04-21 terencehillMerge branch 'master' into terencehill/translated_keys
2019-04-18 MarioMerge branch 'terencehill/dumpturrets' into 'master'
2019-04-16 terencehillAdjust a debug message and a comment
2019-04-09 terencehillMerge branch 'byteManiak/bindingsReset' into 'master'
2019-04-08 terencehillWarn if there are too many parameters for a bot in...
2019-04-07 terencehillApply forced team to bots only in team games
2019-03-20 terencehillFix #2208 "Using custom bot teams completely breaks...
2019-03-20 terencehillSimplify bot_forced_team checks, set bot_forced_team...
2019-03-08 terencehillMerge branch 'terencehill/bot_ai'
2019-03-06 terencehillDisable fire tolerance since bots tend to shoot way...
2019-03-03 terencehillMerge branch 'master' into terencehill/bot_ai
2019-02-16 terencehillMerge branch 'master' into 'master'
2019-02-15 terencehillWhen possible use simpler LOG_* macros instead of LOG_*F
2019-02-12 terencehillMerge branch 'terencehill/more_compilation_optimizations'
2019-02-12 Slava BacherikovFix crash when g_maxplayers smaller than current amount... 637/head
2019-02-12 MarioMerge branch 'terencehill/minplayers_per_team' into...
2019-02-03 terencehillGetResourceAmount --> GetResource, SetResourceAmount...
2019-02-03 terencehillReduce name space of resource constants and variables...
2019-02-01 terencehillRemove redundant brackets from MACRO_BEGIN / MACRO_END...
2019-01-26 terencehillAdd minplayers_per_team cvar: fill server with bots...
2019-01-14 terencehillMerge branch 'master' into Mario/fix_me
2018-12-26 terencehillFix some oddities
2018-12-25 terencehillBot AI: allow turning in a more natural way when a...
2018-12-25 terencehillBot AI: fix low skilled bots deviating too much from...
2018-12-24 terencehillFix bots with skill 0 occasionally getting stuck
2018-12-22 terencehillMake the new bot_ai_aimskill_mouse formula work like...
2018-12-22 terencehillFix aim glitches when bot_ai_aimskill_mouse is set...
2018-12-21 terencehillFix #2177 "Bot code causes division by zero"
2018-12-18 terencehillVery minor cleanups
2018-12-08 terencehillFix compilation units and update hash
2018-12-08 terencehillMerge remote-tracking branch 'origin/terencehill/bot_wa...
2018-12-08 terencehillMerge branch 'terencehill/bot_ai' into 'master'
2018-12-06 terencehillBot AI: lock aim when teleported or passing through...
2018-12-06 terencehillBot AI: fix bots not being able to get unstuck from...
2018-12-02 terencehillBot AI: optimize removal of the first waypoint of the...
2018-12-02 terencehillAdd a safety check
2018-11-29 terencehillFix issues with the waypoint spawned by the moveto...
2018-11-29 terencehillBot AI: fix broken aim direction when bot executes...
2018-11-29 terencehillFix bot_aim_reset
2018-11-23 terencehillBot AI: fix bots ignoring loot if thrown by killed...
2018-11-22 terencehillSmall optimization
2018-11-22 terencehillBot AI: reset aim when bots respawn
2018-11-22 terencehillBot AI: fix bots starting to fire when they aren't...
2018-11-21 terencehillBot AI: slightly improve underwater movement
2018-11-14 terencehillBot AI: slightly improve ladder climbing
2018-11-14 terencehillBot AI: make bots with low movement skill slow down...
2018-11-11 MarioMerge branch '2131-debloat-cts-db' into 'master'
2018-11-11 terencehillBot AI: fix slightly broken bot movement while targetin...
2018-11-09 terencehillFix removal of the locked waypoint
2018-11-06 terencehillBot waypoints: add 2 new commands "cmd wpeditor symaxis...
2018-11-05 terencehillBot waypoints: allow to lock the currently aimed waypoi...
2018-11-05 terencehillBot waypoints: show some informations about the waypoin...
2018-11-04 terencehillBot waypoints: fix waypoint creation for certain ladder...
2018-11-01 terencehillMerge branch 'master' into martin-t/dmgtext
2018-10-30 terencehillFix waypoint removal (08 and 09 were considered as...
2018-10-27 terencehillMerge branch 'terencehill/bot_waypoints'
2018-10-22 terencehillMerge branch 'master' into terencehill/bot_waypoints
2018-10-22 terencehillMinor cleanups
2018-10-22 terencehillWAYPOINT_VERSION 1.01 --> 1.02
2018-10-22 terencehillBot AI: fix bots getting stuck in oblique warpzones...
2018-10-21 MarioMerge branch 'master' into Mario/mapinfo_title_fix
2018-10-20 MarioMerge branch 'master' into Mario/qcphysics_tweaks
2018-10-20 Martin TaibrMerge branch 'master' into martin-t/effects
2018-10-18 terencehillBot waypoints: improve generation of waypoints for...
2018-10-17 terencehillSnap to the ground waypoints of source and destination...
2018-10-17 MarioMerge branch 'Mario/wepgroup_switch' into 'master'
2018-10-17 MarioMerge branch 'sev/luma-menu-xpm' into 'master'
2018-10-15 MarioUse the weapon entity as a parameter to ATTACK_FINISHED...
2018-10-13 terencehillSimplify waypoint_removelink
2018-10-13 terencehillBot waypoints: try to add another link if the 32th...
2018-10-13 terencehillBot waypoints: fix removal of the 32th link of a waypoint
2018-10-13 terencehillImprove warning message reporting broken hardwired...
2018-09-30 MarioMerge branch 'master' into DefaultUser/func_button_relay
2018-09-30 MarioMerge branch 'martin-t/bullet-trails' into 'master'
2018-09-30 MarioMerge branch 'Mario/duel' into 'master'
2018-09-30 MarioUse the new player limit function for limiting bot...
next