------------------------------------------------------------------------
r21906 | translators | 2011-01-24 18:45:17 +0000 (Mon, 24 Jan 2011) | 6 lines

-Update from WebTranslator v3.0:
polish - 2 changes by Simek
spanish - 1 changes by Terkhen
turkish - 4 changes by niw3
ukrainian - 2 changes by Fixer

------------------------------------------------------------------------
r21905 | translators | 2011-01-23 18:45:20 +0000 (Sun, 23 Jan 2011) | 7 lines

-Update from WebTranslator v3.0:
japanese - 6 changes by kokubunzi
polish - 13 changes by Simek
slovenian - 2 changes by ntadej
spanish - 4 changes by Terkhen
ukrainian - 2 changes by Fixer

------------------------------------------------------------------------
r21904 | frosch | 2011-01-23 18:31:04 +0000 (Sun, 23 Jan 2011) | 1 line

-Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches.
------------------------------------------------------------------------
r21903 | smatz | 2011-01-23 17:50:24 +0000 (Sun, 23 Jan 2011) | 1 line

-Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length
------------------------------------------------------------------------
r21902 | frosch | 2011-01-23 14:58:54 +0000 (Sun, 23 Jan 2011) | 1 line

-Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits.
------------------------------------------------------------------------
r21901 | frosch | 2011-01-23 13:25:26 +0000 (Sun, 23 Jan 2011) | 1 line

-Codechange: Save some bits in p2 of CmdRefitVehicle.
------------------------------------------------------------------------
r21900 | yexo | 2011-01-23 13:08:50 +0000 (Sun, 23 Jan 2011) | 1 line

-Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them
------------------------------------------------------------------------
r21899 | frosch | 2011-01-23 13:00:50 +0000 (Sun, 23 Jan 2011) | 1 line

-Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway.
------------------------------------------------------------------------
r21898 | rubidium | 2011-01-23 11:20:55 +0000 (Sun, 23 Jan 2011) | 2 lines

-Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers

------------------------------------------------------------------------
r21897 | rubidium | 2011-01-23 00:11:15 +0000 (Sun, 23 Jan 2011) | 2 lines

-Fix (21707): Kenobi visited IsValidConsoleColour shortly

------------------------------------------------------------------------
r21896 | rubidium | 2011-01-22 23:13:39 +0000 (Sat, 22 Jan 2011) | 2 lines

-Cleanup: remove the unused StartScenario

------------------------------------------------------------------------
r21895 | rubidium | 2011-01-22 23:08:32 +0000 (Sat, 22 Jan 2011) | 2 lines

-Cleanup: get rid of the unused SLD_NEW_GAME

------------------------------------------------------------------------
r21894 | rubidium | 2011-01-22 23:08:18 +0000 (Sat, 22 Jan 2011) | 2 lines

-Cleanup: get rid of the unused SM_START_SCENARIO

------------------------------------------------------------------------
r21893 | rubidium | 2011-01-22 23:07:51 +0000 (Sat, 22 Jan 2011) | 2 lines

-Update (r21892): remove the strings from the other language files as well

------------------------------------------------------------------------
r21892 | rubidium | 2011-01-22 23:07:23 +0000 (Sat, 22 Jan 2011) | 2 lines

-Fix [FS#4421]: only some scenarios from the main scenario folder and no heightmaps could be started in the "start server" window

------------------------------------------------------------------------
r21891 | translators | 2011-01-22 18:45:21 +0000 (Sat, 22 Jan 2011) | 7 lines

-Update from WebTranslator v3.0:
danish - 1 changes by nurriz
japanese - 12 changes by kokubunzi
slovenian - 1 changes by ntadej
turkish - 107 changes by niw3
ukrainian - 60 changes by Fixer

------------------------------------------------------------------------
r21890 | rubidium | 2011-01-22 14:52:20 +0000 (Sat, 22 Jan 2011) | 2 lines

-Cleanup: remove some unneeded includes

------------------------------------------------------------------------
r21889 | rubidium | 2011-01-22 14:51:36 +0000 (Sat, 22 Jan 2011) | 2 lines

-Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends)

------------------------------------------------------------------------
r21888 | rubidium | 2011-01-22 10:33:16 +0000 (Sat, 22 Jan 2011) | 2 lines

-Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree

------------------------------------------------------------------------
r21887 | rubidium | 2011-01-22 10:10:03 +0000 (Sat, 22 Jan 2011) | 2 lines

-Fix-ish: some headers weren't including the headers they depend on

------------------------------------------------------------------------
r21886 | rubidium | 2011-01-22 09:53:15 +0000 (Sat, 22 Jan 2011) | 2 lines

-Codechange: move documentation towards the code to make it more likely to be updated [n].

------------------------------------------------------------------------
r21885 | yexo | 2011-01-21 23:10:02 +0000 (Fri, 21 Jan 2011) | 1 line

-Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters
------------------------------------------------------------------------
r21884 | translators | 2011-01-21 18:45:18 +0000 (Fri, 21 Jan 2011) | 6 lines

-Update from WebTranslator v3.0:
bulgarian - 19 changes by yxomo
greek - 15 changes by Gonik, fumantsu
japanese - 201 changes by kokubunzi, nex259
ukrainian - 100 changes by Fixer

------------------------------------------------------------------------
r21883 | smatz | 2011-01-21 17:35:17 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed
------------------------------------------------------------------------
r21882 | smatz | 2011-01-21 16:51:56 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: make use of the fact that vehicle's Z position can change only if it has GVF_GOINGUP_BIT or GVF_GOINGDOWN_BIT set
------------------------------------------------------------------------
r21881 | smatz | 2011-01-21 16:48:41 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: ensure that vehicle's GOINGUP/DOWN bits are set correctly and that it has correct z_pos when converting from older savegames
------------------------------------------------------------------------
r21880 | smatz | 2011-01-21 16:35:12 +0000 (Fri, 21 Jan 2011) | 1 line

-Fix: when a train after reversing ended at the last bit of a bridge ramp and directed outside the bridge, it could still have track set to TRACK_BIT_WORMHOLE
------------------------------------------------------------------------
r21879 | smatz | 2011-01-21 16:20:55 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes
------------------------------------------------------------------------
r21878 | smatz | 2011-01-21 16:13:54 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: move parts of UpdateInclination() to separate functions
------------------------------------------------------------------------
r21877 | smatz | 2011-01-21 15:48:52 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: move definition of HALF_TILE_SIZE to tile_type.h
------------------------------------------------------------------------
r21876 | smatz | 2011-01-21 14:43:38 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
------------------------------------------------------------------------
r21875 | smatz | 2011-01-21 01:38:30 +0000 (Fri, 21 Jan 2011) | 1 line

-Codechange: indentation of some comments was wrong
------------------------------------------------------------------------
r21874 | smatz | 2011-01-21 00:11:13 +0000 (Fri, 21 Jan 2011) | 1 line

-Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped
------------------------------------------------------------------------
r21872 | rubidium | 2011-01-20 22:09:31 +0000 (Thu, 20 Jan 2011) | 2 lines

-Doc: update some more documentation

------------------------------------------------------------------------
r21871 | rubidium | 2011-01-20 22:03:27 +0000 (Thu, 20 Jan 2011) | 2 lines

-Doc: terraforming/clearing limits (dihedral)

------------------------------------------------------------------------
r21870 | frosch | 2011-01-20 21:28:38 +0000 (Thu, 20 Jan 2011) | 1 line

-Doc: Mention 'joan' in the admin network documentation.
------------------------------------------------------------------------
r21869 | translators | 2011-01-20 18:45:10 +0000 (Thu, 20 Jan 2011) | 4 lines

-Update from WebTranslator v3.0:
japanese - 131 changes by kokubunzi
slovenian - 4 changes by ntadej

------------------------------------------------------------------------
r21868 | rubidium | 2011-01-20 12:40:40 +0000 (Thu, 20 Jan 2011) | 2 lines

-Fix (r21866 and some more): the changes to the main toolbar rail types dropdown should happen for the autoreplace dropdown as well

------------------------------------------------------------------------
r21867 | rubidium | 2011-01-20 12:40:04 +0000 (Thu, 20 Jan 2011) | 2 lines

-Codechange: move creating the rail type dropdown to a more general location

------------------------------------------------------------------------
r21866 | rubidium | 2011-01-20 12:22:38 +0000 (Thu, 20 Jan 2011) | 2 lines

-Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list

------------------------------------------------------------------------
r21865 | rubidium | 2011-01-20 09:35:16 +0000 (Thu, 20 Jan 2011) | 2 lines

-Fix (r21862): don't perform savegame conversion when reinitialising some vehicle structures due to NewGRF changes

------------------------------------------------------------------------
r21864 | rubidium | 2011-01-19 23:59:29 +0000 (Wed, 19 Jan 2011) | 2 lines

-Fix [FS#4430]: distant-join station would build at the wrong location when having persistent building turned on and selecting a "second" location for the station tile

------------------------------------------------------------------------
r21863 | rubidium | 2011-01-19 20:40:27 +0000 (Wed, 19 Jan 2011) | 2 lines

-Fix (r21849): load the amount that should be loaded instead of the amount that should not be loaded

------------------------------------------------------------------------
r21862 | terkhen | 2011-01-19 20:04:09 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: Unify subtype handling between road vehicles and trains.

------------------------------------------------------------------------
r21861 | translators | 2011-01-19 18:45:12 +0000 (Wed, 19 Jan 2011) | 5 lines

-Update from WebTranslator v3.0:
japanese - 92 changes by kokubunzi
spanish - 52 changes by Terkhen
ukrainian - 2 changes by Fixer

------------------------------------------------------------------------
r21860 | terkhen | 2011-01-19 18:44:13 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: Rename road vehicle subtype functions to match the train names.

------------------------------------------------------------------------
r21859 | terkhen | 2011-01-19 18:42:54 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: Move train subtype flags to GroundVehicle.

------------------------------------------------------------------------
r21858 | terkhen | 2011-01-19 18:41:53 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: Give more similar names to ArticulatedPart functions.

------------------------------------------------------------------------
r21857 | michi_cc | 2011-01-19 17:10:57 +0000 (Wed, 19 Jan 2011) | 1 line

-Add: Revision detection for hgsubversion repositories.
------------------------------------------------------------------------
r21856 | michi_cc | 2011-01-19 17:10:52 +0000 (Wed, 19 Jan 2011) | 1 line

-Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well.
------------------------------------------------------------------------
r21855 | rubidium | 2011-01-19 16:52:57 +0000 (Wed, 19 Jan 2011) | 2 lines

-Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral)

------------------------------------------------------------------------
r21854 | rubidium | 2011-01-19 16:47:40 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)

------------------------------------------------------------------------
r21853 | rubidium | 2011-01-19 16:37:06 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)

------------------------------------------------------------------------
r21852 | rubidium | 2011-01-19 16:35:11 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: generalise GenerateCompanyPasswordHash (dihedral)

------------------------------------------------------------------------
r21851 | rubidium | 2011-01-19 16:32:23 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)

------------------------------------------------------------------------
r21850 | rubidium | 2011-01-19 16:30:09 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: move password hashing to a more general location (dihedral)

------------------------------------------------------------------------
r21849 | rubidium | 2011-01-19 16:25:00 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: move merging/splitting of cargopackets into a helper function (fonsinchen)

------------------------------------------------------------------------
r21848 | rubidium | 2011-01-19 16:20:26 +0000 (Wed, 19 Jan 2011) | 2 lines

-Codechange: unification of comment style for cargopacket.*

------------------------------------------------------------------------
r21847 | rubidium | 2011-01-19 08:24:38 +0000 (Wed, 19 Jan 2011) | 2 lines

-Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed

------------------------------------------------------------------------
r21846 | rubidium | 2011-01-18 23:09:43 +0000 (Tue, 18 Jan 2011) | 2 lines

-Codechange: move documentation towards the code to make it more likely to be updated [o-s].

------------------------------------------------------------------------
r21845 | rubidium | 2011-01-18 22:31:06 +0000 (Tue, 18 Jan 2011) | 2 lines

-Codechange: move documentation towards the code to make it more likely to be updates [d-m].

------------------------------------------------------------------------
r21844 | rubidium | 2011-01-18 22:17:15 +0000 (Tue, 18 Jan 2011) | 2 lines

-Codechange: move documentation towards the code to make it more likely to be updates [a-c].

------------------------------------------------------------------------
r21843 | rubidium | 2011-01-18 21:58:22 +0000 (Tue, 18 Jan 2011) | 2 lines

-Codechange: move documentation towards the code to make it more likely to be updates [t-z].

------------------------------------------------------------------------
r21842 | rubidium | 2011-01-18 21:30:59 +0000 (Tue, 18 Jan 2011) | 2 lines

-Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available

------------------------------------------------------------------------
r21841 | rubidium | 2011-01-18 21:28:07 +0000 (Tue, 18 Jan 2011) | 2 lines

-Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced

------------------------------------------------------------------------
r21840 | michi_cc | 2011-01-18 21:27:35 +0000 (Tue, 18 Jan 2011) | 1 line

-Change: Support tags created by hgsubversion for the revision detection.
------------------------------------------------------------------------
r21839 | michi_cc | 2011-01-18 21:27:30 +0000 (Tue, 18 Jan 2011) | 1 line

-Change: Support tags created by git-svn for the revision detection.
------------------------------------------------------------------------
r21838 | rubidium | 2011-01-18 21:09:13 +0000 (Tue, 18 Jan 2011) | 2 lines

-Change: allow LMB scrolling with the mouse outside of the extra viewport instead of canceling scrolling when going slightly over the edge

------------------------------------------------------------------------
r21837 | rubidium | 2011-01-18 21:08:19 +0000 (Tue, 18 Jan 2011) | 2 lines

-Fix [FS#4419]: LMB dragging would switch over to other viewports instead of staying locked to the viewport you started on

------------------------------------------------------------------------
r21836 | smatz | 2011-01-18 20:40:36 +0000 (Tue, 18 Jan 2011) | 1 line

-Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
------------------------------------------------------------------------
r21835 | smatz | 2011-01-18 20:06:56 +0000 (Tue, 18 Jan 2011) | 1 line

-Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times
------------------------------------------------------------------------
r21834 | translators | 2011-01-18 18:45:18 +0000 (Tue, 18 Jan 2011) | 7 lines

-Update from WebTranslator v3.0:
hungarian - 4 changes by IPG
japanese - 151 changes by kokubunzi
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
ukrainian - 4 changes by Fixer

------------------------------------------------------------------------
r21833 | rubidium | 2011-01-18 18:14:14 +0000 (Tue, 18 Jan 2011) | 2 lines

-Fix [FS#4427]: desync debug savegames might not be actually saved in case threading is enabled, which is enabled by default

------------------------------------------------------------------------
r21832 | rubidium | 2011-01-18 14:27:43 +0000 (Tue, 18 Jan 2011) | 2 lines

-Feature: limit vehicle lateness to the length of a full timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days

------------------------------------------------------------------------
r21831 | rubidium | 2011-01-18 14:25:45 +0000 (Tue, 18 Jan 2011) | 2 lines

-Fix [FS#4414]: service orders for trains/aircraft would (sometimes) not get a time when autofilling

------------------------------------------------------------------------
r21830 | terkhen | 2011-01-17 19:40:06 +0000 (Mon, 17 Jan 2011) | 2 lines

-Fix: Deunionize a union which was not initialized correctly.

------------------------------------------------------------------------
r21829 | translators | 2011-01-17 18:45:51 +0000 (Mon, 17 Jan 2011) | 17 lines

-Update from WebTranslator v3.0:
belarusian - 4 changes by KorneySan
croatian - 2 changes by VoyagerOne
czech - 1 changes by CrazyBenny
dutch - 4 changes by habell
english_US - 1 changes by Rubidium
estonian - 3 changes by notAbot
finnish - 1 changes by jpx_
french - 2 changes by glx
italian - 1 changes by lorenzodv
polish - 1 changes by amateja
romanian - 24 changes by kkmic
russian - 4 changes by KorneySan, Lone_Wolf
spanish - 2 changes by Terkhen
swedish - 3 changes by Ledel, urdh
ukrainian - 34 changes by Fixer

------------------------------------------------------------------------
r21828 | rubidium | 2011-01-17 16:42:49 +0000 (Mon, 17 Jan 2011) | 2 lines

-Document [FS#4415]: that the station build date is the date of the last construction action

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