log dmlib.h @ 610:e74ad60b1e85

age author description
Fri, 12 Apr 2013 12:32:24 +0300 Matti Hamalainen Add new scaled surface conversion function.
Fri, 12 Apr 2013 08:21:49 +0300 Matti Hamalainen Change resource directory path DATA/ -> data/
Sat, 05 Jan 2013 12:20:08 +0200 Matti Hamalainen Update copyright year.
Mon, 19 Nov 2012 13:48:35 +0200 Matti Hamalainen Add new error code for internal errors.
Sat, 03 Nov 2012 02:48:03 +0200 Matti Hamalainen Update copyright year.
Tue, 16 Oct 2012 21:25:46 +0300 Matti Hamalainen Make resource management re-entrant.
Mon, 15 Oct 2012 18:12:37 +0300 Matti Hamalainen License/copyright.
Thu, 11 Oct 2012 21:20:05 +0300 Matti Hamalainen Add mathematical constants DM_PI, DM_PI2 and DM_E.
Thu, 11 Oct 2012 16:04:02 +0300 Matti Hamalainen Improve mutex debugging facilities.
Thu, 11 Oct 2012 11:10:30 +0300 Matti Hamalainen Use more glanular header includes from SDL, enables us to succesfully link
Wed, 10 Oct 2012 13:28:31 +0300 Matti Hamalainen Make line clipping floating point only.
Wed, 10 Oct 2012 12:11:20 +0300 Matti Hamalainen Clean up the line clipping a bit, in preparation for fixes.
Mon, 08 Oct 2012 15:21:59 +0300 Matti Hamalainen Modularize line drawing related templates and functions, add clipping
Mon, 08 Oct 2012 09:01:05 +0300 Matti Hamalainen Modularize line clipping etc. a lot, and export all line drawing and
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.