log

age author description
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.
Tue, 19 Jun 2012 00:33:20 -0700 Eric Wing Updated play stream example to use new required parameter for LoadStream. Thanks to Johnson Lin reporting this issue!
Tue, 19 Jun 2012 00:33:00 -0700 Eric Wing Fixed misspelled function name in _WIN32 section 'Internal_PlatformPlatformGetThreadID' (looks like search & replace bug). Thanks to Johnson Lin reporting this issue!
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).
Tue, 19 Jun 2012 00:31:12 -0700 Eric Wing Ogg Vorbis decoder for SoundDecoder directly adapted from SDL_sound's code. Thanks to Johnson Lin for providing this!
Tue, 19 Jun 2012 00:22:40 -0700 Eric Wing Fixed #define DONT_USE_VASPRINT(F) typo for Thanks to Johnson Lin for testing and reporting these issues!
Tue, 19 Jun 2012 00:23:35 -0700 Eric Wing Bug and casting fixes to SimpleThreadWindows.c. Thanks to Johnson Lin for testing and reporting these issues!
Fri, 08 Jun 2012 01:04:51 -0700 Eric Wing New implementation backend for SimpleThread using native Windows threading APIs.
Wed, 30 May 2012 02:26:03 -0700 Eric Wing merged