frosch [Fri, 27 Jun 2008 20:59:30 +0000] rev 11091
(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.
skidd13 [Fri, 27 Jun 2008 17:46:43 +0000] rev 11090
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
belugas [Fri, 27 Jun 2008 16:16:35 +0000] rev 11089
(svn r13646) -Change: typos and miss-aligned enum values
frosch [Fri, 27 Jun 2008 15:01:18 +0000] rev 11088
(svn r13645) -Codechange: Convert a macro into an inlined member function.
belugas [Fri, 27 Jun 2008 02:26:51 +0000] rev 11087
(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Thanks to glx :)
belugas [Fri, 27 Jun 2008 01:26:13 +0000] rev 11086
(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
belugas [Thu, 26 Jun 2008 17:43:56 +0000] rev 11085
(svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
belugas [Thu, 26 Jun 2008 17:13:39 +0000] rev 11084
(svn r13641) -Fix: Misleading enum name.
smatz [Thu, 26 Jun 2008 16:47:29 +0000] rev 11083
(svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters)
smatz [Thu, 26 Jun 2008 15:46:19 +0000] rev 11082
(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average.