]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Lower the movement speed of frozen players further and add a comment to note why...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2020-05-23 MarioCall the gametype vote hooks before updating the map...
2020-05-23 MarioIf no valid spawnpoints exist in the map, perform anoth...
2020-05-23 MarioMerge branch 'terencehill/hud_cvar_exporter' into ...
2020-05-23 MarioMerge branch 'master' into Mario/stepdown_maxspeed
2020-05-23 MarioMerge branch 'martin-t/server-quit' into 'master'
2020-05-23 MarioMerge branch 'terencehill/texture_names_fix' into ...
2020-05-23 MarioBlacklist g_physics_clientselect_options again and...
2020-05-23 MarioMerge branch 'bones_was_here/wl-clientselect_options...
2020-05-23 MarioMerge branch 'bones_was_here/guard-resistance' into...
2020-05-23 MarioAllow campaigns to include configuration files in their...
2020-05-23 MarioMerge branch 'terencehill/cl_deathglow_min' into 'master'
2020-05-22 MarioApply a workaround to ensure the player limit is return...
2020-05-22 MarioCheck the player limit when getting player count to...
2020-05-20 MarioUpdate spawnpoints on the client side when their team...
2020-05-19 MarioFix some cases of missing parenthesis in bitflag checks
2020-05-19 MarioFix some warnings found by FTEQCC
2020-05-19 MarioImplement support for spawnflags 32 on target_init...
2020-05-18 MarioImprove support for per-player counters by spawning...
2020-05-18 MarioRewrite trigger_swamp to not require spawning new entit...
2020-05-18 MarioMerge branch 'garymoon/show-server-name-in-info' into...
2020-05-18 Gary MoonDisplay server hostname in welcome message and info
2020-05-16 MarioMerge branch 'terencehill/trimmed_sounds' into 'master'
2020-05-13 terencehillRespawn frozen players in a safe spot as soon as they...
2020-05-12 terencehillDon't enable the oxygen bar when frozen or in lava...
2020-05-12 terencehillFixes the superweapons portion of #2422 "target_items...
2020-05-12 terencehillFixes the invincible portion of #2422 "target_items...
2020-05-12 terencehillDon't show the JOIN_PREVENT message to CA players;...
2020-05-11 terencehillFix compilation units, update hash
2020-05-11 terencehillDon't log frags and damage while round hasn't started...
2020-05-06 terencehillMerge branch 'Mario/strength_stat_field' into 'master'
2020-05-05 terencehillBot AI: fix bots standing still after a while on maps...
2020-05-04 bones_was_hereWhitelist g_physics_clientselect_options
2020-04-26 terencehillFix #2429 "precache_playermodel() does not account...
2020-04-20 Martin TaibrMerge branch 'martin-t/deglob-log' into 'master'
2020-04-18 Rudolf PolzerMerge branch 'divVerent/simpler-clipped-rectangle'...
2020-04-17 MarioMerge branch 'slava/pr-fix-lava-bug' into 'master'
2020-04-17 MarioCheck joinAllowed again before actually joining, fixes...
2020-04-17 MarioMerge branch 'master' into Mario/strength_stat_field
2020-04-15 terencehillMerge branch 'martin-t/keybinder' into 'master'
2020-04-13 MarioMerge branch 'master' into Mario/strength_stat_field
2020-04-13 MarioAttempt to separate .strength_finished and STAT(STRENGT...
2020-04-10 terencehillUse correct variable names in moveplayer
2020-04-10 terencehillCompact moveplayer code
2020-04-10 terencehillFix moveplayer command examples
2020-04-09 terencehillSet air_finished to 0 while player is out of water...
2020-04-07 MarioMerge branch 'marin-t/bot-badcvar' into 'master'
2020-04-05 MarioMerge branch 'martin-t/testing-balance' into 'master'
2020-04-05 terencehillMerge branch 'martin-t/limit'
2020-04-01 terencehillRotRegen now takes care to get resource limit too
2020-04-01 terencehillMake so that CalcRotRegen (renamed to RotRegen) applies...
2020-03-30 MarioAdd an option for servers to enable opt-in mode for...
2020-03-29 terencehillMerge branch 'master' into terencehill/bot_ai
2020-03-28 Martin TaibrMerge branch 'terencehill/ft_rounds' into 'master'
2020-03-27 Martin TaibrMerge branch 'master' of ssh://gitlab.com/xonotic/xonot...
2020-03-26 Martin Taibrconsistency
2020-03-26 Martin Taibrsimplify frags remaining announcer
2020-03-26 Martin Taibrmake leadlimit_and_fraglimit require both limits to...
2020-03-26 Martin TaibrMerge branch 'master' into martin-t/limit
2020-03-26 Martin Taibrmake sure leadlimit is >= 0
2020-03-26 MarioIf the weapon's animation was invalid, reset it to...
2020-03-25 terencehillMerge branch 'terencehill/frags_remaining_announcer'
2020-03-25 terencehillRestore setting of air_finished CreatureFrame_Liquids...
2020-03-24 MarioMerge branch 'terencehill/oxygen_bar' into 'master'
2020-03-22 terencehillFix oxygen bar when player is in water and switches... 784/head
2020-03-22 terencehillDon't announce frags remaining if leadlimit_and_fraglim...
2020-03-22 Martin Taibrsimplify leadlimit_and_fraglimit
2020-03-22 Martin Taibrremove unused global: game_completion_ratio
2020-03-22 terencehillRefactor frags remaining announcer code and make it...
2020-03-21 terencehillFix previous commit breaking leadlimit_and_fraglimit 1
2020-03-21 terencehillIgnore lead limit if greater than score limit
2020-03-20 terencehillImplement #2393 "Oxygen bar"
2020-03-19 terencehillRemove redundant setting of air_finished that gets...
2020-03-18 terencehillMerge branch 'packer/announce-leadlimit' into 'master'
2020-03-18 packerUpdate comment. 780/head
2020-03-18 packerRename fragsleftlast to fragsleft_last.
2020-03-17 Martin TaibrMerge branch 'packer/banlog' into 'master'
2020-03-17 packerBans: Do not print IP of banned clients. Add crypto_idf... 778/head
2020-03-17 packerAnnounce remaining frags for leadlimit, too.
2020-03-16 terencehillMisc cleanups (comment in CCR is no longer valid, autoc...
2020-03-16 terencehillClean up / compact bot_setnameandstuff code
2020-03-14 terencehillMerge branch 'master' into terencehill/bot_ai
2020-03-14 MarioAllow chmap and map shorthands for gotomap to be votabl...
2020-03-13 MarioMerge branch 'terencehill/campaign_message_tweak' into...
2020-03-12 terencehillBot AI: clear aim target upon death. It fixes #2012
2020-03-12 terencehillBot AI: evade dangers like trigger_hurt and lava by...
2020-03-05 terencehillBot AI: better implementation of keeping the current...
2020-03-03 terencehillBot AI: save some CPU cycles by checking trigger_hurt...
2020-03-01 terencehillBot AI: fix sky detection under the bot
2020-02-29 MarioMerge branch 'martin-t/version' into 'master'
2020-02-29 MarioMerge branch 'terencehill/pressed_keys_fix' into 'master'
2020-02-25 terencehillBot AI: while bunnyhopping detect waypoints way under...
2020-02-18 MarioMerge branch 'martin-t/vote' into 'master'
2020-02-16 terencehillBot AI: keep the jump button pressed for a short while...
2020-02-16 terencehillParse one bot weapon priority list as soon as its relat...
2020-02-16 terencehillUse a shared macro to parse bot weapon priorities
2020-02-16 terencehill Fix typo
2020-02-15 Martin Taibrfix sv_vote_gametype_default_current to match description 774/head
2020-02-13 terencehillReset pressed keys when switching spectated player
2020-02-13 terencehillReset pressed keys when going observer
2020-02-13 terencehillBot AI: while targetting an enemy try to pick a new...
next