Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000454Zandronum[All Projects] Suggestionpublic2011-05-19 00:282024-08-26 09:35
Reporterunknownna 
Assigned ToKaminsky 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version98d 
Target Version3.2Fixed in Version3.2 
Summary0000454: "cl_showlargefragmessages" for coop spy
DescriptionYou can't see any large frag messages when coop spying.
Attached Filespng file icon screenshot.png [^] (95,327 bytes) 2011-05-19 00:28

- Relationships

-  Notes
User avatar (0009005)
Watermelon (developer)
2014-06-10 15:58

Does this still happen in 2.0?
User avatar (0009015)
Frits (reporter)
2014-06-10 18:29

Still happens in 1.2 and 2.0.

You don't get large frag messages when spying a player as a spectator.
If you're in-game then you will see your own frag messages while spying another player.
User avatar (0009024)
Watermelon (developer)
2014-06-10 22:09

Thanks again for checking!

The question now is... should this behavior be preserved? Or changed?
User avatar (0014219)
Ch0wW (reporter)
2016-01-29 02:00

It should be at least fixed. I find it unacceptable to leave it unfixed imhafo.

Code fixed below (client_KillPlayer - cl_main.cpp):

// Display a large "You were fragged by <name>." message in the middle of the screen.
if ( ulPlayer == static_cast<ULONG>(consoleplayer) || (ulPlayer == static_cast<ULONG>(players[consoleplayer].camera->player - players)) )

// Display a large "You fragged <name>!" message in the middle of the screen.
else if ( ulSourcePlayer == static_cast<ULONG>(consoleplayer) || (ulSourcePlayer == static_cast<ULONG>(players[consoleplayer].camera->player - players)) )
User avatar (0023970)
Kaminsky (developer)
2024-08-26 04:08

This should be addressed in:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/f388708b73ebc48e7b5e4fd27fa8c93025c96d6b [^]'

Large frag messages now appear according to the spied player's perspective instead of your own.
User avatar (0023971)
unknownna (updater)
2024-08-26 09:35

This seems to work now. Thank you very much for fixing this, BTW. It's been a long time since this request was made. Great work!

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: Ch0wW
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2011-05-19 00:28 unknownna New Issue
2011-05-19 00:28 unknownna File Added: screenshot.png
2014-06-10 15:58 Watermelon Note Added: 0009005
2014-06-10 15:58 Watermelon Status new => feedback
2014-06-10 18:29 Frits Note Added: 0009015
2014-06-10 22:09 Watermelon Note Added: 0009024
2016-01-29 02:00 Ch0wW Note Added: 0014219
2024-08-26 04:08 Kaminsky Note Added: 0023970
2024-08-26 04:08 Kaminsky Assigned To => Kaminsky
2024-08-26 04:08 Kaminsky Status feedback => needs testing
2024-08-26 04:08 Kaminsky Target Version => 3.2
2024-08-26 09:35 unknownna Note Added: 0023971
2024-08-26 09:35 unknownna Status needs testing => resolved
2024-08-26 09:35 unknownna Fixed in Version => 3.2
2024-08-26 09:35 unknownna Resolution open => fixed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker