log

age author description
Wed, 25 Sep 2019 12:13:28 +0300 Matti Hamalainen Move two memsets to later in the function.
Wed, 25 Sep 2019 12:11:35 +0300 Matti Hamalainen Change Uint8 pointer in getPixel functions to DMC64ScanLine pointer in
Wed, 25 Sep 2019 11:45:21 +0300 Matti Hamalainen Fix D64_SPRF_Y_EXPAND enum value.
Tue, 24 Sep 2019 13:15:02 +0300 Matti Hamalainen Remove some useless checks.
Tue, 24 Sep 2019 12:44:44 +0300 Matti Hamalainen Cosmetics.
Mon, 23 Sep 2019 11:16:57 +0300 Matti Hamalainen Comment.
Mon, 23 Sep 2019 11:14:39 +0300 Matti Hamalainen Make dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() static.
Mon, 23 Sep 2019 11:11:33 +0300 Matti Hamalainen Comment.
Thu, 19 Sep 2019 12:09:56 +0300 Matti Hamalainen dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() should be
Thu, 19 Sep 2019 12:09:06 +0300 Matti Hamalainen Comment adjustments.
Thu, 19 Sep 2019 11:46:03 +0300 Matti Hamalainen Cosmetic.
Thu, 19 Sep 2019 11:33:11 +0300 Matti Hamalainen Unify 64vw image decoding.
Mon, 16 Sep 2019 11:42:32 +0300 Matti Hamalainen Cosmetic.
Mon, 16 Sep 2019 10:54:54 +0300 Matti Hamalainen Missed on dmGenericRLEAnalyze() call from a previous commit.
Mon, 16 Sep 2019 10:38:33 +0300 Matti Hamalainen Fix setjmp() warning.
Mon, 16 Sep 2019 10:24:49 +0300 Matti Hamalainen Add return value (error code) to dmGenericRLEAnalyze() and pass it through where used.
Mon, 16 Sep 2019 10:14:57 +0300 Matti Hamalainen Cosmetics.
Mon, 09 Sep 2019 11:22:18 +0300 Matti Hamalainen Change separate booleans in DMC64Sprite to a single flags field and define
Mon, 09 Sep 2019 11:21:41 +0300 Matti Hamalainen Clean up some constants.
Wed, 04 Sep 2019 13:00:42 +0300 Matti Hamalainen Add argument names to prototypes.
Tue, 03 Sep 2019 11:54:06 +0300 Matti Hamalainen Constify.
Tue, 03 Sep 2019 10:44:22 +0300 Matti Hamalainen Cosmetic.
Tue, 03 Sep 2019 10:41:21 +0300 Matti Hamalainen Rename DMC64EncDecOp::offs2 to blkoffs.
Tue, 03 Sep 2019 10:40:14 +0300 Matti Hamalainen Cosmetics.
Tue, 03 Sep 2019 10:40:03 +0300 Matti Hamalainen Remove __packed__ attribute from DMPackFile as it is not really needed.
Tue, 03 Sep 2019 10:22:13 +0300 Matti Hamalainen Indentation cosmetic.
Tue, 03 Sep 2019 10:15:41 +0300 Matti Hamalainen Comment adjustments.
Tue, 27 Aug 2019 12:24:54 +0300 Matti Hamalainen Merge.
Tue, 27 Aug 2019 12:18:39 +0300 Matti Hamalainen Comment adjustments.
Mon, 12 Aug 2019 23:08:04 +0300 Matti Hamalainen Use $(MKDIR_P) instead of "mkdir -p".