Fri, 18 Jul 2008 12:20:31 +0000(svn r13729) -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded.
rubidium [Fri, 18 Jul 2008 12:20:31 +0000] rev 11171
(svn r13729) -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded.

Fri, 18 Jul 2008 12:20:30 +0000(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
smatz [Fri, 18 Jul 2008 12:20:30 +0000] rev 11170
(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less

Fri, 18 Jul 2008 12:11:46 +0000(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
smatz [Fri, 18 Jul 2008 12:11:46 +0000] rev 11169
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken

Fri, 18 Jul 2008 10:15:16 +0000(svn r13726) [NoAI] -Add: AIVehicle::ReverseVehicle (Yexo) noai
truebrain [Fri, 18 Jul 2008 10:15:16 +0000] rev 11168
(svn r13726) [NoAI] -Add: AIVehicle::ReverseVehicle (Yexo)

Fri, 18 Jul 2008 01:05:06 +0000(svn r13725) [NoAI] -Fix r13723: yexo ducks noai
truebrain [Fri, 18 Jul 2008 01:05:06 +0000] rev 11167
(svn r13725) [NoAI] -Fix r13723: yexo ducks

Fri, 18 Jul 2008 01:00:03 +0000(svn r13724) [NoAI] -Fix r13723: in this modern world with all those checks and warnings GCC can give when ever I not ask him to, it fails to see the simplest of all, 'if (cargo_id == cargo_id)'.. makes you wonder, doesn't it? Well, such is life, wondering wondering wandering .. Status Quo, Yeah! Oh yeah, what was I doing ... ah, yes: don't compare one variable with itself, it is always true.. Obiwan by Yexo. (Yexo) noai
truebrain [Fri, 18 Jul 2008 01:00:03 +0000] rev 11166
(svn r13724) [NoAI] -Fix r13723: in this modern world with all those checks and warnings GCC can give when ever I not ask him to, it fails to see the simplest of all, 'if (cargo_id == cargo_id)'.. makes you wonder, doesn't it? Well, such is life, wondering wondering wandering .. Status Quo, Yeah! Oh yeah, what was I doing ... ah, yes: don't compare one variable with itself, it is always true.. Obiwan by Yexo. (Yexo)

Fri, 18 Jul 2008 00:15:14 +0000(svn r13723) [NoAI] -Add: added AIIndustry::GetStockpiledCargo() (Yexo) noai
truebrain [Fri, 18 Jul 2008 00:15:14 +0000] rev 11165
(svn r13723) [NoAI] -Add: added AIIndustry::GetStockpiledCargo() (Yexo)

Thu, 17 Jul 2008 23:45:52 +0000(svn r13722) [NoAI] -Add: AICargoList_IndustryNNN (Yexo) noai
truebrain [Thu, 17 Jul 2008 23:45:52 +0000] rev 11164
(svn r13722) [NoAI] -Add: AICargoList_IndustryNNN (Yexo)

Thu, 17 Jul 2008 23:43:47 +0000(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
smatz [Thu, 17 Jul 2008 23:43:47 +0000] rev 11163
(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)

Thu, 17 Jul 2008 21:15:57 +0000(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
rubidium [Thu, 17 Jul 2008 21:15:57 +0000] rev 11162
(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.