Sam Lantinga
|
75ea3a8d32
Dynamically allocate long text for SDL_EVENT_TEXT_INPUT events
|
2 tahun lalu |
Sam Lantinga
|
274da8561c
Updated the migration guide to note that you can check the return value of SDL_AddEventWatch()
|
2 tahun lalu |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
2 tahun lalu |
Sam Lantinga
|
ea02630143
More audio migration clarification
|
2 tahun lalu |
Sam Lantinga
|
14980b25a8
Clarify documentation for audio callback migration
|
2 tahun lalu |
Ryan C. Gordon
|
5b3a2c6df6
docs: Updated SDL_Vulkan_GetInstanceExtensions info in README-migration.md.
|
2 tahun lalu |
Ryan C. Gordon
|
e6116d399a
mutex: Removed SDL_MUTEX_MAXWAIT.
|
2 tahun lalu |
Ryan C. Gordon
|
899eb0d042
thread: Locking mutexes and rwlocks are now void functions.
|
2 tahun lalu |
Sam Lantinga
|
c98a14fdeb
Renamed display added/removed events for consistency with the rest of the API
|
2 tahun lalu |
Sam Lantinga
|
4368f70ff9
Added properties to various SDL objects
|
2 tahun lalu |
Ryan C. Gordon
|
321fc18417
README-migration.md: Added note about SDL_HasRDTSC removal.
|
2 tahun lalu |
Sam Lantinga
|
859dc14add
Replaced SDL_GetGamepadBindForAxis() and SDL_GetGamepadBindForButton() with SDL_GetGamepadBindings()
|
2 tahun lalu |
Sam Lantinga
|
9e50048ab6
Revert "Removed SDL_GamepadBinding from the API"
|
2 tahun lalu |
Sam Lantinga
|
cd633b9a88
Renamed SDL_IsAudioDevicePaused() to SDL_AudioDevicePaused()
|
2 tahun lalu |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
2 tahun lalu |
Sam Lantinga
|
e0ab597549
Simplified SDL_main.h migration notes
|
2 tahun lalu |
Ryan C. Gordon
|
58c859f64d
audio: Rename SDL_GetAudioStreamBinding to SDL_GetAudioStreamDevice.
|
2 tahun lalu |
Ryan C. Gordon
|
1e775e0eef
audio: Replace SDL_CreateAndBindAudioStream with SDL_OpenAudioDeviceStream.
|
2 tahun lalu |
Sam Lantinga
|
615824a806
Updated documentation now that SDL_GetAudioDevices() has been split into separate functions for output and capture devices
|
2 tahun lalu |
Simon McVittie
|
efe15588d5
Relabel back paddles as left or right
|
2 tahun lalu |
Sam Lantinga
|
279ff8909f
Changed example code to avoid potential divide by zero
|
2 tahun lalu |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
2 tahun lalu |
Ryan C. Gordon
|
e7d56dd0b2
audio: Renamed new API SDL_UnpauseAudioDevice to SDL_ResumeAudioDevice.
|
2 tahun lalu |
Ryan C. Gordon
|
18c59cc969
Merge the SDL3 audio subsystem redesign!
|
2 tahun lalu |
Sam Lantinga
|
b7f32f74ce
Note the removal of the SDL_RENDERER_TARGETTEXTURE flag
|
2 tahun lalu |
Ryan C. Gordon
|
323ecce123
docs: Added migration note about SDL_AUDIODEVICEREMOVED.
|
2 tahun lalu |
Ryan C. Gordon
|
eee407caf8
docs: migration guide note that SDL_LoadWAV has a different return type.
|
2 tahun lalu |
Ryan C. Gordon
|
db39cbf208
audio: Allow SDL_GetAudioDeviceFormat() to query the default devices.
|
2 tahun lalu |
Ryan C. Gordon
|
e50cb72eb6
docs: Note that audio opening doesn't implicitly init SDL now.
|
2 tahun lalu |
Ryan C. Gordon
|
97b2f747d0
docs: Corrections to audio section of README-migration.md
|
2 tahun lalu |