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 7631
(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 7630
(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 7629
(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 7628
(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 7627
(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 7626
(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.

Mon, 24 Sep 2007 19:55:50 +0000(svn r11156) -Fix r11155: fix one compiler makes the other warn ;)
glx [Mon, 24 Sep 2007 19:55:50 +0000] rev 7625
(svn r11156) -Fix r11155: fix one compiler makes the other warn ;)

Mon, 24 Sep 2007 19:15:42 +0000(svn r11155) -Fix [FS#1253]: work around a nasty MS CRT 8 SP1 bug making it virtually impossible to debug 32bpp games under MSVC (http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=257606). Patch by boekabart.
rubidium [Mon, 24 Sep 2007 19:15:42 +0000] rev 7624
(svn r11155) -Fix [FS#1253]: work around a nasty MS CRT 8 SP1 bug making it virtually impossible to debug 32bpp games under MSVC (http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=257606). Patch by boekabart.

Mon, 24 Sep 2007 19:11:26 +0000(svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.
rubidium [Mon, 24 Sep 2007 19:11:26 +0000] rev 7623
(svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.

Sun, 23 Sep 2007 19:55:42 +0000(svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ID would be needed. Fix by Belugas.
rubidium [Sun, 23 Sep 2007 19:55:42 +0000] rev 7622
(svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ID would be needed. Fix by Belugas.
-Fix: GetIndustryIDAtOffset crashed when the industry->xy tile was not an industry tile.