Mon, 03 Dec 2007 09:19:19 +0000 |
skidd13 |
(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style
draft
|
Mon, 26 Nov 2007 17:50:22 +0000 |
skidd13 |
(svn r11527) -Codechange: Split the bitmath functions of to their own files
draft
|
Sun, 25 Nov 2007 15:35:25 +0000 |
skidd13 |
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
draft
|
Thu, 22 Nov 2007 18:01:51 +0000 |
skidd13 |
(svn r11490) -Codechange: Split the math functions to their own header
draft
|
Tue, 20 Nov 2007 14:11:19 +0000 |
skidd13 |
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
draft
|
Tue, 20 Nov 2007 13:35:54 +0000 |
skidd13 |
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
draft
|
Mon, 19 Nov 2007 21:32:20 +0000 |
skidd13 |
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
draft
|
Mon, 19 Nov 2007 21:02:30 +0000 |
skidd13 |
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
draft
|
Mon, 19 Nov 2007 20:40:14 +0000 |
skidd13 |
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
draft
|
Mon, 19 Nov 2007 20:18:27 +0000 |
skidd13 |
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
draft
|
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
draft
|
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
draft
|
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.
draft
|
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 <=.
draft
|
Wed, 07 Nov 2007 22:41:50 +0000 |
truelight |
(svn r11390) -Fix r11387: AB() was wrong (spotted by Rafal Rzepecki, patch by skidd13)
draft
|
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!)
draft
|
Sun, 04 Nov 2007 23:06:39 +0000 |
truelight |
(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13)
draft
|
Sun, 04 Nov 2007 22:47:34 +0000 |
truelight |
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
draft
|
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
draft
|
Sun, 04 Nov 2007 18:28:52 +0000 |
truelight |
(svn r11378) -Codechange: optimize KillFirstBit2x64 (skidd13)
draft
|
Sun, 04 Nov 2007 17:43:53 +0000 |
truelight |
(svn r11377) -Codechange: some more strictness in macros.h (skidd13)
draft
|
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)
draft
|
Sun, 23 Sep 2007 10:54:11 +0000 |
maedhros |
(svn r11149) -Fix [FS#1225]: Draw building stages for new house ground sprites.
draft
|
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.
draft
|
Wed, 25 Jul 2007 19:03:23 +0000 |
rubidium |
(svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman.
draft
|
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.
draft
|
Tue, 19 Jun 2007 00:05:26 +0000 |
rubidium |
(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
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.
draft
|
Thu, 22 Feb 2007 19:05:26 +0000 |
tron |
(svn r8847) -Fix
draft
|
Thu, 22 Feb 2007 18:44:42 +0000 |
tron |
(svn r8846) -Fix
draft
|
Thu, 22 Feb 2007 18:34:57 +0000 |
tron |
(svn r8845) -Fix
draft
|
Thu, 22 Feb 2007 08:43:02 +0000 |
tron |
(svn r8841) -Fix
draft
|
Mon, 19 Feb 2007 21:11:44 +0000 |
rubidium |
(svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
draft
|
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.
draft
|
Wed, 14 Feb 2007 09:39:04 +0000 |
maedhros |
(svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more.
draft
|
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.
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
Thu, 11 Jan 2007 13:47:55 +0000 |
bjarni |
(svn r8061) -Fix r8055: obj-c can't handle templates
draft
|
Thu, 11 Jan 2007 12:38:04 +0000 |
celestar |
(svn r8057) -Codechange: Declare the "new" max template as static line.
draft
|
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
draft
|
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().
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Tue, 02 Jan 2007 19:19:48 +0000 |
rubidium |
(svn r7759) -Merge: makefile rewrite. This merge features:
draft
|