Sam Lantinga
|
713ba2e31a
SDL API renaming: SDL_audio.h
|
3 лет назад |
Sam Lantinga
|
9625fb2832
Documentation cleanup
|
3 лет назад |
Sylvain Becker
|
47170d288e
Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
|
3 лет назад |
Sylvain
|
3fb0c8b54a
Remove/Rename SDL_FreeWAV() to SDL_free()
|
3 лет назад |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 лет назад |
Frank Praznik
|
abdfa809db
Prepend key modifier enum values with 'SDL_'
|
3 лет назад |
Sam Lantinga
|
fd0631fd35
Added documentation for rename_symbols.py
|
3 лет назад |
Sam Lantinga
|
759f98085a
Used rename_api.py to add previously renamed symbols to SDL_oldnames.h
|
3 лет назад |
Ryan C. Gordon
|
1cf2b566af
cpu: Removed 3DNow! support and SDL_Has3DNow().
|
3 лет назад |
meyraud705
|
126c60cb45
Add "SDL_" prefix to RW_SEEK macros
|
3 лет назад |
Sam Lantinga
|
1a80fbaae4
Moved the header sections into alphabetical order in README-migration.md
|
3 лет назад |
Ryan C. Gordon
|
3197632347
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
|
3 лет назад |
Sam Lantinga
|
909b513c33
Made SDL_WINDOWEVENT_* and SDL_DISPLAYEVENT_* first class event types
|
3 лет назад |
Ryan C. Gordon
|
182806e39f
docs: Updated migration notes for SDL_RWops.
|
3 лет назад |
Ryan C. Gordon
|
d927befcd7
docs: Just adjusting some link text.
|
3 лет назад |
Ryan C. Gordon
|
7b25f04476
README-migration.md: Point to the SDL_gesture repository.
|
3 лет назад |
Ryan C. Gordon
|
3b5780ba0a
README-migration.md: Updated stdio RWops example code for new API.
|
3 лет назад |
Daniel Gibson
|
ab554c8392
Update doc/README-* for header-only SDL_main
|
3 лет назад |
Ryan C. Gordon
|
5a2d0b69c8
render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer.
|
3 лет назад |
Ryan C. Gordon
|
a76053352c
gesture: Removed the gesture API from SDL3.
|
3 лет назад |
Sylvain
|
c265fb74b0
Renamed AUDIODRIVER and VIDEODRIVER hint/env to AUDIO_DRIVER and VIDEO_DRIVER
|
3 лет назад |
Ryan C. Gordon
|
7ca0d15d64
events: Changed SDL_GetEventState from a macro to a function.
|
3 лет назад |
Cameron Cawley
|
ee0e9e979c
Move intrinsic includes into a private header
|
3 лет назад |
Sam Lantinga
|
b4da4ed95a
Removed SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp()
|
3 лет назад |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 лет назад |
Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
3 лет назад |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 лет назад |
Sylvain Becker
|
ab1f4172e3
Remove SDL_GL_CONTEXT_EGL #6657 (#6683)
|
3 лет назад |
Sam Lantinga
|
a463aca0d1
Simplified SDL_CreateRGBSurface* functions
|
3 лет назад |
Sam Lantinga
|
1e7e25626b
Use SDL_PIXELFORMAT_RGB565, which is the most common 16-bit format
|
3 лет назад |