------------------------------------------------------------------------
r21983 | translators | 2011-02-05 18:45:47 +0000 (Sat, 05 Feb 2011) | 16 lines

-Update from WebTranslator v3.0:
belarusian - 6 changes by Wowanxm
czech - 4 changes by CrazyBenny
english_US - 3 changes by Rubidium
estonian - 7 changes by notAbot
finnish - 5 changes by jpx_
french - 5 changes by glx
german - 9 changes by planetmaker
italian - 10 changes by lorenzodv, planetmaker
japanese - 11 changes by kokubunzi
polish - 21 changes by Simek
russian - 1 changes by Lone_Wolf
serbian - 9 changes by etran
spanish - 5 changes by Terkhen
ukrainian - 9 changes by Fixer

------------------------------------------------------------------------
r21982 | frosch | 2011-02-05 17:54:36 +0000 (Sat, 05 Feb 2011) | 1 line

-Add: Wheel scrolling to console.
------------------------------------------------------------------------
r21981 | frosch | 2011-02-05 17:53:29 +0000 (Sat, 05 Feb 2011) | 1 line

-Codechange: Deduplicate the code and unify the bounds of console scrolling.
------------------------------------------------------------------------
r21980 | frosch | 2011-02-05 17:44:44 +0000 (Sat, 05 Feb 2011) | 1 line

-Codechange: Draw one line more at the top of the console, i.e. clip the top-most line if there is not enough room instead of not drawing it at all.
------------------------------------------------------------------------
r21979 | frosch | 2011-02-05 17:41:05 +0000 (Sat, 05 Feb 2011) | 1 line

-Fix: Scrolling of the console in pages used wrong line height and scrolled too much.
------------------------------------------------------------------------
r21978 | frosch | 2011-02-05 17:34:13 +0000 (Sat, 05 Feb 2011) | 1 line

-Codechange/Fix: Remove usage of Window::top and left from IConsoleWindow::OnPaint(). Drawing is done relative to the window position. But as the position is (0,0) anyway, it was not noticeable.
------------------------------------------------------------------------
r21977 | frosch | 2011-02-05 16:36:37 +0000 (Sat, 05 Feb 2011) | 1 line

-Codechange: Always cal Window::OnMouseWheel(), independent of viewport scroll/zoom settings.
------------------------------------------------------------------------
r21976 | alberth | 2011-02-05 16:20:55 +0000 (Sat, 05 Feb 2011) | 1 line

-Doc: Document several crash handling functions.
------------------------------------------------------------------------
r21975 | frosch | 2011-02-05 16:07:23 +0000 (Sat, 05 Feb 2011) | 1 line

-Add: console command to reset the engine pool. It removes the traces of engines which are no longer associated to a NewGRF, and can be used to e.g. 'fix' scenarios which were screwed up by the author. You can only use it when there are no vehicles in the game though.
------------------------------------------------------------------------
r21974 | terkhen | 2011-02-05 13:46:09 +0000 (Sat, 05 Feb 2011) | 2 lines

-Feature: Add a setting to enable/disable funding local road reconstruction.

------------------------------------------------------------------------
r21973 | terkhen | 2011-02-05 13:42:57 +0000 (Sat, 05 Feb 2011) | 2 lines

-Fix: Redraw the town authority window after modifying town authority settings.

------------------------------------------------------------------------
r21972 | alberth | 2011-02-05 11:42:27 +0000 (Sat, 05 Feb 2011) | 1 line

-Fix: Replace 'None' industries in the generation window with more descriptive label.
------------------------------------------------------------------------
r21971 | alberth | 2011-02-05 10:38:40 +0000 (Sat, 05 Feb 2011) | 1 line

-Fix (r21969): Subversion auto-increments revision on commit.
------------------------------------------------------------------------
r21970 | rubidium | 2011-02-05 10:38:31 +0000 (Sat, 05 Feb 2011) | 2 lines

-Fix [FS#4464]: Crash when a multiplayer company goes bankrupt with 'you' in it

------------------------------------------------------------------------
r21969 | alberth | 2011-02-05 10:28:31 +0000 (Sat, 05 Feb 2011) | 1 line

-Feature: Introduce 'minimal' number of industries as a replacment for the old 'none' setting in the newgame window.
------------------------------------------------------------------------
r21967 | rubidium | 2011-02-04 20:07:32 +0000 (Fri, 04 Feb 2011) | 2 lines

-Prepare: for 1.1.0-beta5

------------------------------------------------------------------------
r21966 | rubidium | 2011-02-04 19:20:47 +0000 (Fri, 04 Feb 2011) | 2 lines

-Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs

------------------------------------------------------------------------
r21965 | translators | 2011-02-04 18:47:33 +0000 (Fri, 04 Feb 2011) | 9 lines

-Update from WebTranslator v3.0:
czech - 6 changes by SmatZ
dutch - 15 changes by Yexo
english_US - 10 changes by Rubidium
finnish - 9 changes by jpx_
french - 9 changes by glx
russian - 6 changes by Lone_Wolf
spanish - 6 changes by Terkhen

------------------------------------------------------------------------
r21964 | rubidium | 2011-02-04 18:41:42 +0000 (Fri, 04 Feb 2011) | 2 lines

-Fix (r21959): regression failed

------------------------------------------------------------------------
r21963 | rubidium | 2011-02-04 18:32:56 +0000 (Fri, 04 Feb 2011) | 2 lines

-Fix: saying something twice in an error message is not needed

------------------------------------------------------------------------
r21962 | rubidium | 2011-02-04 16:40:38 +0000 (Fri, 04 Feb 2011) | 2 lines

-Feature-ish: GUI setting to disable reversing at signals

------------------------------------------------------------------------
r21961 | rubidium | 2011-02-04 16:07:42 +0000 (Fri, 04 Feb 2011) | 2 lines

-Remove: limitation that not loading and not unloading is mutual exclusive

------------------------------------------------------------------------
r21960 | rubidium | 2011-02-04 15:40:35 +0000 (Fri, 04 Feb 2011) | 3 lines

-Change: show the length of vehicles in tiles, instead of half tiles in the depot
-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length

------------------------------------------------------------------------
r21959 | rubidium | 2011-02-04 15:37:23 +0000 (Fri, 04 Feb 2011) | 2 lines

-Change: replace longbridges with custom maximum bridge and tunnel length setting

------------------------------------------------------------------------
r21958 | rubidium | 2011-02-04 15:29:50 +0000 (Fri, 04 Feb 2011) | 2 lines

-Cleanup: join_stations setting; can done by distant join and could be subverted by distant join

------------------------------------------------------------------------
r21957 | rubidium | 2011-02-04 15:13:20 +0000 (Fri, 04 Feb 2011) | 2 lines

-Cleanup: gotodepot and timetabling settings are more or less useless; just don't use depot orders or timetabling if you don't want to use it

------------------------------------------------------------------------
r21956 | rubidium | 2011-02-04 14:38:33 +0000 (Fri, 04 Feb 2011) | 2 lines

-Cleanup: always draw the bridge pillars

------------------------------------------------------------------------
r21955 | rubidium | 2011-02-04 14:38:15 +0000 (Fri, 04 Feb 2011) | 2 lines

-Cleanup: always show the long date in the status bar

------------------------------------------------------------------------
r21954 | rubidium | 2011-02-04 14:37:24 +0000 (Fri, 04 Feb 2011) | 2 lines

-Cleanup: remove setting to not show the vehicle speed in the vehicle view

------------------------------------------------------------------------
r21953 | smatz | 2011-02-04 14:11:14 +0000 (Fri, 04 Feb 2011) | 1 line

-Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
------------------------------------------------------------------------
r21952 | rubidium | 2011-02-04 10:31:40 +0000 (Fri, 04 Feb 2011) | 2 lines

-Codechange: unify the company clearing code for bankruptcy with the command to remove companies

------------------------------------------------------------------------
r21951 | yexo | 2011-02-04 08:29:14 +0000 (Fri, 04 Feb 2011) | 1 line

-Fix: [NewGRF] reset the carry flag every 4 bytes in action6 when adding more than one variable
------------------------------------------------------------------------
r21950 | translators | 2011-02-03 18:45:07 +0000 (Thu, 03 Feb 2011) | 3 lines

-Update from WebTranslator v3.0:
catalan - 1 changes by arnau

------------------------------------------------------------------------
r21949 | smatz | 2011-02-02 23:06:38 +0000 (Wed, 02 Feb 2011) | 1 line

-Change: randomize the vehicle a small UFO targets, do not use the one with lowest index
------------------------------------------------------------------------
r21948 | smatz | 2011-02-02 22:40:04 +0000 (Wed, 02 Feb 2011) | 1 line

-Fix: road vehicle was moved under the bridge when it was destroyed by an UFO while on a bridge
------------------------------------------------------------------------
r21947 | smatz | 2011-02-02 22:20:48 +0000 (Wed, 02 Feb 2011) | 1 line

-Fix (r21195): crash when converting a savegame with vehicles crashed in a tunnel entry, or with vehicles reversing there
------------------------------------------------------------------------
r21946 | rubidium | 2011-02-02 22:13:13 +0000 (Wed, 02 Feb 2011) | 2 lines

-Fix [FS#4447]: assertion/funny behaviour when a road vehicle reverses while overtaking, so abort the overtake attempt when reversing the road vehicle

------------------------------------------------------------------------
r21945 | rubidium | 2011-02-02 22:06:14 +0000 (Wed, 02 Feb 2011) | 2 lines

-Codechange: simplify setting the overtaking counter and remove the magic from its numbers

------------------------------------------------------------------------
r21944 | smatz | 2011-02-02 22:01:01 +0000 (Wed, 02 Feb 2011) | 1 line

-Codechange: give name to one magic constant
------------------------------------------------------------------------
r21943 | rubidium | 2011-02-02 21:56:56 +0000 (Wed, 02 Feb 2011) | 2 lines

-Codechange: document and unmagicify some bits of road vehicle overtaking

------------------------------------------------------------------------
r21942 | smatz | 2011-02-02 19:22:35 +0000 (Wed, 02 Feb 2011) | 1 line

-Codechange: no need to convert GOINGUP/GOINGDOWN flags if they are cleared afterwards during savegame conversion
------------------------------------------------------------------------
r21941 | translators | 2011-02-02 18:45:05 +0000 (Wed, 02 Feb 2011) | 3 lines

-Update from WebTranslator v3.0:
maltese - 22 changes by peter88823

------------------------------------------------------------------------
r21940 | planetmaker | 2011-02-02 16:46:42 +0000 (Wed, 02 Feb 2011) | 1 line

-Fix [FS#4460]: Not all vehicles should be tested to be inside a tunnel upon savegame load (SmatZ)
------------------------------------------------------------------------
r21939 | smatz | 2011-02-02 14:50:57 +0000 (Wed, 02 Feb 2011) | 1 line

-Fix (r16357): the check for valid depot wasn't strict enough
------------------------------------------------------------------------
r21938 | alberth | 2011-02-01 21:18:27 +0000 (Tue, 01 Feb 2011) | 1 line

-Codechange: AfterLoadGame() is no longer friend of Vehicle.
------------------------------------------------------------------------
r21937 | translators | 2011-02-01 18:45:06 +0000 (Tue, 01 Feb 2011) | 3 lines

-Update from WebTranslator v3.0:
turkish - 32 changes by leventpasha

------------------------------------------------------------------------
r21936 | terkhen | 2011-02-01 10:48:10 +0000 (Tue, 01 Feb 2011) | 3 lines

-Fix [FS#4457](r19231): Do not remove existing road/tram bits when overbuilding stops of the opposite road type.
-Change: Build only the required road/tram bits when building stops with drag and drop.

------------------------------------------------------------------------
r21935 | terkhen | 2011-02-01 10:43:25 +0000 (Tue, 01 Feb 2011) | 2 lines

-Fix (r19231): Allow to overbuild road stops which are built over trams.

------------------------------------------------------------------------
r21934 | frosch | 2011-01-31 20:56:02 +0000 (Mon, 31 Jan 2011) | 1 line

-Fix (r21933): The original plan was to run the regression before committing.
------------------------------------------------------------------------
r21933 | frosch | 2011-01-31 20:44:15 +0000 (Mon, 31 Jan 2011) | 3 lines

-Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way.
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
------------------------------------------------------------------------
r21932 | rubidium | 2011-01-31 20:27:33 +0000 (Mon, 31 Jan 2011) | 2 lines

-Document: some tidbits related to vehicles

------------------------------------------------------------------------
r21931 | translators | 2011-01-31 18:45:07 +0000 (Mon, 31 Jan 2011) | 3 lines

-Update from WebTranslator v3.0:
vietnamese - 81 changes by myquartz

------------------------------------------------------------------------
r21930 | alberth | 2011-01-30 21:32:21 +0000 (Sun, 30 Jan 2011) | 1 line

-Codechange: Remove unused vehicle GetTypeString() functions.
------------------------------------------------------------------------
r21929 | planetmaker | 2011-01-30 19:14:48 +0000 (Sun, 30 Jan 2011) | 1 line

-Fix [FS#4554]: The town window would not be invalidated in the scenario editor if the ground changed and thus the required cargos for town growth
------------------------------------------------------------------------
r21928 | translators | 2011-01-30 18:45:06 +0000 (Sun, 30 Jan 2011) | 3 lines

-Update from WebTranslator v3.0:
portuguese - 5 changes by JayCity

------------------------------------------------------------------------
r21927 | alberth | 2011-01-30 12:58:54 +0000 (Sun, 30 Jan 2011) | 1 line

-Change: Comment-style fixes.
------------------------------------------------------------------------
r21926 | frosch | 2011-01-29 23:42:40 +0000 (Sat, 29 Jan 2011) | 1 line

-Fix [FS#4450](r21924): v != w.
------------------------------------------------------------------------
r21925 | alberth | 2011-01-29 21:37:11 +0000 (Sat, 29 Jan 2011) | 1 line

-Doc: Doxygen additions and markup corrections to vehicle-related functions.
------------------------------------------------------------------------
r21924 | terkhen | 2011-01-29 17:30:25 +0000 (Sat, 29 Jan 2011) | 3 lines

-Codechange: Unify some parts of the articulated vehicle code.
-Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required.

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