Mercurial > sdl-ios-xcode
annotate TODO @ 1710:db78e088b6ce SDL-1.3
------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
Created an attachment (id=142) [edit]
updated makefiles for 1.2.11 release
The new Watcom-Win32.zip
- includes the new testcursor test, and
- doesn't link to dxguid.lib anymore (by defining INITGUID for
SDL_dx5events.c),
to fix issue with stack calling convention (-6s can now be used instead of
-6r
in CFLAGS).
------- Comment #6 From Marc Peter 2006-06-25 18:12 [reply] -------
Created an attachment (id=143) [edit]
updated README.Watcom for 1.2.11
- lists new testcursor test
- mentions possibility to build with -6s (stack calling convention) instead
of -6r (register calling convention)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 01:35:02 +0000 |
parents | 14717b52abc0 |
children | 4bdbb9b2bd0a |
rev | line source |
---|---|
0 | 1 |
2 Wish list for the 1.3 development branch: | |
1534
f02e673ffc5f
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
1441
diff
changeset
|
3 http://bugzilla.libsdl.org/ |
0 | 4 |
1659 | 5 * Add internal support for adding video modes and refresh rates |
1654
0a53c90a37f9
Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
Sam Lantinga <slouken@libsdl.org>
parents:
1621
diff
changeset
|
6 * Support querying and setting refresh rate with video modes |
0 | 7 * Add mousewheel events (new unified event architecture?) |
8 * DirectInput joystick support needs to be implemented | |
9 * Be able to enumerate and select available audio and video drivers | |
1621 | 10 * Fullscreen video mode support for Mac OS X |
0 | 11 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) |
12 * Shaped windows, windows without borders | |
13 * Multiple windows, multiple display support | |
14 * SDL_INIT_EVENTTHREAD on Windows and MacOS? | |
15 * Add a timestamp to events | |
16 * Add audio input API | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
17 * Add hardware accelerated scaled blit |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
18 * Add hardware accelerated alpha blits |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
19 * Redesign blitting architecture to allow blit plugins |
0 | 20 |
21 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to | |
22 int and evaluate all the rest of the datatypes. This is the only place | |
23 we should do it though, since the 1.2 series should not break binary | |
24 compatibility in this way. | |
150 | 25 |
26 Requests: | |
27 * PCM and CDROM volume control (deprecated, but possible) |