Qrox
|
71c80c478a
Uses integer arithmetics in SDL_ResampleAudio
|
3 лет назад |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
3 лет назад |
Sylvain
|
ac3fd00018
testautomation_pixels/audio: use SDL_arraysize and fix warnings
|
3 лет назад |
Ozkan Sezer
|
6fc32491c7
testautomation_audio.c: use SDL_arraysize for g_numAudioFormats.
|
3 лет назад |
Ozkan Sezer
|
8d8b3d3a9a
fix testautomation_audio.c after commit f48d0cc
|
3 лет назад |
Ryan C. Gordon
|
f48d0cc164
audio: Remove AUDIO_U16* support.
|
3 лет назад |
Anonymous Maarten
|
08bcee8570
test: don't use wiki urls for documentation comments
|
3 лет назад |
Sylvain
|
6ad51558d4
Update testaudiostream_audio.c
|
3 лет назад |
Sylvain
|
93e2903ac5
Add SDL_PlayAudioDevice() to play audio. Remove pause_on param from SDL_PauseAudioDevice()
|
3 лет назад |
Sylvain
|
2d7f8d7d51
Remove legacy SDL_Audio functions that acts on device id == 1
|
3 лет назад |
Sylvain Becker
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
3 лет назад |
Sylvain Becker
|
47170d288e
Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
|
3 лет назад |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 лет назад |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 лет назад |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 лет назад |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 лет назад |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 лет назад |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 лет назад |
Sam Lantinga
|
2c4159b99a
First pass at changing SDL 2.0 to SDL 3.0
|
3 лет назад |
Pierre Wendling
|
6784d84c9d
N3DS: Fix `-Wformat` warnings in tests.
|
3 лет назад |
Anonymous Maarten
|
b771d9beec
tests: avoid MSVC preaching about unsafe functions
|
3 лет назад |
Ozkan Sezer
|
990fb668f7
tests: several -Wwrite-strings fixes.
|
4 лет назад |
Ryan C. Gordon
|
2542977b0a
Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"
|
5 лет назад |
Erik Yuzwa
|
82a96afa70
Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)
|
5 лет назад |
Sam Lantinga
|
ca5c304814
Fixed bug 3744 - missing SDLCALL in several functions
|
8 лет назад |
David Ludwig
|
5575948b37
Fixed bug 2726 - WinRT touches not setting 'which' field in virtual mouse events
|
11 лет назад |
Andreas Schiffler
|
962c9911ce
Update audio testautomation: more coverage; added SDL_PauseAudio test /w callback coverage
|
11 лет назад |
Andreas Schiffler
|
97bdefe2ab
Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)
|
11 лет назад |
Philipp Wiesemann
|
ea93820e1f
Fixed format string faults in audio tests.
|
11 лет назад |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
12 лет назад |