------------------------------------------------------------------------
r19437 | translators | 2010-03-16 18:45:44 +0000 (Tue, 16 Mar 2010) | 16 lines

-Update from WebTranslator v3.0:
traditional_chinese - 2 changes by josesun
croatian - 2 changes by VoyagerOne
dutch - 2 changes by habell
finnish - 2 changes by jpx_
french - 2 changes by glx
frisian - 63 changes by Fopper
german - 2 changes by planetmaker
greek - 5 changes by fumantsu
hungarian - 2 changes by IPG
korean - 2 changes by junho2813
portuguese - 2 changes by JayCity
russian - 2 changes by Lone_Wolf
slovak - 4 changes by keso53
vietnamese - 8 changes by myquartz

------------------------------------------------------------------------
r19436 | frosch | 2010-03-16 17:54:10 +0000 (Tue, 16 Mar 2010) | 1 line

-Fix: With certain game settings one could clear tiles for free when building long roads.
------------------------------------------------------------------------
r19435 | yexo | 2010-03-16 16:04:35 +0000 (Tue, 16 Mar 2010) | 1 line

-Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks
------------------------------------------------------------------------
r19434 | peter1138 | 2010-03-16 06:43:41 +0000 (Tue, 16 Mar 2010) | 2 lines

-Add: Add rail speed limit to land area information window.

------------------------------------------------------------------------
r19433 | peter1138 | 2010-03-16 06:30:31 +0000 (Tue, 16 Mar 2010) | 2 lines

-Codechange: Limit rail clearance earnings to 3/4s of rail build cost, to avoid money making loophole when rail build cost is less than rail removal earnings.

------------------------------------------------------------------------
r19432 | yexo | 2010-03-16 06:25:35 +0000 (Tue, 16 Mar 2010) | 1 line

-Fix [FS#3696] (r19357): crash when the error message 'owned by <town>' was shown
------------------------------------------------------------------------
r19431 | peter1138 | 2010-03-16 06:18:52 +0000 (Tue, 16 Mar 2010) | 2 lines

-Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.

------------------------------------------------------------------------
r19429 | yexo | 2010-03-15 22:42:43 +0000 (Mon, 15 Mar 2010) | 1 line

-Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game
------------------------------------------------------------------------
r19428 | translators | 2010-03-15 18:45:27 +0000 (Mon, 15 Mar 2010) | 10 lines

-Update from WebTranslator v3.0:
arabic_egypt - 11 changes by kasakg
traditional_chinese - 2 changes by josesun
croatian - 14 changes by UnderwaterHesus, VoyagerOne
dutch - 1 changes by habell
greek - 5 changes by fumantsu
hebrew - 1 changes by dnd_man
norwegian_bokmal - 1 changes by CyberKenny
slovenian - 1 changes by ntadej

------------------------------------------------------------------------
r19427 | rubidium | 2010-03-15 17:44:54 +0000 (Mon, 15 Mar 2010) | 2 lines

-Codechange: gracefully handle the case where we can't open a .tar file.

------------------------------------------------------------------------
r19426 | rubidium | 2010-03-15 11:45:15 +0000 (Mon, 15 Mar 2010) | 2 lines

-Fix: compilation with AIs disabled

------------------------------------------------------------------------
r19425 | michi_cc | 2010-03-14 20:57:23 +0000 (Sun, 14 Mar 2010) | 1 line

-Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path.
------------------------------------------------------------------------
r19424 | frosch | 2010-03-14 20:53:31 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Call command procs only via DoCommand().
------------------------------------------------------------------------
r19423 | alberth | 2010-03-14 19:59:45 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Move error message reporting of industry build in SE to a callback.
------------------------------------------------------------------------
r19422 | translators | 2010-03-14 18:45:33 +0000 (Sun, 14 Mar 2010) | 12 lines

-Update from WebTranslator v3.0:
bulgarian - 61 changes by yxomo
catalan - 2 changes by arnau
esperanto - 1 changes by kristjan
estonian - 9 changes by irve
greek - 37 changes by fumantsu
italian - 1 changes by lorenzodv
polish - 1 changes by silver_777
portuguese - 1 changes by JayCity
russian - 6 changes by LazyBoy, Lone_Wolf
turkish - 1 changes by niw3

------------------------------------------------------------------------
r19421 | alberth | 2010-03-14 16:42:55 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Remove explicit use of _error_message from CmdConvertRail().
------------------------------------------------------------------------
r19420 | alberth | 2010-03-14 15:42:26 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean.
------------------------------------------------------------------------
r19419 | alberth | 2010-03-14 14:36:37 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Use failed CommandCost object to retrieve message instead of _error_message.
------------------------------------------------------------------------
r19418 | alberth | 2010-03-14 14:30:51 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Code style fix for ValParamTrackOrientation().
------------------------------------------------------------------------
r19417 | alberth | 2010-03-14 14:01:53 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: More code style, move variable declarations to their first use.
------------------------------------------------------------------------
r19416 | alberth | 2010-03-14 13:49:23 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Code style, move variable declarations to their first use.
------------------------------------------------------------------------
r19415 | alberth | 2010-03-14 12:58:51 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Forward CommandCost with an error back to the caller.
------------------------------------------------------------------------
r19414 | alberth | 2010-03-14 12:39:24 +0000 (Sun, 14 Mar 2010) | 1 line

-Doc: Several doxygen additions and corrections.
------------------------------------------------------------------------
r19413 | alberth | 2010-03-14 12:04:10 +0000 (Sun, 14 Mar 2010) | 1 line

-Codechange: Merging RailtypeFlag enum (a bit number) with RailTypeFlags enum (had values only).
------------------------------------------------------------------------
r19412 | alberth | 2010-03-13 20:03:58 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange (r9942): One pair of parentheses is enough.
------------------------------------------------------------------------
r19410 | translators | 2010-03-13 18:45:41 +0000 (Sat, 13 Mar 2010) | 14 lines

-Update from WebTranslator v3.0:
esperanto - 41 changes by Ailanto
estonian - 4 changes by irve
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 2 changes by planetmaker
greek - 4 changes by fumantsu
hungarian - 1 changes by alyr
korean - 1 changes by junho2813
brazilian_portuguese - 6 changes by leandromoh
russian - 1 changes by Lone_Wolf
serbian - 3 changes by etran
spanish - 1 changes by Terkhen

------------------------------------------------------------------------
r19409 | rubidium | 2010-03-13 18:21:41 +0000 (Sat, 13 Mar 2010) | 2 lines

-Codechange: remove some spaces from translations that were already removed from English (a long while ago)

------------------------------------------------------------------------
r19408 | rubidium | 2010-03-13 18:13:35 +0000 (Sat, 13 Mar 2010) | 2 lines

-Change: make the space after ... consistent in the translations too

------------------------------------------------------------------------
r19407 | rubidium | 2010-03-13 18:06:10 +0000 (Sat, 13 Mar 2010) | 2 lines

-Fix: incorrect number of dots in '...' in translations

------------------------------------------------------------------------
r19406 | rubidium | 2010-03-13 17:58:04 +0000 (Sat, 13 Mar 2010) | 2 lines

-Fix: unneeded space in English string

------------------------------------------------------------------------
r19405 | alberth | 2010-03-13 17:11:28 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange: CheckOwnership() returns a CommandCost.
------------------------------------------------------------------------
r19404 | alberth | 2010-03-13 16:38:23 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange: CheckAllowRemoveTunnelBridge() returns a CommandCost.
------------------------------------------------------------------------
r19403 | frosch | 2010-03-13 15:55:04 +0000 (Sat, 13 Mar 2010) | 1 line

-Fix (r19398): Test inverted.
------------------------------------------------------------------------
r19402 | alberth | 2010-03-13 15:53:44 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange: CheckAllowRemoveRoad() returns a CommandCost.
------------------------------------------------------------------------
r19401 | alberth | 2010-03-13 15:42:36 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange: Use curly braces with multi-line if statements.
------------------------------------------------------------------------
r19400 | alberth | 2010-03-13 15:33:07 +0000 (Sat, 13 Mar 2010) | 1 line

-Codechange: CheckforTownRating returns a CommandCost.
------------------------------------------------------------------------
r19399 | alberth | 2010-03-13 15:13:19 +0000 (Sat, 13 Mar 2010) | 1 line

-Doc: Doxyment enum TownRatingCheckType.
------------------------------------------------------------------------
r19398 | rubidium | 2010-03-13 14:58:37 +0000 (Sat, 13 Mar 2010) | 2 lines

-Codechange: move the desync cache checking code to its own function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled.

------------------------------------------------------------------------
r19397 | terkhen | 2010-03-13 10:18:57 +0000 (Sat, 13 Mar 2010) | 2 lines

-Add: Enter the starting year at the scenario editor by clicking at the date panel.

------------------------------------------------------------------------
r19396 | yexo | 2010-03-13 01:12:07 +0000 (Sat, 13 Mar 2010) | 1 line

-Fix [FS#3690] (r19351): trying to remove a too large rail station rect caused crashes
------------------------------------------------------------------------
r19395 | Yexo | 2010-03-13 00:15:24 +0000 (Sat, 13 Mar 2010) | 1 line

-Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame
------------------------------------------------------------------------
r19394 | rubidium | 2010-03-12 21:21:17 +0000 (Fri, 12 Mar 2010) | 2 lines

-Update: base set translations for Afrikaans, Danish, Estonian, Greek, Romanian and Serbian.

------------------------------------------------------------------------
r19392 | terkhen | 2010-03-12 19:38:00 +0000 (Fri, 12 Mar 2010) | 2 lines

-Codechange: Increase the maximum size of a TileArea.

------------------------------------------------------------------------
r19391 | rubidium | 2010-03-12 19:18:26 +0000 (Fri, 12 Mar 2010) | 2 lines

-Fix (r19255): shuffling around GRFIdentifier in GRFConfig caused gamelog to log the wrong data which could cause crashes later on when that data is queried

------------------------------------------------------------------------
r19390 | translators | 2010-03-12 18:45:13 +0000 (Fri, 12 Mar 2010) | 5 lines

-Update from WebTranslator v3.0:
bulgarian - 53 changes by yxomo
portuguese - 1 changes by JayCity
spanish - 1 changes by Terkhen

------------------------------------------------------------------------
r19389 | yexo | 2010-03-12 01:37:41 +0000 (Fri, 12 Mar 2010) | 1 line

-Fix [FS3676]: only show the "No AIs available" error message when explicitly changing the number of AI opponents
------------------------------------------------------------------------
r19388 | rubidium | 2010-03-11 21:55:37 +0000 (Thu, 11 Mar 2010) | 2 lines

-Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature

------------------------------------------------------------------------
r19387 | terkhen | 2010-03-11 20:57:18 +0000 (Thu, 11 Mar 2010) | 2 lines

-Fix [FS#3671]: Close all orders windows when switching companies.

------------------------------------------------------------------------
r19386 | translators | 2010-03-11 18:45:09 +0000 (Thu, 11 Mar 2010) | 4 lines

-Update from WebTranslator v3.0:
japanese - 1 changes by imkira
slovak - 10 changes by keso53

------------------------------------------------------------------------
r19385 | rubidium | 2010-03-11 17:57:14 +0000 (Thu, 11 Mar 2010) | 2 lines

-Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32.

------------------------------------------------------------------------
r19384 | frosch | 2010-03-10 20:45:23 +0000 (Wed, 10 Mar 2010) | 1 line

-Fix: Overbuilding plain rail with stations did not update PBS reservation.
------------------------------------------------------------------------
r19383 | frosch | 2010-03-10 20:44:04 +0000 (Wed, 10 Mar 2010) | 1 line

-Fix [FS#3680]: Overbuilding bridges cleared PBS reservation.
------------------------------------------------------------------------
r19382 | yexo | 2010-03-10 18:59:40 +0000 (Wed, 10 Mar 2010) | 1 line

-Fix (r19381): don't break savegame version 139
------------------------------------------------------------------------
r19381 | yexo | 2010-03-10 18:51:56 +0000 (Wed, 10 Mar 2010) | 1 line

-Fix [FS#3670] (r19198): airport size wasn't properly stored in the savegame
------------------------------------------------------------------------
r19380 | yexo | 2010-03-10 18:46:26 +0000 (Wed, 10 Mar 2010) | 1 line

-Fix [FS#3678] (r19322): updating the id of the oilrig airport should be done earlier as it can be used by newgrf code
------------------------------------------------------------------------
r19379 | translators | 2010-03-10 18:45:24 +0000 (Wed, 10 Mar 2010) | 9 lines

-Update from WebTranslator v3.0:
croatian - 1 changes by UnderwaterHesus
english_US - 19 changes by Rubidium, agenthh
greek - 5 changes by fumantsu
japanese - 9 changes by imkira
romanian - 5 changes by kkmic
russian - 4 changes by Lone_Wolf
turkish - 5 changes by niw3

------------------------------------------------------------------------
r19378 | peter1138 | 2010-03-10 07:31:08 +0000 (Wed, 10 Mar 2010) | 2 lines

-Codechange: Rename ReadExtended() to ReadExtendedByte()

------------------------------------------------------------------------
r19377 | translators | 2010-03-09 18:45:18 +0000 (Tue, 09 Mar 2010) | 7 lines

-Update from WebTranslator v3.0:
afrikaans - 6 changes by burgerd
dutch - 5 changes by habell
greek - 1 changes by fumantsu
japanese - 42 changes by imkira
lithuanian - 4 changes by BlinK_

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