------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------