------------------------------------------------------------------------
r23956 | michi_cc | 2012-02-16 19:50:17 +0100 (Thu, 16 Feb 2012) | 1 line

-Fix (r23949): Fix wrong position argument in translated timetable strings.
------------------------------------------------------------------------
r23955 | translators | 2012-02-16 19:45:16 +0100 (Thu, 16 Feb 2012) | 5 lines

-Update from WebTranslator v3.0:
arabic_egypt - 37 changes by kasakg
french - 14 changes by OliTTD, glx
lithuanian - 34 changes by Stabilitronas

------------------------------------------------------------------------
r23954 | michi_cc | 2012-02-15 22:39:10 +0100 (Wed, 15 Feb 2012) | 1 line

-Fix (r23952): Update required grfcodec version.
------------------------------------------------------------------------
r23953 | frosch | 2012-02-15 22:34:58 +0100 (Wed, 15 Feb 2012) | 1 line

-Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements.
------------------------------------------------------------------------
r23952 | michi_cc | 2012-02-15 22:23:48 +0100 (Wed, 15 Feb 2012) | 1 line

-Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail).
------------------------------------------------------------------------
r23951 | translators | 2012-02-15 19:45:33 +0100 (Wed, 15 Feb 2012) | 8 lines

-Update from WebTranslator v3.0:
dutch - 10 changes by habell
german - 6 changes by NG, planetmaker
italian - 6 changes by lorenzodv
latvian - 9 changes by Parastais
lithuanian - 33 changes by Stabilitronas
vietnamese - 1 changes by nglekhoi

------------------------------------------------------------------------
r23950 | truebrain | 2012-02-15 16:18:38 +0100 (Wed, 15 Feb 2012) | 1 line

-Fix (r23731) [FS#5063]: never show GSGoal::Question() to spectators. Accidently INVALID_COMPANY == COMPANY_SPECTATOR
------------------------------------------------------------------------
r23949 | michi_cc | 2012-02-15 13:11:06 +0100 (Wed, 15 Feb 2012) | 1 line

-Fix (r23947): Wrong positional parameter for timetable string.
------------------------------------------------------------------------
r23948 | translators | 2012-02-14 19:45:32 +0100 (Tue, 14 Feb 2012) | 8 lines

-Update from WebTranslator v3.0:
belarusian - 31 changes by Wowanxm
english_US - 6 changes by Rubidium
finnish - 5 changes by jpx_
italian - 3 changes by lorenzodv
lithuanian - 6 changes by Stabilitronas
welsh - 4 changes by kazzie

------------------------------------------------------------------------
r23947 | michi_cc | 2012-02-14 18:04:06 +0100 (Tue, 14 Feb 2012) | 1 line

-Feature: Timetabled maximum travel speeds for non-flying vehicles.
------------------------------------------------------------------------
r23946 | michi_cc | 2012-02-14 18:04:01 +0100 (Tue, 14 Feb 2012) | 1 line

-Codechange: Pass a proper enum instead of a bit flag to CmdChangeTimetable for indicating what to change.
------------------------------------------------------------------------
r23945 | michi_cc | 2012-02-14 18:03:56 +0100 (Tue, 14 Feb 2012) | 1 line

-Fix: Better rounding when converting internal speed to displayed speed.
------------------------------------------------------------------------
r23944 | translators | 2012-02-13 19:45:25 +0100 (Mon, 13 Feb 2012) | 7 lines

-Update from WebTranslator v3.0:
french - 10 changes by OliTTD
german - 1 changes by NG
lithuanian - 46 changes by Stabilitronas
russian - 4 changes by akasoft
vietnamese - 1 changes by nglekhoi

------------------------------------------------------------------------
r23943 | frosch | 2012-02-13 18:34:53 +0100 (Mon, 13 Feb 2012) | 1 line

-Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE.
------------------------------------------------------------------------
r23942 | rubidium | 2012-02-13 18:18:20 +0100 (Mon, 13 Feb 2012) | 2 lines

-Fix: infrastructure cache of standard road stops would get messed up when buying a company with them

------------------------------------------------------------------------
r23941 | smatz | 2012-02-12 22:17:32 +0100 (Sun, 12 Feb 2012) | 1 line

-Add: support for clang
------------------------------------------------------------------------
r23940 | smatz | 2012-02-12 20:46:40 +0100 (Sun, 12 Feb 2012) | 1 line

-Codechange: remove superfluous semicolons
------------------------------------------------------------------------
r23939 | translators | 2012-02-12 19:45:51 +0100 (Sun, 12 Feb 2012) | 10 lines

-Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
english_US - 4 changes by Rubidium
finnish - 2 changes by jpx_
german - 1 changes by NG
italian - 1 changes by lorenzodv
lithuanian - 42 changes by Stabilitronas
spanish - 4 changes by Terkhen
swedish - 15 changes by Zuu

------------------------------------------------------------------------
r23938 | smatz | 2012-02-12 18:29:58 +0100 (Sun, 12 Feb 2012) | 1 line

-Codechange: declare ScriptScanner::Initialize() and make it abstract, make the other overloaded Initialize() protected
------------------------------------------------------------------------
r23937 | rubidium | 2012-02-12 12:39:29 +0100 (Sun, 12 Feb 2012) | 2 lines

-Change: improve the wording of some of the timeout related "error" messages

------------------------------------------------------------------------
r23936 | rubidium | 2012-02-12 11:58:18 +0100 (Sun, 12 Feb 2012) | 2 lines

-Feature [FS#5047]: readme/licence/changelog viewer for AI and game scripts (LordAro)

------------------------------------------------------------------------
r23935 | rubidium | 2012-02-12 11:51:43 +0100 (Sun, 12 Feb 2012) | 2 lines

-Codechange: generalise GetTextfile

------------------------------------------------------------------------
r23934 | rubidium | 2012-02-12 11:42:46 +0100 (Sun, 12 Feb 2012) | 2 lines

-Update: other language files w.r.t. the previous change

------------------------------------------------------------------------
r23933 | rubidium | 2012-02-12 11:35:15 +0100 (Sun, 12 Feb 2012) | 2 lines

-Codechange: make the text file window strings more generic (LordAro)

------------------------------------------------------------------------
r23932 | rubidium | 2012-02-12 11:32:41 +0100 (Sun, 12 Feb 2012) | 2 lines

-Codechange: split the NewGRF text window into its own source files

------------------------------------------------------------------------
r23931 | michi_cc | 2012-02-11 23:43:39 +0100 (Sat, 11 Feb 2012) | 1 line

-Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type.
------------------------------------------------------------------------
r23930 | rubidium | 2012-02-11 23:25:20 +0100 (Sat, 11 Feb 2012) | 2 lines

-Fix [FS#4944]: [Script] Do not close the parameter window when a script starts

------------------------------------------------------------------------
r23929 | rubidium | 2012-02-11 22:47:34 +0100 (Sat, 11 Feb 2012) | 2 lines

-Doc [FS#4966]: document, in a tooltip, that depot orders disable automatic servicing

------------------------------------------------------------------------
r23928 | rubidium | 2012-02-11 21:25:21 +0100 (Sat, 11 Feb 2012) | 2 lines

-Fix [FS#5053]: don't accelerate, for smoke purposes, when you reached the track's maximum speed

------------------------------------------------------------------------
r23927 | rubidium | 2012-02-11 21:08:31 +0100 (Sat, 11 Feb 2012) | 2 lines

-Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette

------------------------------------------------------------------------
r23926 | rubidium | 2012-02-11 20:46:47 +0100 (Sat, 11 Feb 2012) | 2 lines

-Update [FS#5055]: some missing Latin-ish characters as some translations started using them (PaulC)

------------------------------------------------------------------------
r23925 | rubidium | 2012-02-11 20:44:02 +0100 (Sat, 11 Feb 2012) | 2 lines

-Fix (r23924): remove some remnants from generated files as well

------------------------------------------------------------------------
r23924 | rubidium | 2012-02-11 20:42:33 +0100 (Sat, 11 Feb 2012) | 2 lines

-Fix [FS#5054]: [NoGo] "Some" news messages would cause an assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used

------------------------------------------------------------------------
r23923 | rubidium | 2012-02-11 20:25:53 +0100 (Sat, 11 Feb 2012) | 2 lines

-Update [FS#5044]: rpm specs (Ammler)

------------------------------------------------------------------------
r23922 | translators | 2012-02-11 19:45:17 +0100 (Sat, 11 Feb 2012) | 5 lines

-Update from WebTranslator v3.0:
dutch - 3 changes by Bennievv
luxembourgish - 49 changes by Phreeze
norwegian_nynorsk - 1 changes by mantaray

------------------------------------------------------------------------
r23921 | translators | 2012-02-10 19:45:22 +0100 (Fri, 10 Feb 2012) | 6 lines

-Update from WebTranslator v3.0:
english_AU - 5 changes by tomas4g
estonian - 55 changes by Jaanus
french - 13 changes by OliTTD
latvian - 1 changes by Parastais

------------------------------------------------------------------------
r23920 | frosch | 2012-02-09 23:38:39 +0100 (Thu, 09 Feb 2012) | 1 line

-Fix: Consider only the middle tile of a lock for lock-infrastructure costs. The other two tiles may be owned by other companies. Also do not count the middle tile of a lock as canal, independent of whether it is build on ground or river slope.
------------------------------------------------------------------------
r23919 | translators | 2012-02-09 19:45:17 +0100 (Thu, 09 Feb 2012) | 5 lines

-Update from WebTranslator v3.0:
belarusian - 5 changes by KorneySan
french - 50 changes by OliTTD
lithuanian - 1 changes by Stabilitronas

------------------------------------------------------------------------