src/strings_func.h
Sun, 28 Sep 2008 13:50:11 +0000 rubidium (svn r14410) -Codechange: one can't inject a negative number of parameters, so enforce this by using a uint.
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
Sat, 19 Apr 2008 08:21:55 +0000 rubidium (svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.
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.
Thu, 17 Jan 2008 16:46:41 +0000 glx (svn r11896) -Fix (r11886): a missing const broke compilation with MSVC
Thu, 17 Jan 2008 00:21:43 +0000 glx (svn r11886) -Add: sort the strings in languages dropdown
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.