log

age author description
2009-10-13 Mike Gorchak Fixed SDL_BLENDMODE_MASK for GL and GLES renderers, now blending works like in software renderer.
2009-10-13 Sam Lantinga Only show the dynamic audio libraries if we'll be dynamically loading them
2009-10-13 Sam Lantinga Simplify and improve dynamic library detection, taken from SDL_image
2009-10-13 Sam Lantinga Debian patch: 050_altivec_detection.diff
2009-10-13 Mike Gorchak Fixed OpenGL ES primitive alpha blending.
2009-10-13 Sam Lantinga Missed converting PULSE to PULSEAUDIO
2009-10-12 Mike Gorchak Initial support for fullscreen application modes.
2009-10-12 Mike Gorchak Photon SDL renderer almost finished, the double/tripple buffering is left only.
2009-10-12 Sam Lantinga Joystick patch from FreeBSD ports system
2009-10-12 Mike Gorchak Continue working on 2D support in Photon.
2009-10-11 Mike Gorchak Continue working on 2D support in Photon
2009-10-11 Sam Lantinga A better solution to making the default build optimization -O3
2009-10-11 Sam Lantinga Whoops, the ProjectDir is one level lower than the SolutionDir
2009-10-11 Sam Lantinga stefanullinger to me
2009-10-11 Sam Lantinga pkg-config replaced sdl-config in these cases.
2009-10-11 Sam Lantinga Fixed bug #31
2009-10-11 Sam Lantinga gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h
2009-10-11 Sam Lantinga This is crazy. In order to override the default optimization for GCC,
2009-10-10 Mike Gorchak Continue working on 2D support for Photon/QNX.
2009-10-10 Sam Lantinga Matěj Týč 2009-10-05 14:09:03 PDT
2009-10-10 Mike Gorchak Revert back. Sorry.
2009-10-10 Mike Gorchak Added phrender library linkage for QNX target.
2009-10-10 Mike Gorchak Call CommonQuit() at exit has been added.
2009-10-10 Mike Gorchak Created windows must be destroyed at CommonQuit().
2009-10-10 Sam Lantinga Debian patch: 218_joystick_memmove.diff
2009-10-10 Sam Lantinga Fixed bug #833
2009-10-10 Sam Lantinga Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_version
2009-10-10 Sam Lantinga Adapted from Debian patch: 215_kfreebsd_gnu.diff
2009-10-10 Sam Lantinga Made typedef for SDL_bool the same as the other typedefs.
2009-10-10 Mike Gorchak Support for the atomic operations for ARM, PPC, MIPS, SH, X86 platforms has been added.
2009-10-10 Sam Lantinga Fixed bug #627
2009-10-10 Ryan C. Gordon Merged r4990:4991 from branches/SDL-1.2: ALSA 1.0 API and dlvsym() removal.
2009-10-10 Sam Lantinga typo
2009-10-10 Ryan C. Gordon Use new 1.3 API for getting audio driver name.
2009-10-10 Ryan C. Gordon Added some debug output to loopwave.c
2009-10-10 Sam Lantinga Use test instead of [ because that's an m4 quote character
2009-10-08 Sam Lantinga Fixed bug #830
2009-10-08 Sam Lantinga Fixed bug #830
2009-10-08 Ryan C. Gordon Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall.
2009-10-08 Sam Lantinga Fixed bug #828
2009-10-08 Sam Lantinga Update config.guess and config.sub
2009-10-07 Sam Lantinga The SDL 1.3 documentation will be primarily online wiki based:
2009-10-07 Sam Lantinga SuSE 11.1 installs directfb-config without directfb-devel, so check to
2009-10-07 Sam Lantinga Reminder, add multiple icon sizes!
2009-10-07 Sam Lantinga Upgrading libtool didn't fix bug #499
2009-10-06 Sam Lantinga Eric Wing to Sam
2009-10-06 Sam Lantinga Eric Wing to Sam
2009-10-04 Sam Lantinga Updated libtool to version 2.2.6a
2009-10-04 Sam Lantinga Split out ltoptions.m4
2009-10-04 Sam Lantinga Fixed make dist
2009-10-04 Sam Lantinga Fixed make dist
2009-10-04 Sam Lantinga Split acinclude.m4 into its constituent parts for easy upgrading
2009-10-04 Sam Lantinga Fixed bug #826
2009-10-04 Sam Lantinga Fixed bug #522
2009-10-04 Sam Lantinga Eric Wing to Sam
2009-10-04 Sam Lantinga Fixed bug #817
2009-10-04 Sam Lantinga Fixed bug #814
2009-10-04 Sam Lantinga Fixed a bug where when the audio starts paused all the DirectSound buffers
2009-10-04 Sam Lantinga Adam Strzelecki to SDL
2009-10-04 Sam Lantinga Use gcc's built-in dependency generation, thanks to Adam Strzelecki