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:282016-01-29 02:00
Reporterunknownna 
Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
StatusfeedbackResolutionopen 
PlatformOSOS Version
Product Version98d 
Target VersionFixed in Version 
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)) )

Issue Community Support
Only registered users can voice their support. Click here to register, or here to log in.
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






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker