log

age author description
Tue, 26 Jan 2010 06:01:33 +0000 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
Sun, 24 Jan 2010 21:13:33 +0000 Sam Lantinga Fixed bug #928
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Sun, 24 Jan 2010 20:47:20 +0000 Sam Lantinga Fixed bug #935
Sun, 24 Jan 2010 20:21:51 +0000 Sam Lantinga Added magic to detect already freed or otherwise invalid windows and textures.
Sun, 24 Jan 2010 19:47:17 +0000 Sam Lantinga Fixed bug #916
Fri, 22 Jan 2010 16:17:11 +0000 Sam Lantinga update window prev links
Fri, 22 Jan 2010 15:55:20 +0000 Sam Lantinga Fixed infinite loop at shutdown - update texture prev links
Fri, 22 Jan 2010 06:50:17 +0000 Sam Lantinga Documentation consistency
Thu, 21 Jan 2010 16:12:24 +0000 Sam Lantinga Fixed compilation on iPhone
Thu, 21 Jan 2010 16:11:55 +0000 Sam Lantinga Fixed crash when there was no mouse focus for some reason (iPhone bug?)
Thu, 21 Jan 2010 07:28:01 +0000 Sam Lantinga Fixed Cocoa and OpenGL builds
Thu, 21 Jan 2010 07:22:11 +0000 Sam Lantinga Fixed compile warning on 64-bit Mac OS X
Thu, 21 Jan 2010 07:10:22 +0000 Sam Lantinga Fixed compile warning
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
Thu, 21 Jan 2010 05:49:41 +0000 Sam Lantinga Fixed compiler warnings on 32-bit Linux
Tue, 19 Jan 2010 07:28:51 +0000 Sam Lantinga From: Jjgod Jiang
Tue, 19 Jan 2010 05:31:16 +0000 Sam Lantinga Added Xcode-iPhoneOS to make dist
Mon, 18 Jan 2010 14:58:58 +0000 Sam Lantinga Removed obsolete checks for ipod Linux
Mon, 18 Jan 2010 14:57:41 +0000 Sam Lantinga Fixed bug #920
Mon, 18 Jan 2010 14:50:57 +0000 Sam Lantinga Updated Mac OS X projects with new assertion code
Mon, 18 Jan 2010 14:27:30 +0000 Sam Lantinga Fixed bug #930
Mon, 18 Jan 2010 14:16:47 +0000 Sam Lantinga Fixed compiler warning
Mon, 18 Jan 2010 14:12:29 +0000 Sam Lantinga Fixed compile error on Mac OS X 10.4
Mon, 18 Jan 2010 06:34:04 +0000 Sam Lantinga Fixed bug #932
Sun, 17 Jan 2010 06:51:31 +0000 Ryan C. Gordon Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
Sun, 17 Jan 2010 06:43:28 +0000 Ryan C. Gordon Attempt to clean up PulseAudio dynamic loading support.
Sun, 17 Jan 2010 06:14:04 +0000 Ryan C. Gordon Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
Fri, 15 Jan 2010 20:05:49 +0000 Sam Lantinga Fixed building under Visual Studio
Wed, 13 Jan 2010 19:29:33 +0000 Ryan C. Gordon Clean up assertion API for public use.