]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/Juhu/strafehud-next_cvarsave' into morosophos...
authorNikolay S <nick@teichisma.info>
Tue, 14 Jan 2025 12:01:13 +0000 (13:01 +0100)
committerNikolay S <nick@teichisma.info>
Tue, 14 Jan 2025 12:01:13 +0000 (13:01 +0100)
1  2 
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qc
qcsrc/common/stats.qh
qcsrc/server/race.qc
xonotic-server.cfg

Simple merge
Simple merge
Simple merge
index 205e03ff9c7bb85055b3d66b68f498cc9201d99a,4b64453c676594160b1af642f5736d6bfc650e6c..906b7be3d3d926f5ee3a6f28282a75e79026a6de
@@@ -568,12 -568,11 +568,12 @@@ sv_gameplayfix_nogravityonground 
  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 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 \"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)"
  
- set g_maxspeed 0 "player speed limit, faster players are killed (0 for unlimited speed)"
+ set g_maxspeed 0 "player speed limit, faster players are killed; \"0\" = unlimited speed"
  
  // sv_cullentities_trace is 1, so the client doesn't have to
  sv_cullentities_trace 1
@@@ -686,8 -685,7 +686,8 @@@ set sv_warpzone_allow_selftarget 0 "do 
  // don't notify cvar changes in the chat
  sv_disablenotify 1
  
- set sv_quickmenu_file "" "filename of a custom server's quickmenu that will be selectable from the default client's quickmenu. This file must be sent in a pk3 archive and should have an unique name (e.g. quickmenu-servername.txt) to prevent overriding existing quickmenus"
+ set sv_quickmenu_file "" "filename of a custom server's quickmenu that will be selectable from the default client's quickmenu. this file must be sent in a pk3 archive and should have an unique name (e.g. quickmenu-servername.txt) to prevent overriding existing quickmenus"
  
 +set sv_checkpoint_house_url "http://127.0.0.1:10876/new-record"
  // Avoid perf problems near '0 0 0'; `set` without a description is because only current DP has this engine cvar
  set sv_areagrid_link_SOLID_NOT 0