MantisBT - Zandronum
View Issue Details
0004433Zandronum[All Projects] Bugpublic2024-10-26 06:232025-01-20 15:48
unknownna 
unknownna 
normalfeaturealways
resolvedfixed 
 
3.2 
0004433: [3.2] Domination rework issues
* A bug where the HUD area messages aren't displayed at lower resolutions beneath 1024x*. See the attached screenshot.
* "x has taken control of y." is missing color for the team that captured territory. See the attached screenshot.
* SECTINFO lump map definitions don't overwrite former ones, making users unable to patch old domination mods without updating the whole mod, and leading to duplicate sector names on HUD and duplicate capture messages.
Uploaded is an example wad where all the whitespaces in the SECTINFO lump of zandom02.wad is removed. Loading it with zandom02.wad causes the duplicate messages to appear.
No tags attached.
png Screenshot_Doom_20241026_081744.png (145,904) 2024-10-26 06:23
https://zandronum.com/tracker/file_download.php?file_id=3158&type=bug
png

png Screenshot_Doom_20241026_081751.png (133,620) 2024-10-26 06:23
https://zandronum.com/tracker/file_download.php?file_id=3159&type=bug
png

? zandom_sectinfofix.wad (2,129) 2024-10-26 06:23
https://zandronum.com/tracker/file_download.php?file_id=3160&type=bug
Issue History
2024-10-26 06:23unknownnaNew Issue
2024-10-26 06:23unknownnaFile Added: Screenshot_Doom_20241026_081744.png
2024-10-26 06:23unknownnaFile Added: Screenshot_Doom_20241026_081751.png
2024-10-26 06:23unknownnaFile Added: zandom_sectinfofix.wad
2024-10-26 06:23unknownnaStatusnew => confirmed
2025-01-13 04:10TrillsterNote Added: 0024189
2025-01-13 20:46unknownnaNote Added: 0024190
2025-01-13 20:46unknownnaStatusconfirmed => feedback
2025-01-13 23:19TrillsterNote Added: 0024192
2025-01-14 03:02TrillsterNote Added: 0024193
2025-01-18 17:15unknownnaNote Added: 0024204
2025-01-18 17:15unknownnaStatusfeedback => new
2025-01-18 17:15unknownnaStatusnew => feedback
2025-01-18 17:16unknownnaNote Edited: 0024204bug_revision_view_page.php?bugnote_id=24204#r14456
2025-01-18 23:10TrillsterNote Added: 0024205
2025-01-20 15:48unknownnaNote Added: 0024206
2025-01-20 15:48unknownnaStatusfeedback => new
2025-01-20 15:48unknownnaStatusnew => resolved
2025-01-20 15:48unknownnaFixed in Version => 3.2
2025-01-20 15:48unknownnaResolutionopen => fixed
2025-01-20 15:48unknownnaAssigned To => unknownna

Notes
(0024189)
Trillster   
2025-01-13 04:10   
Thanks for checking my topic out! I've finally got around to rebasing it and cleaning up its commits, so I've been looking at this ticket as well.

Sean made some changes which were merged in the MR below which should account for issue with patch wads and SECTINFO.
'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/225 [^]'

I'm still working through cleaning up some code style issues, but I did go ahead and address the issue where the team's name wasn't colored in capture logs. However, I was unable to replicate the issue where the UI wouldn't display in low resolutions. Are there other settings required for it to occur?
(0024190)
unknownna   
2025-01-13 20:46   
Hello, and thanks for the feedback.

Quote from Trillster
However, I was unable to replicate the issue where the UI wouldn't display in low resolutions. Are there other settings required for it to occur?

Did you attempt to see if it happens to you when "con_scaletext" is 0?
It appears that the HUD still attempts to scale the SECTINFO part when "con_scaletext" is 0 and "con_virtualheight" and "con_virtualwidth" are set to a higher resolution than the currently used resolution.
(0024192)
Trillster   
2025-01-13 23:19   
Yep, that seems to do the trick for replicating it. Should be able to take look at what's causing it with that info, thanks!
(0024193)
Trillster   
2025-01-14 03:02   
All issues should now be fixed in the latest version of the Domination rework topic.
'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/192 [^]'
(0024204)
unknownna   
2025-01-18 17:15   
(edited on: 2025-01-18 17:16)
Thank you, this seems to have fixed the issues here.

Regarding the text alignement, could you change it a little so it aligns the text with one whitespace or so at the end of text? This is to prevent the final letter of the longest SECTINFO name to be crammed completely against the corner of the window.

(0024205)
Trillster   
2025-01-18 23:10   
Sure thing, that's done now as well.
(0024206)
unknownna   
2025-01-20 15:48   
Thanks! That looks much better now and easier on the eyes.

Since all the issues here are fixed now, I'll mark this as resolved.
Special thanks to Sean/DrinkyBird for the SECTINFO fixes.