log

age author description
Tue, 30 Oct 2012 16:01:30 -0700 Eric Wing Added support for Apportable's alcSuspend()/alcResume() in BeginInterruption()/EndInterruption. You must define ALMIXER_USE_APPORTABLE_OPENAL_EXTENSIONS to compile in this support. default tip
Thu, 25 Oct 2012 16:12:50 -0700 Eric Wing Fixed a unit conversion bug in the Ogg Tremor decoder for SoundDecoder. This fixes out of memory issues with LoadAll on long, but still reasonably sized .ogg files on some Android devices.
Mon, 13 Aug 2012 16:11:30 -0700 Eric Wing Fixed stupid inverted logic bug with ALMIXER_DISABLE_PREDECODED_PRECOMPUTE_BUFFER_SIZE_OPTIMIZATION. I meant for this optimization to be on by default, but it was off.
Mon, 13 Aug 2012 01:40:17 -0700 Eric Wing Compiler warning cleanups for wav.c on Windows/CodeBlocks.
Mon, 13 Aug 2012 00:06:12 -0700 Eric Wing Fixed capitalization error of ALMixer_SetError instead of ALmixer_SetError in Windows only code.
Fri, 10 Aug 2012 23:38:56 -0700 Eric Wing Fixed remaining fading bug for pause/resume.
Fri, 10 Aug 2012 22:53:14 -0700 Eric Wing Fixed bug that sets the wrong variable for fading in Pause.
Mon, 16 Jul 2012 22:31:56 -0700 Eric Wing Bug fix for unbalanced #if/#endif blocks. I think I broke it when removing the dllimport for Windows.
Wed, 20 Jun 2012 10:46:03 -0700 Eric Wing Removed use of dllimport for Windows.
Wed, 20 Jun 2012 10:41:06 -0700 Eric Wing Enhanced endian detection code in SoundDecoder.h after reviewing ANDROID_NDK changes.
Wed, 20 Jun 2012 10:32:41 -0700 Eric Wing Changed use of ANDROID_NDK to __ANDROID__ since it seems to be standard.
Wed, 20 Jun 2012 10:30:47 -0700 Eric Wing Changed SDL_endian_minimal.h to copy from SDL 1.3 which is under the zlib license instead of LGPL. Thanks to Johnson Lin for contributing this. I made a few changes. It seems the Android stuff will hit the __linux define so I could remove the Android specific case. I also needed to copy the SDL_static_cast (and SDL_reinterpret_cast) from SDL_stdinc.h because some of the macros depend on it.
Tue, 19 Jun 2012 18:49:27 -0700 Eric Wing Fixed a copy/paste comment error about the origins of SDL_sound_minimal.c
Tue, 19 Jun 2012 00:40:32 -0700 Eric Wing Macro cleanups for selecting which decoders to compile in. Before this was hacked for Apple vs. Android. But now it is Apple vs. whatever to be a little more flexible.