rubidium [Thu, 19 Jun 2008 09:15:52 +0000] rev 9552
(svn r13572) -Fix: MSVC x64 complains.
smatz [Wed, 18 Jun 2008 21:19:04 +0000] rev 9551
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
smatz [Wed, 18 Jun 2008 20:20:12 +0000] rev 9550
(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
smatz [Wed, 18 Jun 2008 16:48:58 +0000] rev 9549
(svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
smatz [Wed, 18 Jun 2008 13:11:02 +0000] rev 9548
(svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster.
belugas [Wed, 18 Jun 2008 03:19:31 +0000] rev 9547
(svn r13562) -Codechange: Yet another enumification, which required a bit of explanation/documentation of a trickery some would call a hack
belugas [Wed, 18 Jun 2008 02:38:28 +0000] rev 9546
(svn r13561) -Codechange: two more enumifications of widgets
belugas [Wed, 18 Jun 2008 02:04:01 +0000] rev 9545
(svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert
belugas [Tue, 17 Jun 2008 23:51:17 +0000] rev 9544
(svn r13559) -Codechange: Enumification of the Options menu items
smatz [Tue, 17 Jun 2008 19:38:00 +0000] rev 9543
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined