equal
deleted
inserted
replaced
16 * Add a timestamp to events |
16 * Add a timestamp to events |
17 * Add audio input API |
17 * Add audio input API |
18 * Add hardware accelerated scaled blit |
18 * Add hardware accelerated scaled blit |
19 * Add hardware accelerated alpha blits |
19 * Add hardware accelerated alpha blits |
20 * Redesign blitting architecture to allow blit plugins |
20 * Redesign blitting architecture to allow blit plugins |
|
21 * Add modifier state to key and button events |
21 |
22 |
22 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to |
23 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to |
23 int and evaluate all the rest of the datatypes. This is the only place |
24 int and evaluate all the rest of the datatypes. This is the only place |
24 we should do it though, since the 1.2 series should not break binary |
25 we should do it though, since the 1.2 series should not break binary |
25 compatibility in this way. |
26 compatibility in this way. |