src/core/bitmath_func.hpp
Fri, 01 Aug 2008 09:34:34 +0000 rubidium (svn r13910) -Document: string drawing related functions and types (Alberth)
Sun, 22 Jun 2008 15:21:51 +0000 skidd13 (svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
Mon, 26 May 2008 20:20:38 +0000 glx (svn r13273) -Fix [FS#2042]: MSVC warnings (again)
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Mon, 10 Dec 2007 22:26:24 +0000 rubidium (svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart.
Sun, 02 Dec 2007 19:21:56 +0000 rubidium (svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.
Mon, 26 Nov 2007 17:50:22 +0000 skidd13 (svn r11527) -Codechange: Split the bitmath functions of to their own files