summaryrefslogtreecommitdiff
path: root/strings.c
AgeCommit message (Expand)Author
2006-12-09(svn r7449) -Codechange: Rename _path to _paths as it is technically more cor...Darkvater
2006-11-28(svn r7274) -Codechange [utf8]: Add input/output unicode support. This actual...Darkvater
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-10-24(svn r6930) -Codechange: Move industry name into IndustrySpecbelugas
2006-10-22(svn r6896) - Fix (r6895): Supply last position of the correct buffer *again*peter1138
2006-10-22(svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators.peter1138
2006-10-22(svn r6890) - Fix (r6884): Supply last position of the correct buffer...peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-20(svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by set...peter1138
2006-10-13(svn r6766) -Codechange: Move _openttd_revision[] into the functions that use...Darkvater
2006-10-03(svn r6622) - Add support for NewGRF text includes. (Based on mart3p's patch)peter1138
2006-09-15(svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and su...belugas
2006-09-01(svn r6290) -Feature: When automatically detecting the language try to first ...tron
2006-08-31(svn r6288) -Regression: Restore automatic language detection, which was brok...tron
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