log

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