log dmlib.h @ 153:0b2866e25bf1

age author description
Sat, 06 Oct 2012 04:43:35 +0300 Matti Hamalainen Add dmClamp(value, min, max) for clamping integer values.
Sat, 06 Oct 2012 03:30:48 +0300 Matti Hamalainen Add dmDrawBox3D() and dmFillBox3D().
Fri, 05 Oct 2012 05:43:17 +0300 Matti Hamalainen A minor improvement to FP_CONV() fixed point macro.
Thu, 04 Oct 2012 03:38:04 +0300 Matti Hamalainen Move DM_SWAP() macro to dmlib.h
Wed, 03 Oct 2012 09:39:15 +0300 Matti Hamalainen Move some lerp functions to the header as static inline functions.
Wed, 03 Oct 2012 09:19:08 +0300 Matti Hamalainen Added a new inline function, dmClip10() to clamp values between 0.0 and 1.0.
Tue, 02 Oct 2012 18:51:16 +0300 Matti Hamalainen Add unscaled blitting functions.
Tue, 02 Oct 2012 16:37:58 +0300 Matti Hamalainen Move some very tiny gfx functions to the dmlib header as static inline ones.
Mon, 01 Oct 2012 09:46:56 +0300 Matti Hamalainen Initial work for bitmapped fonts and text drawing. Also moved TTF header
Sat, 29 Sep 2012 20:41:36 +0300 Matti Hamalainen Change DMFixedPoint types and appropriate JSS functions back to using signed
Sat, 29 Sep 2012 05:29:38 +0300 Matti Hamalainen Implement rudimentary resource system.
Fri, 28 Sep 2012 14:51:21 +0300 Matti Hamalainen Add function prototypes for two special case scaled blit functions.
Fri, 28 Sep 2012 01:54:23 +0300 Matti Hamalainen Initial re-import.