log

age author description
Mon, 14 May 2018 00:09:36 +0300 Matti Hamalainen Cleanup.
Sun, 13 May 2018 23:20:32 +0300 Matti Hamalainen Add somewhat broken support for "Big FLI" aka BFLI files. Needs more work.
Sun, 13 May 2018 23:19:36 +0300 Matti Hamalainen Rename a function.
Sun, 13 May 2018 20:34:29 +0300 Matti Hamalainen Add NULL check for growbuf pointer.
Sun, 13 May 2018 10:07:25 +0300 Matti Hamalainen Improve and simplify Fun Paint 2 format support.
Sun, 13 May 2018 09:51:13 +0300 Matti Hamalainen Add support for packed Koala Painter files, though without probing now.
Sun, 13 May 2018 09:50:13 +0300 Matti Hamalainen Get rid of some code duplication by merging functionality of certain pixel
Sun, 13 May 2018 09:49:03 +0300 Matti Hamalainen Make home/end keys to go to first and last file respectively in 64vw.
Sun, 13 May 2018 09:10:52 +0300 Matti Hamalainen Fix Koala Painter background color decoding.
Sun, 13 May 2018 09:09:58 +0300 Matti Hamalainen Add support for "Picasso 64" and "Vidcom 64" multicolor formats.
Sun, 13 May 2018 09:08:18 +0300 Matti Hamalainen Implement another RLE variant, with different ordering of marker, count and data bytes.
Sun, 13 May 2018 08:23:58 +0300 Matti Hamalainen Try to make the window title more informative.
Sun, 13 May 2018 08:23:34 +0300 Matti Hamalainen Use C64_SCR_* constants instead of hardcoded number values in creating surface.
Sun, 13 May 2018 08:22:56 +0300 Matti Hamalainen Instead of specifying forced input format (-f) as a number in 64vw,
Sun, 13 May 2018 07:56:47 +0300 Matti Hamalainen Minor cleanup.
Sun, 13 May 2018 07:47:29 +0300 Matti Hamalainen Rename some variables to be more meaningful.
Sun, 13 May 2018 07:36:47 +0300 Matti Hamalainen Add fullscreen toggle support.
Sun, 13 May 2018 07:36:37 +0300 Matti Hamalainen Use SDL_CreateRGBSurfaceWithFormat().
Sun, 13 May 2018 07:33:05 +0300 Matti Hamalainen Fix page up/down skip amounts.
Sun, 13 May 2018 07:32:36 +0300 Matti Hamalainen Oops, 8 vs 32bits. Didn't seem to matter anyhow, though.
Sun, 13 May 2018 06:59:26 +0300 Matti Hamalainen Added tag last_SDL1 for changeset 8f06c23e197d
Sun, 13 May 2018 06:40:11 +0300 Matti Hamalainen Bump version and copyright of PPL/CBP.
Sun, 13 May 2018 06:39:54 +0300 Matti Hamalainen Make texture/surface creation better.
Sun, 13 May 2018 06:39:13 +0300 Matti Hamalainen Cleanup some remnants of SDL1 code.
Sun, 13 May 2018 06:14:08 +0300 Matti Hamalainen Fix colours by creating a correctly ordered surface.
Sun, 13 May 2018 06:04:11 +0300 Matti Hamalainen Few fixes in the README.
Sun, 13 May 2018 06:00:50 +0300 Matti Hamalainen Initial port to SDL2. Many things will not work now.
Sun, 13 May 2018 05:59:42 +0300 Matti Hamalainen Cosmetics. last_SDL1
Sun, 13 May 2018 05:58:41 +0300 Matti Hamalainen Remove useless dmCol() calls.
Sun, 13 May 2018 05:28:51 +0300 Matti Hamalainen Add some missing includes.
Sun, 13 May 2018 04:12:32 +0300 Matti Hamalainen Oops, reverse the meaning of PageUp and PageDown. :D
Sun, 13 May 2018 04:11:05 +0300 Matti Hamalainen Add Page Up and Down keys to 64vw controls.
Sun, 13 May 2018 04:05:20 +0300 Matti Hamalainen Do some vetting on the tests, which are rather crappy anyway.
Sun, 13 May 2018 01:19:21 +0300 Matti Hamalainen Cleanups.
Sat, 12 May 2018 23:08:16 +0300 Matti Hamalainen Fix font conversion in build.
Sat, 12 May 2018 21:05:52 +0300 Matti Hamalainen Check C64 bitmap format flags in encode/decode functions.
Sat, 12 May 2018 21:02:42 +0300 Matti Hamalainen Remove encode stub function, it's not used now.
Sat, 12 May 2018 21:02:10 +0300 Matti Hamalainen Constify.
Sat, 12 May 2018 21:01:46 +0300 Matti Hamalainen Improve how format read/write capabilities are marked and shown.
Sat, 12 May 2018 21:00:22 +0300 Matti Hamalainen Cleanups.
Sat, 12 May 2018 17:48:56 +0300 Matti Hamalainen Rename libgfx IMGFMT_* constants to DM_IMGFMT_*.
Sat, 12 May 2018 05:31:40 +0300 Matti Hamalainen Implement dmGenericRLEAnalyze() and use it where appropriate.
Sat, 12 May 2018 05:17:00 +0300 Matti Hamalainen Fix FunPaint2 packed format decoding.
Sat, 12 May 2018 05:03:02 +0300 Matti Hamalainen Fix Amica Paint decoding off-by-one.
Sat, 12 May 2018 04:55:05 +0300 Matti Hamalainen Cleanup.
Sat, 12 May 2018 04:54:36 +0300 Matti Hamalainen Implement Amica Paint packed format encoding.
Sat, 12 May 2018 04:46:08 +0300 Matti Hamalainen Tiny improvement in MC->FLI upconversion.
Sat, 12 May 2018 04:12:46 +0300 Matti Hamalainen Add compile-time debugging information to DMGrowBuf.
Sat, 12 May 2018 04:05:10 +0300 Matti Hamalainen Fix DrazLace encoding.
Sat, 12 May 2018 03:28:25 +0300 Matti Hamalainen Use the DMGrowBuf push/pop functionality to better implement the stacked
Sat, 12 May 2018 03:26:14 +0300 Matti Hamalainen Cosmetic.
Sat, 12 May 2018 03:25:44 +0300 Matti Hamalainen Cleanup.
Sat, 12 May 2018 03:23:32 +0300 Matti Hamalainen Implement current len/offs push/pop for growbuf.
Sat, 12 May 2018 03:10:47 +0300 Matti Hamalainen Add helper function dmGrowBufRealloc() to handle the common case of
Sat, 12 May 2018 02:29:05 +0300 Matti Hamalainen Rename some decoder functions.
Sat, 12 May 2018 02:24:24 +0300 Matti Hamalainen Set size for DT_{DEC,ENC}_FUNCTION opcodes.
Fri, 11 May 2018 23:58:08 +0300 Matti Hamalainen Remove auval and dmeval stuff.
Fri, 11 May 2018 23:44:53 +0300 Matti Hamalainen Oops. Actually use the generated filename for writing the output files in here.
Fri, 11 May 2018 23:44:27 +0300 Matti Hamalainen Improve some error messages in gfxconv.
Fri, 11 May 2018 23:43:57 +0300 Matti Hamalainen Fix uninitilized variable.
Fri, 11 May 2018 23:34:48 +0300 Matti Hamalainen Fix a warning in dmWriteDataFile().
Fri, 11 May 2018 23:26:24 +0300 Matti Hamalainen Clarify the "probed" messages of gfxconv.
Fri, 11 May 2018 23:17:57 +0300 Matti Hamalainen Another encoding fix ..
Fri, 11 May 2018 23:12:55 +0300 Matti Hamalainen Remove unused variable.
Fri, 11 May 2018 23:11:38 +0300 Matti Hamalainen Fix c64 bitmap encoding / decoding bounds checks.
Fri, 11 May 2018 23:11:16 +0300 Matti Hamalainen Improve error handling of RLE encoder.
Fri, 11 May 2018 23:10:21 +0300 Matti Hamalainen Always show current filename in the window title.
Fri, 11 May 2018 22:52:06 +0300 Matti Hamalainen Better leak fix. :D
Fri, 11 May 2018 22:49:07 +0300 Matti Hamalainen Plug some memory leaks in 64vw.
Fri, 11 May 2018 22:36:21 +0300 Matti Hamalainen Plug some minor memory leaks in gfxconv.
Fri, 11 May 2018 22:26:17 +0300 Matti Hamalainen Remove insane troll logic from dmC64GetOpSize().
Fri, 11 May 2018 22:25:12 +0300 Matti Hamalainen Initialize previous data value in RLE encoder.
Fri, 11 May 2018 22:24:53 +0300 Matti Hamalainen Fix an error message, should be "Encode", not "Decode".
Fri, 11 May 2018 22:24:11 +0300 Matti Hamalainen Urgh. 1000L idiotic mistake: a dmGrowBufAlloc() call had been left in
Fri, 11 May 2018 22:22:40 +0300 Matti Hamalainen Add few comments to clarify things.
Fri, 11 May 2018 22:22:23 +0300 Matti Hamalainen Initialize the memory in growbuf.
Fri, 11 May 2018 20:28:48 +0300 Matti Hamalainen Oops, left in a debug print.
Fri, 11 May 2018 20:27:16 +0300 Matti Hamalainen Fix handling of predefined DMGrowBuffer in dmC64EncodeGenericBMP().
Fri, 11 May 2018 20:18:14 +0300 Matti Hamalainen Change the passing of RLE compression/decompression parameters to be in a dedicated struct.
Fri, 11 May 2018 07:50:18 +0300 Matti Hamalainen Oops, forgot to include build system changes in the previous commit.
Fri, 11 May 2018 07:41:55 +0300 Matti Hamalainen Factor all the c64 file format specific things into lib64fmt.c
Fri, 11 May 2018 07:20:58 +0300 Matti Hamalainen Fix gfxconv help.
Fri, 11 May 2018 07:13:46 +0300 Matti Hamalainen Add static const global for FunPaint 2 magic ID string.
Fri, 11 May 2018 07:12:37 +0300 Matti Hamalainen Fix some blunders in encode/decode error messages.
Fri, 11 May 2018 07:07:40 +0300 Matti Hamalainen Simplify some encoding bits.
Fri, 11 May 2018 07:06:36 +0300 Matti Hamalainen Move encoding stub function to better place.
Fri, 11 May 2018 06:28:55 +0300 Matti Hamalainen Implement rudimentary support for writing RLE compressed DrazPaint 1.4/2.0 and DrazLace 1.0 files.
Fri, 11 May 2018 06:27:53 +0300 Matti Hamalainen Work on the RLE encoding.
Fri, 11 May 2018 06:26:55 +0300 Matti Hamalainen Clarify a comment.
Fri, 11 May 2018 06:26:42 +0300 Matti Hamalainen Add short format attribute names to dmC64GetImageTypeString().
Fri, 11 May 2018 05:46:50 +0300 Matti Hamalainen Some dabbling work on basic C64 bitmap conversion.
Fri, 11 May 2018 05:31:46 +0300 Matti Hamalainen Set DMC64Image::type in dmC64ImageAlloc() from format type.
Fri, 11 May 2018 05:31:16 +0300 Matti Hamalainen Reindent polishing.
Fri, 11 May 2018 05:25:46 +0300 Matti Hamalainen Begin restructuring how C64 bitmaps are converted.
Fri, 11 May 2018 05:23:52 +0300 Matti Hamalainen Move one function to a better place in the code.
Fri, 11 May 2018 05:23:07 +0300 Matti Hamalainen Factor the C64 bitmap image format info dump function to lib64gfx and use it from 64vw.
Fri, 11 May 2018 04:55:28 +0300 Matti Hamalainen Various fixes to dmC64EncodeGenericBMP().
Fri, 11 May 2018 04:52:43 +0300 Matti Hamalainen Add DMC64ImageFormat to C64 bitmap format encoding/decoding ops function parameters.
Fri, 11 May 2018 04:23:47 +0300 Matti Hamalainen Oops. Fix dmC64EncodeBMP() to add loading address to total data size.
Fri, 11 May 2018 04:21:34 +0300 Matti Hamalainen Fix dmGrowBufPut() to not include extra byte.
Fri, 11 May 2018 04:21:15 +0300 Matti Hamalainen Improve dmC64GetImageTypeString() and use it also in 64vw.
Fri, 11 May 2018 03:29:55 +0300 Matti Hamalainen Rename some struct members, and sanitize handling of DMC64Image allocation more.
Fri, 11 May 2018 02:49:28 +0300 Matti Hamalainen Sanitize dmWriteBitmap().
Fri, 11 May 2018 02:47:46 +0300 Matti Hamalainen Change some message priorities.
Fri, 11 May 2018 02:46:59 +0300 Matti Hamalainen Improve how input skipping is done. This, however, currently breaks skipping for
Fri, 11 May 2018 02:42:49 +0300 Matti Hamalainen More work on RLE encoding/decoding.
Fri, 11 May 2018 02:26:29 +0300 Matti Hamalainen Rename one of the growbuf functions.
Fri, 11 May 2018 02:26:09 +0300 Matti Hamalainen Cleanup the RLE decoder.
Fri, 11 May 2018 02:25:40 +0300 Matti Hamalainen Reorder format list.
Fri, 11 May 2018 01:59:49 +0300 Matti Hamalainen Add dmWriteDataFile() helper function.
Fri, 11 May 2018 01:59:37 +0300 Matti Hamalainen Cleanup dmReadDataFile() helper function.
Thu, 10 May 2018 23:08:09 +0300 Matti Hamalainen Improve error handling and checking.
Thu, 10 May 2018 23:07:50 +0300 Matti Hamalainen Add stub function to prevent attempts to encode formats that do not support encoding yet.
Thu, 10 May 2018 22:30:36 +0300 Matti Hamalainen Use dmC64EncodeBMP() in gfxconv.
Thu, 10 May 2018 22:30:02 +0300 Matti Hamalainen Various fixes in bmp encoding.
Thu, 10 May 2018 21:57:20 +0300 Matti Hamalainen Added signature for changeset 32203356c652
Thu, 10 May 2018 21:47:48 +0300 Matti Hamalainen Add some new functions that are mostly just stubs and not working tho.
Thu, 10 May 2018 21:46:50 +0300 Matti Hamalainen More work on RLE decoder/encoder changes.
Thu, 10 May 2018 21:29:52 +0300 Matti Hamalainen Change dmC64EncodeGenericBMP() to use DMGrowBuf, and make the necessary changes in gfxconv as well.
Thu, 10 May 2018 21:28:14 +0300 Matti Hamalainen Improve one error message by showing the error code.
Thu, 10 May 2018 21:27:24 +0300 Matti Hamalainen Change dmDecodeGenericRLE() to use DMGrowBuf as output. Also add support
Thu, 10 May 2018 21:22:31 +0300 Matti Hamalainen Fix memory leaks by freeing more things in dmC64ImageFree().
Thu, 10 May 2018 21:21:37 +0300 Matti Hamalainen Cosmetic.
Thu, 10 May 2018 21:19:55 +0300 Matti Hamalainen Improve error handling.
Thu, 10 May 2018 21:16:43 +0300 Matti Hamalainen More work on growbuf.
Thu, 10 May 2018 21:00:59 +0300 Matti Hamalainen Adjust semantics of growbuf and add new function.
Thu, 10 May 2018 19:58:52 +0300 Matti Hamalainen Add function to set DMImage's palette to default C64 palette and use it.
Thu, 10 May 2018 18:53:42 +0300 Matti Hamalainen Bump copyrights.
Thu, 10 May 2018 18:53:23 +0300 Matti Hamalainen Add dmGrowBufCheckGrow() function.
Thu, 10 May 2018 18:33:57 +0300 Matti Hamalainen Add a growable buffer implementation.
Thu, 10 May 2018 18:32:27 +0300 Matti Hamalainen Add missing dmFreeRReal() function prototype.
Thu, 10 May 2018 15:54:35 +0300 Matti Hamalainen Add dmFreeR() macro/function.
Thu, 10 May 2018 15:54:18 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 05:55:20 +0300 Matti Hamalainen 24bit PCX writing does not work correctly, so return DMERR_NOT_SUPPORTED in the writer function.
Thu, 10 May 2018 05:53:08 +0300 Matti Hamalainen Oops, non-matching function prototype committed. Fixed.
Thu, 10 May 2018 05:23:02 +0300 Matti Hamalainen Do not insert load address to the buffer beginning in dmC64EncodeGenericBMP().
Thu, 10 May 2018 05:15:25 +0300 Matti Hamalainen Rename labels.
Thu, 10 May 2018 04:57:48 +0300 Matti Hamalainen Cosmetics.
Thu, 10 May 2018 04:44:08 +0300 Matti Hamalainen Cosmetics.
Thu, 10 May 2018 04:39:34 +0300 Matti Hamalainen Add dmSmoothMap() function to efu test.
Thu, 10 May 2018 04:36:03 +0300 Matti Hamalainen Cosmetics.
Thu, 10 May 2018 03:46:36 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 02:43:16 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 02:25:42 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 02:24:41 +0300 Matti Hamalainen Constify.
Sun, 22 Apr 2018 03:02:35 +0300 Matti Hamalainen Fix a warning.
Tue, 12 Dec 2017 02:03:00 +0200 Matti Hamalainen Also do some renaming in here ..
Tue, 12 Dec 2017 02:01:02 +0200 Matti Hamalainen Fix build.
Tue, 12 Dec 2017 01:59:29 +0200 Matti Hamalainen Rename view64 to 64vw.
Wed, 22 Nov 2017 01:34:09 +0200 Matti Hamalainen Get rid of another direct 'errno' usage.
Wed, 22 Nov 2017 01:33:47 +0200 Matti Hamalainen Cosmetics.
Wed, 22 Nov 2017 01:33:21 +0200 Matti Hamalainen Improve build, so that we can build the tools and tests with minimal
Wed, 22 Nov 2017 01:04:41 +0200 Matti Hamalainen Get rid of direct 'errno' usage.
Wed, 15 Nov 2017 07:51:43 +0200 Matti Hamalainen Remove tests/ subdir from ignores.
Wed, 15 Nov 2017 07:42:08 +0200 Matti Hamalainen Cleanup.
Wed, 15 Nov 2017 07:41:58 +0200 Matti Hamalainen Get rid of direct errno usage.
Wed, 15 Nov 2017 07:41:25 +0200 Matti Hamalainen s/DM_ZLIB_LDFLAGS/ZLIB_LDFLAGS/g
Wed, 15 Nov 2017 07:07:26 +0200 Matti Hamalainen Rename global dmC64Palette to dmDefaultC64Palette.
Wed, 15 Nov 2017 07:06:47 +0200 Matti Hamalainen Simplify dmC64GetImageTypeString().
Wed, 08 Nov 2017 02:38:44 +0200 Matti Hamalainen Remove useless line.
Wed, 08 Nov 2017 02:37:01 +0200 Matti Hamalainen Fix view64 window title updating.
Wed, 08 Nov 2017 01:31:03 +0200 Matti Hamalainen Cosmetic.
Mon, 06 Nov 2017 01:13:04 +0200 Matti Hamalainen Stray whitespace at line end.
Mon, 06 Nov 2017 01:09:13 +0200 Matti Hamalainen Cleanups.
Sun, 05 Nov 2017 23:27:53 +0200 Matti Hamalainen Better fix for the RLE decoding bounds issue, not changing
Sun, 05 Nov 2017 23:27:05 +0200 Matti Hamalainen Backed out changeset 3baed76155a1
Sun, 05 Nov 2017 04:50:05 +0200 Matti Hamalainen Oops, the check for maximum filename index was wrong.
Sun, 05 Nov 2017 04:47:13 +0200 Matti Hamalainen Fix dmDecodeGenericRLE() source/read bounds check.
Sun, 05 Nov 2017 04:20:08 +0200 Matti Hamalainen Remove useless SDL_SetColors() call.
Sun, 05 Nov 2017 04:04:52 +0200 Matti Hamalainen Implement multi file support in view64.
Sun, 05 Nov 2017 03:53:03 +0200 Matti Hamalainen No need to include errno.h here.
Sun, 05 Nov 2017 03:52:37 +0200 Matti Hamalainen Use Uint8 instead of int in the rle decoder.
Sun, 05 Nov 2017 03:51:48 +0200 Matti Hamalainen Cleanups.
Sun, 05 Nov 2017 02:38:36 +0200 Matti Hamalainen Rename a label.
Sun, 05 Nov 2017 02:36:26 +0200 Matti Hamalainen Increase default mixer volume to 255.
Sun, 05 Nov 2017 02:36:12 +0200 Matti Hamalainen Add +1 to the displayed module order number.
Sun, 05 Nov 2017 02:35:15 +0200 Matti Hamalainen Rename dm_strmatch() to dmStrMatch().
Sun, 05 Nov 2017 02:35:01 +0200 Matti Hamalainen Indentation cosmetic.
Sat, 04 Nov 2017 02:17:26 +0200 Matti Hamalainen Clarify function prototypes in the header.
Mon, 30 Oct 2017 20:33:28 +0200 Matti Hamalainen Improve error checking.
Mon, 30 Oct 2017 18:15:11 +0200 Matti Hamalainen Modernization cleanups.
Mon, 30 Oct 2017 18:12:38 +0200 Matti Hamalainen Make JSSExtInstrument.instConvSamples dynamically allocated and add check
Mon, 30 Oct 2017 18:01:25 +0200 Matti Hamalainen Fix jssASCIItoStr() bounds check.
Mon, 30 Oct 2017 16:57:35 +0200 Matti Hamalainen Improve error checking and resiliency a bit.
Mon, 30 Oct 2017 05:38:37 +0200 Matti Hamalainen Fix commandline option mixup -g vs -e
Sat, 28 Oct 2017 17:45:39 +0300 Matti Hamalainen Use $(shell ..) instead of backtics.
Sat, 28 Oct 2017 04:25:42 +0300 Matti Hamalainen Indentation cosmetics.
Mon, 16 Oct 2017 03:22:13 +0300 Matti Hamalainen Cosmetic.
Mon, 25 Sep 2017 10:18:59 +0300 Matti Hamalainen If probe mode is specified, increase verbosity to required level.
Mon, 25 Sep 2017 01:49:18 +0300 Matti Hamalainen Add support for Crest Hires FLI Designer format.
Mon, 25 Sep 2017 01:41:56 +0300 Matti Hamalainen Make screen ram definition macros more flexible, for possible future use cases.
Sun, 24 Sep 2017 22:55:17 +0300 Matti Hamalainen Cleanups, support another variant of FLI Designer format.
Sun, 24 Sep 2017 22:26:22 +0300 Matti Hamalainen Add "probe only" mode to view64.
Sun, 24 Sep 2017 22:02:54 +0300 Matti Hamalainen FunPaint2 decoding fixes.
Sun, 24 Sep 2017 22:00:51 +0300 Matti Hamalainen Implement GunPaint support. Possibly not working correctly.
Sun, 24 Sep 2017 21:45:35 +0300 Matti Hamalainen Simplify some image format definitions by using macro to define screen ram blocks.
Sun, 24 Sep 2017 21:19:44 +0300 Matti Hamalainen Oops, 100L. Had forgotten to change singlecolor mode handling pixel getter
Sun, 24 Sep 2017 21:17:56 +0300 Matti Hamalainen Print number of banks.
Sun, 24 Sep 2017 21:11:36 +0300 Matti Hamalainen #undef a macro that needs to be redefined in order to avoid a warning.
Sun, 24 Sep 2017 21:10:46 +0300 Matti Hamalainen Implement (buggy) support for packed and unpacked FunPaint II images in
Sun, 24 Sep 2017 21:10:02 +0300 Matti Hamalainen Oops, missed some necessary changes to gfxconv due to lib64gfx changes. Fixed.
Sun, 24 Sep 2017 20:48:52 +0300 Matti Hamalainen Cosmetics.
Sun, 24 Sep 2017 19:51:23 +0300 Matti Hamalainen Move things around a bit.
Sun, 24 Sep 2017 19:49:25 +0300 Matti Hamalainen Cosmetics.
Sun, 24 Sep 2017 19:49:03 +0300 Matti Hamalainen Increase maximum number of enc/dec operations for C64 images.
Sun, 24 Sep 2017 19:48:33 +0300 Matti Hamalainen Make c64 image bank allocation dynamic.
Sun, 24 Sep 2017 17:50:02 +0300 Matti Hamalainen Cosmetic.
Sun, 24 Sep 2017 17:47:48 +0300 Matti Hamalainen More work on making various FLI etc. format decoding more flexible.
Sun, 24 Sep 2017 16:01:17 +0300 Matti Hamalainen Implement more flexible generic format decoding by separating the pixel
Sun, 24 Sep 2017 15:22:45 +0300 Matti Hamalainen Forward declare typedef struct _DMC64Image;
Sun, 24 Sep 2017 15:22:12 +0300 Matti Hamalainen Improve handling of extra data.
Sun, 24 Sep 2017 15:20:23 +0300 Matti Hamalainen Variable name cleanup.
Sun, 24 Sep 2017 15:11:49 +0300 Matti Hamalainen Cleanups.
Sun, 24 Sep 2017 13:18:24 +0300 Matti Hamalainen Add support for Interpaint Multicolor (unpacked) images.
Sun, 24 Sep 2017 13:13:04 +0300 Matti Hamalainen Cleanups.
Sat, 23 Sep 2017 01:26:31 +0300 Matti Hamalainen Use dmPrint() instead of dmMsg() for the info dumps.
Sat, 23 Sep 2017 01:24:51 +0300 Matti Hamalainen Add some information dumping to view64.
Sat, 23 Sep 2017 01:24:21 +0300 Matti Hamalainen Return DMERR_NOT_SUPPORTED for decoding color-interlaced images, for now
Sat, 23 Sep 2017 01:20:07 +0300 Matti Hamalainen Remove hardcoded encoding/decoding operator counts from the structures, use
Fri, 22 Sep 2017 23:00:32 +0300 Matti Hamalainen Cleanup.
Fri, 22 Sep 2017 16:40:43 +0300 Matti Hamalainen Adjust view64 display aspect calculations.
Fri, 22 Sep 2017 16:25:25 +0300 Matti Hamalainen Better handling of resolution interlaced pictures.
Fri, 22 Sep 2017 16:24:53 +0300 Matti Hamalainen Cosmetics.
Fri, 22 Sep 2017 15:58:32 +0300 Matti Hamalainen Make image palette remapping use a destination image instead of doing remapping on the source image.
Wed, 30 Aug 2017 03:35:52 +0300 Matti Hamalainen Cleanups.
Fri, 25 Aug 2017 00:17:07 +0300 Matti Hamalainen Merged.
Fri, 25 Aug 2017 00:16:52 +0300 Matti Hamalainen Remove useless -o option from fontconv.
Wed, 23 Aug 2017 12:11:18 +0300 Matti Hamalainen Add another gfxconv example.
Wed, 23 Aug 2017 12:09:32 +0300 Matti Hamalainen Cleanup.
Wed, 23 Aug 2017 01:10:48 +0300 Matti Hamalainen Documentation adjustments.
Tue, 22 Aug 2017 23:25:11 +0300 Matti Hamalainen Cleanup.
Tue, 22 Aug 2017 23:02:24 +0300 Matti Hamalainen Improve verbose output cosmetics.
Tue, 22 Aug 2017 22:48:16 +0300 Matti Hamalainen Cleanup, update copyright.
Tue, 22 Aug 2017 22:38:13 +0300 Matti Hamalainen Silence warnings about unused function arguments.
Tue, 22 Aug 2017 22:01:32 +0300 Matti Hamalainen Fix loading of instrument relative note, finetune and panning values, which should be signed.
Tue, 22 Aug 2017 21:47:05 +0300 Matti Hamalainen Cleanup.
Tue, 22 Aug 2017 21:36:10 +0300 Matti Hamalainen Cleanups.
Tue, 22 Aug 2017 21:35:44 +0300 Matti Hamalainen Add -a/--all option to show all information about the module.
Tue, 22 Aug 2017 21:35:22 +0300 Matti Hamalainen Cleanups.
Tue, 22 Aug 2017 21:05:55 +0300 Matti Hamalainen Print out order list pattern remapping stuff if verbose enough.