comparison TODO @ 2:836aaee3f39e

*** empty log message ***
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:52:25 +0000
parents 74212992fb08
children df1d68818edb
comparison
equal deleted inserted replaced
1:cf2af46e9e2a 2:836aaee3f39e
1
2 TODO list for the 1.2 release:
3
4 * Use /etc/fb.modes, if available, like GGI does
5 1
6 Wish list for the 1.3 development branch: 2 Wish list for the 1.3 development branch:
7 3
4 * Use /etc/fb.modes, if available, like GGI does
8 * Add mousewheel events (new unified event architecture?) 5 * Add mousewheel events (new unified event architecture?)
9 * DirectInput joystick support needs to be implemented 6 * DirectInput joystick support needs to be implemented
10 * Be able to enumerate and select available audio and video drivers 7 * Be able to enumerate and select available audio and video drivers
11 * Fullscreen video mode support for MacOS X 8 * Fullscreen video mode support for MacOS X
12 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) 9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
14 * Multiple windows, multiple display support 11 * Multiple windows, multiple display support
15 * SDL_INIT_EVENTTHREAD on Windows and MacOS? 12 * SDL_INIT_EVENTTHREAD on Windows and MacOS?
16 * Add a timestamp to events 13 * Add a timestamp to events
17 * Use RDTSC for timer resolution on x86 hardware 14 * Use RDTSC for timer resolution on x86 hardware
18 * Add audio input API 15 * Add audio input API
16 * Add hardware accelerated scaled blit
17 * Add hardware accelerated alpha blits
18 * Redesign blitting architecture to allow blit plugins
19 19
20 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to 20 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
21 int and evaluate all the rest of the datatypes. This is the only place 21 int and evaluate all the rest of the datatypes. This is the only place
22 we should do it though, since the 1.2 series should not break binary 22 we should do it though, since the 1.2 series should not break binary
23 compatibility in this way. 23 compatibility in this way.