Sam Lantinga
|
e2618f14d2
|
Fixed bug #930
The PS2 video driver is obsolete and not going to be updated unless someone wants to maintain it.
|
2010-01-18 14:27:30 +00:00 |
|
Sam Lantinga
|
4416d51d59
|
Fixed compiler warning
|
2010-01-18 14:16:47 +00:00 |
|
Sam Lantinga
|
05b3cdda94
|
Fixed compile error on Mac OS X 10.4
|
2010-01-18 14:12:29 +00:00 |
|
Sam Lantinga
|
c9cdb827a2
|
Fixed bug #932
Added the Fill operation for Direct3D
|
2010-01-18 06:34:04 +00:00 |
|
Ryan C. Gordon
|
4d8cce19f4
|
Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
|
2010-01-17 06:51:31 +00:00 |
|
Ryan C. Gordon
|
3ffe4d25a3
|
Attempt to clean up PulseAudio dynamic loading support.
|
2010-01-17 06:43:28 +00:00 |
|
Ryan C. Gordon
|
938953423e
|
Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
This pulls all the PulseAudio reworking that was done for 1.2.14 into 1.3.
Fixes Bugzilla #801.
|
2010-01-17 06:14:04 +00:00 |
|
Sam Lantinga
|
cb028e3357
|
Fixed building under Visual Studio
|
2010-01-15 20:05:49 +00:00 |
|
Ryan C. Gordon
|
62b6ab68d0
|
Clean up assertion API for public use.
|
2010-01-13 19:29:33 +00:00 |
|
Ryan C. Gordon
|
f48b26ea6a
|
Whoops, that should be vfprintf(), not fprintf(). :)
|
2010-01-13 16:58:24 +00:00 |
|
Ryan C. Gordon
|
adbfb16246
|
Friendly warning comment.
|
2010-01-13 16:21:26 +00:00 |
|
Ryan C. Gordon
|
41337892d2
|
Fixed compiler warning.
|
2010-01-13 16:18:36 +00:00 |
|
Ryan C. Gordon
|
e7c41b8a1b
|
Whitespace tweak.
|
2010-01-13 16:10:25 +00:00 |
|
Ryan C. Gordon
|
e6b26beb4e
|
Fixed comment.
|
2010-01-13 16:09:27 +00:00 |
|
Ryan C. Gordon
|
6a3cbf3b30
|
Handle assert init/quit better.
Don't create a mutex unles we need to, only clean it up if we made it.
|
2010-01-13 16:08:03 +00:00 |
|
Sam Lantinga
|
993462b7ce
|
Moved the assertion tests to testplatform
|
2010-01-13 09:48:42 +00:00 |
|
Ryan C. Gordon
|
9c333b1152
|
Handle assertion failures when SDL_Init() isn't called.
|
2010-01-13 09:44:17 +00:00 |
|
Ryan C. Gordon
|
91168bd712
|
Handle assertion failures during assertion handler.
|
2010-01-13 09:13:37 +00:00 |
|
Ryan C. Gordon
|
55906b2938
|
Fixed Mac OS X assertion code.
|
2010-01-13 09:10:17 +00:00 |
|
Sam Lantinga
|
a50ccc11e9
|
Don't forget to install the new header. :)
|
2010-01-13 08:53:32 +00:00 |
|
Sam Lantinga
|
a7f9985e1f
|
Quiet tests shouldn't prompt during assertions
|
2010-01-13 08:52:47 +00:00 |
|
Sam Lantinga
|
5676823dcf
|
Leave fullscreen mode to pop an assertion dialog
|
2010-01-13 08:44:46 +00:00 |
|
Sam Lantinga
|
efb81e6b8c
|
Assume _exit() is available. It may be, even if unix isn't defined.
If we really have to, we can add a configure check for it.
|
2010-01-13 08:30:34 +00:00 |
|
Sam Lantinga
|
056bd9865b
|
Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
|
2010-01-13 08:25:16 +00:00 |
|
Sam Lantinga
|
8b4a9fce45
|
Allow configure to override assertion settings, but by default this comes from the build optimization level.
|
2010-01-13 08:06:32 +00:00 |
|
Sam Lantinga
|
0db463843f
|
Automatically figure out the appropriate assertion level
|
2010-01-13 07:52:53 +00:00 |
|
Sam Lantinga
|
8e978babaa
|
Fixed release level assertions
|
2010-01-13 07:36:00 +00:00 |
|
Sam Lantinga
|
cbe33ba29a
|
Fixed include ordering
|
2010-01-13 07:33:33 +00:00 |
|
Sam Lantinga
|
2936f4a45d
|
Check for signal.h before using it, don't assume unix is available or required
|
2010-01-13 07:32:25 +00:00 |
|
Sam Lantinga
|
a112207d03
|
The config sets the default assertion level so people can override it for their own use in application code.
|
2010-01-13 07:25:28 +00:00 |
|
Ryan C. Gordon
|
bb12640ed4
|
Fixed build problems with gcc __attribute__.
|
2010-01-13 07:00:20 +00:00 |
|
Sam Lantinga
|
5f76c6b2d5
|
First pass at Ryan's assertion code, minor tweaks to come.
|
2010-01-13 06:47:17 +00:00 |
|
Ryan C. Gordon
|
0716883b87
|
Added a few basic things to svn:ignore.
|
2010-01-13 06:39:44 +00:00 |
|
Sam Lantinga
|
4ea7937dbf
|
Don't warn about unused variables - there's a ton of them. :)
|
2010-01-13 05:25:16 +00:00 |
|
Sam Lantinga
|
f6aea4b37a
|
Fixed compiler warning (missing prototype for SDL_Quit())
|
2010-01-13 05:24:03 +00:00 |
|
Sam Lantinga
|
75c85ba27e
|
Fixed function prototype
|
2010-01-13 05:21:30 +00:00 |
|
Sam Lantinga
|
9484504baa
|
Fixed Mac OS X Xcode build
|
2010-01-13 05:08:41 +00:00 |
|
Sam Lantinga
|
572b6f9b25
|
Fixed iPhone build
|
2010-01-13 04:58:31 +00:00 |
|
Couriersud
|
f4c6c92486
|
DirectFB driver compiles again
- moved to new drawing api
|
2010-01-11 21:49:09 +00:00 |
|
Couriersud
|
1beb30856a
|
Fix detection of directfb.h
- AC_CHECK_HEADER wants CPPFLAGS
|
2010-01-11 21:46:59 +00:00 |
|
Ryan C. Gordon
|
02bb46f347
|
Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
SDL_GetAudioDeviceName(1, 0) does not mean "name of the default output device."
|
2010-01-11 07:58:55 +00:00 |
|
Ryan C. Gordon
|
be72893582
|
Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
I think that's how it works.
Fixes failure to open audio device on Mac OS X.
|
2010-01-11 07:45:34 +00:00 |
|
Ryan C. Gordon
|
629a33f24d
|
Patched to compile.
|
2010-01-11 07:33:56 +00:00 |
|
Ryan C. Gordon
|
0c92f2de0b
|
Call SDL_Init() before SDL_GetNumAudioDrivers().
Not sure why that was reversed.
|
2010-01-10 19:09:57 +00:00 |
|
Ryan C. Gordon
|
9b0b122375
|
Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
|
2010-01-10 18:25:04 +00:00 |
|
Ryan C. Gordon
|
7b51107391
|
Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
|
2010-01-10 18:19:35 +00:00 |
|
Sam Lantinga
|
aeb3d31334
|
Updated 1.2 revisions that need to be revisited
|
2010-01-10 09:16:46 +00:00 |
|
Ryan C. Gordon
|
513a51438f
|
Revert r5463: Alpha blend "correctness" patch.
Sam says:
"We should revert this. I applied it in 1.3 and then fixed it for correctness."
|
2010-01-10 08:59:25 +00:00 |
|
Ryan C. Gordon
|
0a3afaa588
|
Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
|
2010-01-10 08:21:19 +00:00 |
|
Ryan C. Gordon
|
d93ecf6a7c
|
Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.
|
2010-01-10 08:15:25 +00:00 |
|