log

age author description
Sun, 04 Nov 2012 03:18:42 +0200 Matti Hamalainen Implement fwrite and fputc in memio resources. They will only operate on pre-allocated memory area, thus not grow-as-write.
Sun, 04 Nov 2012 03:16:43 +0200 Matti Hamalainen Adjust dm_fread_byte() and dm_fwrite_byte() stdio helper functions to match
Sun, 04 Nov 2012 03:15:35 +0200 Matti Hamalainen Add dmf_{write,read}_byte() convenience functions.
Sun, 04 Nov 2012 02:50:03 +0200 Matti Hamalainen Cosmetics, rename a variable.
Sat, 03 Nov 2012 16:08:30 +0200 Matti Hamalainen Modularize some more.
Sat, 03 Nov 2012 14:52:52 +0200 Matti Hamalainen Add C++ guard.
Sat, 03 Nov 2012 13:42:52 +0200 Matti Hamalainen Cleanups.
Sat, 03 Nov 2012 13:37:09 +0200 Matti Hamalainen Improve listing of input/output formats in --help.
Sat, 03 Nov 2012 13:36:51 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 11:14:16 +0200 Matti Hamalainen Fix a segfault due to not checking for NULL file extension entries in dmGetFormatByExt().
Sat, 03 Nov 2012 11:13:33 +0200 Matti Hamalainen Possibly fix 24bit PCX output.
Sat, 03 Nov 2012 11:10:59 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 09:22:15 +0200 Matti Hamalainen Updated.
Sat, 03 Nov 2012 09:20:42 +0200 Matti Hamalainen Renamed TODO.txt to TODO.jss, as this is only pertinent to JSS parts. And
Sat, 03 Nov 2012 09:19:38 +0200 Matti Hamalainen Add README.
Sat, 03 Nov 2012 08:21:29 +0200 Matti Hamalainen Fix build for Win32.
Sat, 03 Nov 2012 08:11:56 +0200 Matti Hamalainen Fix image format output.
Sat, 03 Nov 2012 08:11:29 +0200 Matti Hamalainen Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used
Sat, 03 Nov 2012 07:54:23 +0200 Matti Hamalainen Fix building with libpng.
Sat, 03 Nov 2012 07:54:13 +0200 Matti Hamalainen Fix lingering issue with data reading helper function.
Sat, 03 Nov 2012 07:53:38 +0200 Matti Hamalainen Modularize some functions to lib64gfx, fix bitmap -> image conversion,
Sat, 03 Nov 2012 07:52:26 +0200 Matti Hamalainen Update file description.
Sat, 03 Nov 2012 04:11:15 +0200 Matti Hamalainen Improve error handling.
Sat, 03 Nov 2012 03:55:17 +0200 Matti Hamalainen Add bitmap and image input selectors to -i option.
Sat, 03 Nov 2012 03:50:42 +0200 Matti Hamalainen IFFMaster RAW output works now, at least to some extent.
Sat, 03 Nov 2012 03:50:26 +0200 Matti Hamalainen Clear up the file descriptions.
Sat, 03 Nov 2012 03:50:02 +0200 Matti Hamalainen Correct the file header comments.
Sat, 03 Nov 2012 03:49:30 +0200 Matti Hamalainen Add simple bitstream writing functions.
Sat, 03 Nov 2012 02:48:03 +0200 Matti Hamalainen Update copyright year.
Sat, 03 Nov 2012 02:41:15 +0200 Matti Hamalainen Stdint -> SDL types conversion.
Sat, 03 Nov 2012 02:40:07 +0200 Matti Hamalainen Various improvements and cruft cleanups.
Sat, 03 Nov 2012 02:39:52 +0200 Matti Hamalainen Add gfxconv to the build.
Sat, 03 Nov 2012 02:19:51 +0200 Matti Hamalainen Move c64 utilities to the engine lib, as we benefit from a common framework.
Sat, 03 Nov 2012 01:54:00 +0200 Matti Hamalainen Use fseeko() and ftello() to ensure 64-bit off_t compatibility in stdio backend.
Sat, 03 Nov 2012 01:42:45 +0200 Matti Hamalainen Implement dm_{read,write}_byte() and constify.
Mon, 22 Oct 2012 19:31:06 +0300 Matti Hamalainen Update copyrights.
Fri, 19 Oct 2012 21:52:16 +0300 Matti Hamalainen Even more work towards the editor.
Fri, 19 Oct 2012 17:49:22 +0300 Matti Hamalainen Timeline event drawing prototype works.
Fri, 19 Oct 2012 16:28:06 +0300 Matti Hamalainen Fix some segfaults, etc.
Fri, 19 Oct 2012 15:56:59 +0300 Matti Hamalainen Fix waveform display from going over buffer limit.
Fri, 19 Oct 2012 10:04:57 +0300 Matti Hamalainen Fix timeline writing and loading.
Fri, 19 Oct 2012 09:46:05 +0300 Matti Hamalainen More work.
Fri, 19 Oct 2012 07:22:09 +0300 Matti Hamalainen More work towards editor.
Fri, 19 Oct 2012 07:21:54 +0300 Matti Hamalainen Fixes.
Fri, 19 Oct 2012 07:21:39 +0300 Matti Hamalainen Implement functions for copying timelines and timeline components.
Fri, 19 Oct 2012 05:50:44 +0300 Matti Hamalainen Cleanups.
Fri, 19 Oct 2012 05:50:11 +0300 Matti Hamalainen More work towards the editor ..
Fri, 19 Oct 2012 05:26:34 +0300 Matti Hamalainen Pass parameters to sub-processes of make.
Fri, 19 Oct 2012 04:30:24 +0300 Matti Hamalainen More work on the editor.
Fri, 19 Oct 2012 04:30:01 +0300 Matti Hamalainen Remove adjustTime variable, it is not needed anymore.
Thu, 18 Oct 2012 20:17:13 +0300 Matti Hamalainen Add image data for efu.c
Thu, 18 Oct 2012 20:11:34 +0300 Matti Hamalainen Add edview to the build.
Thu, 18 Oct 2012 20:11:17 +0300 Matti Hamalainen Twiddling on the GUI elements.
Thu, 18 Oct 2012 20:10:54 +0300 Matti Hamalainen Add size hints.
Thu, 18 Oct 2012 20:10:31 +0300 Matti Hamalainen GL display widget skeleton.
Thu, 18 Oct 2012 20:10:13 +0300 Matti Hamalainen Slowly working on the editor.
Thu, 18 Oct 2012 20:08:59 +0300 Matti Hamalainen Add graphics files for editor control toolbar buttons.
Wed, 17 Oct 2012 18:15:53 +0300 Matti Hamalainen Fix extern variables to match what are actually declared in dmengine.c
Wed, 17 Oct 2012 03:59:33 +0300 Matti Hamalainen More work.
Wed, 17 Oct 2012 03:46:40 +0300 Matti Hamalainen Add EDITOR_HEADERS to the dependency.