log tools/lib64gfx.h @ 2332:46b929f822f8

age author description
Mon, 16 Sep 2019 11:42:32 +0300 Matti Hamalainen Cosmetic.
Mon, 16 Sep 2019 10:24:49 +0300 Matti Hamalainen Add return value (error code) to dmGenericRLEAnalyze() and pass it through where used.
Mon, 09 Sep 2019 11:22:18 +0300 Matti Hamalainen Change separate booleans in DMC64Sprite to a single flags field and define
Mon, 09 Sep 2019 11:21:41 +0300 Matti Hamalainen Clean up some constants.
Wed, 04 Sep 2019 13:00:42 +0300 Matti Hamalainen Add argument names to prototypes.
Tue, 03 Sep 2019 11:54:06 +0300 Matti Hamalainen Constify.
Tue, 03 Sep 2019 10:44:22 +0300 Matti Hamalainen Cosmetic.
Tue, 03 Sep 2019 10:41:21 +0300 Matti Hamalainen Rename DMC64EncDecOp::offs2 to blkoffs.
Tue, 03 Sep 2019 10:22:13 +0300 Matti Hamalainen Indentation cosmetic.
Tue, 03 Sep 2019 10:15:41 +0300 Matti Hamalainen Comment adjustments.
Tue, 27 Aug 2019 12:18:39 +0300 Matti Hamalainen Comment adjustments.
Wed, 10 Jul 2019 11:23:34 +0300 Matti Hamalainen Add format flag for formats that use sprite layer.
Tue, 09 Jul 2019 10:26:26 +0300 Matti Hamalainen Comments.
Mon, 08 Jul 2019 12:25:46 +0300 Matti Hamalainen Clean up some code duplication.
Mon, 17 Jun 2019 05:31:38 +0300 Matti Hamalainen Add constants for "full" C64 screen dimensions, including the border
Mon, 17 Jun 2019 02:03:35 +0300 Matti Hamalainen Refactor how the image "mode/type" is handled. It is still not perfect for
Sat, 15 Jun 2019 07:04:31 +0300 Matti Hamalainen Change DMC64Image::extraInfo[] type from Uint8 to int.
Sat, 15 Jun 2019 06:43:36 +0300 Matti Hamalainen Change again how the interlace type information is stored. Now store it in
Fri, 14 Jun 2019 12:13:23 +0300 Matti Hamalainen Make color interlace type generate a mixed palette instead of using special
Fri, 14 Jun 2019 12:12:19 +0300 Matti Hamalainen Remove useless DMC64ImageFormat parameter from some conversion functions.
Fri, 14 Jun 2019 12:08:59 +0300 Matti Hamalainen Add & 15 to deeper helper functions and remove it from unnecessary places.
Fri, 14 Jun 2019 05:01:12 +0300 Matti Hamalainen Revamp the palette handling in lib64gfx somewhat, add helper functions to
Fri, 14 Jun 2019 03:27:50 +0300 Matti Hamalainen Add dmC64PaletteFromC64Palette(), used by dmC64SetImagePalette().
Fri, 14 Jun 2019 03:27:25 +0300 Matti Hamalainen Cleanup.
Fri, 14 Jun 2019 03:24:24 +0300 Matti Hamalainen Add new module "lib64util", and move some functions there from lib64gfx
Fri, 14 Jun 2019 01:58:05 +0300 Matti Hamalainen Add description field to DMC64Palette.
Fri, 14 Jun 2019 00:42:36 +0300 Matti Hamalainen Improvements to the lib64gfx palette handling.
Fri, 14 Jun 2019 00:00:27 +0300 Matti Hamalainen Replace dmC64InitializeFormats() with dmLib64GFXInit() and dmLib64GFXClose().
Thu, 13 Jun 2019 22:07:16 +0300 Matti Hamalainen Add new "flags" field to DMC64EncDecOp, defined by DF_* that can be used to
Wed, 12 Jun 2019 18:22:04 +0300 Matti Hamalainen s/D64_FMT_MASK/D64_FMT_MODE_MASK/g
Wed, 12 Jun 2019 17:55:01 +0300 Matti Hamalainen Rename DMC64Image::nbanks to nblocks, which reflects better what it does.
Wed, 12 Jun 2019 17:02:42 +0300 Matti Hamalainen Reduce number of max enc/dec ops from 64 to 32, this reduces produced binary sizes by 100kB :P
Wed, 12 Jun 2019 16:38:39 +0300 Matti Hamalainen Change default C64 palette system a bit, add two more palettes. These are
Sun, 02 Jun 2019 23:12:53 +0300 Matti Hamalainen Clarifications in comments.
Wed, 29 May 2019 13:11:00 +0300 Matti Hamalainen Improve and fix charmap format decoding.
Tue, 28 May 2019 10:32:12 +0300 Matti Hamalainen Add char map helper functions and use them.
Mon, 27 May 2019 11:29:37 +0300 Matti Hamalainen Refactor c64 image rendering completely to be more flexible.
Mon, 27 May 2019 08:35:35 +0300 Matti Hamalainen Rename various C64_* constants to D64_*.
Mon, 27 May 2019 00:04:02 +0300 Matti Hamalainen Rename the "shift" variable/function argument used for bitshift of c64 bitmap/char pixels.
Sun, 26 May 2019 18:40:45 +0300 Matti Hamalainen Bump copyright years.
Sun, 26 May 2019 18:33:06 +0300 Matti Hamalainen Define a default DM_DEF_CHARGEN if not #defined before.
Sun, 26 May 2019 17:51:24 +0300 Matti Hamalainen Change D64_FMT_* MASK constants and how they are used.
Sun, 26 May 2019 02:45:44 +0300 Matti Hamalainen Implement initial ECM support in charmap decoding.
Sun, 26 May 2019 02:43:08 +0300 Matti Hamalainen Return actual error code from enc and dec functions instead of just BOOL.
Sun, 26 May 2019 01:16:57 +0300 Matti Hamalainen Change decFunction() argument order in DMC64EncDecOp.
Fri, 24 May 2019 02:29:27 +0300 Matti Hamalainen Add helper function dmC64MemBlockAllocSubj().
Fri, 24 May 2019 02:27:45 +0300 Matti Hamalainen Change dmC64GetOpMemBlock() function API.
Tue, 05 Mar 2019 09:56:47 +0200 Matti Hamalainen Revamp how the DMImage palette system and color formats work, as preparation
Tue, 04 Dec 2018 15:31:13 +0200 Matti Hamalainen Add pixel aspect ratio information for C64 formats. Not used yet.
Sun, 01 Jul 2018 07:00:38 +0300 Matti Hamalainen Change encode and decode function format parameter type from DMC64ImageFormat to DMC64ImageCommonFormat.
Fri, 29 Jun 2018 17:17:14 +0300 Matti Hamalainen Architectural change: remove some duplicated variables from DMC64Image
Thu, 28 Jun 2018 19:50:57 +0300 Matti Hamalainen Cosmetics, add comments.
Thu, 28 Jun 2018 19:37:57 +0300 Matti Hamalainen Cleanups.
Thu, 28 Jun 2018 18:55:21 +0300 Matti Hamalainen Change DMC64ImageFormat parameter of dmC64GetSubjectSize() and
Thu, 28 Jun 2018 18:39:26 +0300 Matti Hamalainen The sprites sub-structure is not yet used, so comment it out.
Thu, 28 Jun 2018 17:26:30 +0300 Matti Hamalainen "Enable" the image->c64 bitmap conversion path in gfxconv. It does not work
Thu, 28 Jun 2018 01:24:38 +0300 Matti Hamalainen Remove mostly unused DM_GET_ADDR_{LO,HI} macros.
Thu, 28 Jun 2018 01:24:07 +0300 Matti Hamalainen Remove the useless distinction of DO_ENC_FUNC and DO_DEC_FUNC, as the
Wed, 27 Jun 2018 18:36:03 +0300 Matti Hamalainen Split dmC64GetOpSize() to dmC64GetSubjectSize() and dmC64GetOpSubjectSize().
Sun, 24 Jun 2018 05:35:23 +0300 Matti Hamalainen Rename various C64 sprite / character constants.