Sun, 01 Jun 2008 10:11:31 +0000(svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan.
rubidium [Sun, 01 Jun 2008 10:11:31 +0000] rev 9434
(svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan.

Sat, 31 May 2008 22:43:42 +0000(svn r13348) -Fix: an industry does not always need foundations; in the case of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert.
rubidium [Sat, 31 May 2008 22:43:42 +0000] rev 9433
(svn r13348) -Fix: an industry does not always need foundations; in the case of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert.

Sat, 31 May 2008 22:12:53 +0000(svn r13347) -Fix (r12396): ottdres.rc.in was forgotten
glx [Sat, 31 May 2008 22:12:53 +0000] rev 9432
(svn r13347) -Fix (r12396): ottdres.rc.in was forgotten

Fri, 30 May 2008 21:06:43 +0000(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed.
rubidium [Fri, 30 May 2008 21:06:43 +0000] rev 9431
(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed.

Fri, 30 May 2008 20:57:19 +0000(svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan.
rubidium [Fri, 30 May 2008 20:57:19 +0000] rev 9430
(svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan.

Fri, 30 May 2008 20:08:32 +0000(svn r13344) -Codechange: remove some code duplication.
rubidium [Fri, 30 May 2008 20:08:32 +0000] rev 9429
(svn r13344) -Codechange: remove some code duplication.

Fri, 30 May 2008 18:20:26 +0000(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
rubidium [Fri, 30 May 2008 18:20:26 +0000] rev 9428
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.

Fri, 30 May 2008 09:32:24 +0000(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
rubidium [Fri, 30 May 2008 09:32:24 +0000] rev 9427
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.

Fri, 30 May 2008 09:23:05 +0000(svn r13341) -Codechange: make most of the network settings configurable via the patch command.
rubidium [Fri, 30 May 2008 09:23:05 +0000] rev 9426
(svn r13341) -Codechange: make most of the network settings configurable via the patch command.

Thu, 29 May 2008 23:33:37 +0000(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
rubidium [Thu, 29 May 2008 23:33:37 +0000] rev 9425
(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.