summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ↵planetmaker
full screen mode
2010-11-15(svn r21199) -Update from WebTranslator v3.0:translators
belarusian - 4 changes by KorneySan croatian - 4 changes by VoyagerOne hungarian - 4 changes by IPG norwegian_bokmal - 4 changes by mantaray russian - 4 changes by Lone_Wolf slovenian - 4 changes by ntadej
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 ↵planetmaker
when compiling for OSX 10.4 as it tried to match also OpenTTD-specific control characters
2010-11-14(svn r21195) -Fix [FS#4230] (r21135): in some corner cases the savegame ↵rubidium
conversion didn't do the right thing
2010-11-14(svn r21193) -Update from WebTranslator v3.0:translators
french - 4 changes by glx serbian - 4 changes by etran
2010-11-14(svn r21192) -Fix (r15505)[FS#4226]: Use non-interactive randomness for ↵frosch
townnames on map generation, so they are controlled by the generation-seed as well.
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
acceleration model.
2010-11-14(svn r21185) -Update from WebTranslator v3.0:translators
traditional_chinese - 5 changes by josesun finnish - 17 changes by USephiroth german - 4 changes by planetmaker luxembourgish - 5 changes by Phreeze polish - 5 changes by xaxa brazilian_portuguese - 2 changes by bmnds russian - 5 changes by Lone_Wolf slovak - 4 changes by marek995 spanish - 4 changes by Terkhen vietnamese - 4 changes by nglekhoi
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 ↵rubidium
configurable, why isn't the statusbar's location configurable?
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
portuguese - 1 changes by frosch brazilian_portuguese - 9 changes by bmnds swedish - 1 changes by Zuu turkish - 33 changes by niw3
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 ↵alberth
build attempts at unbuildable industries.
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 ↵alberth
created during the game.
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 ↵alberth
(some of it is used in the very near future).
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 ↵alberth
probability to decide which industry to build.
2010-11-13(svn r21167) -Codechange: Use IndustryBuildData::builddata instead of a ↵alberth
local variable.
2010-11-13(svn r21166) -Codechange: Move MaybeNewIndustry() to ↵alberth
IndustryBuildData::TryBuildNewIndustry().
2010-11-13(svn r21165) -Codechange: move the case/gender meta data into the language ↵rubidium
metadata struct as well
2010-11-13(svn r21164) -Codechange: replace the hardcoded array of language metadata ↵rubidium
with a list
2010-11-13(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its ↵rubidium
index to ReadLanguagePack, and simplify one of its callers
2010-11-13(svn r21162) -Codechange: move the config "field" for the language file out ↵rubidium
of dynlang
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 ↵rubidium
metadata about a language, and keep the language metadata in memory instead of loading it several times from disk
2010-11-13(svn r21159) -Codechange: AdvertiseIndustryOpening() also works with a const ↵alberth
pointer.
2010-11-13(svn r21158) -Codechange: Assert boundary inside the loop rather than ↵alberth
afterwards.
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-11-13(svn r21156) -Codechange: Introduce EconomyIsInRecession().alberth
2010-11-12(svn r21155) -Fix [FS#4222] (r14959): default service interval for ↵rubidium
ships/aircraft got switched
2010-11-12(svn r21154) -Fix [FS#4223]: OPF has been removed for trains, so the 90 ↵rubidium
degree turn option doesn't need to mention it's not supported for OPF
2010-11-12(svn r21153) -Change: unify the moment trains/road vehicles become ↵rubidium
(un)visible when entering/leaving a tunnel. As a side effect some tunnel related glitches are gone.
2010-11-12(svn r21152) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau polish - 2 changes by silver_777
2010-11-12(svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows ↵rubidium
causing it to be overwritten by the "sort by" string
2010-11-12(svn r21150) -Fix: [OSX] Deprecation warning with libpng 1.4rubidium
2010-11-11(svn r21148) -Fix (r21098): Evaluate callback 36 for ship speed as ↵terkhen
frequently as done for other vehicle types.
2010-11-11(svn r21147) -Update from WebTranslator v3.0:translators
basque - 49 changes by HerrBasque polish - 1 changes by voythas portuguese - 1 changes by JayCity
2010-11-11(svn r21145) -Fix: station list wasn't updated when a new cargo got a ratingrubidium
2010-11-11(svn r21144) -Change [FS#4206]: filter stations by cargo they have a rating ↵rubidium
for instead of having cargo waiting
2010-11-11(svn r21143) -Codechange: reduce the number of dereferences in ↵rubidium
UpdateStationWaiting
2010-11-10(svn r21142) -Codechange: replace magic bridge length constants with proper ↵rubidium
constants (uni657)
2010-11-10(svn r21141) -Codechange: Use the new 'frame' variable for the bridge entry ↵rubidium
code as well (Hirundo)