log

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