nightmareci
|
718034f5fa
Remove newlines from log messages
|
6 months ago |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
7 months ago |
Frank Praznik
|
fd0ce75e2e
tests: Fix tests when run with the --high-pixel-density flag
|
10 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
10 months ago |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
11 months ago |
Sam Lantinga
|
00c409cff8
Additional cleanup exposed by building with a C++ compiler
|
11 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
11 months ago |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 year ago |
Ryan C. Gordon
|
16e7fdc4f2
audio: Add channel remapping to SDL_AudioSpec and SDL_AudioStream.
|
1 year ago |
Sam Lantinga
|
e8dbbf8380
Renamed SDLK_a-z to SDLK_A-Z
|
1 year ago |
Sam Lantinga
|
d9dc4b320a
The keycode in key events is the base, unmodified, keycode for the current keyboard layout
|
1 year ago |
Sam Lantinga
|
90034b16dc
The keycode in key events is affected by modifiers by default.
|
1 year ago |
Sam Lantinga
|
0dd579d40d
Removed SDL_Keysym
|
1 year ago |
Sam Lantinga
|
4609af618a
Updated logging functions for SDL3 naming convention
|
1 year ago |
Brick
|
edaab8ad9f
Refactored audio conversion to reduce copying
|
1 year ago |
Brick
|
f18cf7cffb
Avoid changing dst_spec in testaudiostreamdynamicresample skip_audio
|
1 year ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
1 year ago |
Anonymous Maarten
|
2a01f9dcb5
tests: plug leaks when running with --trackmem
|
2 years ago |
Brick
|
a62e62f97a
Refactored SDL_audiocvt.c
|
1 year ago |
Ryan C. Gordon
|
8b26e95f91
audio: Change SDL_AudioStreamCallback
|
1 year ago |
Sam Lantinga
|
cd633b9a88
Renamed SDL_IsAudioDevicePaused() to SDL_AudioDevicePaused()
|
1 year ago |
Brick
|
f2ca9a615b
Added SDL_AUDIO_FRAMESIZE
|
1 year ago |
Brick
|
53122593f8
Added SDL_AUDIO_BYTESIZE
|
1 year ago |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
1 year ago |
Brick
|
0e552761b7
Renamed AudioStreamSpeed to AudioStreamFrequencyRatio
|
1 year ago |
Brick
|
5394a805f4
Improved testaudiostreamdynamicresample
|
1 year ago |
Brick
|
d2b9c8b80d
Fixed maths in testaudiostreamdynamicresample (and just show the actual scale)
|
2 years ago |