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 10807
(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 10806
(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 10805
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates

Mon, 02 Jun 2008 01:46:03 +0000(svn r13355) [NoAI] -Fix (r13300): GUI glitches caused by too much 'optimisation' noai
glx [Mon, 02 Jun 2008 01:46:03 +0000] rev 10804
(svn r13355) [NoAI] -Fix (r13300): GUI glitches caused by too much 'optimisation'

Sun, 01 Jun 2008 19:40:43 +0000update tags
convert-repo [Sun, 01 Jun 2008 19:40:43 +0000] rev 10803
update tags

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 10802
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)

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.