Wed, 26 Sep 2007 02:45:13 +0000(svn r11166) -Fix (r11165): forgot one project file
glx [Wed, 26 Sep 2007 02:45:13 +0000] rev 8131
(svn r11166) -Fix (r11165): forgot one project file

Wed, 26 Sep 2007 02:29:34 +0000(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list
belugas [Wed, 26 Sep 2007 02:29:34 +0000] rev 8130
(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list

Wed, 26 Sep 2007 02:20:58 +0000(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed
belugas [Wed, 26 Sep 2007 02:20:58 +0000] rev 8129
(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed

Wed, 26 Sep 2007 02:15:00 +0000(svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip the magic value of 0xFF when assigning a new tileID. This is really important, since the value is reserved for water checking.
belugas [Wed, 26 Sep 2007 02:15:00 +0000] rev 8128
(svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip the magic value of 0xFF when assigning a new tileID. This is really important, since the value is reserved for water checking.

Wed, 26 Sep 2007 02:11:30 +0000(svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx)
belugas [Wed, 26 Sep 2007 02:11:30 +0000] rev 8127
(svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx)

Wed, 26 Sep 2007 01:27:51 +0000(svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it
belugas [Wed, 26 Sep 2007 01:27:51 +0000] rev 8126
(svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it

Wed, 26 Sep 2007 01:24:12 +0000(svn r11160) -Fix: A gfx of 0xFF does not count when it's time to establish the size of the industry.
belugas [Wed, 26 Sep 2007 01:24:12 +0000] rev 8125
(svn r11160) -Fix: A gfx of 0xFF does not count when it's time to establish the size of the industry.

Tue, 25 Sep 2007 14:15:38 +0000(svn r11159) -Fix (r11155): restore the ability to save in a non existing file
glx [Tue, 25 Sep 2007 14:15:38 +0000] rev 8124
(svn r11159) -Fix (r11155): restore the ability to save in a non existing file

Mon, 24 Sep 2007 20:56:33 +0000(svn r11158) -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits.
rubidium [Mon, 24 Sep 2007 20:56:33 +0000] rev 8123
(svn r11158) -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits.

Mon, 24 Sep 2007 20:55:13 +0000(svn r11157) -Fix: some random data was printed because printf "thought" that _current_player is 4 bytes instead of 1 byte, causing the random debug output to be useless.
rubidium [Mon, 24 Sep 2007 20:55:13 +0000] rev 8122
(svn r11157) -Fix: some random data was printed because printf "thought" that _current_player is 4 bytes instead of 1 byte, causing the random debug output to be useless.