MantisBT - Zandronum
View Issue Details
0004288Zandronum[All Projects] Bugpublic2024-05-25 19:382024-08-04 11:28
unknownna 
Kaminsky 
normaltextalways
resolvedfixed 
3.1 
3.23.2 
0004288: Non-functioning point row in scoreboard and HUD in domination mode
It seems that the points are not awarded to individual players in domination mode, making the point row redundant. See the attached screenshot. In the screenshot, the red team has earned 11 points, yet it still displays 0 for the player on the scoreboard in addition to 0 on the upper-right corner on the HUD.
No tags attached.
png Screenshot_Doom_20240525_212857.png (42,537) 2024-05-25 19:38
https://zandronum.com/tracker/file_download.php?file_id=3022&type=bug
png
Issue History
2024-05-25 19:38unknownnaNew Issue
2024-05-25 19:38unknownnaFile Added: Screenshot_Doom_20240525_212857.png
2024-07-29 15:35KaminskyNote Added: 0023851
2024-07-29 15:35KaminskyStatusnew => acknowledged
2024-07-30 01:53unknownnaNote Added: 0023857
2024-08-02 03:19KaminskyNote Added: 0023882
2024-08-02 03:19KaminskyAssigned To => Kaminsky
2024-08-02 03:19KaminskyStatusacknowledged => needs review
2024-08-02 03:19KaminskyTarget Version => 3.2
2024-08-02 10:03unknownnaNote Added: 0023887
2024-08-02 10:03unknownnaStatusneeds review => feedback
2024-08-02 10:08unknownnaNote Edited: 0023887bug_revision_view_page.php?bugnote_id=23887#r14337
2024-08-03 14:45KaminskyNote Added: 0023892
2024-08-04 11:28unknownnaNote Added: 0023894
2024-08-04 11:28unknownnaStatusfeedback => assigned
2024-08-04 11:28unknownnaStatusassigned => resolved
2024-08-04 11:28unknownnaFixed in Version => 3.2
2024-08-04 11:28unknownnaResolutionopen => fixed

Notes
(0023851)
Kaminsky   
2024-07-29 15:35   
I think the simplest solution for this is to the hide the points column in Domination, since I can't think of a proper way that the players themselves can earn points. I think it only matters that teams earn points in this game mode.
(0023857)
unknownna   
2024-07-30 01:53   
Agreed. The team header displays the team's earned points, so it should be fine. Maybe hide the redundant point display located on the upper right on the HUD as well.
(0023882)
Kaminsky   
2024-08-02 03:19   
This merge request should take care of hiding the point column on the scoreboard:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/152 [^]' while this one takes care of hiding the player's score on the HUD:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/153 [^]'
(0023887)
unknownna   
2024-08-02 10:03   
(edited on: 2024-08-02 10:08)
Good work!

Looking at it now, I think the (x points left) on the scoreboard is a bit confusing (on the HUD it's fine however). I think that instead of counting down "backwards", it should just display what the pointlimit to reach is. The team point counters that count upwards is right beneath it anyway.

Having 2 counters, one that counts down and one that counts up is just confusing IMO. Right now, you have to calculate what the pointlimit is yourself when looking at the scoreboard. Do you know of any other games where there's 2 counters like this?

It should just stay frozen and say something like "1st team to reach x points".
And I think the same thing applies to other modes like duel etc. Having 2 counters that count opposite ways is confusing.
Though for duel, I mean the fraglimit. The duellimit counting down backwards is perfectly natural.

(0023892)
Kaminsky   
2024-08-03 14:45   
Fair enough. However, this sounds like a different issue that would be better addressed in a separate ticket instead of conflating it with this one. This ticket is strictly for hiding the player's point counters on the scoreboard/HUD in domination.
(0023894)
unknownna   
2024-08-04 11:28   
Yes, of course. Thank you for the fix.