glx
e874f0e16e
(svn r22342) -Fix (r22338): fix the right place and run the script
2011-04-17 17:56:33 +00:00
peter1138
aae6bd5b02
(svn r22341) -Change: Remove string unused since r22337
2011-04-17 17:56:31 +00:00
peter1138
d91d61d643
(svn r22341) -Change: Remove string unused since r22337
2011-04-17 17:56:31 +00:00
translators
0acec7b011
(svn r22340) -Update from WebTranslator v3.0:
...
french - 1 changes by glx
german - 1 changes by planetmaker
brazilian_portuguese - 1 changes by Tucalipe
slovenian - 32 changes by
swedish - 2 changes by Ledel
2011-04-17 17:45:20 +00:00
translators
9f3062f6ac
(svn r22340) -Update from WebTranslator v3.0:
...
french - 1 changes by glx
german - 1 changes by planetmaker
brazilian_portuguese - 1 changes by Tucalipe
slovenian - 32 changes by
swedish - 2 changes by Ledel
2011-04-17 17:45:20 +00:00
glx
7dd160ea14
(svn r22339) -Fix: french uses NBSP as digit separator, not dot
2011-04-17 17:34:18 +00:00
glx
e7cebee7fe
(svn r22339) -Fix: french uses NBSP as digit separator, not dot
2011-04-17 17:34:18 +00:00
peter1138
1b5f1ccac0
(svn r22338) -Fix (r22337): Compile-before-commit...
2011-04-17 17:34:09 +00:00
peter1138
2080002461
(svn r22338) -Fix (r22337): Compile-before-commit...
2011-04-17 17:34:09 +00:00
peter1138
6660278d5a
(svn r22337) -Fix: Overly specific error message
2011-04-17 17:28:33 +00:00
peter1138
7b4620d66b
(svn r22337) -Fix: Overly specific error message
2011-04-17 17:28:33 +00:00
frosch
d1f199af81
(svn r22336) -Fix (r22304): {DECIMAL} printed too many thousand separators.
2011-04-17 17:17:09 +00:00
frosch
f4649c7ce7
(svn r22336) -Fix (r22304): {DECIMAL} printed too many thousand separators.
2011-04-17 17:17:09 +00:00
smatz
f695324fe3
(svn r22335) -Cleanup (r22308): remove superfluous tabs
2011-04-17 13:36:51 +00:00
smatz
b1286bbcda
(svn r22335) -Cleanup (r22308): remove superfluous tabs
2011-04-17 13:36:51 +00:00
translators
5e303a124e
(svn r22334) -Update from WebTranslator v3.0:
...
slovenian - 72 changes by klemenkosir
2011-04-16 17:45:08 +00:00
translators
ec45870fc4
(svn r22334) -Update from WebTranslator v3.0:
...
slovenian - 72 changes by klemenkosir
2011-04-16 17:45:08 +00:00
frosch
6fbc8e46a1
(svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones.
2011-04-16 17:20:08 +00:00
frosch
204a6b16c3
(svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones.
2011-04-16 17:20:08 +00:00
frosch
333a7ac24e
(svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders.
2011-04-16 17:18:04 +00:00
frosch
74069dbda3
(svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders.
2011-04-16 17:18:04 +00:00
frosch
58c4de2caf
(svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself)
2011-04-16 17:06:59 +00:00
frosch
8dd2f413bd
(svn r22331) -Change: When inserting an (automatic) order A in front of an order B, disable modifications of automatic orders for all vehicles currently heading for B as we do not know whether they will reach A or B first. (except for the vehicle causing the insertion of the automatic order itself)
2011-04-16 17:06:59 +00:00
frosch
aee1e06273
(svn r22330) -Change: When a conditional order triggers and causes skipping to a particular order, disable modifications to automatic orders. till reaching the next real order, as we do not know whether to change the targets of conditional orders when inserting automatic orders. (So, when the vehicle skips to an order and later inserts an automatic order, the conditional order will still point to the same order, so the automatic order will be inserted again the next time.)
2011-04-16 17:02:28 +00:00
frosch
181fd5e3ab
(svn r22330) -Change: When a conditional order triggers and causes skipping to a particular order, disable modifications to automatic orders. till reaching the next real order, as we do not know whether to change the targets of conditional orders when inserting automatic orders. (So, when the vehicle skips to an order and later inserts an automatic order, the conditional order will still point to the same order, so the automatic order will be inserted again the next time.)
2011-04-16 17:02:28 +00:00
frosch
1ef4e543e7
(svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328)
2011-04-16 16:56:24 +00:00
frosch
709f0e4f83
(svn r22329) -Change: When the current orders are interrupted for non-ordered service, disable modifications to automatic orders until the next real order is completed. (train part already slipped by in r22328)
2011-04-16 16:56:24 +00:00
frosch
7de7488788
(svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached.
2011-04-16 16:45:35 +00:00
frosch
194a941a37
(svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached.
2011-04-16 16:45:35 +00:00
frosch
a296ccb74e
(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct.
2011-04-16 16:41:02 +00:00
frosch
aedd38255b
(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct.
2011-04-16 16:41:02 +00:00
frosch
5429d70496
(svn r22326) -Fix: Destinations of conditional orders were update incorrectly when deleting orders in front of the conditional orders, if the target order wwas the order just before of the conditional order.
2011-04-16 16:26:08 +00:00
frosch
30b4bad60c
(svn r22326) -Fix: Destinations of conditional orders were update incorrectly when deleting orders in front of the conditional orders, if the target order wwas the order just before of the conditional order.
2011-04-16 16:26:08 +00:00
rubidium
2b32d0fdeb
(svn r22325) -Fix: Slovenian iso code was wrong
2011-04-15 19:04:42 +00:00
rubidium
52b7c63683
(svn r22325) -Fix: Slovenian iso code was wrong
2011-04-15 19:04:42 +00:00
frosch
d53875b661
(svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders failed.
2011-04-15 19:03:55 +00:00
frosch
5eafcd8de6
(svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders failed.
2011-04-15 19:03:55 +00:00
translators
0ae5755f2d
(svn r22323) -Update from WebTranslator v3.0:
...
norwegian_bokmal - 3 changes by 2rB
norwegian_nynorsk - 41 changes by 2rB
slovenian - 2 changes by ntadej
2011-04-15 17:45:13 +00:00
translators
2cbffe0423
(svn r22323) -Update from WebTranslator v3.0:
...
norwegian_bokmal - 3 changes by 2rB
norwegian_nynorsk - 41 changes by 2rB
slovenian - 2 changes by ntadej
2011-04-15 17:45:13 +00:00
planetmaker
476d1591b6
(svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help
2011-04-15 06:20:01 +00:00
planetmaker
2f226fb725
(svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help
2011-04-15 06:20:01 +00:00
translators
a758c8a844
(svn r22321) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
2011-04-13 17:45:11 +00:00
translators
c4a4866316
(svn r22321) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
2011-04-13 17:45:11 +00:00
orudge
f3a203385f
(svn r22320) -Fix [FS#4590]: "Shopping centre" is more accurate in British English
2011-04-13 14:45:49 +00:00
orudge
8d8fda5662
(svn r22320) -Fix [FS#4590]: "Shopping centre" is more accurate in British English
2011-04-13 14:45:49 +00:00
translators
f85dfa5ab0
(svn r22319) -Update from WebTranslator v3.0:
...
portuguese - 1 changes by JayCity
thai - 1 changes by kenny
vietnamese - 1 changes by nglekhoi
2011-04-12 17:45:13 +00:00
translators
e1ed80d76e
(svn r22319) -Update from WebTranslator v3.0:
...
portuguese - 1 changes by JayCity
thai - 1 changes by kenny
vietnamese - 1 changes by nglekhoi
2011-04-12 17:45:13 +00:00
translators
142256e803
(svn r22318) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
korean - 1 changes by junho2813
2011-04-11 17:45:14 +00:00
translators
4ea89306e2
(svn r22318) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
korean - 1 changes by junho2813
2011-04-11 17:45:14 +00:00
translators
c323ceeeb1
(svn r22317) -Update from WebTranslator v3.0:
...
dutch - 1 changes by Yexo
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 2 changes by Rubidium
italian - 1 changes by lorenzodv
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
2011-04-10 17:45:28 +00:00