MantisBT - Zandronum
View Issue Details
0004372Zandronum[All Projects] Suggestionpublic2024-08-06 14:352024-08-19 13:43
unknownna 
Kaminsky 
normalfeaturealways
resolvedfixed 
 
3.23.2 
0004372: [3.2] Add "x leads with x frags/wins/points" on scoreboard if you're a spectator in DM, Duel, Terminator, LMS and Possession
It appears that the message/counter that tracks which player or team is leading is missing functionality in DM, Duel, Terminator, LMS and Possession modes when you're a spectator. It's basically absent in non-team PvP modes for spectators.
See the attached screenshot.
No tags attached.
related to 0001829resolved Kaminsky Customizable scoreboard 
png Screenshot_Doom_20240806_162821.png (119,744) 2024-08-06 14:35
https://zandronum.com/tracker/file_download.php?file_id=3078&type=bug
png
Issue History
2024-08-06 14:35unknownnaNew Issue
2024-08-06 14:35unknownnaFile Added: Screenshot_Doom_20240806_162821.png
2024-08-18 04:22KaminskyNote Added: 0023952
2024-08-18 04:22KaminskyAssigned To => Kaminsky
2024-08-18 04:22KaminskyStatusnew => needs review
2024-08-18 04:22KaminskyCategoryBug => Suggestion
2024-08-18 04:22KaminskyTarget Version => 3.2
2024-08-18 04:22KaminskySummary[3.2] Missing "x leads with x frags/wins/points" on scoreboard if you're a spectator in DM, Duel, Terminator, LMS and Possession => [3.2] Add "x leads with x frags/wins/points" on scoreboard if you're a spectator in DM, Duel, Terminator, LMS and Possession
2024-08-18 04:22KaminskyRelationship addedrelated to 0001829
2024-08-18 11:16unknownnaNote Added: 0023961
2024-08-18 11:16unknownnaStatusneeds review => needs testing
2024-08-19 13:43unknownnaNote Added: 0023963
2024-08-19 13:43unknownnaStatusneeds testing => resolved
2024-08-19 13:43unknownnaFixed in Version => 3.2
2024-08-19 13:43unknownnaResolutionopen => fixed

Notes
(0023952)
Kaminsky   
2024-08-18 04:22   
'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/170 [^]'

This merge request adds an "x leads with y frags/points/wins" message on the scoreboard in non-team game modes when the local player is a true spectator and not spying on another player. It also appears during intermissions to show who won the game or how many players are tied, which I think is useful. This message is formatted in different ways, also depending on whether we're in an intermission or not:

- "x leads/won with y things": when somebody is in the lead or won.
- "all/both {or x} players are/have tied at y things": when multiple players are tied for the lead.

Note: since there was never code to draw these kinds of messages and the place string (i.e. "1st place with 50 frags") only appears when watching through the eyes of a player in the game, I consider this ticket to be more of a suggestion than a bug. As such, I updated the ticket details to reflect that.
(0023961)
unknownna   
2024-08-18 11:16   
Thanks, this is really cool! Tested it for a bit and it seems to work well. I like that it now displays the winners during the intermission screen, that's really neat.
(0023963)
unknownna   
2024-08-19 13:43   
Seems to work ok, great work.