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.