log

age author description
Fri, 12 Apr 2013 05:10:16 +0300 Matti Hamalainen Add original TSFONT format version of the setup font.
Fri, 12 Apr 2013 05:09:54 +0300 Matti Hamalainen Changed the setup font slightly.
Fri, 12 Apr 2013 05:04:22 +0300 Matti Hamalainen Rename again.
Fri, 12 Apr 2013 05:03:54 +0300 Matti Hamalainen Rename and add some files.
Fri, 12 Apr 2013 04:52:56 +0300 Matti Hamalainen Remove C source output mode, it is useless.
Fri, 12 Apr 2013 04:44:25 +0300 Matti Hamalainen Add some initial code for video setup screen.
Wed, 10 Apr 2013 11:59:02 +0300 Matti Hamalainen Add grayscaled indexed (5bpp) rendering of the video setup screen
Wed, 10 Apr 2013 11:58:31 +0300 Matti Hamalainen Hide the mockup.
Wed, 10 Apr 2013 11:19:14 +0300 Matti Hamalainen Add some graphics source files.
Fri, 05 Apr 2013 03:02:37 +0300 Matti Hamalainen Fix some error messages.
Fri, 05 Apr 2013 00:32:06 +0300 Matti Hamalainen Make timeline stuff optional.
Sun, 17 Mar 2013 04:34:12 +0200 Matti Hamalainen Fix build.
Sun, 17 Feb 2013 08:26:39 +0200 Matti Hamalainen Work with no sound as well.
Sat, 05 Jan 2013 19:58:23 +0200 Matti Hamalainen Update copyright.
Sat, 05 Jan 2013 12:20:08 +0200 Matti Hamalainen Update copyright year.
Fri, 04 Jan 2013 16:48:39 +0200 Matti Hamalainen Merged.
Fri, 04 Jan 2013 16:48:15 +0200 Matti Hamalainen Move utility function dmReadDataFile() to dmfile module instead.
Sun, 30 Dec 2012 13:18:08 +0200 Matti Hamalainen Add a slightly different raw output format.
Sat, 22 Dec 2012 16:56:30 +0200 Matti Hamalainen Moar work on the editor (broken).
Thu, 20 Dec 2012 01:44:01 +0200 Matti Hamalainen Remove function, to be moved into the editor code completely.
Thu, 20 Dec 2012 01:42:47 +0200 Matti Hamalainen Fix build by moving moc_* from TARGETS to TMPFILES.
Tue, 04 Dec 2012 20:56:56 +0200 Matti Hamalainen Add zlib LDFLAGS to view64 linking phase.
Tue, 04 Dec 2012 20:55:17 +0200 Matti Hamalainen Fix a rather silly buffer reallocation + use after modify case. Urgh.
Tue, 27 Nov 2012 19:57:48 +0200 Matti Hamalainen Simplify wav chunk header writing slightly.
Mon, 26 Nov 2012 19:01:12 +0200 Matti Hamalainen Fix copyright.
Fri, 23 Nov 2012 19:00:43 +0200 Matti Hamalainen Update some comments.
Fri, 23 Nov 2012 18:37:47 +0200 Matti Hamalainen Adjust to conform to lib64gfx API changes.
Fri, 23 Nov 2012 18:37:09 +0200 Matti Hamalainen Improve DMC64Image -> DMImage conversion facilities.
Fri, 23 Nov 2012 17:33:55 +0200 Matti Hamalainen Cosmetics.
Fri, 23 Nov 2012 15:38:32 +0200 Matti Hamalainen Remove useless (Uint8 *) typecasts now that dmf_{read,write}_str() uses void.
Fri, 23 Nov 2012 15:31:41 +0200 Matti Hamalainen s/Uint8/void/ in dmf_{read,write}_str().
Fri, 23 Nov 2012 15:26:32 +0200 Matti Hamalainen Rename internal structures, cosmetics.
Thu, 22 Nov 2012 23:16:38 +0200 Matti Hamalainen Bump version.
Thu, 22 Nov 2012 23:10:18 +0200 Matti Hamalainen Initial support for bitmap -> bitmap conversion in gfxconv.
Thu, 22 Nov 2012 22:50:06 +0200 Matti Hamalainen Fix comments to reflect current situation.
Thu, 22 Nov 2012 22:30:43 +0200 Matti Hamalainen Branch merge.
Thu, 22 Nov 2012 22:29:30 +0200 Matti Hamalainen Make dmConvertByte() static.
Thu, 22 Nov 2012 22:29:16 +0200 Matti Hamalainen Cosmetics.
Thu, 22 Nov 2012 22:27:07 +0200 Matti Hamalainen Make encoding function public.
Thu, 22 Nov 2012 22:26:31 +0200 Matti Hamalainen Actually return/set the pointer to the encoded image data when done.
Thu, 22 Nov 2012 22:26:08 +0200 Matti Hamalainen Rename the generic probing function.
Thu, 22 Nov 2012 22:25:44 +0200 Matti Hamalainen Add loading address to the encoding functionality.
Thu, 22 Nov 2012 22:24:57 +0200 Matti Hamalainen Use size_t instead of int here to avoid signedness issues.
Thu, 22 Nov 2012 22:24:33 +0200 Matti Hamalainen Add helper macros for getting hi/lo bytes of 16bit BE words and use them.
Thu, 22 Nov 2012 22:19:12 +0200 Matti Hamalainen Change filename extension of DrazPaint 2.0 packed format to avoid conflict with the unpacked format while allowing the user to selecto output format via extension.
Thu, 22 Nov 2012 22:17:47 +0200 Matti Hamalainen Free the correct buffer pointer in error situations in the encoder function.
Thu, 22 Nov 2012 22:16:51 +0200 Matti Hamalainen Rename generic probing function to match the style of other lib64gfx functions.
Thu, 22 Nov 2012 22:16:06 +0200 Matti Hamalainen Take loading address into account while encoding, so start other data from offset +2.
Thu, 22 Nov 2012 22:15:34 +0200 Matti Hamalainen Add helper macros and use them to set the loading address while encoding.
Thu, 22 Nov 2012 21:09:15 +0200 Matti Hamalainen Begin preparations for improved bitmap conversion support. Breaks lib64gfx API.
Thu, 22 Nov 2012 17:56:25 +0200 Matti Hamalainen Adjust packed Amica paint format probe function to return less false
Thu, 22 Nov 2012 17:44:45 +0200 Matti Hamalainen Implement initial generic bitmap "encoding" function, that constructs
Thu, 22 Nov 2012 17:10:05 +0200 Matti Hamalainen Add support for converting some FLI formats, such as Blackmail FLI and FLI Designer FLI.
Thu, 22 Nov 2012 15:28:27 +0200 Matti Hamalainen Greatly simplify and also improve the multicolor/hires/lace bitmap->image
Thu, 22 Nov 2012 03:23:05 +0200 Matti Hamalainen Combine conversion of interlaced and normal multicolor images to one function.
Thu, 22 Nov 2012 02:38:12 +0200 Matti Hamalainen Simplify multicolor/interlaced multicolor decoding by factoring some to a separate function.
Thu, 22 Nov 2012 02:07:45 +0200 Matti Hamalainen Add Run Paint MC unpacked format and Art Studio hires format.
Thu, 22 Nov 2012 01:07:45 +0200 Matti Hamalainen Add support for Interpaint (unpacked) and Doodle (unpacked) hires formats.
Thu, 22 Nov 2012 01:07:20 +0200 Matti Hamalainen Fix hires bitmap conversion to DMImage, the screen colors per bit state were
Wed, 21 Nov 2012 23:25:13 +0200 Matti Hamalainen Add Advanced Art Studio format support.