log

age author description
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.