summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-16(svn r21216) -Feature: [NewGRF] Allow specifying a "choice list" for pluralsrubidium
2010-11-16(svn r21215) -Codechange: store the plural form in the plural (choice) listsrubidium
2010-11-16(svn r21214) -Add: Display mail capacity when refitting an aircraft to passen...terkhen
2010-11-16(svn r21212) -Update from WebTranslator v3.0:translators
2010-11-16(svn r21211) -Feature: [NewGRF] Allow specifying a "choice list" for cases an...rubidium
2010-11-16(svn r21210) -Fix [FS#4231]: make sure text files use DOS EOLglx
2010-11-16(svn r21209) -Feature: [NewGRF] Allow setting the gender of the current strin...rubidium
2010-11-16(svn r21208) -Add: [NewGRF] Mapping information w.r.t. a translation's case a...rubidium
2010-11-16(svn r21207) -Codechange: replace the magic 0x00DE constant with something le...rubidium
2010-11-16(svn r21206) -Document: that, and why string code 9A 02 (skip/ignore next col...rubidium
2010-11-16(svn r21205) -Fix [FS#4207]: Under some conditions, group count would be wron...terkhen
2010-11-16(svn r21204) -Codechange: unify style of string code conversionrubidium
2010-11-16(svn r21203) -Codechange: make the maximum plural count available to the rest...rubidium
2010-11-16(svn r21202) -Codechange: allow strings with embedded '\0' in GRFText.rubidium
2010-11-16(svn r21201) -Document: some GRFText methods/fieldsrubidium
2010-11-15(svn r21200) -Fix: [OSX] Don't let the mouse cursor jump when switching to fu...planetmaker
2010-11-15(svn r21199) -Update from WebTranslator v3.0:translators
2010-11-15(svn r21198) -Fix: don't call variables properties in debug messagesrubidium
2010-11-15(svn r21197) -Fix [FS#4001] (r17794): [OSX] Finding a fallback font failed wh...planetmaker
2010-11-14(svn r21196) -Change: [OSX] Allow to select the build targets for universal b...planetmaker
2010-11-14(svn r21195) -Fix [FS#4230] (r21135): in some corner cases the savegame conve...rubidium
2010-11-14(svn r21194) -Add: Configure option for compiling OpenTTD as a console applic...terkhen
2010-11-14(svn r21193) -Update from WebTranslator v3.0:translators
2010-11-14(svn r21192) -Fix (r15505)[FS#4226]: Use non-interactive randomness for townn...frosch
2010-11-14(svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown.terkhen
2010-11-14(svn r21189) -Fix: Force a minimum speed for trains when using the realistic ...terkhen
2010-11-14(svn r21185) -Update from WebTranslator v3.0:translators
2010-11-14(svn r21182) -Fix: possible just-freed memory readsrubidium
2010-11-13(svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configur...rubidium
2010-11-13(svn r21178) -Codechange: pass the language_id to TranslateTTDPatchCodes as wellrubidium
2010-11-13(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguagerubidium
2010-11-13(svn r21176) -Update from WebTranslator v3.0:translators
2010-11-13(svn r21175) -Add: Forced construction of missing industries.alberth
2010-11-13(svn r21174) -Add: Use a progressive back-off mechanism to reduce wasting bui...alberth
2010-11-13(svn r21173) -Codechange: Don't recompute target industry counts each time.alberth
2010-11-13(svn r21172) -Feature: Better control over how many new industries are create...alberth
2010-11-13(svn r21171) -Change: Reset industry build data at game start or load.alberth
2010-11-13(svn r21170) -Codechange: Store industry management data in the save game (so...alberth
2010-11-13(svn r21169) -Feature: Do not build industries during economic recession.alberth
2010-11-13(svn r21168) -Feature: Use desired industry counts rather than relative proba...alberth
2010-11-13(svn r21167) -Codechange: Use IndustryBuildData::builddata instead of a local...alberth
2010-11-13(svn r21166) -Codechange: Move MaybeNewIndustry() to IndustryBuildData::TryBu...alberth
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 r21159) -Codechange: AdvertiseIndustryOpening() also works with a const ...alberth
2010-11-13(svn r21158) -Codechange: Assert boundary inside the loop rather than afterwa...alberth