------------------------------------------------------------------------ r22334 | translators | 2011-04-16 17:45:08 +0000 (Sat, 16 Apr 2011) | 3 lines -Update from WebTranslator v3.0: slovenian - 72 changes by klemenkosir ------------------------------------------------------------------------ r22333 | frosch | 2011-04-16 17:20:08 +0000 (Sat, 16 Apr 2011) | 1 line -Change: Prefer deleting automatic orders instead of inserting new ones. ------------------------------------------------------------------------ r22332 | frosch | 2011-04-16 17:18:04 +0000 (Sat, 16 Apr 2011) | 1 line -Fix: When inserting automatic orders, do not create consecutive duplicate orders. ------------------------------------------------------------------------ r22331 | frosch | 2011-04-16 17:06:59 +0000 (Sat, 16 Apr 2011) | 1 line -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) ------------------------------------------------------------------------ r22330 | frosch | 2011-04-16 17:02:28 +0000 (Sat, 16 Apr 2011) | 1 line -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.) ------------------------------------------------------------------------ r22329 | frosch | 2011-04-16 16:56:24 +0000 (Sat, 16 Apr 2011) | 1 line -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) ------------------------------------------------------------------------ r22328 | frosch | 2011-04-16 16:45:35 +0000 (Sat, 16 Apr 2011) | 1 line -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. ------------------------------------------------------------------------ r22327 | frosch | 2011-04-16 16:41:02 +0000 (Sat, 16 Apr 2011) | 1 line -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct. ------------------------------------------------------------------------ r22326 | frosch | 2011-04-16 16:26:08 +0000 (Sat, 16 Apr 2011) | 1 line -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. ------------------------------------------------------------------------ r22325 | rubidium | 2011-04-15 19:04:42 +0000 (Fri, 15 Apr 2011) | 2 lines -Fix: Slovenian iso code was wrong ------------------------------------------------------------------------ r22324 | frosch | 2011-04-15 19:03:55 +0000 (Fri, 15 Apr 2011) | 1 line -Fix: Vehicles skipped orders when inserting automatic orders failed. ------------------------------------------------------------------------ r22323 | translators | 2011-04-15 17:45:13 +0000 (Fri, 15 Apr 2011) | 5 lines -Update from WebTranslator v3.0: norwegian_bokmal - 3 changes by 2rB norwegian_nynorsk - 41 changes by 2rB slovenian - 2 changes by ntadej ------------------------------------------------------------------------ r22322 | planetmaker | 2011-04-15 06:20:01 +0000 (Fri, 15 Apr 2011) | 1 line -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help ------------------------------------------------------------------------ r22321 | translators | 2011-04-13 17:45:11 +0000 (Wed, 13 Apr 2011) | 4 lines -Update from WebTranslator v3.0: belarusian - 1 changes by KorneySan russian - 1 changes by KorneySan ------------------------------------------------------------------------ r22320 | orudge | 2011-04-13 14:45:49 +0000 (Wed, 13 Apr 2011) | 1 line -Fix [FS#4590]: "Shopping centre" is more accurate in British English ------------------------------------------------------------------------ r22319 | translators | 2011-04-12 17:45:13 +0000 (Tue, 12 Apr 2011) | 5 lines -Update from WebTranslator v3.0: portuguese - 1 changes by JayCity thai - 1 changes by kenny vietnamese - 1 changes by nglekhoi ------------------------------------------------------------------------ r22318 | translators | 2011-04-11 17:45:14 +0000 (Mon, 11 Apr 2011) | 5 lines -Update from WebTranslator v3.0: catalan - 1 changes by arnau croatian - 1 changes by VoyagerOne korean - 1 changes by junho2813 ------------------------------------------------------------------------ r22317 | translators | 2011-04-10 17:45:28 +0000 (Sun, 10 Apr 2011) | 10 lines -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 ------------------------------------------------------------------------ r22316 | frosch | 2011-04-10 17:21:43 +0000 (Sun, 10 Apr 2011) | 1 line -Fix: [NewGRF] When determining refittability use the cargo translation table of the GRF setting the refitmask instead of the GRF defining the action 3. ------------------------------------------------------------------------ r22315 | frosch | 2011-04-10 16:10:06 +0000 (Sun, 10 Apr 2011) | 1 line -Fix (r22314): Update comment as well. ------------------------------------------------------------------------ r22314 | frosch | 2011-04-10 16:08:14 +0000 (Sun, 10 Apr 2011) | 1 line -Change: Put NewGRF supplied townnames at the top of the dropdown list. ------------------------------------------------------------------------ r22313 | frosch | 2011-04-10 15:30:24 +0000 (Sun, 10 Apr 2011) | 1 line -Cleanup (r22312): Remove some dead code. ------------------------------------------------------------------------ r22312 | frosch | 2011-04-10 15:30:08 +0000 (Sun, 10 Apr 2011) | 4 lines -Codechange: Add GameOptionsWindow::BuildDropDownList() for construction of all dropdown lists in the GameOptionsWindow. -Change: Sort the items in the currency dropdown; separate the "Custom" item with a horizontal line from the rest. -Change: Separate default and NewGRF-supplied townnames with a horizontal line and only sort them within these groups. -Fix: Resize all dropdown lists in the GameOptionsWindow, so no text is truncated. ------------------------------------------------------------------------ r22311 | frosch | 2011-04-10 15:01:14 +0000 (Sun, 10 Apr 2011) | 1 line -Add: DropDownListStringItem::NatSortFunc() which can be used as comparator function in DropDownList::sort(). ------------------------------------------------------------------------ r22310 | frosch | 2011-04-10 14:56:14 +0000 (Sun, 10 Apr 2011) | 1 line -Codechange: Derive DropDownListCharStringItem from DropDownListStringItem. ------------------------------------------------------------------------ r22309 | frosch | 2011-04-10 10:47:21 +0000 (Sun, 10 Apr 2011) | 1 line -Fix: Make road vehicles, ships and aircraft skip orders if they are leaving a depot and heading to the same one again; just like trains since r16322. ------------------------------------------------------------------------ r22308 | rubidium | 2011-04-09 21:52:38 +0000 (Sat, 09 Apr 2011) | 2 lines -Fix [FS#4574]: waiting on a server could kick the client, or rather the client would kick itself due to an unexpected packet ------------------------------------------------------------------------ r22307 | frosch | 2011-04-09 21:15:24 +0000 (Sat, 09 Apr 2011) | 1 line -Fix: When drawing the town authority window, check whether the availability of the actions changed, and force a complete redraw in that case. ------------------------------------------------------------------------ r22306 | rubidium | 2011-04-09 20:33:07 +0000 (Sat, 09 Apr 2011) | 2 lines -Fix-ish: WT3 still doesn't validate the amount of plural parameters ------------------------------------------------------------------------ r22305 | frosch | 2011-04-09 20:27:34 +0000 (Sat, 09 Apr 2011) | 1 line -Add: One digit for the fractional part of train lengths in the depot view. ------------------------------------------------------------------------ r22304 | frosch | 2011-04-09 20:26:14 +0000 (Sat, 09 Apr 2011) | 1 line -Add: {DECIMAL} string code to print decimal fractions. ------------------------------------------------------------------------ r22303 | frosch | 2011-04-09 20:12:45 +0000 (Sat, 09 Apr 2011) | 1 line -Codechange: Simplify the 'zerofill' parameter of FormatNumber() and reduce usage of magic numbers. ------------------------------------------------------------------------ r22302 | frosch | 2011-04-09 11:32:11 +0000 (Sat, 09 Apr 2011) | 1 line -Codechange: Replace a linear search with a binary search. ------------------------------------------------------------------------