]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/master' into morosophos/server-current4 morosophos/server-current4
authorNikolay S. <nick@teichisma.info>
Thu, 21 Mar 2024 17:47:31 +0000 (19:47 +0200)
committerNikolay S. <nick@teichisma.info>
Thu, 21 Mar 2024 17:47:31 +0000 (19:47 +0200)
1  2 
qcsrc/common/constants.qh
qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qc
qcsrc/common/scores.qh
qcsrc/common/stats.qh
qcsrc/server/command/sv_cmd.qc
qcsrc/server/main.qc
xonotic-server.cfg

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 4bdf630e57cc59dd8bae3b70a3475245368f77e9,063425b2615ccb2e2484a722fc1a749bd9b00bee..9fa813ef5ab8804f7f570387d268171bdb49380a
@@@ -555,8 -557,10 +557,11 @@@ sv_gameplayfix_unstickplayers 
  sv_gameplayfix_gravityunaffectedbyticrate 1
  sv_gameplayfix_nogravityonground 1
  
+ // avoid needing to work around Quake bbox expansion in many places
+ sv_legacy_bbox_expand 0
  set sv_q3compat_changehitbox 0 "use Q3 player hitbox dimensions and camera height on Q3 maps (maps with an entry in a .arena or .defi file)"
 +set sv_q3compat_jumppads 1 "calculate the jump pad trajectory starting at the center of the push trigger instead of the player origin, \"0\" = never, \"1\" = on Q3 maps, \"2\" = on all maps"
  
  set g_movement_highspeed 1 "multiplier scale for movement speed (applies to sv_maxspeed and sv_maxairspeed, also applies to air acceleration when g_movement_highspeed_q3_compat is set to 0)"
  set g_movement_highspeed_q3_compat 0 "apply speed modifiers to air movement in a more Q3-compatible way (only apply speed buffs and g_movement_highspeed to max air speed, not to acceleration)"