peter1138 [Mon, 02 Jun 2008 06:42:27 +0000] rev 10805
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
glx [Mon, 02 Jun 2008 01:46:03 +0000] rev 10804
(svn r13355) [NoAI] -Fix (r13300): GUI glitches caused by too much 'optimisation'
convert-repo [Sun, 01 Jun 2008 19:40:43 +0000] rev 10803
update tags
smatz [Sun, 01 Jun 2008 19:36:55 +0000] rev 10802
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)
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)
smatz [Sun, 01 Jun 2008 15:08:14 +0000] rev 10800
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
glx [Sun, 01 Jun 2008 13:23:40 +0000] rev 10799
(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar
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.
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.
glx [Sat, 31 May 2008 22:12:53 +0000] rev 10796
(svn r13347) -Fix (r12396): ottdres.rc.in was forgotten