src/core/math_func.hpp
Thu, 26 Jun 2008 15:46:19 +0000 smatz (svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
Sun, 22 Jun 2008 15:41:38 +0000 skidd13 (svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
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)
Fri, 04 Apr 2008 20:34:09 +0000 smatz (svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp
Fri, 04 Apr 2008 20:03:49 +0000 smatz (svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit values didn't work
Thu, 27 Mar 2008 13:59:35 +0000 rubidium (svn r12438) -Fix-ish: typo spotted by Biblo.
Wed, 20 Feb 2008 19:42:06 +0000 smatz (svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
Wed, 20 Feb 2008 14:30:53 +0000 smatz (svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Mon, 17 Dec 2007 01:35:45 +0000 smatz (svn r11652) -Codechange: add the svn $ header for several files
Mon, 26 Nov 2007 16:01:29 +0000 skidd13 (svn r11526) -Codechange: Rename the function delta fitting to the naming style
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Thu, 22 Nov 2007 18:01:51 +0000 skidd13 (svn r11490) -Codechange: Split the math functions to their own header