View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004254 | The Dark Mod | GUI | public | 05.12.2015 20:05 | 08.12.2015 13:50 |
Reporter | grayman | Assigned To | Agent Jones | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.03 | ||||
Target Version | TDM 2.04 | Fixed in Version | TDM 2.04 | ||
Summary | 0004254: Problem when internal downloader completes | ||||
Description | When 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%. | ||||
Tags | No tags attached. | ||||
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 ""; |
|
Fixed in rev. 6559. | |
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 |