View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002811 | The Dark Mod | Coding | public | 15.07.2011 06:45 | 06.08.2011 17:46 |
Reporter | tels | Assigned To | tels | ||
Priority | low | Severity | normal | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 1.06 | ||||
Target Version | TDM 1.07 | Fixed in Version | TDM 1.07 | ||
Summary | 0002811: Font loading does not fall back to English | ||||
Description | When D3 loads a German, Italian, Spanish or English font, it always uses fonts/english. For other languages, it uses "fonts/$language/", e.g. "fonts/polish". The same goes for "dds/fonts/...". Apart from the strange distinction between these languages and "other" languages, the loader does not fall back to the English font. This means that for any additional language, we need to copy the font files and the textures, which wastes resources in case the font is actually the same. Once D3 goes open source, this should be fixed. | ||||
Tags | No tags attached. | ||||
This is fixed as a side-effect of fixing 0002817 - the new I18N manager can simply set "sys_lang" to english for any non-supported language, which means D3 loads the english (western) font, but still uses the modified-on-the-fly dictionary for proper translation. A bit hacky, but it works :) |
|
Date Modified | Username | Field | Change |
---|---|---|---|
15.07.2011 06:45 | tels | New Issue | |
15.07.2011 06:45 | tels | Relationship added | related to 0002779 |
15.07.2011 06:49 | tels | Relationship added | related to 0002812 |
06.08.2011 17:43 | tels | Assigned To | => tels |
06.08.2011 17:43 | tels | Status | new => assigned |
06.08.2011 17:45 | tels | Note Added: 0003977 | |
06.08.2011 17:45 | tels | Status | assigned => resolved |
06.08.2011 17:45 | tels | Fixed in Version | => TDM 1.07 |
06.08.2011 17:45 | tels | Resolution | open => fixed |
06.08.2011 17:46 | tels | Target Version | => TDM 1.07 |