log ALmixer.c @ 79:358b0bd5df43 tip

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
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 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.
Wed, 20 Jun 2012 10:32:41 -0700 Eric Wing Changed use of ANDROID_NDK to __ANDROID__ since it seems to be standard.
Tue, 19 Jun 2012 00:31:36 -0700 Eric Wing Attempt to fix GetTicks compile error on Windows (can't do math on a struct).