log

age author description
Tue, 19 Apr 2011 17:45:16 +0000 translators (svn r22349) -Update from WebTranslator v3.0: draft
Tue, 19 Apr 2011 15:00:11 +0000 smatz (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp draft
Mon, 18 Apr 2011 17:45:34 +0000 translators (svn r22347) -Update from WebTranslator v3.0: draft
Sun, 17 Apr 2011 18:45:36 +0000 terkhen (svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore. draft
Sun, 17 Apr 2011 18:44:09 +0000 terkhen (svn r22345) -Change: Remove pixel limiter for text buffers. draft
Sun, 17 Apr 2011 18:43:17 +0000 terkhen (svn r22344) -Codechange: Remove width constant from the sign list window. draft
Sun, 17 Apr 2011 18:42:17 +0000 terkhen (svn r22343) -Change: Remove pixel limiter for query strings. draft
Sun, 17 Apr 2011 17:56:33 +0000 glx (svn r22342) -Fix (r22338): fix the right place and run the script draft
Sun, 17 Apr 2011 17:56:31 +0000 peter1138 (svn r22341) -Change: Remove string unused since r22337 draft
Sun, 17 Apr 2011 17:45:20 +0000 translators (svn r22340) -Update from WebTranslator v3.0: draft
Sun, 17 Apr 2011 17:34:18 +0000 glx (svn r22339) -Fix: french uses NBSP as digit separator, not dot draft
Sun, 17 Apr 2011 17:34:09 +0000 peter1138 (svn r22338) -Fix (r22337): Compile-before-commit... draft
Sun, 17 Apr 2011 17:28:33 +0000 peter1138 (svn r22337) -Fix: Overly specific error message draft
Sun, 17 Apr 2011 17:17:09 +0000 frosch (svn r22336) -Fix (r22304): {DECIMAL} printed too many thousand separators. draft
Sun, 17 Apr 2011 13:36:51 +0000 smatz (svn r22335) -Cleanup (r22308): remove superfluous tabs draft
Sat, 16 Apr 2011 17:45:08 +0000 translators (svn r22334) -Update from WebTranslator v3.0: draft
Sat, 16 Apr 2011 17:20:08 +0000 frosch (svn r22333) -Change: Prefer deleting automatic orders instead of inserting new ones. draft
Sat, 16 Apr 2011 17:18:04 +0000 frosch (svn r22332) -Fix: When inserting automatic orders, do not create consecutive duplicate orders. draft
Sat, 16 Apr 2011 17:06:59 +0000 frosch (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) draft
Sat, 16 Apr 2011 17:02:28 +0000 frosch (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.) draft
Sat, 16 Apr 2011 16:56:24 +0000 frosch (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) draft
Sat, 16 Apr 2011 16:45:35 +0000 frosch (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached. draft
Sat, 16 Apr 2011 16:41:02 +0000 frosch (svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct. draft
Sat, 16 Apr 2011 16:26:08 +0000 frosch (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. draft
Fri, 15 Apr 2011 19:04:42 +0000 rubidium (svn r22325) -Fix: Slovenian iso code was wrong draft
Fri, 15 Apr 2011 19:03:55 +0000 frosch (svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders failed. draft
Fri, 15 Apr 2011 17:45:13 +0000 translators (svn r22323) -Update from WebTranslator v3.0: draft
Fri, 15 Apr 2011 06:20:01 +0000 planetmaker (svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help draft
Wed, 13 Apr 2011 17:45:11 +0000 translators (svn r22321) -Update from WebTranslator v3.0: draft
Wed, 13 Apr 2011 14:45:49 +0000 orudge (svn r22320) -Fix [FS#4590]: "Shopping centre" is more accurate in British English draft
Tue, 12 Apr 2011 17:45:13 +0000 translators (svn r22319) -Update from WebTranslator v3.0: draft
Mon, 11 Apr 2011 17:45:14 +0000 translators (svn r22318) -Update from WebTranslator v3.0: draft
Sun, 10 Apr 2011 17:45:28 +0000 translators (svn r22317) -Update from WebTranslator v3.0: draft
Sun, 10 Apr 2011 17:21:43 +0000 frosch (svn r22316) -Fix: [NewGRF] When determining refittability use the cargo translation table of the GRF setting the refitmask instead of the GRF defining the action 3. draft
Sun, 10 Apr 2011 16:10:06 +0000 frosch (svn r22315) -Fix (r22314): Update comment as well. draft
Sun, 10 Apr 2011 16:08:14 +0000 frosch (svn r22314) -Change: Put NewGRF supplied townnames at the top of the dropdown list. draft
Sun, 10 Apr 2011 15:30:24 +0000 frosch (svn r22313) -Cleanup (r22312): Remove some dead code. draft
Sun, 10 Apr 2011 15:30:08 +0000 frosch (svn r22312) -Codechange: Add GameOptionsWindow::BuildDropDownList() for construction of all dropdown lists in the GameOptionsWindow. draft
Sun, 10 Apr 2011 15:01:14 +0000 frosch (svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used as comparator function in DropDownList::sort(). draft
Sun, 10 Apr 2011 14:56:14 +0000 frosch (svn r22310) -Codechange: Derive DropDownListCharStringItem from DropDownListStringItem. draft
Sun, 10 Apr 2011 10:47:21 +0000 frosch (svn r22309) -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. draft
Sat, 09 Apr 2011 21:52:38 +0000 rubidium (svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or rather the client would kick itself due to an unexpected packet draft
Sat, 09 Apr 2011 21:15:24 +0000 frosch (svn r22307) -Fix: When drawing the town authority window, check whether the availability of the actions changed, and force a complete redraw in that case. draft
Sat, 09 Apr 2011 20:33:07 +0000 rubidium (svn r22306) -Fix-ish: WT3 still doesn't validate the amount of plural parameters draft
Sat, 09 Apr 2011 20:27:34 +0000 frosch (svn r22305) -Add: One digit for the fractional part of train lengths in the depot view. draft
Sat, 09 Apr 2011 20:26:14 +0000 frosch (svn r22304) -Add: {DECIMAL} string code to print decimal fractions. draft
Sat, 09 Apr 2011 20:12:45 +0000 frosch (svn r22303) -Codechange: Simplify the 'zerofill' parameter of FormatNumber() and reduce usage of magic numbers. draft
Sat, 09 Apr 2011 11:32:11 +0000 frosch (svn r22302) -Codechange: Replace a linear search with a binary search. draft
Fri, 08 Apr 2011 17:45:07 +0000 translators (svn r22301) -Update from WebTranslator v3.0: draft
Thu, 07 Apr 2011 22:40:27 +0000 planetmaker (svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect of what was intended draft
Thu, 07 Apr 2011 22:27:54 +0000 planetmaker (svn r22299) -Fix [FS#4581]: Check the availability year of all houses, not just the NewGRF houses, when making sure that at least one is available onwards from year 0 draft
Thu, 07 Apr 2011 15:58:21 +0000 smatz (svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles draft
Thu, 07 Apr 2011 15:48:13 +0000 smatz (svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88) draft
Tue, 05 Apr 2011 17:45:07 +0000 translators (svn r22296) -Update from WebTranslator v3.0: draft
Mon, 04 Apr 2011 17:45:09 +0000 translators (svn r22295) -Update from WebTranslator v3.0: draft
Sun, 03 Apr 2011 17:00:57 +0000 frosch (svn r22294) -Fix (r20922)[FS#4571]: Reset Window::scrolling_scrollbar when raising scrollbar buttons. draft
Sun, 03 Apr 2011 08:22:14 +0000 planetmaker (svn r22293) -Add: Allow docks to feature company colour (add another pony for the firs(t) fish&chips foundry) draft
Sat, 02 Apr 2011 16:40:05 +0000 frosch (svn r22292) -Change: Increase the linewidth in plots. draft
Sat, 02 Apr 2011 16:39:30 +0000 frosch (svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine(). draft
Sat, 02 Apr 2011 15:07:58 +0000 frosch (svn r22290) -Codechange: Somewhat deduplicate one line of code. draft