MantisBT - VCMI | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000982 | VCMI | GUI - Battles | public | 2012-05-27 10:20 | 2014-05-30 17:41 |
Reporter | Tow | ||||
Assigned To | Ivan | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 0.89 | |||
Summary | 0000982: Borders around creature portraits in stack queue are not visible | ||||
Description | Start battle using resolution higher than 800x600, so the full version of stack queue is present. It displays its background and creatures but it's missing background ( CHRROP.pcx ). The problem seems related to recent blitting reorganziation. In the CStackQueue::StackBox::showAll method the line: CSDL_Ext::blit8bppAlphaTo24bpp(bg, NULL, to, &temp_rect); is supposed to blit border image. However, if you test it (ie. by putting SDL_SaveBMP(to, "to.bmp") after it) it apparently is still not visible. If I comment out the blit8bppAlphaTo24bpp line and restore the following blitAt line, issue is gone. It is not what I would expect. I suspect it may be 0/255 opaque/transparent interpretation mismatch. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-27 10:20 | Tow | New Issue | |||
2012-05-27 10:20 | Tow | Status | new => assigned | ||
2012-05-27 10:20 | Tow | Assigned To | => Ivan | ||
2012-05-27 10:20 | Tow | Product Version | 0.89 => 0.dev | ||
2012-05-27 11:52 | Ivan | Note Added: 0002571 | |||
2012-05-27 13:23 | Tow | Note Added: 0002572 | |||
2012-05-27 14:08 | Ivan | Note Added: 0002573 | |||
2012-05-27 14:08 | Ivan | Status | assigned => resolved | ||
2012-05-27 14:08 | Ivan | Fixed in Version | => 0.89 | ||
2012-05-27 14:08 | Ivan | Resolution | open => fixed | ||
2014-05-30 17:41 | beegee | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|