------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r21923 | terkhen | 2011-01-29 17:27:32 +0000 (Sat, 29 Jan 2011) | 2 lines -Codechange: Unify articulated vehicle iteration functions. ------------------------------------------------------------------------ r21922 | terkhen | 2011-01-29 17:26:23 +0000 (Sat, 29 Jan 2011) | 2 lines -Codechange: Unify articulated vehicle checking functions. ------------------------------------------------------------------------ r21921 | terkhen | 2011-01-29 17:21:39 +0000 (Sat, 29 Jan 2011) | 2 lines -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions. ------------------------------------------------------------------------ r21920 | translators | 2011-01-27 18:45:10 +0000 (Thu, 27 Jan 2011) | 5 lines -Update from WebTranslator v3.0: basque - 25 changes by Thadah greek - 6 changes by fumantsu spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r21919 | planetmaker | 2011-01-27 00:38:12 +0000 (Thu, 27 Jan 2011) | 1 line -Fix: Converting an expensive rail type to a cheap one could give more money than removing and rebuilding cost ------------------------------------------------------------------------ r21918 | rubidium | 2011-01-26 22:42:50 +0000 (Wed, 26 Jan 2011) | 2 lines -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88) ------------------------------------------------------------------------ r21917 | translators | 2011-01-26 18:45:17 +0000 (Wed, 26 Jan 2011) | 7 lines -Update from WebTranslator v3.0: basque - 28 changes by Thadah indonesian - 15 changes by adjayanto japanese - 11 changes by kokubunzi luxembourgish - 250 changes by Phreeze brazilian_portuguese - 130 changes by Luis_Mizuchiro ------------------------------------------------------------------------ r21916 | rubidium | 2011-01-26 17:37:12 +0000 (Wed, 26 Jan 2011) | 2 lines -Fix [FS#4442]: the minimum speed needed for (realistic) acceleration to work properly can sometimes be more than the (temporary) maximum speed causing Clamp to "fail". Make sure that the minimum speed always overrules the maximum speed ------------------------------------------------------------------------ r21915 | rubidium | 2011-01-26 17:35:03 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle ------------------------------------------------------------------------ r21914 | rubidium | 2011-01-26 17:34:07 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle ------------------------------------------------------------------------ r21913 | rubidium | 2011-01-26 17:33:14 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: move bridge speed limiting for road vehicles to the same (logically speaking) place as for trains ------------------------------------------------------------------------ r21912 | rubidium | 2011-01-26 17:31:44 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well ------------------------------------------------------------------------ r21911 | rubidium | 2011-01-26 17:31:07 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle ------------------------------------------------------------------------ r21910 | rubidium | 2011-01-26 17:30:17 +0000 (Wed, 26 Jan 2011) | 2 lines -Codechange: rename some autoreplace internal functions so they don't collide with globabl functions ------------------------------------------------------------------------ r21909 | rubidium | 2011-01-26 08:14:36 +0000 (Wed, 26 Jan 2011) | 2 lines -Fix: some missing spaces ------------------------------------------------------------------------ r21908 | translators | 2011-01-25 18:45:13 +0000 (Tue, 25 Jan 2011) | 5 lines -Update from WebTranslator v3.0: german - 2 changes by dihedral brazilian_portuguese - 36 changes by Luis_Mizuchiro ukrainian - 3 changes by Fixer ------------------------------------------------------------------------