Tue, 29 Jan 2008 17:09:00 +0000 | peter1138 | (svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings. | file | diff | annotate |
Thu, 17 Jan 2008 16:46:41 +0000 | glx | (svn r11896) -Fix (r11886): a missing const broke compilation with MSVC | file | diff | annotate |
Thu, 17 Jan 2008 00:21:43 +0000 | glx | (svn r11886) -Add: sort the strings in languages dropdown | file | diff | annotate |
Fri, 21 Dec 2007 19:49:27 +0000 | rubidium | (svn r11675) -Codechange: split the string types from the string functions. | file | diff | annotate |