summaryrefslogtreecommitdiff
path: root/src/strings.cpp
AgeCommit message (Expand)Author
2010-12-19(svn r21541) -Add: {DATE_SHORT} and {DATE_LONG} can now have casessmatz
2010-12-09(svn r21446) -Doc: doxygen comments for some functions in strings.cppyexo
2010-12-09(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.yexo
2010-12-09(svn r21444) -Codechange: compute the type of elements in the argv string arr...yexo
2010-12-09(svn r21441) -Codechange: check all accesses to the argv array so a bad NewGR...yexo
2010-12-09(svn r21440) -Codechange: pass a pointer to just past the end of the argv arr...yexo
2010-12-08(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a s...yexo
2010-11-27(svn r21343) -Add: Function that compares strings using case insensitive natu...terkhen
2010-11-27(svn r21342) -Add: Sort some lists again after a language change.terkhen
2010-11-25(svn r21328) -Fix: pass the case id when resolving NewGRF strings as wellrubidium
2010-11-25(svn r21321) -Fix (r21298): use the correct font sizes when checking for miss...glx
2010-11-23(svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly check...glx
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-11-17(svn r21222) -Codechange: unify some string drawing and make it use the prope...rubidium
2010-11-16(svn r21215) -Codechange: store the plural form in the plural (choice) listsrubidium
2010-11-13(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguagerubidium
2010-11-13(svn r21165) -Codechange: move the case/gender meta data into the language me...rubidium
2010-11-13(svn r21164) -Codechange: replace the hardcoded array of language metadata wi...rubidium
2010-11-13(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index...rubidium
2010-11-13(svn r21162) -Codechange: move the config "field" for the language file out o...rubidium
2010-11-13(svn r21161) -Codechange: make the currently used language easier accessiblerubidium
2010-11-13(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metad...rubidium
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-11-10(svn r21134) -Change: perform some more stringent validity checking on the la...rubidium
2010-11-10(svn r21132) -Codechange: unify the language file version/validity checkingrubidium
2010-11-07(svn r21113) -Codechange: remove the amount of places where the language pack...rubidium
2010-10-22(svn r21009) -Fix: for the compact notation 1.000.000k and 1.000M would be sh...rubidium
2010-10-22(svn r21007) -Fix: don't consider the text direction character when searching...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-02(svn r20296) -Fix: Fallback font selection due to missing glyphs did not work...alberth
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-08-01(svn r20279) -Doc: Doxygen additions/improvements.alberth
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-06-19(svn r19997) -Codechange: Unify order of ship and plane icon in stationlist a...rubidium
2010-06-08(svn r19948) -Doc: Comments about display units missed height unit. (Krille)frosch
2010-05-21(svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', ...frosch
2010-05-15(svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someonerubidium
2010-05-12(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbrrubidium
2010-05-12(svn r19799) -Change: give depots an unique name in the same manner buoys and...rubidium
2010-05-12(svn r19796) -Codechange: introduce and use a {DEPOT} string commandrubidium
2010-05-04(svn r19758) -Add: {HEIGHT} string commandrubidium
2010-04-17(svn r19649) -Add: plural rule for Malteserubidium
2010-04-06(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qwordyexo
2010-04-06(svn r19569) -Fix: possible buffer underflow in newgrf string codeyexo
2010-04-01(svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class ...terkhen
2010-03-28(svn r19521) -Codechange: Use a IndustryType array to sort industries by name...terkhen
2010-03-18(svn r19452) -Change: plural type of Slovak (keso)rubidium
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz