MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002384 | Zandronum | [All Projects] Bug | public | 2015-08-09 13:20 | 2018-09-30 22:17 |
|
Reporter | unknownna | |
Assigned To | Edward-san | |
Priority | low | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 2.1 | |
Target Version | 2.2 | Fixed in Version | 3.0 | |
|
Summary | 0002384: "spectating - waiting to respawn" says "spectating - space to join" when coop spying |
Description | See attached screenshot. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0002391 | closed | Edward-san | "1 ally left" message turns into "last player alive" during death state even when more players are alive |
|
Attached Files | Screenshot_Doom_20150809_151625.png (156,357) 2015-08-09 13:20 /tracker/file_download.php?file_id=1608&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-09 13:20 | unknownna | New Issue | |
2015-08-09 13:20 | unknownna | File Added: Screenshot_Doom_20150809_151625.png | |
2015-08-09 13:20 | unknownna | Status | new => confirmed |
2015-08-09 14:07 | Edward-san | Note Added: 0013155 | |
2015-08-09 14:07 | Edward-san | Assigned To | => Edward-san |
2015-08-09 14:07 | Edward-san | Status | confirmed => feedback |
2015-08-09 16:55 | unknownna | Note Added: 0013159 | |
2015-08-09 16:55 | unknownna | Status | feedback => assigned |
2015-08-09 17:10 | unknownna | Relationship added | related to 0002391 |
2015-08-09 19:35 | unknownna | Note Edited: 0013159 | bug_revision_view_page.php?bugnote_id=13159#r7858 |
2015-08-09 19:42 | unknownna | Note Edited: 0013159 | bug_revision_view_page.php?bugnote_id=13159#r7859 |
2015-08-22 11:22 | Edward-san | Note Added: 0013244 | |
2015-08-22 11:22 | Edward-san | Status | assigned => needs review |
2015-10-04 09:35 | cobalt | Status | needs review => needs testing |
2015-10-04 09:35 | cobalt | Target Version | => 2.2 |
2015-10-04 09:35 | cobalt | Note Added: 0013577 | |
2015-10-09 23:54 | Ru5tK1ng | Note Added: 0013634 | |
2015-10-09 23:57 | Ru5tK1ng | Status | needs testing => resolved |
2015-10-09 23:57 | Ru5tK1ng | Resolution | open => fixed |
2015-10-09 23:57 | Ru5tK1ng | Fixed in Version | => 3.0 |
2018-09-30 22:17 | Blzut3 | Status | resolved => closed |
Notes |
|
|
'https://bitbucket.org/crimsondusk/zandronum-sandbox-stable/commits/7056ee627624ca604da3619986bfb22b32e7549b [^]' fixes the inconsistent message, but there's a text misalignment inconsistency when coop-spying the player.
I have no idea of why, though. I did some debugging, and g_BottomString has the following string without and with coop-spying:
(gdb) p g_BottomString
$2 = {Chars = 0x271047c "\n\034dSPECTATING - WAITING TO RESPAWN",
static NullString = {Len = 0, AllocLen = 2, RefCount = 57354,
Nothing = "\000"}}
(gdb) p g_BottomString
$1 = {
Chars = 0x2674efc "\034gFOLLOWING - player\034g - \034gLAST PLAYER ALIVE\n\034dSPECTATING - WAITING TO RESPAWN", static NullString = {Len = 0, AllocLen = 2,
RefCount = 57104, Nothing = "\000"}}
I don't see anything odd in that. |
|
|
(0013159)
|
unknownna
|
2015-08-09 16:55
(edited on: 2015-08-09 19:42) |
|
That fix took care of it (thanks for the build, WaTaKiD!).
Quote from Edward-san [...] but there's a text misalignment inconsistency when coop-spying the player.
The misaligned text was also there before. Interestingly, if the message displays "waiting to play - 1st in line", there's no misaligned text present. And for some reason the text isn't misaligned in survival invasion. Actually, sometimes it's misaligned and other times it's not. It seems to depend on how long the player name is.
|
|
|
|
I think I can't do much for the misalignment, so I'll leave it as is, with the mentioned patch ready for the text fix. |
|
|
(0013577)
|
cobalt
|
2015-10-04 09:35
|
|
|
|
|
Tested out with latests 3.0 beta and the 'waiting to respawn/play' strings seemed to work properly. |
|