View Issue Details

IDProjectCategoryView StatusLast Update
0004254The Dark ModGUIpublic08.12.2015 13:50
Reportergrayman Assigned ToAgent Jones  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.03 
Target VersionTDM 2.04Fixed in VersionTDM 2.04 
Summary0004254: Problem when internal downloader completes
DescriptionWhen missions are queued to download, the word 'queued' appears next to each.

As each mission is downloaded, 'queued' is replaced by the % downloaded, finalizing at 100%.

When the last mission is downloaded, and the "Mission Download Result" overlay is shown, the 100% indication on each mission returns to 'queued'.

It should stay at 100%.
TagsNo tags attached.

Activities

Agent Jones

Agent Jones

08.12.2015 12:11

reporter   ~0007904

file: DownloadMenu.cpp
function: CDownloadMenu::GetMissionDownloadProgressString(int modIndex)
at line 673, right after the opening bracket of the function, add the following line:
if (_downloads.empty()) return "";
grayman

grayman

08.12.2015 13:50

viewer   ~0007905

Fixed in rev. 6559.

Issue History

Date Modified Username Field Change
05.12.2015 20:05 grayman New Issue
06.12.2015 22:10 Agent Jones Assigned To => Agent Jones
06.12.2015 22:10 Agent Jones Status new => assigned
08.12.2015 12:11 Agent Jones Note Added: 0007904
08.12.2015 13:50 grayman Note Added: 0007905
08.12.2015 13:50 grayman Fixed in Version => TDM 2.04
08.12.2015 13:50 grayman Target Version => TDM 2.04
08.12.2015 13:50 grayman Status assigned => resolved
08.12.2015 13:50 grayman Resolution open => fixed