Sat, 25 Oct 2008 20:16:07 +0000(svn r14535) -Fix: Description of '-i' commandline option.
frosch [Sat, 25 Oct 2008 20:16:07 +0000] rev 10296
(svn r14535) -Fix: Description of '-i' commandline option.

Sat, 25 Oct 2008 19:59:11 +0000(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)
glx [Sat, 25 Oct 2008 19:59:11 +0000] rev 10295
(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)

Sat, 25 Oct 2008 18:58:24 +0000(svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations.
frosch [Sat, 25 Oct 2008 18:58:24 +0000] rev 10294
(svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations.

Sat, 25 Oct 2008 16:45:01 +0000(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
glx [Sat, 25 Oct 2008 16:45:01 +0000] rev 10293
(svn r14532) -Fix (r14522): one 'M' is enough to show modified version

Sat, 25 Oct 2008 15:25:52 +0000(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.
frosch [Sat, 25 Oct 2008 15:25:52 +0000] rev 10292
(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.

Sat, 25 Oct 2008 14:24:50 +0000(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside station catchment area.
frosch [Sat, 25 Oct 2008 14:24:50 +0000] rev 10291
(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside station catchment area.

Sat, 25 Oct 2008 14:19:09 +0000(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius().
frosch [Sat, 25 Oct 2008 14:19:09 +0000] rev 10290
(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius().

Sat, 25 Oct 2008 13:51:47 +0000(svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
rubidium [Sat, 25 Oct 2008 13:51:47 +0000] rev 10289
(svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)

Sat, 25 Oct 2008 10:26:23 +0000(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load.
rubidium [Sat, 25 Oct 2008 10:26:23 +0000] rev 10288
(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load.

Fri, 24 Oct 2008 20:53:57 +0000(svn r14526) -Fix [FS#2379]: make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station.
rubidium [Fri, 24 Oct 2008 20:53:57 +0000] rev 10287
(svn r14526) -Fix [FS#2379]: make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station.