log src/dmlib.h @ 1273:132706e3b94b

age author description
Mon, 03 Oct 2016 09:06:01 +0300 Matti Hamalainen Improve error handling and reporting slightly.
Thu, 05 Mar 2015 07:52:31 +0200 Matti Hamalainen Check for DM_HAVE_STRING_H.
Thu, 05 Mar 2015 07:36:51 +0200 Matti Hamalainen Add dmMemset().
Thu, 05 Mar 2015 02:37:23 +0200 Matti Hamalainen Plurality.
Thu, 05 Mar 2015 02:37:10 +0200 Matti Hamalainen MinGW does not define PRI* format specifiers, so define them ourselves :S
Thu, 05 Mar 2015 02:34:50 +0200 Matti Hamalainen Check if we are compiling for Windows and if we are compiling under MINGW.
Wed, 04 Mar 2015 00:40:15 +0200 Matti Hamalainen Hmm .. back out the Sint64 changes for now.
Tue, 03 Mar 2015 23:22:36 +0200 Matti Hamalainen Cosmetics pass: Remove excess whitespace.
Sun, 01 Mar 2015 18:13:01 +0200 Matti Hamalainen Finishing touches to the DM_DEBUG stuff.
Sun, 01 Mar 2015 18:09:20 +0200 Matti Hamalainen Move DM_FSEEK64() and DM_FTELL64() macro definitions to dmlib.h
Sun, 01 Mar 2015 18:03:08 +0200 Matti Hamalainen Add special debug error message function/macro that can be
Fri, 27 Feb 2015 16:25:02 +0200 Matti Hamalainen Move dmClamp*() functions back to dmlib.h
Fri, 27 Feb 2015 16:16:59 +0200 Matti Hamalainen Add new module dmcurves, that will contain functions for spline generation
Fri, 27 Feb 2015 06:10:16 +0200 Matti Hamalainen Rename DMRGBA32 struct to DMColor and remove the original redundant DMColor
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Fri, 27 Feb 2015 01:04:02 +0200 Matti Hamalainen Remove check for GCC >= 3.x, it's only sane to support 4+.
Fri, 27 Feb 2015 01:03:18 +0200 Matti Hamalainen Cosmetic cleanups.
Tue, 24 Feb 2015 00:56:22 +0200 Matti Hamalainen Bump copyright year.
Mon, 23 Feb 2015 22:51:28 +0200 Matti Hamalainen Add new error code DMERR_DATA_ERROR.
Wed, 04 Feb 2015 23:45:21 +0200 Matti Hamalainen Move perlin noise functions to dmperlin.[ch] and make the API re-entrant.
Tue, 03 Feb 2015 20:59:22 +0200 Matti Hamalainen Oops. 10L.
Tue, 03 Feb 2015 20:58:34 +0200 Matti Hamalainen Assume we always have 64bit type.
Tue, 03 Feb 2015 20:27:12 +0200 Matti Hamalainen Make value type of dmGetIntVal() unsigned.
Thu, 01 Jan 2015 09:23:03 +0200 Matti Hamalainen Update copyrights.
Fri, 23 May 2014 21:31:30 +0300 Matti Hamalainen Reorder internal error code.
Fri, 16 May 2014 17:05:41 +0300 Matti Hamalainen Add new utility function.
Fri, 16 May 2014 15:17:48 +0300 Matti Hamalainen Add new utility functions.
Fri, 16 May 2014 03:22:39 +0300 Matti Hamalainen Move library source under src/ subdirectory. base dmlib.h@8dabbe26d5c0