2010-01-21 |
Sam Lantinga |
Fixed Cocoa and OpenGL builds
|
2010-01-21 |
Sam Lantinga |
Fixed compile warning on 64-bit Mac OS X
|
2010-01-21 |
Sam Lantinga |
Fixed compile warning
|
2010-01-21 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
2010-01-21 |
Sam Lantinga |
Fixed compiler warnings on 32-bit Linux
|
2010-01-19 |
Sam Lantinga |
From: Jjgod Jiang
|
2010-01-19 |
Sam Lantinga |
Added Xcode-iPhoneOS to make dist
|
2010-01-18 |
Sam Lantinga |
Removed obsolete checks for ipod Linux
|
2010-01-18 |
Sam Lantinga |
Fixed bug #920
|
2010-01-18 |
Sam Lantinga |
Updated Mac OS X projects with new assertion code
|
2010-01-18 |
Sam Lantinga |
Fixed bug #930
|
2010-01-18 |
Sam Lantinga |
Fixed compiler warning
|
2010-01-18 |
Sam Lantinga |
Fixed compile error on Mac OS X 10.4
|
2010-01-18 |
Sam Lantinga |
Fixed bug #932
|
2010-01-17 |
Ryan C. Gordon |
Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
|
2010-01-17 |
Ryan C. Gordon |
Attempt to clean up PulseAudio dynamic loading support.
|
2010-01-17 |
Ryan C. Gordon |
Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
|
2010-01-15 |
Sam Lantinga |
Fixed building under Visual Studio
|
2010-01-13 |
Ryan C. Gordon |
Clean up assertion API for public use.
|
2010-01-13 |
Ryan C. Gordon |
Whoops, that should be vfprintf(), not fprintf(). :)
|
2010-01-13 |
Ryan C. Gordon |
Friendly warning comment.
|
2010-01-13 |
Ryan C. Gordon |
Fixed compiler warning.
|
2010-01-13 |
Ryan C. Gordon |
Whitespace tweak.
|
2010-01-13 |
Ryan C. Gordon |
Fixed comment.
|
2010-01-13 |
Ryan C. Gordon |
Handle assert init/quit better.
|
2010-01-13 |
Sam Lantinga |
Moved the assertion tests to testplatform
|
2010-01-13 |
Ryan C. Gordon |
Handle assertion failures when SDL_Init() isn't called.
|
2010-01-13 |
Ryan C. Gordon |
Handle assertion failures during assertion handler.
|
2010-01-13 |
Ryan C. Gordon |
Fixed Mac OS X assertion code.
|
2010-01-13 |
Sam Lantinga |
Don't forget to install the new header. :)
|
2010-01-13 |
Sam Lantinga |
Quiet tests shouldn't prompt during assertions
|
2010-01-13 |
Sam Lantinga |
Leave fullscreen mode to pop an assertion dialog
|
2010-01-13 |
Sam Lantinga |
Assume _exit() is available. It may be, even if unix isn't defined.
|
2010-01-13 |
Sam Lantinga |
Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
|
2010-01-13 |
Sam Lantinga |
Allow configure to override assertion settings, but by default this comes from the build optimization level.
|
2010-01-13 |
Sam Lantinga |
Automatically figure out the appropriate assertion level
|
2010-01-13 |
Sam Lantinga |
Fixed release level assertions
|
2010-01-13 |
Sam Lantinga |
Fixed include ordering
|
2010-01-13 |
Sam Lantinga |
Check for signal.h before using it, don't assume unix is available or required
|
2010-01-13 |
Sam Lantinga |
The config sets the default assertion level so people can override it for their own use in application code.
|
2010-01-13 |
Ryan C. Gordon |
Fixed build problems with gcc __attribute__.
|
2010-01-13 |
Sam Lantinga |
First pass at Ryan's assertion code, minor tweaks to come.
|
2010-01-13 |
Ryan C. Gordon |
Added a few basic things to svn:ignore.
|
2010-01-13 |
Sam Lantinga |
Don't warn about unused variables - there's a ton of them. :)
|
2010-01-13 |
Sam Lantinga |
Fixed compiler warning (missing prototype for SDL_Quit())
|
2010-01-13 |
Sam Lantinga |
Fixed function prototype
|
2010-01-13 |
Sam Lantinga |
Fixed Mac OS X Xcode build
|
2010-01-13 |
Sam Lantinga |
Fixed iPhone build
|
2010-01-11 |
Couriersud |
DirectFB driver compiles again
|
2010-01-11 |
Couriersud |
Fix detection of directfb.h
|
2010-01-11 |
Ryan C. Gordon |
Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
|
2010-01-11 |
Ryan C. Gordon |
Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
|
2010-01-11 |
Ryan C. Gordon |
Patched to compile.
|
2010-01-10 |
Ryan C. Gordon |
Call SDL_Init() before SDL_GetNumAudioDrivers().
|
2010-01-10 |
Ryan C. Gordon |
Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
|
2010-01-10 |
Ryan C. Gordon |
Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
|
2010-01-10 |
Sam Lantinga |
Updated 1.2 revisions that need to be revisited
|
2010-01-10 |
Ryan C. Gordon |
Revert r5463: Alpha blend "correctness" patch.
|
2010-01-10 |
Ryan C. Gordon |
Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
|
2010-01-10 |
Ryan C. Gordon |
Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.
|