MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002168 | Zandronum | [All Projects] Suggestion | public | 2015-04-04 17:04 | 2018-09-30 22:16 |
|
Reporter | Ch0wW | |
Assigned To | Dusk | |
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | any | OS | any | OS Version | any |
Product Version | 2.0 | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002168: Tweak Unlagged menu/cvar |
Description | In [MAIN MENU] -> Multiplayer : There is only a choice to use unlagged (Yes/No). No possibility to enable the type of unlagged you wish.
So, personnal idea: rewrite the CVAR for unlagged with those choices:
0 : No Unlagged
1 : Unlagged - Ping
2 : Unlagged - GameTic
Would need to be applyable to [MAIN MENU] -> Multiplayer , and [MAIN MENU] -> Options -> Network -> Unlagged, & Unlag Type. |
Steps To Reproduce | |
Additional Information | Instead of using 2 cvars (which is honestly dumb), merge it into one single CVAR is space-saving. |
Tags | No tags attached. |
Relationships | related to | 0002197 | closed | Dusk | Rebuild Zandronum menus for MENUDEF |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-04 17:04 | Ch0wW | New Issue | |
2015-04-04 19:02 | Konar6 | Note Added: 0012027 | |
2015-04-05 13:20 | Ch0wW | Note Added: 0012049 | |
2015-04-27 13:07 | Dusk | Target Version | => 3.0 |
2015-04-27 13:08 | Dusk | Relationship added | child of 0002197 |
2015-05-30 19:02 | StrikerMan780 | Note Added: 0012468 | |
2015-06-07 13:40 | unknownna | Note Added: 0012578 | |
2015-09-01 16:28 | Dusk | Relationship replaced | related to 0002197 |
2015-09-04 14:53 | Dusk | Note Added: 0013394 | |
2015-10-07 21:46 | Ru5tK1ng | Note Added: 0013628 | |
2015-10-08 15:44 | Dusk | Note Added: 0013630 | |
2015-10-08 23:36 | Dusk | Note Added: 0013631 | |
2015-10-08 23:36 | Dusk | Assigned To | => Dusk |
2015-10-08 23:36 | Dusk | Status | new => needs review |
2015-10-10 09:07 | Torr Samaho | Status | needs review => needs testing |
2015-10-10 10:40 | cobalt | Note Added: 0013639 | |
2015-11-09 23:24 | Ru5tK1ng | Note Added: 0013770 | |
2015-11-17 03:43 | Ru5tK1ng | Status | needs testing => resolved |
2015-11-17 03:43 | Ru5tK1ng | Resolution | open => fixed |
2015-11-17 03:43 | Ru5tK1ng | Fixed in Version | => 3.0 |
2018-09-30 22:16 | Blzut3 | Status | resolved => closed |
Notes |
|
(0012027)
|
Konar6
|
2015-04-04 19:02
|
|
Or just get rid of ping based unlagged, since gametic unlagged is supposed to make the former obsolete. |
|
|
(0012049)
|
Ch0wW
|
2015-04-05 13:20
|
|
If that does happen, that'd be also a greater solution. |
|
|
|
Ping unlagged is crud in comparison to GameTic, so I'd not be bothered if it were removed. |
|
|
|
I'd personally like to still have the ping option available since it worked fine for me. |
|
|
(0013394)
|
Dusk
|
2015-09-04 14:53
|
|
Quote from unknownna I'd personally like to still have the ping option available since it worked fine for me.
But there's nothing wrong with gametic unlagged, right? So the ping unlagged is unnecessary and we should get rid of it now that gametic unlagged is shown to work properly (like how we planned to). |
|
|
|
I'm going to have to agree with the notion that ping based unlagged should be thrown out the window. While this method of dealing with lag may have worked for some people, it was not very adequate for the majority of players. The premise for gametic based unlagged was to supply a more robust and reliable method of dealing with lag and for the most part, it has worked as intended. I do not see any reason to keep the ping option unless people start having issues with gametic unlagged. |
|
|
(0013630)
|
Dusk
|
2015-10-08 15:44
|
|
And if they do we can always reintroduce it later. |
|
|
(0013631)
|
Dusk
|
2015-10-08 23:36
|
|
|
|
(0013639)
|
cobalt
|
2015-10-10 10:40
|
|
Issue addressed by commit 3e40f0625782: Removed ping unlagged as gametic unlagged has superceded it. (addresses 2168)
Committed by Teemu Piippo [Dusk] on Thursday 08 October 2015 23:26:06
Changes in files:
docs/zandronum-history.txt | 1 +
src/d_netinf.h | 1 -
src/d_netinfo.cpp | 2 --
src/sv_main.cpp | 1 -
src/unlagged.cpp | 4 +---
wadsrc/static/menudef.za | 7 -------
6 files changed, 2 insertions(+), 14 deletions(-)
|
|
|
|
Network options now have a simple on/off for unlagged as intended. |
|