------------------------------------------------------------------------
r19375 | translators | 2010-03-08 18:45:39 +0000 (Mon, 08 Mar 2010) | 14 lines

-Update from WebTranslator v3.0:
traditional_chinese - 5 changes by josesun
hebrew - 5 changes by dnd_man
indonesian - 5 changes by prof
korean - 5 changes by junho2813
lithuanian - 1 changes by BlinK_
luxembourgish - 5 changes by Phreeze
norwegian_bokmal - 6 changes by mantaray
norwegian_nynorsk - 6 changes by mantaray
polish - 4 changes by silver_777
russian - 8 changes by Lone_Wolf
slovak - 109 changes by keso53
ukrainian - 31 changes by Madvin

------------------------------------------------------------------------
r19374 | peter1138 | 2010-03-08 11:51:23 +0000 (Mon, 08 Mar 2010) | 2 lines

-Change: Update documentation for console command connect to use ip:port#company parameter format, in line with command line help.

------------------------------------------------------------------------
r19373 | terkhen | 2010-03-07 22:31:18 +0000 (Sun, 07 Mar 2010) | 2 lines

-Fix (r19372): Missing variable declaration.

------------------------------------------------------------------------
r19372 | alberth | 2010-03-07 20:44:05 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: CheckTileOwnership() returns a CommandCost.
------------------------------------------------------------------------
r19371 | translators | 2010-03-07 18:45:27 +0000 (Sun, 07 Mar 2010) | 10 lines

-Update from WebTranslator v3.0:
catalan - 5 changes by arnau
finnish - 1 changes by jpx_
german - 4 changes by planetmaker
hungarian - 14 changes by alyr
italian - 6 changes by lorenzodv
portuguese - 6 changes by JayCity
russian - 9 changes by Lone_Wolf
serbian - 5 changes by etran

------------------------------------------------------------------------
r19370 | alberth | 2010-03-07 18:29:53 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: EnsureNoTrainOnTrack() returns a CommandCost.
------------------------------------------------------------------------
r19369 | alberth | 2010-03-07 18:24:41 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now.
------------------------------------------------------------------------
r19368 | frosch | 2010-03-07 17:38:40 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: Return early in AIAbstractList::SetValue(), if the value is not modified.
------------------------------------------------------------------------
r19367 | frosch | 2010-03-07 17:24:07 +0000 (Sun, 07 Mar 2010) | 1 line

-Fix [FS#3665]: List valuator could cause invalid iterators.
------------------------------------------------------------------------
r19366 | alberth | 2010-03-07 16:10:40 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: Move setting of _error_message from the callback check routine to the caller.
------------------------------------------------------------------------
r19365 | alberth | 2010-03-07 15:54:58 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp.
------------------------------------------------------------------------
r19364 | peter1138 | 2010-03-07 15:10:39 +0000 (Sun, 07 Mar 2010) | 2 lines

-Fix [FS#3668]: Implement custom sound effect for helicopter take-off.

------------------------------------------------------------------------
r19363 | alberth | 2010-03-07 14:00:53 +0000 (Sun, 07 Mar 2010) | 1 line

-Codechange: Remove use of _error_message global from TerraformTile_Track.
------------------------------------------------------------------------
r19362 | alberth | 2010-03-07 12:20:17 +0000 (Sun, 07 Mar 2010) | 1 line

-Fix [FS#3667] (r19270): Failure to prospect an industry should not cause a crash.
------------------------------------------------------------------------
r19361 | yexo | 2010-03-06 23:54:54 +0000 (Sat, 06 Mar 2010) | 1 line

-Fix [FS#3664](r19353): crash when an airport was deleted
------------------------------------------------------------------------
r19360 | terkhen | 2010-03-06 19:48:17 +0000 (Sat, 06 Mar 2010) | 2 lines

-Add: [NewGRF] When the tractive effort of a road vehicle is not set, use a default value of 4C.

------------------------------------------------------------------------
r19359 | translators | 2010-03-06 18:45:34 +0000 (Sat, 06 Mar 2010) | 12 lines

-Update from WebTranslator v3.0:
croatian - 5 changes by VoyagerOne
esperanto - 4 changes by Ailanto
finnish - 6 changes by jpx_
french - 5 changes by glx
german - 1 changes by planetmaker
greek - 6 changes by fumantsu
hungarian - 5 changes by Petert, alyr
slovak - 5 changes by keso53
slovenian - 5 changes by ntadej
spanish - 5 changes by Terkhen

------------------------------------------------------------------------
r19358 | frosch | 2010-03-06 16:26:09 +0000 (Sat, 06 Mar 2010) | 1 line

-Fix [FS#3663]: Close error messages about missing ownership when the company closes or is taken over. (parts by Alberth).
------------------------------------------------------------------------
r19357 | frosch | 2010-03-06 16:23:32 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: Add 'face' member to ErrmsgWindow to simplify stuff.
------------------------------------------------------------------------
r19356 | frosch | 2010-03-06 16:15:50 +0000 (Sat, 06 Mar 2010) | 1 line

-Fix: Whitespace.
------------------------------------------------------------------------
r19355 | yexo | 2010-03-06 16:07:45 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: add the airport layout to build as parameter to CmdBuildAirport
------------------------------------------------------------------------
r19354 | yexo | 2010-03-06 16:02:07 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: store the number of layouts in AirportSpec
------------------------------------------------------------------------
r19353 | yexo | 2010-03-06 15:38:13 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: use static objects for the airport statemachines instead of new/delete at the start/end of the game
-Codechange: store the fta in AirportSpec
------------------------------------------------------------------------
r19352 | yexo | 2010-03-06 15:30:40 +0000 (Sat, 06 Mar 2010) | 1 line

-Fix (r19332): MSVC doesn't have M_PI in math.h
------------------------------------------------------------------------
r19351 | yexo | 2010-03-06 13:38:46 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: use TileArea for AfterRemoveRect
------------------------------------------------------------------------
r19350 | alberth | 2010-03-06 13:23:33 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: StationRect::BeforeAddRect() returns a CommandCost.
------------------------------------------------------------------------
r19349 | terkhen | 2010-03-06 13:04:25 +0000 (Sat, 06 Mar 2010) | 2 lines

-Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle.

------------------------------------------------------------------------
r19348 | terkhen | 2010-03-06 13:03:17 +0000 (Sat, 06 Mar 2010) | 2 lines

-Add: Allow to sort road vehicles by power and by power vs running cost at the engine preview window.

------------------------------------------------------------------------
r19347 | terkhen | 2010-03-06 12:59:28 +0000 (Sat, 06 Mar 2010) | 2 lines

-Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles.

------------------------------------------------------------------------
r19346 | terkhen | 2010-03-06 12:58:33 +0000 (Sat, 06 Mar 2010) | 2 lines

-Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%.

------------------------------------------------------------------------
r19345 | terkhen | 2010-03-06 12:56:57 +0000 (Sat, 06 Mar 2010) | 2 lines

-Feature: Realistic acceleration for road vehicles.

------------------------------------------------------------------------
r19344 | terkhen | 2010-03-06 12:55:56 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: RoadVehicle uses UpdateInclination instead of its own function.

------------------------------------------------------------------------
r19343 | terkhen | 2010-03-06 12:54:42 +0000 (Sat, 06 Mar 2010) | 3 lines

-Codechange: Make RoadVehicle a child class of GroundVehicle.
-Add: Required acceleration functions at RoadVehicle.

------------------------------------------------------------------------
r19342 | terkhen | 2010-03-06 12:52:44 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Move inclination update functions to GroundVehicle.

------------------------------------------------------------------------
r19341 | terkhen | 2010-03-06 12:50:55 +0000 (Sat, 06 Mar 2010) | 3 lines

-Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.
-Codechange: Move GetSlopeResistance to GroundVehicle.

------------------------------------------------------------------------
r19340 | terkhen | 2010-03-06 12:45:47 +0000 (Sat, 06 Mar 2010) | 2 lines

-Documentation: Add a list of required functions to GroundVehicle.

------------------------------------------------------------------------
r19339 | terkhen | 2010-03-06 12:44:30 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Move acceleration functions to GroundVehicle.

------------------------------------------------------------------------
r19338 | terkhen | 2010-03-06 12:42:53 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Move the acceleration cache to GroundVehicle.

------------------------------------------------------------------------
r19337 | terkhen | 2010-03-06 12:41:18 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Create the GroundVehicle class.

------------------------------------------------------------------------
r19336 | terkhen | 2010-03-06 12:27:23 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Move rail speed limit to its own function.

------------------------------------------------------------------------
r19335 | alberth | 2010-03-06 12:15:03 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: StationRect::BeforeAddTile() returns a CommandCost.
------------------------------------------------------------------------
r19334 | alberth | 2010-03-06 11:54:59 +0000 (Sat, 06 Mar 2010) | 1 line

-Codechange: method-call codestyle fixes, and introduction of const reference formal parameter.
------------------------------------------------------------------------
r19333 | alberth | 2010-03-06 11:08:39 +0000 (Sat, 06 Mar 2010) | 1 line

-Fix (r19328): int versus uint comparison warning fixed.
------------------------------------------------------------------------
r19332 | peter1138 | 2010-03-06 11:08:31 +0000 (Sat, 06 Mar 2010) | 2 lines

-Codechange: Simplify sound panning by using float data, and switch to sinusoidal algorithm to maintain output level.

------------------------------------------------------------------------
r19331 | yexo | 2010-03-06 01:58:55 +0000 (Sat, 06 Mar 2010) | 3 lines

-Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size
-Fix (r19319): detecting if a plane was landed at an airport failed
-Fix: reset the airporttile mapping when restarting a game
------------------------------------------------------------------------
r19330 | yexo | 2010-03-06 00:38:21 +0000 (Sat, 06 Mar 2010) | 1 line

-Cleanup: remove the now unused 'oilrig' from AirportSpec
------------------------------------------------------------------------
r19329 | yexo | 2010-03-05 23:22:31 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: language updates for the previous commits

------------------------------------------------------------------------
r19328 | yexo | 2010-03-05 23:21:56 +0000 (Fri, 05 Mar 2010) | 2 lines

-Feature: a more extendable gui for building airports

------------------------------------------------------------------------
r19327 | yexo | 2010-03-05 23:21:51 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: make the oilrig a part of the original airports array so some special cases can be removed

------------------------------------------------------------------------
r19326 | yexo | 2010-03-05 23:21:41 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: store the airport name as property in AirportSpec

------------------------------------------------------------------------
r19325 | yexo | 2010-03-05 23:21:35 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: introduce airport classes and split the default airports in 4 classes

------------------------------------------------------------------------
r19324 | yexo | 2010-03-05 23:21:30 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: introduce AirportSpec::GetWithoutOverride to get a non-const pointer to a given airportspec

------------------------------------------------------------------------
r19323 | yexo | 2010-03-05 23:21:23 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: copy the AirportSpec original array to an internal array in AirportSpec

------------------------------------------------------------------------
r19322 | yexo | 2010-03-05 23:20:02 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange: change the id of the oilrig airport from 15 to 9

------------------------------------------------------------------------
r19321 | rubidium | 2010-03-05 22:48:58 +0000 (Fri, 05 Mar 2010) | 2 lines

-Codechange [FS#3630]: unify the rail station widget descriptions (sbr)

------------------------------------------------------------------------
r19320 | alberth | 2010-03-05 21:34:12 +0000 (Fri, 05 Mar 2010) | 1 line

-Fix (r19291): Forgot to set error message.
------------------------------------------------------------------------
r19319 | alberth | 2010-03-05 21:20:22 +0000 (Fri, 05 Mar 2010) | 1 line

-Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
------------------------------------------------------------------------
r19318 | yexo | 2010-03-05 19:19:29 +0000 (Fri, 05 Mar 2010) | 1 line

-Fix [FS#3661](r19198): crash when building an airport at a station where a plane was headed
------------------------------------------------------------------------
r19317 | translators | 2010-03-05 18:45:15 +0000 (Fri, 05 Mar 2010) | 6 lines

-Update from WebTranslator v3.0:
croatian - 15 changes by UnderwaterHesus
estonian - 58 changes by irve
indonesian - 1 changes by fanioz
brazilian_portuguese - 3 changes by Tucalipe

------------------------------------------------------------------------
r19316 | alberth | 2010-03-04 21:35:26 +0000 (Thu, 04 Mar 2010) | 1 line

-Fix (r19186): Give correct error when failing to flatten land.
------------------------------------------------------------------------
r19315 | yexo | 2010-03-04 20:07:39 +0000 (Thu, 04 Mar 2010) | 1 line

-Fix (r19295): Show the filename in the newgrf windows if the newgrf name is not empty
------------------------------------------------------------------------
r19314 | translators | 2010-03-04 18:45:29 +0000 (Thu, 04 Mar 2010) | 10 lines

-Update from WebTranslator v3.0:
simplified_chinese - 7 changes by Gavin
frisian - 43 changes by Fopper
greek - 13 changes by fumantsu
hungarian - 1 changes by Petert
korean - 45 changes by dlunch
luxembourgish - 5 changes by Phreeze
russian - 19 changes by LazyBoy
serbian - 27 changes by etran

------------------------------------------------------------------------
r19311 | smatz | 2010-03-03 20:49:16 +0000 (Wed, 03 Mar 2010) | 1 line

-Fix (r19181): further wrong translations
------------------------------------------------------------------------
r19309 | rubidium | 2010-03-03 20:37:50 +0000 (Wed, 03 Mar 2010) | 1 line

-Update: base set translations for Arabic, Catalan and Norwegian (Nynorsk)
------------------------------------------------------------------------
r19308 | rubidium | 2010-03-03 20:16:55 +0000 (Wed, 03 Mar 2010) | 1 line

-Change [FS#3655]: Increase the default small font size for freetype fonts as 6 point fonts are usually unreadable
------------------------------------------------------------------------
r19307 | peter1138 | 2010-03-03 19:07:34 +0000 (Wed, 03 Mar 2010) | 2 lines

-Add: Let railtypes specify their own smallmap colour. No legend support yet.

------------------------------------------------------------------------
r19306 | peter1138 | 2010-03-03 18:58:32 +0000 (Wed, 03 Mar 2010) | 2 lines

-Change: Railtype cost factor from byte to word value

------------------------------------------------------------------------
r19305 | translators | 2010-03-03 18:45:16 +0000 (Wed, 03 Mar 2010) | 7 lines

-Update from WebTranslator v3.0:
afrikaans - 3 changes by burgerd
malay - 1 changes by Kwokfu
russian - 1 changes by Lone_Wolf
serbian - 27 changes by etran
thai - 7 changes by decoze

------------------------------------------------------------------------
r19304 | glx | 2010-03-02 23:11:23 +0000 (Tue, 02 Mar 2010) | 1 line

-Fix [FS#3652]: disable sound when a sound error happen instead crashing
------------------------------------------------------------------------
r19303 | frosch | 2010-03-02 20:31:05 +0000 (Tue, 02 Mar 2010) | 1 line

-Codechange: Silence a gcc warning.
------------------------------------------------------------------------
r19302 | translators | 2010-03-02 18:45:21 +0000 (Tue, 02 Mar 2010) | 8 lines

-Update from WebTranslator v3.0:
german - 1 changes by planetmaker
italian - 41 changes by lorenzodv
korean - 1 changes by junho2813
malay - 19 changes by Kwokfu
serbian - 18 changes by etran
swedish - 24 changes by accatyyc

------------------------------------------------------------------------
r19301 | michi_cc | 2010-03-02 03:31:02 +0000 (Tue, 02 Mar 2010) | 1 line

-Feature: [YAPF] Consider the railtype imposed speed limit for pathfinding.
------------------------------------------------------------------------
r19299 | yexo | 2010-03-01 20:17:21 +0000 (Mon, 01 Mar 2010) | 2 lines

-Codechange: store the most compatible ttd airport type in AirportSpec
-Fix: [NewGRF] return the ttd airport type in station var 0xF1
------------------------------------------------------------------------
r19298 | yexo | 2010-03-01 19:53:28 +0000 (Mon, 01 Mar 2010) | 1 line

-Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed when there is no truck/bus stop
------------------------------------------------------------------------
r19297 | frosch | 2010-03-01 19:34:04 +0000 (Mon, 01 Mar 2010) | 1 line

-Codechange: Variable scope and documentation of DoCreateNewIndustry().
------------------------------------------------------------------------
r19296 | translators | 2010-03-01 18:45:35 +0000 (Mon, 01 Mar 2010) | 12 lines

-Update from WebTranslator v3.0:
afrikaans - 12 changes by Kayos
traditional_chinese - 1 changes by josesun
dutch - 1 changes by habell
esperanto - 22 changes by Ailanto, kristjan
greek - 1 changes by fumantsu
italian - 2 changes by lorenzodv
russian - 4 changes by LazyBoy, Lone_Wolf
serbian - 73 changes by etran
turkish - 3 changes by niw3
vietnamese - 21 changes by myquartz

------------------------------------------------------------------------
r19295 | yexo | 2010-02-28 20:28:08 +0000 (Sun, 28 Feb 2010) | 1 line

-Codechange: introduce wrapper functions for GRFConfig::name/info
------------------------------------------------------------------------