Wed, 13 Jun 2007 02:29:08 +0000(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
belugas [Wed, 13 Jun 2007 02:29:08 +0000] rev 6884
(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
-Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles
-Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented)

Wed, 13 Jun 2007 01:38:00 +0000(svn r10126) -Fix (r10111, FS#864): old_new_hash cache was not reset when the position hash were
glx [Wed, 13 Jun 2007 01:38:00 +0000] rev 6883
(svn r10126) -Fix (r10111, FS#864): old_new_hash cache was not reset when the position hash were

Tue, 12 Jun 2007 23:35:10 +0000(svn r10125) -Fix [FS#865]: under some circumstances the wagons of a train didn't get loaded properly.
rubidium [Tue, 12 Jun 2007 23:35:10 +0000] rev 6882
(svn r10125) -Fix [FS#865]: under some circumstances the wagons of a train didn't get loaded properly.

Tue, 12 Jun 2007 23:10:47 +0000(svn r10124) -Fix r10123: fix the OSX video driver properly
truelight [Tue, 12 Jun 2007 23:10:47 +0000] rev 6881
(svn r10124) -Fix r10123: fix the OSX video driver properly

Tue, 12 Jun 2007 23:06:56 +0000(svn r10123) -Fix r10121: the 8 bpp cocoa video driver works again
bjarni [Tue, 12 Jun 2007 23:06:56 +0000] rev 6880
(svn r10123) -Fix r10121: the 8 bpp cocoa video driver works again

Tue, 12 Jun 2007 22:13:49 +0000(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
maedhros [Tue, 12 Jun 2007 22:13:49 +0000] rev 6879
(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.

Tue, 12 Jun 2007 20:24:12 +0000(svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
truelight [Tue, 12 Jun 2007 20:24:12 +0000] rev 6878
(svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
-Add: added NULL blitter and renderer, which are always used for -vnull
-Add: dedicated driver doesn't blit nor render by default. Can be overruled by user. (-D -b 8bpp-optimized)
-Remove: removed CTRL+D from win32, which is incompatible with above
-Add: extended screenshot support for PNG and BMP
-Codechange: remove all hardcoded 8bpp references and replace them with more dynamic ones
-Codechange: minor stuff in blitters

Tue, 12 Jun 2007 18:10:14 +0000(svn r10119) -Update: WebTranslator2 update to 2007-06-12 20:09:56
miham [Tue, 12 Jun 2007 18:10:14 +0000] rev 6877
(svn r10119) -Update: WebTranslator2 update to 2007-06-12 20:09:56
bulgarian - 1 fixed by thetitan (1)
estonian - 23 changed by kristjans (23)
italian - 2 fixed by lorenzodv (2)
korean - 2 fixed by darkttd (2)
romanian - 28 fixed, 59 changed by CrystyB (87)
swedish - 31 fixed by giddorah (31)
ukrainian - 3 fixed by mad (3)

Tue, 12 Jun 2007 17:10:52 +0000(svn r10117) -Fix [FS#863]: When deleting the vehicles of bankrupt players, delete trains as
maedhros [Tue, 12 Jun 2007 17:10:52 +0000] rev 6876
(svn r10117) -Fix [FS#863]: When deleting the vehicles of bankrupt players, delete trains as
a whole rather than each part individually, as that leads to invalid tests on
parts that have already been deleted.

Tue, 12 Jun 2007 15:46:34 +0000(svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh.
rubidium [Tue, 12 Jun 2007 15:46:34 +0000] rev 6875
(svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh.