Sun, 01 Jun 2008 16:45:32 +0000(svn r13352) [0.6] -Backport from trunk (r13348, r13222, r13221, r13217): 0.6 0.6.1
rubidium [Sun, 01 Jun 2008 16:45:32 +0000] rev 10801
(svn r13352) [0.6] -Backport from trunk (r13348, r13222, r13221, r13217):
- Fix: Industry tiles would sometimes tell they need a 'level' slope when they do not want the slope (r13348)
- Fix: Attempts to make the old AI perform better (r13217, r13221, r13222)

Sun, 01 Jun 2008 15:08:14 +0000(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
smatz [Sun, 01 Jun 2008 15:08:14 +0000] rev 10800
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts

Sun, 01 Jun 2008 13:23:40 +0000(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar
glx [Sun, 01 Jun 2008 13:23:40 +0000] rev 10799
(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar

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 10798
(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 10797
(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 10796
(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 10795
(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 10794
(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 10793
(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 10792
(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.