Commit Graph

  • 3d34b9e4a2 (svn r21928) -Update from WebTranslator v3.0: portuguese - 5 changes by JayCity translators 2011-01-30 18:45:06 +00:00
  • c0e5da8327 (svn r21928) -Update from WebTranslator v3.0: portuguese - 5 changes by JayCity translators 2011-01-30 18:45:06 +00:00
  • 1e65afc62a (svn r21927) -Change: Comment-style fixes. alberth 2011-01-30 12:58:54 +00:00
  • ad2049848a (svn r21927) -Change: Comment-style fixes. alberth 2011-01-30 12:58:54 +00:00
  • f48838ef3f (svn r21926) -Fix [FS#4450](r21924): v != w. frosch 2011-01-29 23:42:40 +00:00
  • 7b2ab9ba83 (svn r21926) -Fix [FS#4450](r21924): v != w. frosch 2011-01-29 23:42:40 +00:00
  • eea2f90da7 (svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-related functions. alberth 2011-01-29 21:37:11 +00:00
  • 5ef4317dd9 (svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-related functions. alberth 2011-01-29 21:37:11 +00:00
  • 734994c9ba (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. -Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required. terkhen 2011-01-29 17:30:25 +00:00
  • 0e51dab6a6 (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. -Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required. terkhen 2011-01-29 17:30:25 +00:00
  • 50b0e10026 (svn r21923) -Codechange: Unify articulated vehicle iteration functions. terkhen 2011-01-29 17:27:32 +00:00
  • 0ac0bcfdf7 (svn r21923) -Codechange: Unify articulated vehicle iteration functions. terkhen 2011-01-29 17:27:32 +00:00
  • 9626e0bf2b (svn r21922) -Codechange: Unify articulated vehicle checking functions. terkhen 2011-01-29 17:26:23 +00:00
  • b974d69988 (svn r21922) -Codechange: Unify articulated vehicle checking functions. terkhen 2011-01-29 17:26:23 +00:00
  • 23ffef05ce (svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions. terkhen 2011-01-29 17:21:39 +00:00
  • 14e0343d21 (svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions. terkhen 2011-01-29 17:21:39 +00:00
  • 3cd1f15523 (svn r21920) -Update from WebTranslator v3.0: basque - 25 changes by Thadah greek - 6 changes by fumantsu spanish - 1 changes by Terkhen translators 2011-01-27 18:45:10 +00:00
  • 637c79744d (svn r21920) -Update from WebTranslator v3.0: basque - 25 changes by Thadah greek - 6 changes by fumantsu spanish - 1 changes by Terkhen translators 2011-01-27 18:45:10 +00:00
  • 5e82fee690 (svn r21919) -Fix: Converting an expensive rail type to a cheap one could give more money than removing and rebuilding cost planetmaker 2011-01-27 00:38:12 +00:00
  • 182d351959 (svn r21919) -Fix: Converting an expensive rail type to a cheap one could give more money than removing and rebuilding cost planetmaker 2011-01-27 00:38:12 +00:00
  • 62e5afcdf8 (svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88) rubidium 2011-01-26 22:42:50 +00:00
  • a663fb0ce6 (svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88) rubidium 2011-01-26 22:42:50 +00:00
  • a7634b399d (svn r21917) -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 translators 2011-01-26 18:45:17 +00:00
  • 3f5c9f6aee (svn r21917) -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 translators 2011-01-26 18:45:17 +00:00
  • ab4c419fcf (svn r21916) -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 rubidium 2011-01-26 17:37:12 +00:00
  • cf81efc5a6 (svn r21916) -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 rubidium 2011-01-26 17:37:12 +00:00
  • 430fda01dc (svn r21915) -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle rubidium 2011-01-26 17:35:03 +00:00
  • 2f8fb298a8 (svn r21915) -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle rubidium 2011-01-26 17:35:03 +00:00
  • b4a175ba41 (svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle rubidium 2011-01-26 17:34:07 +00:00
  • 2a9fe0c0d8 (svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle rubidium 2011-01-26 17:34:07 +00:00
  • 982de9cf86 (svn r21913) -Codechange: move bridge speed limiting for road vehicles to the same (logically speaking) place as for trains rubidium 2011-01-26 17:33:14 +00:00
  • 509a01e291 (svn r21913) -Codechange: move bridge speed limiting for road vehicles to the same (logically speaking) place as for trains rubidium 2011-01-26 17:33:14 +00:00
  • 4fff63d790 (svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well rubidium 2011-01-26 17:31:44 +00:00
  • aa1f02c248 (svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well rubidium 2011-01-26 17:31:44 +00:00
  • b11f1bd4ed (svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle rubidium 2011-01-26 17:31:07 +00:00
  • 0f411f9899 (svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle rubidium 2011-01-26 17:31:07 +00:00
  • 12b64a12b0 (svn r21910) -Codechange: rename some autoreplace internal functions so they don't collide with globabl functions rubidium 2011-01-26 17:30:17 +00:00
  • 02f3de6d1f (svn r21910) -Codechange: rename some autoreplace internal functions so they don't collide with globabl functions rubidium 2011-01-26 17:30:17 +00:00
  • 8017c2a3d7 (svn r21909) -Fix: some missing spaces rubidium 2011-01-26 08:14:36 +00:00
  • 54c0dec6aa (svn r21909) -Fix: some missing spaces rubidium 2011-01-26 08:14:36 +00:00
  • 2bec6123f7 (svn r21908) -Update from WebTranslator v3.0: german - 2 changes by dihedral brazilian_portuguese - 36 changes by Luis_Mizuchiro ukrainian - 3 changes by Fixer translators 2011-01-25 18:45:13 +00:00
  • d16b489673 (svn r21908) -Update from WebTranslator v3.0: german - 2 changes by dihedral brazilian_portuguese - 36 changes by Luis_Mizuchiro ukrainian - 3 changes by Fixer translators 2011-01-25 18:45:13 +00:00
  • 83ad2c4dfa (svn r21906) -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 translators 2011-01-24 18:45:17 +00:00
  • 76f777d1dc (svn r21906) -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 translators 2011-01-24 18:45:17 +00:00
  • 4c37e0ec2c (svn r21905) -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 translators 2011-01-23 18:45:20 +00:00
  • 84efa6e5d0 (svn r21905) -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 translators 2011-01-23 18:45:20 +00:00
  • 072f6d67ef (svn r21904) -Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches. frosch 2011-01-23 18:31:04 +00:00
  • ad6c92bc12 (svn r21904) -Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches. frosch 2011-01-23 18:31:04 +00:00
  • 25a22ec255 (svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length smatz 2011-01-23 17:50:24 +00:00
  • 9175046d26 (svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length smatz 2011-01-23 17:50:24 +00:00
  • 9a1c0f139a (svn r21902) -Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits. frosch 2011-01-23 14:58:54 +00:00
  • aab0eff930 (svn r21902) -Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits. frosch 2011-01-23 14:58:54 +00:00
  • 3f103c35a6 (svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle. frosch 2011-01-23 13:25:26 +00:00
  • 8411b28dcf (svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle. frosch 2011-01-23 13:25:26 +00:00
  • 967bb84af3 (svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them yexo 2011-01-23 13:08:50 +00:00
  • 309b99a944 (svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them yexo 2011-01-23 13:08:50 +00:00
  • 890a18c738 (svn r21899) -Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway. frosch 2011-01-23 13:00:50 +00:00
  • 6254ffc4d7 (svn r21899) -Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway. frosch 2011-01-23 13:00:50 +00:00
  • 81ef0dbcfc (svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers rubidium 2011-01-23 11:20:55 +00:00
  • 67b48537a5 (svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers rubidium 2011-01-23 11:20:55 +00:00
  • 0de8332366 (svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly rubidium 2011-01-23 00:11:15 +00:00
  • 86ba528906 (svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly rubidium 2011-01-23 00:11:15 +00:00
  • 1339d75f75 (svn r21896) -Cleanup: remove the unused StartScenario rubidium 2011-01-22 23:13:39 +00:00
  • 4f291ca982 (svn r21896) -Cleanup: remove the unused StartScenario rubidium 2011-01-22 23:13:39 +00:00
  • d74fc0bee3 (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME rubidium 2011-01-22 23:08:32 +00:00
  • c46cadf3fd (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME rubidium 2011-01-22 23:08:32 +00:00
  • 7eadf07e44 (svn r21894) -Cleanup: get rid of the unused SM_START_SCENARIO rubidium 2011-01-22 23:08:18 +00:00
  • f775da140c (svn r21894) -Cleanup: get rid of the unused SM_START_SCENARIO rubidium 2011-01-22 23:08:18 +00:00
  • 0537672324 (svn r21893) -Update (r21892): remove the strings from the other language files as well rubidium 2011-01-22 23:07:51 +00:00
  • a921a149ee (svn r21893) -Update (r21892): remove the strings from the other language files as well rubidium 2011-01-22 23:07:51 +00:00
  • cc8da3e5ab (svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario folder and no heightmaps could be started in the "start server" window rubidium 2011-01-22 23:07:23 +00:00
  • 25735450b1 (svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario folder and no heightmaps could be started in the "start server" window rubidium 2011-01-22 23:07:23 +00:00
  • 03fb95f92f (svn r21891) -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 translators 2011-01-22 18:45:21 +00:00
  • 678fd5a314 (svn r21891) -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 translators 2011-01-22 18:45:21 +00:00
  • 7eba2bf4d3 (svn r21890) -Cleanup: remove some unneeded includes rubidium 2011-01-22 14:52:20 +00:00
  • 05199a641a (svn r21890) -Cleanup: remove some unneeded includes rubidium 2011-01-22 14:52:20 +00:00
  • 849772f0fd (svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends) rubidium 2011-01-22 14:51:36 +00:00
  • d021a6b834 (svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends) rubidium 2011-01-22 14:51:36 +00:00
  • 9e8db65223 (svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree rubidium 2011-01-22 10:33:16 +00:00
  • fa9cb1164e (svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree rubidium 2011-01-22 10:33:16 +00:00
  • 6ff844e7c4 (svn r21887) -Fix-ish: some headers weren't including the headers they depend on rubidium 2011-01-22 10:10:03 +00:00
  • 14e878f476 (svn r21887) -Fix-ish: some headers weren't including the headers they depend on rubidium 2011-01-22 10:10:03 +00:00
  • eb299736c1 (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. rubidium 2011-01-22 09:53:15 +00:00
  • 43c8073551 (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. rubidium 2011-01-22 09:53:15 +00:00
  • 0cdb1c78cd (svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters yexo 2011-01-21 23:10:02 +00:00
  • 024869f33c (svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters yexo 2011-01-21 23:10:02 +00:00
  • c9bd9b0c23 (svn r21884) -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 translators 2011-01-21 18:45:18 +00:00
  • 36e20569b2 (svn r21884) -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 translators 2011-01-21 18:45:18 +00:00
  • 8b9f0d5ade (svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed smatz 2011-01-21 17:35:17 +00:00
  • 50dfa5986c (svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed smatz 2011-01-21 17:35:17 +00:00
  • e860075a16 (svn r21882) -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 smatz 2011-01-21 16:51:56 +00:00
  • 713d929883 (svn r21882) -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 smatz 2011-01-21 16:51:56 +00:00
  • 2a2363e819 (svn r21881) -Codechange: ensure that vehicle's GOINGUP/DOWN bits are set correctly and that it has correct z_pos when converting from older savegames smatz 2011-01-21 16:48:41 +00:00
  • d1ee1a5aed (svn r21881) -Codechange: ensure that vehicle's GOINGUP/DOWN bits are set correctly and that it has correct z_pos when converting from older savegames smatz 2011-01-21 16:48:41 +00:00
  • a6fcd78538 (svn r21880) -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 smatz 2011-01-21 16:35:12 +00:00
  • e8274ab6b1 (svn r21880) -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 smatz 2011-01-21 16:35:12 +00:00
  • e308c348f0 (svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes smatz 2011-01-21 16:20:55 +00:00
  • a3ae023fdb (svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes smatz 2011-01-21 16:20:55 +00:00
  • 46dfdfd72b (svn r21878) -Codechange: move parts of UpdateInclination() to separate functions smatz 2011-01-21 16:13:54 +00:00
  • 9ae2016de8 (svn r21878) -Codechange: move parts of UpdateInclination() to separate functions smatz 2011-01-21 16:13:54 +00:00