Fri, 18 Jul 2008 21:28:42 +0300added a GCS_AVAILABLE status, and changed the colours used in the download GUI
Tero Marttila <terom@fixme.fi> [Fri, 18 Jul 2008 21:28:42 +0300] rev 11175
added a GCS_AVAILABLE status, and changed the colours used in the download GUI

Fri, 18 Jul 2008 21:16:18 +0300create the newgrf download GUI (mostly by copy-pasting from newgrf_gui.cpp) - compiles, needs testing
Tero Marttila <terom@fixme.fi> [Fri, 18 Jul 2008 21:16:18 +0300] rev 11174
create the newgrf download GUI (mostly by copy-pasting from newgrf_gui.cpp) - compiles, needs testing

Fri, 18 Jul 2008 20:03:27 +0300Add a "NewGRF Download" button to the server browser that's shown when there are incompatible NewGRFs
Tero Marttila <terom@fixme.fi> [Fri, 18 Jul 2008 20:03:27 +0300] rev 11173
Add a "NewGRF Download" button to the server browser that's shown when there are incompatible NewGRFs

Fri, 18 Jul 2008 20:02:37 +0300add a .hgignore
Tero Marttila <terom@fixme.fi> [Fri, 18 Jul 2008 20:02:37 +0300] rev 11172
add a .hgignore

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)