Mon, 02 Jun 2008 14:19:27 +0000(svn r13359) -Codechange: convert _fios_items to a SmallVector
skidd13 [Mon, 02 Jun 2008 14:19:27 +0000] rev 9441
(svn r13359) -Codechange: convert _fios_items to a SmallVector
-Cleanup: some reincarnations of _fios_items in the code

Mon, 02 Jun 2008 08:33:38 +0000(svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.
rubidium [Mon, 02 Jun 2008 08:33:38 +0000] rev 9440
(svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.

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