View Issue Details

IDProjectCategoryView StatusLast Update
0006324Spring engineGeneralpublic2019-10-17 09:00
Reporterlhog Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version104.0 +git 
Summary0006324: [spring-develop] buildimages are upside down in the default buildmenu
DescriptionBuildimages (represented as DDS images in BAR) are upside down in the default buildmenu. See screenie.
TagsNo tags attached.
Attached Files
buildimages_are_upside_down.jpg (Attachment missing)
Checked infolog.txt for ErrorsYes

Activities

lhog

2019-10-17 02:04

reporter   ~0020198

Seems like

const bool flipDDS = (filename.find("unitpics") == std::string::npos); // keep buildpics as-is

was deliberately removed from CBitmap::Load() on develop and replaced with

const bool flipDDS = true;

Kloot

2019-10-17 09:00

developer   ~0020199

Last edited: 2019-10-17 09:00

indeed deliberate, see https://springrts.com/mantis/view.php?id=5905

Issue History

Date Modified Username Field Change
2019-10-17 00:58 lhog New Issue
2019-10-17 00:58 lhog File Added: buildimages_are_upside_down.jpg
2019-10-17 02:04 lhog Note Added: 0020198
2019-10-17 09:00 Kloot Status new => closed
2019-10-17 09:00 Kloot Resolution open => no change required
2019-10-17 09:00 Kloot Note Added: 0020199
2019-10-17 09:00 Kloot Note Edited: 0020199