Mon, 02 Jun 2008 06:44:06 +0000(svn r13357) -Codechange: add constness to YAPF.
rubidium [Mon, 02 Jun 2008 06:44:06 +0000] rev 9439
(svn r13357) -Codechange: add constness to YAPF.

Mon, 02 Jun 2008 06:42:27 +0000(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
peter1138 [Mon, 02 Jun 2008 06:42:27 +0000] rev 9438
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates

Sun, 01 Jun 2008 19:36:55 +0000(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)
smatz [Sun, 01 Jun 2008 19:36:55 +0000] rev 9437
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)

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 9436
(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 9435
(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 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.