Mercurial > sdl-ios-xcode
annotate TODO @ 1429:aff0170f9f1b
Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET)
From: "Torsten Giebl"
Subject: [SDL] testpalette.diff
To get rid of Mousecursor Fullscreen problems on Mac OSX.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 15:01:44 +0000 |
parents | 4a203b442650 |
children | b9f034536fa0 |
rev | line source |
---|---|
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
1 |
1392
4a203b442650
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
2 Build libSDLmain.a |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
3 Update project files |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
4 Create general SDL_config.h |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
5 Create stubs for all the disabled subsystems |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
6 Test all the platforms and drivers |
0 | 7 |
8 Wish list for the 1.3 development branch: | |
9 | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
10 * Use /etc/fb.modes, if available, like GGI does |
0 | 11 * Add mousewheel events (new unified event architecture?) |
12 * DirectInput joystick support needs to be implemented | |
13 * Be able to enumerate and select available audio and video drivers | |
14 * Fullscreen video mode support for MacOS X | |
15 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) | |
16 * Shaped windows, windows without borders | |
17 * Multiple windows, multiple display support | |
18 * SDL_INIT_EVENTTHREAD on Windows and MacOS? | |
19 * Add a timestamp to events | |
20 * Use RDTSC for timer resolution on x86 hardware | |
21 * Add audio input API | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
22 * Add hardware accelerated scaled blit |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
23 * Add hardware accelerated alpha blits |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
24 * Redesign blitting architecture to allow blit plugins |
0 | 25 |
26 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to | |
27 int and evaluate all the rest of the datatypes. This is the only place | |
28 we should do it though, since the 1.2 series should not break binary | |
29 compatibility in this way. | |
150 | 30 |
31 Requests: | |
32 * PCM and CDROM volume control (deprecated, but possible) |