log

age author description
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.
Wed, 21 Nov 2012 23:04:00 +0200 Matti Hamalainen Split the RLE decoding from DrazPaint/Lace and Amica paint decoders to a
Wed, 21 Nov 2012 21:20:42 +0200 Matti Hamalainen Objects being added twice to the lib archive fixed.
Mon, 19 Nov 2012 17:34:50 +0200 Matti Hamalainen Use (void) foo instead of foo = foo to silence the compiler warning about
Mon, 19 Nov 2012 17:34:16 +0200 Matti Hamalainen Constify.
Mon, 19 Nov 2012 17:25:05 +0200 Matti Hamalainen Cosmetics.
Mon, 19 Nov 2012 17:24:54 +0200 Matti Hamalainen Add some comments.
Mon, 19 Nov 2012 17:24:41 +0200 Matti Hamalainen Return better error values, using DMERR_* enums.
Mon, 19 Nov 2012 17:24:08 +0200 Matti Hamalainen Constify.
Mon, 19 Nov 2012 16:58:22 +0200 Matti Hamalainen s/decenc/encdec/g
Mon, 19 Nov 2012 16:14:07 +0200 Matti Hamalainen Cleanups.
Mon, 19 Nov 2012 16:10:37 +0200 Matti Hamalainen Add sanity checking.
Mon, 19 Nov 2012 15:53:16 +0200 Matti Hamalainen Add some structures and enums for future.
Mon, 19 Nov 2012 15:52:44 +0200 Matti Hamalainen Collapse most of the probing functions into one generic probe, as they only
Mon, 19 Nov 2012 15:06:01 +0200 Matti Hamalainen Start work on making C64 formats encoding possible by changing DMDecodeOps
Mon, 19 Nov 2012 14:04:56 +0200 Matti Hamalainen Update gfxconv and view64 to the changes in lib64gfx API.
Mon, 19 Nov 2012 13:50:10 +0200 Matti Hamalainen Return DMLIB error values instead of arbitrary 0/negatives.
Mon, 19 Nov 2012 13:49:44 +0200 Matti Hamalainen Add function pointers for encoding and convertTo/convertFrom to the
Mon, 19 Nov 2012 13:48:35 +0200 Matti Hamalainen Add new error code for internal errors.
Sun, 18 Nov 2012 23:11:21 +0200 Matti Hamalainen Fix long argument parsing.
Sat, 17 Nov 2012 17:17:55 +0200 Matti Hamalainen Oops, actually fix the load address setting functionality to work. And make
Sat, 17 Nov 2012 17:13:12 +0200 Matti Hamalainen It would be nice if the install target would print out what it is actually
Sat, 17 Nov 2012 17:04:44 +0200 Matti Hamalainen Add install target for Unix Makefile that installs tool binaries only, to
Sat, 17 Nov 2012 17:04:08 +0200 Matti Hamalainen Add new -L option for forcing loading address on the destination file, or
Sat, 17 Nov 2012 15:32:42 +0200 Matti Hamalainen Remove the redundant word 'bytes' from Empty sections in describe output.
Sat, 17 Nov 2012 15:30:42 +0200 Matti Hamalainen Fix empty blocks size calculation, was off by one.
Sat, 17 Nov 2012 14:22:22 +0200 Matti Hamalainen Describe option did not actually show the unreserved/unused areas of the
Sat, 17 Nov 2012 14:21:42 +0200 Matti Hamalainen Improve and clean up section parsing support.
Sat, 17 Nov 2012 01:52:59 +0200 Matti Hamalainen Add a simple utility for generating different sinus, etc. value tables in c64 assembler format.
Fri, 16 Nov 2012 19:18:03 +0200 Matti Hamalainen Move certain editor related targets to the actual TARGETS variable, and
Wed, 14 Nov 2012 19:15:20 +0200 Matti Hamalainen Prevent false positive probes of certain Interpaint files as Amica Paint
Wed, 14 Nov 2012 19:14:32 +0200 Matti Hamalainen Use dmlib functions instead of errno/strerror directly.
Mon, 12 Nov 2012 22:26:36 +0200 Matti Hamalainen Add a note to default error message about using --help option.
Mon, 12 Nov 2012 22:26:23 +0200 Matti Hamalainen Update documentation.
Mon, 12 Nov 2012 22:04:50 +0200 Matti Hamalainen Bump version.
Mon, 12 Nov 2012 22:04:17 +0200 Matti Hamalainen Implement simplistic image input to char/sprite splitter conversion.
Mon, 12 Nov 2012 22:02:47 +0200 Matti Hamalainen Error printing cleanups.
Mon, 12 Nov 2012 17:21:33 +0200 Matti Hamalainen Move dmCompareColor() to libgfx.
Sun, 11 Nov 2012 14:36:17 +0200 Matti Hamalainen Clean up PRG/RAW loading.
Sun, 11 Nov 2012 13:05:51 +0200 Matti Hamalainen Implement output data cropping option -c, with which the memory area to be
Sun, 11 Nov 2012 13:05:04 +0200 Matti Hamalainen Clean up and modularize parsing of some options (specifying sections).
Wed, 07 Nov 2012 05:43:42 +0200 Matti Hamalainen Remove debug printing code.
Wed, 07 Nov 2012 05:22:25 +0200 Matti Hamalainen Improve remapping.
Wed, 07 Nov 2012 04:25:16 +0200 Matti Hamalainen Improve remapping option parsing.
Wed, 07 Nov 2012 04:09:51 +0200 Matti Hamalainen Oops, the option help had \n. Fixed.
Wed, 07 Nov 2012 04:09:00 +0200 Matti Hamalainen Improve color remapping, add option for removing unused colors from the final output palette.
Wed, 07 Nov 2012 03:03:01 +0200 Matti Hamalainen Calculate number of remapped colors.
Wed, 07 Nov 2012 01:46:49 +0200 Matti Hamalainen Add incbin line for ARAW output.
Wed, 07 Nov 2012 01:22:35 +0200 Matti Hamalainen Fix remapping issues.
Wed, 07 Nov 2012 01:12:51 +0200 Matti Hamalainen Fix option parsing of mappings.
Wed, 07 Nov 2012 01:01:15 +0200 Matti Hamalainen Improve color matching, make it possible to ignore alpha values.
Wed, 07 Nov 2012 00:55:43 +0200 Matti Hamalainen Implement palette remapping option for image outputs.
Wed, 07 Nov 2012 00:55:12 +0200 Matti Hamalainen Oops, the ARAW palette output should use dc.w, not dw.b .. :P
Sun, 04 Nov 2012 21:30:21 +0200 Matti Hamalainen Correct help.
Sun, 04 Nov 2012 18:54:45 +0200 Matti Hamalainen Update copyright notice.
Sun, 04 Nov 2012 18:54:38 +0200 Matti Hamalainen Add license.
Sun, 04 Nov 2012 18:11:47 +0200 Matti Hamalainen Change c64 palette's alpha values to 0xff to prevent RGBA output from being transparent.
Sun, 04 Nov 2012 16:51:54 +0200 Matti Hamalainen Check for NULL pointers from png_get_tRNS and png_get_PLTE.
Sun, 04 Nov 2012 16:51:24 +0200 Matti Hamalainen Plug (non-dangerous) memory leaks.
Sun, 04 Nov 2012 16:40:37 +0200 Matti Hamalainen Adjust verbosity levels.
Sun, 04 Nov 2012 16:36:21 +0200 Matti Hamalainen Add support for IFF PBMs.
Sun, 04 Nov 2012 16:35:38 +0200 Matti Hamalainen Improve probing.
Sun, 04 Nov 2012 16:09:07 +0200 Matti Hamalainen Improve ARAW output.
Sun, 04 Nov 2012 15:41:46 +0200 Matti Hamalainen Implement transparent color in IFF ILBM reader and ctransp setting in PNG reader.
Sun, 04 Nov 2012 13:57:03 +0200 Matti Hamalainen Improve transparent color handling.
Sun, 04 Nov 2012 12:28:05 +0200 Matti Hamalainen Remove the rather useless vview utility.
Sun, 04 Nov 2012 12:20:51 +0200 Matti Hamalainen Add ILBM to supported list.
Sun, 04 Nov 2012 12:19:10 +0200 Matti Hamalainen Set default scaling to 1.
Sun, 04 Nov 2012 12:13:07 +0200 Matti Hamalainen Clarify help.
Sun, 04 Nov 2012 12:09:48 +0200 Matti Hamalainen Bump version, change program description to be more generic than just a "c64
Sun, 04 Nov 2012 12:09:30 +0200 Matti Hamalainen Mark PNG as available input format.
Sun, 04 Nov 2012 12:07:59 +0200 Matti Hamalainen Implement PNG (1-8bpp indexed) reading support via libPNG.
Sun, 04 Nov 2012 12:07:03 +0200 Matti Hamalainen Return more sensible error values where appropriate instead of just
Sun, 04 Nov 2012 12:06:26 +0200 Matti Hamalainen Modularize palette reading and handling code.
Sun, 04 Nov 2012 09:41:07 +0200 Matti Hamalainen Update documentation a bit.
Sun, 04 Nov 2012 09:11:57 +0200 Matti Hamalainen Add support for CAMG chunk reading and possibly half-brite handling in IFF ILBM reader.
Sun, 04 Nov 2012 08:41:15 +0200 Matti Hamalainen Add transp mask support to IFF ILBM loader.
Sun, 04 Nov 2012 08:40:17 +0200 Matti Hamalainen Finish initial implementation of IFF ILBM loader. And whoa .. it seems to be working.
Sun, 04 Nov 2012 08:38:25 +0200 Matti Hamalainen Oops, correct the use of dmImageFormatList[] entry pointer to entry.fext.
Sun, 04 Nov 2012 06:54:37 +0200 Matti Hamalainen Simplify.
Sun, 04 Nov 2012 06:52:42 +0200 Matti Hamalainen Clean up the IFF parser a bit.
Sun, 04 Nov 2012 06:41:51 +0200 Matti Hamalainen Beginnings of IFF ILBM reader. Not functional, only chunk parsing,
Sun, 04 Nov 2012 06:41:10 +0200 Matti Hamalainen Fix probing to handle NULL probe functions.
Sun, 04 Nov 2012 06:40:35 +0200 Matti Hamalainen Improve loading of input images to use the list provided by libgfx.
Sun, 04 Nov 2012 03:32:00 +0200 Matti Hamalainen Close the file after writing.
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.
Wed, 17 Oct 2012 03:40:30 +0300 Matti Hamalainen Rename eddemoobj to edtlobj, etc.
Wed, 17 Oct 2012 03:33:19 +0300 Matti Hamalainen Cleanups.
Wed, 17 Oct 2012 02:37:03 +0300 Matti Hamalainen Improve building.
Wed, 17 Oct 2012 02:27:55 +0300 Matti Hamalainen Work towards a working editor .. some day.
Wed, 17 Oct 2012 01:47:49 +0300 Matti Hamalainen Merged.
Wed, 17 Oct 2012 01:47:43 +0300 Matti Hamalainen Add demo obj.
Wed, 17 Oct 2012 00:39:43 +0300 Matti Hamalainen Update hgignore.
Wed, 17 Oct 2012 00:29:15 +0300 Matti Hamalainen s/DMSIMPLE/DMENGINE/
Wed, 17 Oct 2012 01:47:01 +0300 Matti Hamalainen Oops, the function prototypes were incorrect.
Wed, 17 Oct 2012 01:15:09 +0300 Matti Hamalainen Fix build process for out of tree builds.
Wed, 17 Oct 2012 00:23:36 +0300 Matti Hamalainen Re-entrancy.
Wed, 17 Oct 2012 00:01:46 +0300 Matti Hamalainen Work towards re-entrancy.
Tue, 16 Oct 2012 23:31:19 +0300 Matti Hamalainen Work towards re-entrancy.
Tue, 16 Oct 2012 23:16:42 +0300 Matti Hamalainen Work towards base engine re-entrancy.
Tue, 16 Oct 2012 22:44:41 +0300 Matti Hamalainen Refactor volume and panning handling.
Tue, 16 Oct 2012 22:34:09 +0300 Matti Hamalainen Remove unused function.
Tue, 16 Oct 2012 22:17:04 +0300 Matti Hamalainen Remove unused function.
Tue, 16 Oct 2012 21:55:36 +0300 Matti Hamalainen Fix to match with resource subsystem re-entrancy changes.
Tue, 16 Oct 2012 21:53:53 +0300 Matti Hamalainen Fix engine breakage.
Tue, 16 Oct 2012 21:28:56 +0300 Matti Hamalainen Fix to match with resource management changes.
Tue, 16 Oct 2012 21:25:46 +0300 Matti Hamalainen Make resource management re-entrant.
Tue, 16 Oct 2012 21:24:48 +0300 Matti Hamalainen Add C++ guards.
Tue, 16 Oct 2012 20:09:11 +0300 Matti Hamalainen Work towards Qt based editor.
Tue, 16 Oct 2012 19:07:30 +0300 Matti Hamalainen Gtk+2 -> Qt.
Tue, 16 Oct 2012 19:06:51 +0300 Matti Hamalainen Work towards Qt-based editor instead.
Tue, 16 Oct 2012 01:49:15 +0300 Matti Hamalainen More work on editor, etc.
Tue, 16 Oct 2012 01:33:26 +0300 Matti Hamalainen Work towards editor.
Tue, 16 Oct 2012 01:24:00 +0300 Matti Hamalainen Add null pointer check to dmFreePreparedTimelineData().
Tue, 16 Oct 2012 01:20:00 +0300 Matti Hamalainen Should've used engineGetTick() instead of engineGetTime(). Fixed.
Tue, 16 Oct 2012 01:18:03 +0300 Matti Hamalainen More work on timeline stuff.
Tue, 16 Oct 2012 01:13:36 +0300 Matti Hamalainen Add event time parameter to effect rendering function.
Tue, 16 Oct 2012 00:39:53 +0300 Matti Hamalainen Constify.
Tue, 16 Oct 2012 00:37:42 +0300 Matti Hamalainen Cleanups.
Tue, 16 Oct 2012 00:29:24 +0300 Matti Hamalainen More work on timeline saving and loading.
Mon, 15 Oct 2012 23:13:40 +0300 Matti Hamalainen Work towards timeline support.
Mon, 15 Oct 2012 22:48:41 +0300 Matti Hamalainen Beginnings of the editor.
Mon, 15 Oct 2012 21:27:24 +0300 Matti Hamalainen Add dmengine.o module.
Mon, 15 Oct 2012 21:25:51 +0300 Matti Hamalainen Separate some demo engine parts to two different modules.
Mon, 15 Oct 2012 18:12:37 +0300 Matti Hamalainen License/copyright.
Mon, 15 Oct 2012 18:06:48 +0300 Matti Hamalainen Work on prepared timeline code.
Mon, 15 Oct 2012 17:54:25 +0300 Matti Hamalainen Cosmetics.
Mon, 15 Oct 2012 16:19:57 +0300 Matti Hamalainen Fixes and improvements in the JMOD saving and loading.
Mon, 15 Oct 2012 15:57:30 +0300 Matti Hamalainen Change argument handling.
Mon, 15 Oct 2012 14:34:06 +0300 Matti Hamalainen Add 'F' key to fullscreen toggling, in addition to alt+enter.
Mon, 15 Oct 2012 13:35:16 +0300 Matti Hamalainen Fix remains of the debug/devel changes.
Mon, 15 Oct 2012 13:28:32 +0300 Matti Hamalainen Move -O3 to EXTRA_CFLAGS.
Mon, 15 Oct 2012 13:28:00 +0300 Matti Hamalainen Rename DM_DEBUG compile time define to DM_DEVEL, for development mode.
Mon, 15 Oct 2012 13:17:12 +0300 Matti Hamalainen Clean up video (re)initialization.
Mon, 15 Oct 2012 13:01:28 +0300 Matti Hamalainen Oops, a silly typo in the JMOD loader.
Mon, 15 Oct 2012 02:45:32 +0300 Matti Hamalainen And some more work.
Mon, 15 Oct 2012 00:01:42 +0300 Matti Hamalainen Remove radial blur code.
Sun, 14 Oct 2012 23:47:33 +0300 Matti Hamalainen More work.
Sun, 14 Oct 2012 23:36:06 +0300 Matti Hamalainen More work on the timeline code.
Sun, 14 Oct 2012 23:35:57 +0300 Matti Hamalainen Add dmtimelinew to the build.
Sun, 14 Oct 2012 18:08:22 +0300 Matti Hamalainen Remove 15/16 bit support from h/v line drawing.
Sun, 14 Oct 2012 16:13:31 +0300 Matti Hamalainen More work on the timeline code.
Sun, 14 Oct 2012 14:30:53 +0300 Matti Hamalainen Merged
Sun, 14 Oct 2012 14:30:29 +0300 Matti Hamalainen Add the (unfinished) timeline code to the build.
Sat, 13 Oct 2012 15:03:05 +0300 Matti Hamalainen Update example config.mak template.
Sun, 14 Oct 2012 14:24:11 +0300 Matti Hamalainen Add in unfinished timeline code.
Sun, 14 Oct 2012 13:11:36 +0300 Matti Hamalainen Cosmetics.
Sun, 14 Oct 2012 00:17:34 +0300 Matti Hamalainen Remove the DMEffect structure from here, it's being moved elsewhere.
Sun, 14 Oct 2012 00:17:21 +0300 Matti Hamalainen Add C++ protectors.
Sat, 13 Oct 2012 07:36:32 +0300 Matti Hamalainen Adjust audio buffer size.
Sat, 13 Oct 2012 07:23:13 +0300 Matti Hamalainen Oops, resource file output was missing a linefeed.
Sat, 13 Oct 2012 07:19:22 +0300 Matti Hamalainen Improve output.
Fri, 12 Oct 2012 13:45:33 +0300 Matti Hamalainen Cleanup the pattern decoder a bit.
Fri, 12 Oct 2012 13:15:26 +0300 Matti Hamalainen Change startup messages.
Fri, 12 Oct 2012 11:39:02 +0300 Matti Hamalainen Add extremely simplistic struct for effects.
Fri, 12 Oct 2012 11:38:40 +0300 Matti Hamalainen Fix includes in the dmsimple engine.
Fri, 12 Oct 2012 11:37:50 +0300 Matti Hamalainen Use normal resources for loading q2d objects.
Fri, 12 Oct 2012 11:37:06 +0300 Matti Hamalainen Fix building of demo executable, the order of objects for linking was incorrect.
Thu, 11 Oct 2012 21:20:13 +0300 Matti Hamalainen Merged.
Thu, 11 Oct 2012 21:08:55 +0300 Matti Hamalainen Delete dead function.
Thu, 11 Oct 2012 21:20:05 +0300 Matti Hamalainen Add mathematical constants DM_PI, DM_PI2 and DM_E.
Thu, 11 Oct 2012 21:02:31 +0300 Matti Hamalainen Add special rule for demo executables.
Thu, 11 Oct 2012 18:07:00 +0300 Matti Hamalainen Fix buffer length.
Thu, 11 Oct 2012 18:01:15 +0300 Matti Hamalainen Silence some warnings.
Thu, 11 Oct 2012 17:55:43 +0300 Matti Hamalainen Oops, an extra error message was left in. Fixed.
Thu, 11 Oct 2012 17:55:15 +0300 Matti Hamalainen Cleanups.
Thu, 11 Oct 2012 17:50:06 +0300 Matti Hamalainen Implement correct handling of 'M' and '3xx' effects together (aka volume
Thu, 11 Oct 2012 17:24:47 +0300 Matti Hamalainen Add SDL_LDFLAGS to generic binary rule.
Thu, 11 Oct 2012 16:42:02 +0300 Matti Hamalainen Make audio buffer smaller, for now.
Thu, 11 Oct 2012 16:41:33 +0300 Matti Hamalainen Improve screen update logic.
Thu, 11 Oct 2012 16:04:12 +0300 Matti Hamalainen Include dmmutex.h for this test.
Thu, 11 Oct 2012 16:04:02 +0300 Matti Hamalainen Improve mutex debugging facilities.
Thu, 11 Oct 2012 16:01:14 +0300 Matti Hamalainen Improve locking.
Thu, 11 Oct 2012 16:00:55 +0300 Matti Hamalainen Improve locking.