log tools/lib64gfx.h @ 2306:e798a41f27a5

age author description
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.
Fri, 22 Jun 2018 23:40:20 +0300 Matti Hamalainen Split dmC64GetOpMemBlockAndName() into dmC64GetOpMemBlock() and
Fri, 22 Jun 2018 22:31:52 +0300 Matti Hamalainen Implement data block offset in certain DMC64EncDecOps. This allows us to
Fri, 22 Jun 2018 12:23:23 +0300 Matti Hamalainen Make dmC64GetOpMemBlockAndName() a public function.
Fri, 22 Jun 2018 12:23:06 +0300 Matti Hamalainen Adjust DM_RLE_RUNS_MASK.
Fri, 22 Jun 2018 12:20:46 +0300 Matti Hamalainen Add indentation parameter to dmC64ImageDump().
Wed, 13 Jun 2018 01:40:22 +0300 Matti Hamalainen Add descriptive comments to some of RLE decoder flags that were missing "documentation".
Wed, 13 Jun 2018 01:34:46 +0300 Matti Hamalainen Add DM_RLE_ZERO_COUNT_MAX flag for RLE decoder which makes it interpret run
Tue, 12 Jun 2018 21:27:44 +0300 Matti Hamalainen Add a c64 image/format flag for formats that use the border area. Not used yet.
Tue, 12 Jun 2018 20:37:53 +0300 Matti Hamalainen Change c64 format probing API to use DMGrowBuf.
Tue, 12 Jun 2018 17:12:48 +0300 Matti Hamalainen Refactor the c64 bitmap format definitions handling to be more flexible. Again.
Tue, 12 Jun 2018 15:36:00 +0300 Matti Hamalainen Move dmC64ProbeBMP() to more logical place in the source.
Tue, 12 Jun 2018 04:43:05 +0300 Matti Hamalainen Implement fake X raster position for the pixel getting functions. At some
Fri, 08 Jun 2018 22:09:00 +0300 Matti Hamalainen Add dmSetMixedColorC64Palette() for setting a 256 entry "mixed color"