log

age author description
Tue, 09 Oct 2012 13:01:07 +0300 Matti Hamalainen Remove dead code.
Tue, 09 Oct 2012 12:59:09 +0300 Matti Hamalainen Make DMVector 16 bytes in size (4 floats), add SSE optimizations, move some
Tue, 09 Oct 2012 06:06:08 +0300 Matti Hamalainen Beginnings of a lines + sprites "3D" "model" renderer.
Tue, 09 Oct 2012 04:43:03 +0300 Matti Hamalainen Oops, another silly issue in dmfgets().
Tue, 09 Oct 2012 03:45:52 +0300 Matti Hamalainen Oops, dmfgets() had a nasty think-o and counted the remaining buffer space
Mon, 08 Oct 2012 15:45:38 +0300 Matti Hamalainen Add dmfgets() function.
Mon, 08 Oct 2012 15:21:59 +0300 Matti Hamalainen Modularize line drawing related templates and functions, add clipping
Mon, 08 Oct 2012 09:01:16 +0300 Matti Hamalainen Cosmetics.
Mon, 08 Oct 2012 09:01:05 +0300 Matti Hamalainen Modularize line clipping etc. a lot, and export all line drawing and
Mon, 08 Oct 2012 06:44:35 +0300 Matti Hamalainen Improve vibrato implementation. Might not work in Amiga periods mode, tho.
Mon, 08 Oct 2012 03:01:30 +0300 Matti Hamalainen Optimize mixing slightly.
Mon, 08 Oct 2012 02:13:12 +0300 Matti Hamalainen Remove an extra ';'.
Mon, 08 Oct 2012 01:45:26 +0300 Matti Hamalainen Use jvmReset appropriately, fixes(?) taotao.xm vs. boost.xm vs. vital.xm issues.
Mon, 08 Oct 2012 01:44:34 +0300 Matti Hamalainen Add jvmReset() function for reseting channel's position and pitch.
Mon, 08 Oct 2012 01:19:48 +0300 Matti Hamalainen Oops, a typo. Fixed.
Mon, 08 Oct 2012 01:10:21 +0300 Matti Hamalainen Move multi retrig note code to a separate function.
Mon, 08 Oct 2012 00:44:40 +0300 Matti Hamalainen Move jmpProcessRowEffect() into jmpProcessNewRow(); Fix volume-column tone
Mon, 08 Oct 2012 00:20:20 +0300 Matti Hamalainen Implement effect Rxy - multi retrig note.
Mon, 08 Oct 2012 00:19:59 +0300 Matti Hamalainen Implement effect E9x - Retrig note.
Mon, 08 Oct 2012 00:19:12 +0300 Matti Hamalainen Factor note triggering to a separate function.
Sun, 07 Oct 2012 23:24:08 +0300 Matti Hamalainen Simplify frame finding in envelope update function.
Sun, 07 Oct 2012 23:13:17 +0300 Matti Hamalainen Fix envelope loops.
Sun, 07 Oct 2012 23:02:02 +0300 Matti Hamalainen Fix arpeggio handling.
Sun, 07 Oct 2012 21:45:24 +0300 Matti Hamalainen Actually stop the sample playing, in addition to setting volume to zero.
Sun, 07 Oct 2012 21:38:09 +0300 Matti Hamalainen Rename player, add a copyright note.
Sun, 07 Oct 2012 21:35:51 +0300 Matti Hamalainen Possibly fix new note/instrument handling logic.
Sun, 07 Oct 2012 21:35:31 +0300 Matti Hamalainen Cosmetics.
Sun, 07 Oct 2012 15:37:19 +0300 Matti Hamalainen Add option for specifying the output variable name for C source output mode.
Sun, 07 Oct 2012 15:33:55 +0300 Matti Hamalainen Improve C source output of fontconv.
Sun, 07 Oct 2012 15:15:17 +0300 Matti Hamalainen Cosmetics.
Sun, 07 Oct 2012 15:13:08 +0300 Matti Hamalainen 10L. Fixed.
Sun, 07 Oct 2012 15:09:44 +0300 Matti Hamalainen Add ability to dump a DMFONT as a binary data in a C header file.
Sun, 07 Oct 2012 14:54:51 +0300 Matti Hamalainen Make some functions static, some public in the header.
Sun, 07 Oct 2012 14:20:47 +0300 Matti Hamalainen Add dmwav to the build process.
Sun, 07 Oct 2012 14:17:36 +0300 Matti Hamalainen Use the routines factored into dmwav module.
Sun, 07 Oct 2012 14:16:11 +0300 Matti Hamalainen Separate the WAV header / chunk writing functions from mod2wav into dmwav.[ch]
Sun, 07 Oct 2012 13:15:01 +0300 Matti Hamalainen Implement pattern mode 5 in the JMOD jloader.
Sun, 07 Oct 2012 12:09:44 +0300 Matti Hamalainen Improve channel mute control. Now shift+M will toggle mute of all channels,
Sun, 07 Oct 2012 08:53:51 +0300 Matti Hamalainen Warn about invalid instruments.
Sun, 07 Oct 2012 07:54:22 +0300 Matti Hamalainen Optimize pattern drawing a bit.
Sun, 07 Oct 2012 07:53:42 +0300 Matti Hamalainen No need for dynamic allocation here, I think.
Sun, 07 Oct 2012 07:02:20 +0300 Matti Hamalainen Enable key repeat in PPL.
Sat, 06 Oct 2012 21:21:33 +0300 Matti Hamalainen Make 'm' key mute all but selected active channel.
Sat, 06 Oct 2012 21:01:24 +0300 Matti Hamalainen Cosmetic.
Sat, 06 Oct 2012 20:46:00 +0300 Matti Hamalainen Adjust volume ramping logic.
Sat, 06 Oct 2012 20:45:34 +0300 Matti Hamalainen Remove useless includes.
Sat, 06 Oct 2012 20:10:20 +0300 Matti Hamalainen Set new instrument flag only if the instrument differs from previously set one.
Sat, 06 Oct 2012 19:13:20 +0300 Matti Hamalainen Create a separate new frequency flag (vs. new pitch), for future changes.
Sat, 06 Oct 2012 19:11:49 +0300 Matti Hamalainen Add some depencies.
Sat, 06 Oct 2012 17:49:13 +0300 Matti Hamalainen Initial fadeout volume changed to 32767.
Sat, 06 Oct 2012 17:48:19 +0300 Matti Hamalainen Make it possible to mute channels.
Sat, 06 Oct 2012 16:49:06 +0300 Matti Hamalainen Add few comments.
Sat, 06 Oct 2012 16:36:39 +0300 Matti Hamalainen Another cleanup, remove the "future player" data prediction hack, it is not needed.
Sat, 06 Oct 2012 16:28:04 +0300 Matti Hamalainen Sanitize tick handling.
Sat, 06 Oct 2012 16:25:15 +0300 Matti Hamalainen Fix tempo (callback frequency) calculation.
Sat, 06 Oct 2012 15:34:29 +0300 Matti Hamalainen Increase default global volume.
Sat, 06 Oct 2012 15:10:49 +0300 Matti Hamalainen Add a minor optimization in the conversion.
Sat, 06 Oct 2012 14:58:29 +0300 Matti Hamalainen Some more player logic cleanups and variable renames.
Sat, 06 Oct 2012 13:25:37 +0300 Matti Hamalainen Add a new function jmpChangeOrder() to change orderlist position "on fly",
Sat, 06 Oct 2012 13:24:50 +0300 Matti Hamalainen Clean up player logic some more.
Sat, 06 Oct 2012 12:51:20 +0300 Matti Hamalainen Refactoring of the note triggering and other player logic, fixes various
Sat, 06 Oct 2012 12:28:53 +0300 Matti Hamalainen Add full screen switching to PPL via 'f' key, and various other
Sat, 06 Oct 2012 12:21:31 +0300 Matti Hamalainen Implement TTF to bitmap font conversion (crude).
Sat, 06 Oct 2012 11:22:38 +0300 Matti Hamalainen Cleanup the player logic a bit.
Sat, 06 Oct 2012 11:14:51 +0300 Matti Hamalainen Optimize screen updates.
Sat, 06 Oct 2012 11:11:41 +0300 Matti Hamalainen Cosmetic cleanups.
Sat, 06 Oct 2012 09:48:04 +0300 Matti Hamalainen Fix handling of fadeouts when volume envelope is not enabled.
Sat, 06 Oct 2012 09:38:16 +0300 Matti Hamalainen Don't clear mixing interpolation buffers when setting a new sample.
Sat, 06 Oct 2012 09:37:34 +0300 Matti Hamalainen Clear player channel data as well in here.
Sat, 06 Oct 2012 09:36:33 +0300 Matti Hamalainen Remove redundant function.
Sat, 06 Oct 2012 09:35:19 +0300 Matti Hamalainen Cosmetics.
Sat, 06 Oct 2012 09:09:08 +0300 Matti Hamalainen Backed out changeset 21f54947eb18. No, it isn't. :(
Sat, 06 Oct 2012 09:03:05 +0300 Matti Hamalainen It seems instrument fadeout is processed even if volume envelope is not
Sat, 06 Oct 2012 09:02:21 +0300 Matti Hamalainen Implement moving around in order list via pageup/down.
Sat, 06 Oct 2012 08:31:37 +0300 Matti Hamalainen Improve build system granularity.
Sat, 06 Oct 2012 08:11:47 +0300 Matti Hamalainen Minor visual improvements.
Sat, 06 Oct 2012 08:00:34 +0300 Matti Hamalainen Add a hardcoded font to PPL.
Sat, 06 Oct 2012 08:00:24 +0300 Matti Hamalainen Improve build system.
Sat, 06 Oct 2012 07:48:29 +0300 Matti Hamalainen Add some extra debugging stuff.
Sat, 06 Oct 2012 07:48:17 +0300 Matti Hamalainen Fix DMFONT saving.
Sat, 06 Oct 2012 07:29:26 +0300 Matti Hamalainen Add fontconv tool.
Sat, 06 Oct 2012 05:39:26 +0300 Matti Hamalainen Fix sample display.
Sat, 06 Oct 2012 05:30:22 +0300 Matti Hamalainen Improve loop handling in the mixer.
Sat, 06 Oct 2012 05:19:29 +0300 Matti Hamalainen Remove dead code.
Sat, 06 Oct 2012 05:18:37 +0300 Matti Hamalainen Additional line to be drawn.
Sat, 06 Oct 2012 05:17:54 +0300 Matti Hamalainen Use dmClamp().
Sat, 06 Oct 2012 04:44:26 +0300 Matti Hamalainen Use dmClamp().
Sat, 06 Oct 2012 04:43:35 +0300 Matti Hamalainen Add dmClamp(value, min, max) for clamping integer values.
Sat, 06 Oct 2012 04:22:46 +0300 Matti Hamalainen Correct the displayed instrument numbers.
Sat, 06 Oct 2012 03:31:16 +0300 Matti Hamalainen Various improvements and small optimizations in display drawing/updating.
Sat, 06 Oct 2012 03:30:48 +0300 Matti Hamalainen Add dmDrawBox3D() and dmFillBox3D().
Sat, 06 Oct 2012 00:46:19 +0300 Matti Hamalainen Hmm, two missing lines. Added back. O_o
Fri, 05 Oct 2012 10:34:36 +0300 Matti Hamalainen Visual improvements.
Fri, 05 Oct 2012 09:38:50 +0300 Matti Hamalainen Various improvements, implement channel muting.
Fri, 05 Oct 2012 09:38:35 +0300 Matti Hamalainen Move variable a bit further into the block where it is actually used.
Fri, 05 Oct 2012 09:38:11 +0300 Matti Hamalainen Cosmetics.
Fri, 05 Oct 2012 09:37:39 +0300 Matti Hamalainen Various improvements in XM replay: implement the 5ms volume fadein and
Fri, 05 Oct 2012 09:33:42 +0300 Matti Hamalainen It would seem, based on tests, that the actual starting value for XM ext
Fri, 05 Oct 2012 09:32:44 +0300 Matti Hamalainen Update copyright.
Fri, 05 Oct 2012 09:32:21 +0300 Matti Hamalainen Add function jvmGetMute() to get status of channel mute.
Fri, 05 Oct 2012 09:31:55 +0300 Matti Hamalainen This resetting of volume/pan ramps is not needed here anymore.
Fri, 05 Oct 2012 09:25:59 +0300 Matti Hamalainen Improve volume ramping functionality to allow arbitrary length ramps.
Fri, 05 Oct 2012 05:43:17 +0300 Matti Hamalainen A minor improvement to FP_CONV() fixed point macro.
Fri, 05 Oct 2012 05:26:54 +0300 Matti Hamalainen Remove toupper() from custom text drawing.
Fri, 05 Oct 2012 04:11:24 +0300 Matti Hamalainen Cleanups.
Fri, 05 Oct 2012 02:49:13 +0300 Matti Hamalainen Implement using of volume ramps in the player code. This MAY or MAY NOT be
Fri, 05 Oct 2012 02:47:36 +0300 Matti Hamalainen Implement volume and panning ramps (interpolation between callbacks aka "frames")
Fri, 05 Oct 2012 00:36:40 +0300 Matti Hamalainen Some work on line drawing routines.
Thu, 04 Oct 2012 15:43:10 +0300 Matti Hamalainen Add support for loading ancient version of TSFONTs.
Thu, 04 Oct 2012 09:40:03 +0300 Matti Hamalainen Merged.
Thu, 04 Oct 2012 09:39:37 +0300 Matti Hamalainen Move custom bitmap font text rendering functions into PPL code itself.
Thu, 04 Oct 2012 09:39:01 +0300 Matti Hamalainen Cleanup some prototyping code.
Thu, 04 Oct 2012 09:32:07 +0300 Matti Hamalainen Improve transparent GA alpha scaled blitting function.
Thu, 04 Oct 2012 06:23:13 +0300 Matti Hamalainen Various improvements in modularity.
Thu, 04 Oct 2012 06:04:43 +0300 Matti Hamalainen Allow setting audio format settings.
Thu, 04 Oct 2012 05:38:08 +0300 Matti Hamalainen Add a blurb about used features/3rd party code (zlib, Tremor, SDL).
Thu, 04 Oct 2012 05:37:26 +0300 Matti Hamalainen Rename some conditional compilation directives.
Thu, 04 Oct 2012 05:37:03 +0300 Matti Hamalainen Add engine startup messages showing prod name and "TNSP simple demoengine blurb".
Thu, 04 Oct 2012 05:36:32 +0300 Matti Hamalainen Add some verbose engine startup messages.
Thu, 04 Oct 2012 05:36:06 +0300 Matti Hamalainen Move option handling to the simple demo engine.
Thu, 04 Oct 2012 03:43:43 +0300 Matti Hamalainen Increase delay here a bit.
Thu, 04 Oct 2012 03:43:09 +0300 Matti Hamalainen Merged.
Thu, 04 Oct 2012 03:38:04 +0300 Matti Hamalainen Move DM_SWAP() macro to dmlib.h
Thu, 04 Oct 2012 03:28:06 +0300 Matti Hamalainen Correct help of 'packed' utility.
Wed, 03 Oct 2012 14:37:17 +0300 Matti Hamalainen s/dmClip10/dmClamp10/g
Wed, 03 Oct 2012 13:47:41 +0300 Matti Hamalainen Prettify pack content listing output.
Wed, 03 Oct 2012 13:47:26 +0300 Matti Hamalainen Add functions for converting resource flags to symbolic string form and back.
Wed, 03 Oct 2012 10:27:13 +0300 Matti Hamalainen Fix some warnings.
Wed, 03 Oct 2012 10:24:46 +0300 Matti Hamalainen Add Tremor stuff to default Makefiles.
Wed, 03 Oct 2012 10:20:00 +0300 Matti Hamalainen Oops, another 10L.
Wed, 03 Oct 2012 10:15:45 +0300 Matti Hamalainen Fixes to make the JSS audio subsystem support work again in the engine framework.
Wed, 03 Oct 2012 09:57:05 +0300 Matti Hamalainen Implement fullscrene toggling via alt+enter
Wed, 03 Oct 2012 09:39:15 +0300 Matti Hamalainen Move some lerp functions to the header as static inline functions.
Wed, 03 Oct 2012 09:29:29 +0300 Matti Hamalainen Cleanups.
Wed, 03 Oct 2012 09:19:08 +0300 Matti Hamalainen Added a new inline function, dmClip10() to clamp values between 0.0 and 1.0.
Wed, 03 Oct 2012 09:16:26 +0300 Matti Hamalainen Beging merging of dmsimple2-fork into the main "engine".
Wed, 03 Oct 2012 08:30:32 +0300 Matti Hamalainen Few nasty bugs fixed in TSFONT loading.
Wed, 03 Oct 2012 08:28:29 +0300 Matti Hamalainen Add variable rdataSize to DMResource.
Tue, 02 Oct 2012 20:34:53 +0300 Matti Hamalainen Oops, 100L :(
Tue, 02 Oct 2012 20:33:32 +0300 Matti Hamalainen Oops, 10L.
Tue, 02 Oct 2012 20:33:01 +0300 Matti Hamalainen Add a function for setting bitmapped font palette.
Tue, 02 Oct 2012 20:26:08 +0300 Matti Hamalainen Various minor improvements in PPL.
Tue, 02 Oct 2012 20:25:04 +0300 Matti Hamalainen Fix XM loading. Oops.
Tue, 02 Oct 2012 20:18:39 +0300 Matti Hamalainen Fix building with debug mode.
Tue, 02 Oct 2012 18:52:28 +0300 Matti Hamalainen Urgh .. use memset to silence some bogus GCC warnings about using
Tue, 02 Oct 2012 18:51:16 +0300 Matti Hamalainen Add unscaled blitting functions.
Tue, 02 Oct 2012 18:14:44 +0300 Matti Hamalainen Change some function names, etc.
Tue, 02 Oct 2012 18:13:05 +0300 Matti Hamalainen Add simple (and buggy / not really working) debug mode.
Tue, 02 Oct 2012 18:12:07 +0300 Matti Hamalainen Fix a warning.
Tue, 02 Oct 2012 17:50:28 +0300 Matti Hamalainen Various improvements in the bitmapped font loading and saving functions.
Tue, 02 Oct 2012 16:37:58 +0300 Matti Hamalainen Move some very tiny gfx functions to the dmlib header as static inline ones.
Tue, 02 Oct 2012 15:52:44 +0300 Matti Hamalainen Various improvements in bitmapped font support, and addition of legacy
Tue, 02 Oct 2012 14:25:47 +0300 Matti Hamalainen Cleanups.
Tue, 02 Oct 2012 10:50:44 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2012 10:28:54 +0300 Matti Hamalainen Use a cast.
Tue, 02 Oct 2012 10:23:42 +0300 Matti Hamalainen Rename some macros.
Tue, 02 Oct 2012 10:23:29 +0300 Matti Hamalainen Oops, another fix for dmf_create_stdio() changes.
Tue, 02 Oct 2012 09:57:38 +0300 Matti Hamalainen Cleanups and correct the dmf_create_stdio() issue here as well.
Tue, 02 Oct 2012 09:44:24 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2012 09:44:18 +0300 Matti Hamalainen Fix 8to8 saturated scaled blit function.
Tue, 02 Oct 2012 05:55:28 +0300 Matti Hamalainen Better error messages.
Tue, 02 Oct 2012 05:54:01 +0300 Matti Hamalainen Oops, missed one s/m/mod/ .. fixed.
Tue, 02 Oct 2012 05:53:18 +0300 Matti Hamalainen PPL now looks a bit saner, but does not do anything interesting yet.
Tue, 02 Oct 2012 05:52:35 +0300 Matti Hamalainen Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Tue, 02 Oct 2012 05:51:25 +0300 Matti Hamalainen Cleanups, cosmetics.
Tue, 02 Oct 2012 05:51:08 +0300 Matti Hamalainen Initial implementation of loading and saving of bitmap fonts.
Tue, 02 Oct 2012 05:49:50 +0300 Matti Hamalainen Add file mode to dmf_create_stdio().
Mon, 01 Oct 2012 14:18:35 +0300 Matti Hamalainen Add function for saving a bitmap font.
Mon, 01 Oct 2012 14:17:47 +0300 Matti Hamalainen Improve and finish write functions in resource subsystem.
Mon, 01 Oct 2012 13:43:09 +0300 Matti Hamalainen Add a simplistic skeleton of a module player with SDL-based view.
Mon, 01 Oct 2012 13:42:47 +0300 Matti Hamalainen Make BM text work, a bit at least.
Mon, 01 Oct 2012 13:42:20 +0300 Matti Hamalainen Add jssClose() in the shutdown.
Mon, 01 Oct 2012 13:42:06 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 13:32:18 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 11:52:42 +0300 Matti Hamalainen Oops, some function arguments were reversed.
Mon, 01 Oct 2012 11:20:56 +0300 Matti Hamalainen Implement some new functions for bitmapped font handling.
Mon, 01 Oct 2012 11:03:10 +0300 Matti Hamalainen More work on the text subsystem.
Mon, 01 Oct 2012 10:42:56 +0300 Matti Hamalainen More work on the text support.
Mon, 01 Oct 2012 09:50:43 +0300 Matti Hamalainen Do include "dmtext.h" where necessary.
Mon, 01 Oct 2012 09:49:10 +0300 Matti Hamalainen Silence some "unused parameter" warnings.
Mon, 01 Oct 2012 09:46:56 +0300 Matti Hamalainen Initial work for bitmapped fonts and text drawing. Also moved TTF header
Mon, 01 Oct 2012 07:51:08 +0300 Matti Hamalainen Add resource writing functions (only work for stdio backend)
Mon, 01 Oct 2012 07:09:37 +0300 Matti Hamalainen Cleanup.
Mon, 01 Oct 2012 07:01:38 +0300 Matti Hamalainen Silly interpolation in mixing.
Mon, 01 Oct 2012 06:59:00 +0300 Matti Hamalainen Remove the floating point mixing .. it wasn't so good idea after all.
Mon, 01 Oct 2012 06:28:29 +0300 Matti Hamalainen Initial round of cleaning up the player code a bit.
Mon, 01 Oct 2012 04:18:15 +0300 Matti Hamalainen Cosmetics.
Mon, 01 Oct 2012 04:18:03 +0300 Matti Hamalainen No need to allocate with dmCalloc, when a plain dmMalloc is fine.
Mon, 01 Oct 2012 04:17:42 +0300 Matti Hamalainen Fix an assert check.
Mon, 01 Oct 2012 03:48:21 +0300 Matti Hamalainen A non-working implementation of floating point audio mixing.
Mon, 01 Oct 2012 03:46:10 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 02:51:41 +0300 Matti Hamalainen Restructure module playing, removing 8bit sample mixing (output can still be
Mon, 01 Oct 2012 01:29:26 +0300 Matti Hamalainen Renamed.
Mon, 01 Oct 2012 01:18:28 +0300 Matti Hamalainen Renamed again, bah.
Mon, 01 Oct 2012 01:11:59 +0300 Matti Hamalainen Rename another template file.
Mon, 01 Oct 2012 01:07:19 +0300 Matti Hamalainen Rename mixing template.
Sun, 30 Sep 2012 23:23:08 +0300 Matti Hamalainen Add new functions, jssConvertSampleFromFP() and jssConvertSampleToFP().
Sun, 30 Sep 2012 23:20:22 +0300 Matti Hamalainen Cleanups.
Sun, 30 Sep 2012 19:38:17 +0300 Matti Hamalainen Typofix.
Sun, 30 Sep 2012 19:13:51 +0300 Matti Hamalainen Move SDL_PauseAudio(0) to the "engine" instead of the demo code.
Sun, 30 Sep 2012 19:13:06 +0300 Matti Hamalainen Modularize progress meter.
Sat, 29 Sep 2012 20:47:08 +0300 Matti Hamalainen More cosmetics.
Sat, 29 Sep 2012 20:47:02 +0300 Matti Hamalainen Oops, fix a stupid bug in -s option .. it was setting the wrong variable. :|
Sat, 29 Sep 2012 20:43:22 +0300 Matti Hamalainen Cosmetics.
Sat, 29 Sep 2012 20:41:36 +0300 Matti Hamalainen Change DMFixedPoint types and appropriate JSS functions back to using signed
Sat, 29 Sep 2012 20:33:27 +0300 Matti Hamalainen Another fix, related to 7908061da010.
Sat, 29 Sep 2012 20:31:10 +0300 Matti Hamalainen Fix building of JSS mixer parts.
Sat, 29 Sep 2012 18:51:09 +0300 Matti Hamalainen Silence a minor warning.
Sat, 29 Sep 2012 16:59:46 +0300 Matti Hamalainen Added a simple demo engine core.
Sat, 29 Sep 2012 08:42:15 +0300 Matti Hamalainen This ugly trick won't work under MinGW, so disable it there.
Sat, 29 Sep 2012 07:41:26 +0300 Matti Hamalainen Cosmetics.
Sat, 29 Sep 2012 07:19:53 +0300 Matti Hamalainen Modularize some more and fix a nasty bug when raw data is not preloaded but
Sat, 29 Sep 2012 06:52:59 +0300 Matti Hamalainen Fix build process for jmix_c.c dependancy.
Sat, 29 Sep 2012 06:00:26 +0300 Matti Hamalainen Modularize the resource system a bit.
Sat, 29 Sep 2012 05:29:38 +0300 Matti Hamalainen Implement rudimentary resource system.
Fri, 28 Sep 2012 15:45:50 +0300 Matti Hamalainen Merged.
Fri, 28 Sep 2012 15:45:23 +0300 Matti Hamalainen Silence some warnings.
Fri, 28 Sep 2012 15:15:41 +0300 Matti Hamalainen Add test for line drawing.
Fri, 28 Sep 2012 15:15:33 +0300 Matti Hamalainen Initial fixes for getting the line drawing functions "working".
Fri, 28 Sep 2012 14:52:40 +0300 Matti Hamalainen Cleanups.
Fri, 28 Sep 2012 14:52:34 +0300 Matti Hamalainen Moar testing!
Fri, 28 Sep 2012 14:51:21 +0300 Matti Hamalainen Add function prototypes for two special case scaled blit functions.
Fri, 28 Sep 2012 14:50:58 +0300 Matti Hamalainen Add dmScaledBlitSurface32to32TransparentGA().
Fri, 28 Sep 2012 14:50:14 +0300 Matti Hamalainen Add register clobbers to SIMD inline asm.
Fri, 28 Sep 2012 14:47:54 +0300 Matti Hamalainen Add new scaled blit template parameters in order to implement global alpha.
Fri, 28 Sep 2012 11:11:15 +0300 Matti Hamalainen Fix input file reading of mod2wav utility.
Fri, 28 Sep 2012 10:48:57 +0300 Matti Hamalainen Bitshift less in dmScaledBlitSurface32to32TransparentX()
Fri, 28 Sep 2012 10:25:38 +0300 Matti Hamalainen Optimize the scaled RGBA alpha blit MMX version further.
Fri, 28 Sep 2012 09:35:25 +0300 Matti Hamalainen MMX-version of scaled 32-bit RGBA alpha blending blit works now.
Fri, 28 Sep 2012 09:32:45 +0300 Matti Hamalainen Improve benchmarking.
Fri, 28 Sep 2012 06:06:40 +0300 Matti Hamalainen Some initial twiddling on trying to get the MMX version of scaled blit to
Fri, 28 Sep 2012 05:07:20 +0300 Matti Hamalainen Various improvements in xm2jss output.
Fri, 28 Sep 2012 04:47:10 +0300 Matti Hamalainen Fix JSSMod loading in viewmod and testpl.
Fri, 28 Sep 2012 04:37:57 +0300 Matti Hamalainen Fix "efu" test, use dmImage instead of SDL_image.
Fri, 28 Sep 2012 04:34:41 +0300 Matti Hamalainen Fix blittest, remove useless code.
Fri, 28 Sep 2012 04:31:57 +0300 Matti Hamalainen Default executable binpath changed back to ./
Fri, 28 Sep 2012 03:45:02 +0300 Matti Hamalainen Mask out bits from resFlags that should not be there after initialization.
Fri, 28 Sep 2012 02:24:40 +0300 Matti Hamalainen Enable out of tree building.
Fri, 28 Sep 2012 02:20:31 +0300 Matti Hamalainen Various improvements in the build system to add granularity
Fri, 28 Sep 2012 02:08:17 +0300 Matti Hamalainen Improve buildsystem to support more flexible builds.