equal
deleted
inserted
replaced
1 |
1 |
2 This is a list of API changes in SDL's version history. |
2 This is a list of API changes in SDL's version history. |
3 |
3 |
4 Version 1.0: |
4 1.3.0: |
|
5 Added SDL_GetNumVideoDrivers() and SDL_GetVideoDriver(). |
|
6 Replaced SDL_VideoDriverName() with SDL_GetCurrentVideoDriver() |
|
7 Added SDL_GetNumAudioDrivers() and SDL_GetAudioDriver(). |
|
8 Replaced SDL_AudioDriverName() with SDL_GetCurrentAudioDriver() |
5 |
9 |
6 1.2.10: |
10 1.2.10: |
7 If SDL_OpenAudio() is passed zero for the desired format |
11 If SDL_OpenAudio() is passed zero for the desired format |
8 fields, the following environment variables will be used |
12 fields, the following environment variables will be used |
9 to fill them in: |
13 to fill them in: |
414 AUDIO_U16SYS, AUDIO_S16SYS |
418 AUDIO_U16SYS, AUDIO_S16SYS |
415 |
419 |
416 1.0.0: |
420 1.0.0: |
417 New public release |
421 New public release |
418 |
422 |
419 Version 0.11: |
|
420 |
|
421 0.11.5: |
423 0.11.5: |
422 A new function SDL_GetVideoSurface() has been added, and returns |
424 A new function SDL_GetVideoSurface() has been added, and returns |
423 a pointer to the current display surface. |
425 a pointer to the current display surface. |
424 |
426 |
425 SDL_AllocSurface() has been renamed SDL_CreateRGBSurface(), and |
427 SDL_AllocSurface() has been renamed SDL_CreateRGBSurface(), and |
433 |
435 |
434 0.11.3: |
436 0.11.3: |
435 A new flag for SDL_Init(), SDL_INIT_NOPARACHUTE, prevents SDL from |
437 A new flag for SDL_Init(), SDL_INIT_NOPARACHUTE, prevents SDL from |
436 installing fatal signal handlers on operating systems that support |
438 installing fatal signal handlers on operating systems that support |
437 them. |
439 them. |
438 |
|
439 Version 0.9: |
|
440 |
440 |
441 0.9.15: |
441 0.9.15: |
442 SDL_CreateColorCursor() has been removed. Color cursors should |
442 SDL_CreateColorCursor() has been removed. Color cursors should |
443 be implemented as sprites, blitted by the application when the |
443 be implemented as sprites, blitted by the application when the |
444 cursor moves. To get smooth color cursor updates when the app |
444 cursor moves. To get smooth color cursor updates when the app |