]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'master' into terencehill/bot_ai
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2018-06-14 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-14 terencehillDisambiguate and simplify some waypoint code
2018-06-14 terencehillSplit havocbot_symmetryaxis_equation vector into separa...
2018-06-14 terencehillBot waypoints: fix waypoint link creation ignoring...
2018-06-13 terencehillBot AI: try to anticipate (and optimize) path finding...
2018-06-12 MarioWhitelist all the hats cvars from purity checks
2018-06-12 MarioMinor tidy up in steerlib
2018-06-12 MarioClean up some dangling definitions from the server...
2018-06-12 MarioMerge branch 'terencehill/min_spec_time' into 'master'
2018-06-11 MarioMerge branch 'martin-t/defaults' into 'master'
2018-06-11 MarioMerge branch 'Lyberta/PrintMove' into 'master'
2018-06-11 MarioMerge branch 'master' into martin-t/defaults
2018-06-11 MarioMove dedicated_print to miscfunctions (not a client...
2018-06-11 MarioMerge branch 'master' into Lyberta/PrintMove
2018-06-11 MarioPurge direct includes of mutators/events.qh in favour...
2018-06-11 MarioFix compilation unit
2018-06-11 MarioFix compilation unit
2018-06-10 terencehillBot AI: attempt to improve CTF middle and defense roles
2018-06-10 terencehillBot AI: CTF: fix offense role assigned to all bots...
2018-06-10 MarioPort the g_inventory global entity from the scoreboard...
2018-06-10 MarioFix a couple more compilation unit failures
2018-06-10 MarioReplace some ammo field references with resources
2018-06-10 MarioMerge branch 'Lyberta/OverkillWeaponsMutator' into...
2018-06-10 MarioRemove g_subs
2018-06-10 MarioClean up g_subs a bit more
2018-06-10 MarioMerge branch 'Lyberta/RandomItems2' into 'master'
2018-06-10 MarioMove all the remaining gamemodes to common
2018-06-10 LybertaMerge branch 'master' into Lyberta/RandomItems2 560/head
2018-06-10 MarioFix compilation unit
2018-06-10 MarioFix a missed use of SUB_UseTargets
2018-06-10 MarioPossibly fix compilation unit
2018-06-09 MarioRemove a bit more dead code and put an include in the...
2018-06-09 MarioRemove some dead code from steerlib
2018-06-09 MarioMove dynlight to mapobjects
2018-06-09 MarioClean up mapobjects' includes a little bit, move some...
2018-06-09 MarioRename triggers to mapobjects
2018-06-09 MarioMove an assault constant into the assault file
2018-06-09 MarioMerge branch 'morosophos/rankings_cnt' into 'master'
2018-06-09 MarioMove another small piece of random weapons around
2018-06-09 MarioMove more of weaponarena_random into its mutator file
2018-06-09 terencehillBot AI: improve flag carrier escort role
2018-06-09 terencehillBot AI: fix incorrect rating of own team's flag carrier
2018-06-09 MarioFix dual wielding devastator and mortar, enable vortex...
2018-06-08 terencehillBot AI: attempt to improve CTF flag retriever role
2018-06-08 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-06-08 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-06-07 MorosophosMerge remote-tracking branch 'origin/master' into moros...
2018-06-06 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-06-06 MarioMerge branch 'Lyberta/mutator_is_enabled' into 'master'
2018-06-06 LybertaFixed compilation units.
2018-06-06 LybertaMerge branch 'master' into Lyberta/mutator_is_enabled
2018-06-06 LybertaAdded MUTATOR_IS_ENABLED macro.
2018-06-05 MarioMerge branch 'Mario/weapons_stat'
2018-06-05 MarioPurge .weapons field
2018-06-05 MarioReplace uses of the .weapons field with STAT(WEAPONS...
2018-06-04 Nick SavchenkoMerge remote-tracking branch 'origin/master' into moros...
2018-06-04 Nick SavchenkoStore 99 time records in the server database. Send...
2018-06-04 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-04 terencehillSpectate next player if the spectated player becomes...
2018-06-04 terencehillClan Arena: fix team selection dialog displayed once...
2018-06-04 MarioAlways force re-spawn in CA, fixes sitting as observer...
2018-06-04 MarioLower threshold for invisible alpha checks in bot code
2018-06-03 MarioSome minor tweaks to jetpack navigation
2018-05-31 MarioMerge branch 'Lyberta/StandaloneOverkillWeapons' into...
2018-05-31 MarioMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-05-30 terencehillMerge branch 'master' into terencehill/min_spec_time
2018-05-30 terencehillFix console error (assignment to world) when a bot...
2018-05-29 terencehillBot AI: CTF attackers now get some items while attacking
2018-05-29 terencehillBot AI: fix initial CTF role assignment when a bot...
2018-05-29 terencehillBot AI: make bots release movement keys after a small...
2018-05-28 terencehillBot AI: improve CTF carrier role: bot flag carriers...
2018-05-27 terencehillBot AI: smooth walk direction instead of aim direction...
2018-05-24 terencehillBot AI: fix bots sometimes moving to a random waypoint...
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-20 terencehillTracewalk: check starting position with pointcontents
2018-05-19 terencehillOptimize code by adding 2 checks
2018-05-18 terencehillMerge branch 'master' into terencehill/bot_ai
2018-05-17 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-05-13 MarioMerge branch 'contributing' into 'master'
2018-05-12 Slava BacherikovFix bug with PM (tell command) between spectators 557/head
2018-05-05 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-05-03 MarioGive mutators access to the attacker's weapon entity...
2018-05-03 MarioWhitelist another ID-containing cvar
2018-05-03 terencehillSet .nearestwaypoint for the player editing waypoints...
2018-05-03 terencehillBot waypoints: spawn only one destination waypoint...
2018-05-02 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-04-30 LybertaPrint functions: better terminology.
2018-04-30 LybertaMoved print functions to client.q[ch].
2018-04-29 terencehillMerge branch 'master' into terencehill/bot_ai
2018-04-29 terencehillBot AI: carrier role: don't lock CTF base as goal for...
2018-04-29 terencehillBot AI: fix item rating when havocbot_goalrating_items...
2018-04-29 terencehillImprove navigation_routerating debug prints
2018-04-29 terencehillApply commit 1986f19a67 "Set consistent rating scales...
2018-04-28 MarioDon't allow bots to target entities with lower than...
2018-04-28 MarioDon't show ready messages if the player is spectating
2018-04-27 LybertaMerge branch 'master' into Lyberta/StandaloneOverkillWe...
2018-04-26 MarioAdd a post-update mutator hook for physics stats (allow...
next