• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum for Mac Os (Silicon and Intel)


Commit MetaInfo

Révisiondf8d2686a25053d1056907fc17433ed63881952b (tree)
l'heure2021-12-12 06:34:48
AuteurAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Message de Log

Disabled the skip correction in the release build for now.

Change Summary

Modification

diff -r 46fc3df7327e -r df8d2686a250 src/sv_main.cpp
--- a/src/sv_main.cpp Wed Dec 08 19:45:13 2021 +1100
+++ b/src/sv_main.cpp Sat Dec 11 16:34:48 2021 -0500
@@ -286,7 +286,7 @@
286286
287287 //*****************************************************************************
288288 // [AK] Smooths the movement of lagging players using extrapolation and correction.
289-CUSTOM_CVAR( Int, sv_smoothplayers, 0, CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO )
289+CUSTOM_CVAR( Int, sv_smoothplayers, 0, CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO|CVAR_DEBUGONLY )
290290 {
291291 // [AK] We can't extrapolate for a negative number of tics.
292292 if ( self < 0 )
@@ -1422,7 +1422,7 @@
14221422 SERVERCOMMANDS_SetCVar( sv_hostname, g_lCurrentClient, SVCF_ONLYTHISCLIENT );
14231423
14241424 // [AK] Send the current state of the skip correction.
1425- SERVERCOMMANDS_SetCVar( sv_smoothplayers, g_lCurrentClient, SVCF_ONLYTHISCLIENT );
1425+ // SERVERCOMMANDS_SetCVar( sv_smoothplayers, g_lCurrentClient, SVCF_ONLYTHISCLIENT );
14261426
14271427 // Send dmflags.
14281428 SERVERCOMMANDS_SetGameDMFlags( g_lCurrentClient, SVCF_ONLYTHISCLIENT );
diff -r 46fc3df7327e -r df8d2686a250 wadsrc/static/menudef.za
--- a/wadsrc/static/menudef.za Wed Dec 08 19:45:13 2021 +1100
+++ b/wadsrc/static/menudef.za Sat Dec 11 16:34:48 2021 -0500
@@ -610,7 +610,7 @@
610610 Option "Require login to join", "sv_forcelogintojoin", "YesNo"
611611 StaticText " "
612612 Option "Allow private chat", "sv_allowprivatechat", "ZA_AllowPrivateChat"
613- Option "Smooth lagging players", "sv_smoothplayers", "ZA_ExtrapolateLimit"
613+ // Option "Smooth lagging players", "sv_smoothplayers", "ZA_ExtrapolateLimit"
614614 NumberField "Max connected clients", "sv_maxclients", 0, 64
615615 NumberField "Max players", "sv_maxplayers", 0, 64
616616 NumberField "Max idle time (minutes)", "sv_afk2spec", 0, 30