summaryrefslogtreecommitdiff
path: root/strings.c
AgeCommit message (Expand)Author
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-27(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which...Darkvater
2006-08-26(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_ccDarkvater
2006-08-26(svn r6139) -Codechange: strings are StringID. This should be changed in stri...Darkvater
2006-08-25(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.belugas
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5919) -Cleanup: use the type Date when the variable really is a daterubidium
2006-08-15(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c...rubidium
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-04(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator fu...Darkvater
2006-07-07(svn r5464) [Behaviour Fix] : When starting the game, the system will now ver...belugas
2006-05-12(svn r4855) - Fix r4854: Remove 4 character offset, as buff is already in cor...peter1138
2006-05-12(svn r4854) - Codechange: don't assume a short format month is 3 characters -...peter1138
2006-04-22(svn r4513) Codechange : Assemble a bit the scattered parts of Cargo types.belugas
2006-04-21(svn r4493) Newgrf : Action 04. Beginning of implementation.belugas
2006-04-09(svn r4340) Add force {FORCE} to the units system. This is currently unused.peter1138
2006-04-09(svn r4336) Fix units conversion of volume for SIpeter1138
2006-04-08(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to wi...peter1138
2006-03-26(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:peter1138
2006-03-25(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the...Darkvater
2006-02-18(svn r3613) Some more const, indentation, whitespace and similar stufftron
2006-02-03(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alig...Darkvater
2006-02-01(svn r3516) Fix embarrassing bug in r3514tron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2005-11-16(svn r3192) Split the surname list into two lists (non-toyland/toyland) and u...tron
2005-11-15(svn r3185) consttron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3172) static, consttron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-09-27(svn r2994) Another small hack regarding currencies: add a #define to emulate...tron
2005-09-10(svn r2936) Move string commands to a non-printable range and remove stale co...tron
2005-08-20(svn r2879) Major step twoards ISO-8859-15tron
2005-08-06(svn r2815) Store the currency information in one central place instead of sc...tron
2005-08-01(svn r2777) -Feature: When starting without a config file determine the langu...tron
2005-07-26(svn r2717) Move _userstring to strings.[ch]tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-19(svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}ludde
2005-07-19(svn r2632) Revert accidently commited changetron
2005-07-19(svn r2631) Move screenshot related variables from variables.h to screenshot....tron
2005-07-17(svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned...Darkvater
2005-07-17(svn r2597) Feature: [string system] Support cases.ludde