Mercurial > hg > openttd
graph
-
(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. draftSun, 10 Apr 2011 17:21:43 +0000, by frosch
-
(svn r22315) -Fix (r22314): Update comment as well. draftSun, 10 Apr 2011 16:10:06 +0000, by frosch
-
(svn r22314) -Change: Put NewGRF supplied townnames at the top of the dropdown list. draftSun, 10 Apr 2011 16:08:14 +0000, by frosch
-
(svn r22313) -Cleanup (r22312): Remove some dead code. draftSun, 10 Apr 2011 15:30:24 +0000, by frosch
-
(svn r22312) -Codechange: Add GameOptionsWindow::BuildDropDownList() for construction of all dropdown lists in the GameOptionsWindow. draftSun, 10 Apr 2011 15:30:08 +0000, by frosch
-
(svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used as comparator function in DropDownList::sort(). draftSun, 10 Apr 2011 15:01:14 +0000, by frosch
-
(svn r22310) -Codechange: Derive DropDownListCharStringItem from DropDownListStringItem. draftSun, 10 Apr 2011 14:56:14 +0000, by 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. draftSun, 10 Apr 2011 10:47:21 +0000, by frosch
-
(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 draftSat, 09 Apr 2011 21:52:38 +0000, by rubidium
-
(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. draftSat, 09 Apr 2011 21:15:24 +0000, by frosch
-
(svn r22306) -Fix-ish: WT3 still doesn't validate the amount of plural parameters draftSat, 09 Apr 2011 20:33:07 +0000, by rubidium
-
(svn r22305) -Add: One digit for the fractional part of train lengths in the depot view. draftSat, 09 Apr 2011 20:27:34 +0000, by frosch
-
(svn r22304) -Add: {DECIMAL} string code to print decimal fractions. draftSat, 09 Apr 2011 20:26:14 +0000, by frosch
-
(svn r22303) -Codechange: Simplify the 'zerofill' parameter of FormatNumber() and reduce usage of magic numbers. draftSat, 09 Apr 2011 20:12:45 +0000, by frosch
-
(svn r22302) -Codechange: Replace a linear search with a binary search. draftSat, 09 Apr 2011 11:32:11 +0000, by frosch
-
(svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect of what was intended draftThu, 07 Apr 2011 22:40:27 +0000, by 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 draftThu, 07 Apr 2011 22:27:54 +0000, by planetmaker
-
(svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles draftThu, 07 Apr 2011 15:58:21 +0000, by smatz
-
(svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88) draftThu, 07 Apr 2011 15:48:13 +0000, by smatz
-
(svn r22294) -Fix (r20922)[FS#4571]: Reset Window::scrolling_scrollbar when raising scrollbar buttons. draftSun, 03 Apr 2011 17:00:57 +0000, by frosch
-
(svn r22293) -Add: Allow docks to feature company colour (add another pony for the firs(t) fish&chips foundry) draftSun, 03 Apr 2011 08:22:14 +0000, by planetmaker
-
(svn r22292) -Change: Increase the linewidth in plots. draftSat, 02 Apr 2011 16:40:05 +0000, by frosch
-
(svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine(). draftSat, 02 Apr 2011 16:39:30 +0000, by frosch
-
(svn r22290) -Codechange: Somewhat deduplicate one line of code. draftSat, 02 Apr 2011 15:07:58 +0000, by frosch
-
(svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine(). draftSat, 02 Apr 2011 11:55:54 +0000, by frosch
-
(svn r22286) -Fix: [NewGRF] the c and p parts of station vars 40, 41 and 49 were incorrect for large stations draftFri, 01 Apr 2011 19:55:56 +0000, by yexo
-
(svn r22284) -Codechange [FS#4564]: cast values to uint before computing modulus in direction_func.h, so compiler can generate superior code (adf88) draftFri, 01 Apr 2011 12:17:23 +0000, by smatz
-
(svn r22283) -Merge from 1.1: documentation updates/release changes draftThu, 31 Mar 2011 21:26:26 +0000, by rubidium
-
(svn r22280) -Fix: update the 40+x station vars caches when displaying them in the NewGRF debug gui draftWed, 30 Mar 2011 21:39:44 +0000, by yexo
-
(svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect draftThu, 24 Mar 2011 00:43:44 +0000, by yexo
-
(svn r22271) -Fix (r22258) [FS#4562]: cargo en-route display in station was broken draftTue, 22 Mar 2011 23:59:55 +0000, by yexo
-
(svn r22270) -Codechange: initialize some temporary arrays on the same line as they're declared draftTue, 22 Mar 2011 22:13:20 +0000, by yexo
-
(svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger. draftSun, 20 Mar 2011 20:51:31 +0000, by rubidium
-
(svn r22264) -Document: GCC 4.7 is supported too, though it gives a false warning about freeing non-heap objects draftSat, 19 Mar 2011 20:19:27 +0000, by smatz
-
(svn r22259) -Fix (r9779)[FS#4557]: Remove duplicate and wrong (too early) activation of new game settings. (chillcore) draftFri, 18 Mar 2011 19:36:20 +0000, by frosch
-
(svn r22258) -Codechange: introduce a wrapper class to clean up the arguments to FormatString draftFri, 18 Mar 2011 13:34:52 +0000, by yexo
-
(svn r22256) -Update [FS#3375]: RPM spec file (Ammler) draftThu, 17 Mar 2011 20:47:36 +0000, by rubidium
-
(svn r22254) -Codechange: Make settingsgen only update the output file if it actually changed. draftMon, 14 Mar 2011 22:24:08 +0000, by michi_cc