summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
2010-11-10(svn r21140) -Codechange: Use the new 'frame' variable to handle road ↵rubidium
vehicles entering or leaving a tunnel (Hirundo)
2010-11-10(svn r21139) -Codechange: Use the new 'frame' variable to handle trains ↵rubidium
entering or leaving a tunnel (Hirundo)
2010-11-10(svn r21138) -Codechange: Introduce the concepts of frame and position in ↵rubidium
the tunnel / bridge entering code (Hirundo)
2010-11-10(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated ↵rubidium
(anymore) after an aircraft crashed
2010-11-10(svn r21136) -Fix [FS#4213]: bridge speed limits should apply to all wagons ↵rubidium
of a vehicle, not just the head of the vehicle
2010-11-10(svn r21135) -Fix (r19870): silencing gcc 3.3 warnings caused gcc 4.0 to warnsmatz
2010-11-10(svn r21134) -Change: perform some more stringent validity checking on the ↵rubidium
language files
2010-11-10(svn r21133) -Add: function to check the validity of a string (without ↵rubidium
modifying it)
2010-11-10(svn r21132) -Codechange: unify the language file version/validity checkingrubidium
2010-11-10(svn r21131) -Codechange: show a (debug) warning when the GRF ID of a NewGRF ↵rubidium
differs between the file scan and other stages
2010-11-10(svn r21130) -Fix [FS#4208-ish]: under some circumstances static ↵rubidium
(disabled/influencing) NewGRFs weren't properly ignored which could cause a desync
2010-11-10(svn r21129) -Fix [FS#4208-ish]: Crash when showing the "disabled static ↵rubidium
NewGRF for desync purposes" message
2010-11-10(svn r21128) -Fix [FS#4208]: Crash when disabling static NewGRFs (when ↵rubidium
joining/starting a server)
2010-11-10(svn r21127) -Codechange: change the max gender constant's name's style to ↵rubidium
the style used by the max case constant's name
2010-11-10(svn r21126) -Codechange: increase the limit of languages OpenTTD can know ↵rubidium
about to the limit imposed by the NewGRF specs as we're already quite close to the limit; less than 10% from the limit with the currently translated languages
2010-11-09(svn r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically ↵rubidium
to a game
2010-11-09(svn r21124) -Update from WebTranslator v3.0:translators
dutch - 1 changes by habell irish - 3 changes by tem romanian - 1 changes by kkmic slovenian - 2 changes by ntadej
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-09(svn r21122) -Fix (r21100): Use the cached max speed when checking road ↵terkhen
vehicle overtaking.
2010-11-09(svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF ↵terkhen
penalties for road vehicles.
2010-11-09(svn r21120) -Fix (r21096): Use the engine max speed value instead of the ↵terkhen
savegame value, as the latter could be stored in old units in old savegames.
2010-11-08(svn r21119) -Fix: Helicopter flight altitude was determined inconsistently ↵frosch
in different places.