src/macros.h
Mon, 19 Nov 2007 18:58:04 +0000 skidd13 (svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Sat, 17 Nov 2007 23:16:41 +0000 rubidium (svn r11454) -Fix: the CHANCE16 functions were biased; a 32768 in 65536 chance was really a 32769 in 65536 chance.
Sat, 10 Nov 2007 23:22:32 +0000 rubidium (svn r11401) -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=.
Wed, 07 Nov 2007 22:41:50 +0000 truelight (svn r11390) -Fix r11387: AB() was wrong (spotted by Rafal Rzepecki, patch by skidd13)
Tue, 06 Nov 2007 23:21:08 +0000 truelight (svn r11387) -Codechange: changed many macros.h #defines to static inline functions (patch by skidd13, with a big tnx to SmatZ for profiling!)
Sun, 04 Nov 2007 23:06:39 +0000 truelight (svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13)
Sun, 04 Nov 2007 22:47:34 +0000 truelight (svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
Sun, 04 Nov 2007 18:32:51 +0000 truelight (svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit
Sun, 04 Nov 2007 18:28:52 +0000 truelight (svn r11378) -Codechange: optimize KillFirstBit2x64 (skidd13)
Sun, 04 Nov 2007 17:43:53 +0000 truelight (svn r11377) -Codechange: some more strictness in macros.h (skidd13)
Fri, 02 Nov 2007 16:57:52 +0000 truelight (svn r11369) -Codechange [FS#1390]: changes some int to int8 in macros.h, as they describe a bit-position, which fits perfectly in an int8 (max 64) (skidd13)
Sun, 23 Sep 2007 10:54:11 +0000 maedhros (svn r11149) -Fix [FS#1225]: Draw building stages for new house ground sprites.
Sat, 01 Sep 2007 08:31:36 +0000 rubidium (svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
Wed, 25 Jul 2007 19:03:23 +0000 rubidium (svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman.
Thu, 21 Jun 2007 14:32:27 +0000 rubidium (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
Tue, 19 Jun 2007 00:05:26 +0000 rubidium (svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
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: