]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
my best shot at float comprisons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
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-16 terencehillMake bots more responsive while chasing players
2017-02-16 terencehillRemove redundant head-banging against walls check....
2017-02-16 MarioFix joining after spectating keeping the spectatee...
2017-02-16 MarioOnly use SetSpectatee when disconnecting if the client...
2017-02-16 MarioWhen player re-spawns, copy the gun alignment from...
2017-02-16 terencehillIf for some reason bot doesn't get close to the current...
2017-02-15 terencehillFix head-banging detection against not so high walls...
2017-02-15 terencehillIf for some reason final goal was removed clear route...
2017-02-15 MarioUse playername in a few more places
2017-02-14 MarioAdd an item init attribute function, so the item's...
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-14 terencehillFix usage message of bot_cmd moveto
2017-02-14 MarioPrevent using tell command while connecting, also disal...
2017-02-13 terencehillMerge branch 'master' into terencehill/bot_AI_improvements
2017-02-13 terencehillFix g_waypointeditor_saveall saving each waypoint 32...
2017-02-13 terencehillDon't get unstuck bot from jumppad (leading it to a...
2017-02-13 MarioMake sure player is killed in CTS if they clear all...
2017-02-13 MarioDon't clear waypoints on death
2017-02-13 MarioAbuse the new hidden option to make a kind of 'practice...
2017-02-13 MarioClear personal waypoint on death
2017-02-13 MarioMake sure it isn't counted as cheating
2017-02-13 MarioAdd a hidden option to allow checkpoints to not count...
2017-02-13 MarioConvert medkit to mega armor (being a holdable means...
2017-02-12 MarioAdd playername to another game log message
2017-02-12 MarioApply playername function to votes
2017-02-12 MarioUpdate player's colorized name for the game log
2017-02-12 MarioMake team coloring of playername an optional parameter...
2017-02-12 MarioFix lightning gun in target_give
2017-02-10 terencehillDon't select jumppads and teleporters as destination...
2017-02-10 terencehillFix removal of jumppad as goal not working that caused...
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-02-08 terencehillStop bunnyhoping when bot slows down for some reason
2017-02-08 MarioAdd an argument to spectate command, to allow spectatin...
2017-02-06 terencehillSplit READSKILL macro in multiple lines
2017-02-06 terencehillFix drunk-like behaviour of certain bots when skill...
2017-02-06 terencehillSimilarly to the previous commit, make detection of...
2017-02-05 terencehillFix head-banging against walls detection
2017-02-03 MarioAdd a way to set the score given for a flag per entity...
2017-01-31 MarioDon't show anonymous record message in CTF
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-30 MarioAdd a file parameter to quickmenu, to allow loading...
2017-01-29 MarioMerge branch 'Mario/ctf_rankings' into 'master'
2017-01-29 terencehillAdd a comment explaining the weird rounding math of...
2017-01-29 MarioFix use of switchweapon in death weapon throwing code
2017-01-29 MarioFix players potentially picking up a second flag
2017-01-29 MarioPinata mutator shouldn't affect purity
2017-01-29 MarioMake super weapon time spectatable
2017-01-29 MarioFix CTF rankings not acquiring player's name for the...
2017-01-28 MarioMerge branch 'Mario/overkill' into 'master'
2017-01-28 MarioHopefully fix compilation test
2017-01-28 MarioMinor tweak to make it actually work again
2017-01-28 MarioAdd a new mode to weaponswitch debug which enforces...
2017-01-28 MarioMinor cleanup in hook removing code (probably doesn...
2017-01-28 MarioMerge branch 'master' into Mario/overkill
2017-01-27 MarioFix map screenshots not appearing even if the secondary...
2017-01-27 MarioAdd a property for item's default pickup_anyway value
2017-01-24 terencehillAvoid rating all the items repeatedly when a bot reache...
2017-01-21 terencehillFine tune enemy rating
2017-01-20 terencehillAllow bots to run to powerups and megas a little time...
2017-01-20 terencehillMerge branch 'master' into terencehill/bot_item_rating
2017-01-20 terencehillMaybe it works if I initialize it properly...
2017-01-20 terencehillFix uninitialized vector...
2017-01-20 terencehillOops! Fix compilation
2017-01-20 terencehillOptimize/clean up havocbot_goalrating_items a little bit
2017-01-20 terencehillRemove a useless tracebox_hits_trigger_hurt: dropped...
2017-01-18 terencehillRate more small healths/armors in groups
2017-01-18 MarioBlock anonymous records from the CTS leaderboard
2017-01-15 MarioAllow listing a single records page
2017-01-14 terencehillFix stupid bug causing bots to never go for enemy flag...
2017-01-13 MarioFix monsters not attacking some targets, also fix monst...
2017-01-12 MarioMerge branch 'terencehill/bot_AI' into 'master'
2017-01-12 MarioAdd an option to show CTS-style capture time rankings...
2017-01-12 terencehillMerge branch 'master' into terencehill/bot_AI 404/head
2017-01-12 terencehillFix compilation unit
2017-01-11 terencehillMerge branch 'master' into terencehill/bot_AI
2017-01-11 terencehillSmall cleanup
2017-01-10 MarioMerge branch 'terencehill/notification_cvars' into...
2017-01-10 MarioRemove weapon_blocked
2017-01-10 terencehillBot AI: improve item rating
2017-01-09 terencehillMove game_stopped setting to game modes that want it
2017-01-09 MarioRestore round handler resetting behaviour by not settin...
2017-01-09 MarioOptimize round restarting code and fix some modes ...
2017-01-09 MarioFix invasion spawn priority preferring spawns that...
2017-01-07 terencehillDon't allow players to become spectators after the...
2017-01-07 MarioAdd a hidden flag to monsters, so they don't show up...
2017-01-07 terencehillFix players not blocked and not able to vote when a...
2017-01-06 terencehillHandle notifications with team information with a singl...
2017-01-05 MarioAdd the weapon entity to the firebullet mutator hook
2017-01-04 terencehillFix another game over check; remove some redundant...
next