Anonymous | Login | Signup for a new account | 2024-09-14 05:30 UTC |
My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000454 | Zandronum | [All Projects] Suggestion | public | 2011-05-19 00:28 | 2024-08-26 09:35 | ||||
Reporter | unknownna | ||||||||
Assigned To | Kaminsky | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 98d | ||||||||
Target Version | 3.2 | Fixed in Version | 3.2 | ||||||
Summary | 0000454: "cl_showlargefragmessages" for coop spy | ||||||||
Description | You can't see any large frag messages when coop spying. | ||||||||
Attached Files | screenshot.png [^] (95,327 bytes) 2011-05-19 00:28
| ||||||||
Notes | |
(0009005) Watermelon (developer) 2014-06-10 15:58 |
Does this still happen in 2.0? |
(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. |
(0009024) Watermelon (developer) 2014-06-10 22:09 |
Thanks again for checking! The question now is... should this behavior be preserved? Or changed? |
(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)) ) |
(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. |
(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! |
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 |
Copyright © 2000 - 2024 MantisBT Team |