src/macros.h
Sat, 03 Mar 2007 04:04:22 +0000 belugas (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Thu, 22 Feb 2007 19:05:26 +0000 tron (svn r8847) -Fix
Thu, 22 Feb 2007 18:44:42 +0000 tron (svn r8846) -Fix
Thu, 22 Feb 2007 18:34:57 +0000 tron (svn r8845) -Fix
Thu, 22 Feb 2007 08:43:02 +0000 tron (svn r8841) -Fix
Mon, 19 Feb 2007 21:11:44 +0000 rubidium (svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
Wed, 14 Feb 2007 11:53:39 +0000 celestar (svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts.
Wed, 14 Feb 2007 09:39:04 +0000 maedhros (svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
Wed, 24 Jan 2007 21:23:35 +0000 Darkvater (svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Thu, 11 Jan 2007 13:47:55 +0000 bjarni (svn r8061) -Fix r8055: obj-c can't handle templates
Thu, 11 Jan 2007 12:38:04 +0000 celestar (svn r8057) -Codechange: Declare the "new" max template as static line.
Thu, 11 Jan 2007 12:32:10 +0000 celestar (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: