Ryan C. Gordon
|
1787d6ca5c
main: SDL_AppQuit() now reports the result value.
|
6 сар өмнө |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
7 сар өмнө |
Sam Lantinga
|
575d9cda6f
The parameter to SDL_AppEvent() should be non-const
|
7 сар өмнө |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 сар өмнө |
Sam Lantinga
|
037541a0e0
Check standard error code return values as < 0 instead of == -1
|
8 сар өмнө |
Sam Lantinga
|
438a214420
Changed main callback return values to an enumeration
|
8 сар өмнө |
Sam Lantinga
|
728bf363cb
Make sure we call SDL_Quit() before SDLTest_CommonDestroyState()
|
8 сар өмнө |
Ryan C. Gordon
|
4755055bc3
audio: Separate channel maps out of SDL_AudioSpec.
|
9 сар өмнө |
Ryan C. Gordon
|
0367f1af19
loopwave: Use SDL_ResumeAudioStreamDevice.
|
9 сар өмнө |
Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
10 сар өмнө |
Ryan C. Gordon
|
3364aff757
main: Make the main callback return value symbols smaller (thanks, @Lzard!).
|
10 сар өмнө |
L zard
|
06aa02453a
Tests: Use the main callback code macros
|
10 сар өмнө |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
11 сар өмнө |
Ryan C. Gordon
|
38e3c6a4aa
main: Add an optional `appstate` param to main callback entry points.
|
1 жил өмнө |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 жил өмнө |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 жил өмнө |
Ryan C. Gordon
|
9c664b0062
main: Added _optional_ callback entry points.
|
1 жил өмнө |
Ryan C. Gordon
|
b656720bc6
loopwave: Use SDL_GetAudioStreamQueued() for more accurate results.
|
1 жил өмнө |
Ryan C. Gordon
|
58c859f64d
audio: Rename SDL_GetAudioStreamBinding to SDL_GetAudioStreamDevice.
|
1 жил өмнө |
Ryan C. Gordon
|
1e775e0eef
audio: Replace SDL_CreateAndBindAudioStream with SDL_OpenAudioDeviceStream.
|
1 жил өмнө |
Ryan C. Gordon
|
c58d95c343
wasapi: Reworked for new SDL3 audio API, other win32 fixes.
|
1 жил өмнө |
Ryan C. Gordon
|
f598626e46
test: loopwave shouldn't use an audiostream callback.
|
1 жил өмнө |
Ryan C. Gordon
|
fe1daf6fb5
audio: Mark disconnected default devices as "zombies".
|
1 жил өмнө |
Ryan C. Gordon
|
ee10bab3cd
audio: An enormous amount of work on managing default devices.
|
1 жил өмнө |
Ryan C. Gordon
|
26525f5fd3
audio: Readd SDL_AudioSpec, but just with format/channels/freq fields.
|
1 жил өмнө |
Ryan C. Gordon
|
56b1bc2198
audio: SDL_AudioStream now has callbacks for Get and Put operations.
|
1 жил өмнө |
Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
1 жил өмнө |
Sylvain
|
c101e719fd
testprogram: let main() return normally, don't exit for platform (eg Android) where there is some cleanup afterward.
|
2 жил өмнө |
Anonymous Maarten
|
4a6528e3f0
testprograms: parse arguments using SDLTest_CommonState
|
2 жил өмнө |
Sylvain
|
16bb6a0b3d
Fix warnings about static function and prototype
|
2 жил өмнө |