3 Audio rate conversion is only implemented by multiplying or dividing
4 by a power of two. This is a side-effect of the requirement that the
5 raw audio buffer size be a power of two, and can hopefully be fixed.
6 This means 8 KHz audio converted to 22 KHz ends up being 16 KHz. :-/
8 When the implementation is writing directly to video memory the mouse
9 cursor doesn't work properly. Applications which do this should use
10 their own mouse cursor and call SDL_ShowCursor(0) to hide the system
14 Wide UNICODE character input (Kanji, etc.) is not yet supported.
15 It requires handling of keyboard mapping events and using the XIM
16 input translation extension. I will implement it as requested.
17 Latin-1 keyboard input works fine.
19 The keyboard modifiers are not set to the correct state on startup.
21 The AAlib, GGI, and SVGAlib video drivers are not heavily tested.
24 The MCI driver can't tell if the CD-ROM drive is paused or stopped.
26 The SDL_INIT_EVENTTHREAD flag is not supported on Win32
27 (Idea: create a separate DirectInput polling thread)
28 The main purpose of this flag is for smooth cursor motion in
29 fullscreen environments.
31 Wide UNICODE character input (Kanji, etc.) is not yet supported.
32 This requires the ToUnicode() API which is only implemented on
33 Windows NT/2000, not on Windows 95/98.
34 Latin-1 keyboard input works fine.
36 Joysticks are only supported under the Win32 MultiMedia API,
37 DirectInput support is not yet implemented.
40 BePPC is not supported, apparently not even by Be Inc.
42 SDL_WM_GrabInput() is not implemented.
43 Does anyone know how to do this? SDL_WM_GrabInput() is designed
44 to prevent the user from switching input and mouse focus away from
47 Continuous relative mouse motion is not implemented.
49 Wide UNICODE character input (Kanji, etc.) has not been tested.
50 Latin-1 keyboard input works fine.
53 Palette handling isn't implemented in windowed mode yet.
55 Audio hasn't been extensively tested, in particular the locking
56 isn't implemented and mixer routines may not call malloc() or free()
57 because they are called at interrupt time.
59 SDL_WM_GrabInput() is not implemented.
60 Does anyone know how to do this? SDL_WM_GrabInput() is designed
61 to prevent the user from switching input and mouse focus away from
64 Continuous relative mouse motion is not implemented.
66 SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet.
68 Not all of the keys are properly recognized on the keyboard.
71 Depth switching for windowed mode isn't implemented yet.
73 Palette handling isn't implemented in windowed mode yet.
75 Command-line arguments dialog is not implemented yet.
77 Fullscreen drawing has some artifacts.
79 Fullscreen OpenGL for the software renderer is broken.
81 Some OpenGL parameters are not accounted for, for example color bits customization.
83 Continuous mouse motion perhaps is not as smooth as it should be.
85 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware
86 cursor in the center of the window/screen. Also, mouse moved events
87 are not generated, and the keyboard cannot be grabbed.
89 MacOS X seems to have a broken pthread_cancel() implementation.
90 Actually, it just only has one cancellation point defined.
91 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt
94 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't
95 work on versions of FreeBSD earlier than 4.0.
97 The CD-ROM handling doesn't work completely.
99 Wide UNICODE character input (Kanji, etc.) is not yet supported.
100 It requires handling of keyboard mapping events and using the XIM
101 input translation extension. I will implement it as requested.
102 Latin-1 keyboard input works fine.
104 The keyboard modifiers are not set to the correct state on startup.
107 The joystick functions are not implemented yet.
109 Wide UNICODE character input (Kanji, etc.) is not yet supported.
110 It requires handling of keyboard mapping events and using the XIM
111 input translation extension. I will implement it as requested.
112 Latin-1 keyboard input works fine.
114 The keyboard modifiers are not set to the correct state on startup.
117 The CD-ROM handling doesn't work completely.
119 The joystick functions are not implemented yet.
121 Wide UNICODE character input (Kanji, etc.) is not yet supported.
122 It requires handling of keyboard mapping events and using the XIM
123 input translation extension. I will implement it as requested.
124 Latin-1 keyboard input works fine.
126 The keyboard modifiers are not set to the correct state on startup.
129 Only Crystal version of Epoc/SymbianOS is currently supported.
131 SDL is implemented in static library only. SDL uses static/global
132 variables and that is not allowed in EPOC dll libraries.
134 Sound is not yet supported.
136 Joystick, OpenGL and cdrom is not supported (think about cdrom in a cell phone:-).
138 No console output screen. Printing to stdout do not have any effect.
141 Fullscreen switch doesn't work (disabled for now).
144 OpenBSD: -= NOT YET SUPPORTED =-
145 This is reported to work, but I haven't verified this.
147 Wide UNICODE character input (Kanji, etc.) is not yet supported.
148 It requires handling of keyboard mapping events and using the XIM
149 input translation extension. I will implement it as requested.
150 Latin-1 keyboard input works fine.
152 The keyboard modifiers are not set to the correct state on startup.
154 OSF/Tru64: -= NOT YET SUPPORTED =-
155 The audio functions are not implemented yet.
157 Joysticks and CD-ROM functions are not implemented yet.
159 Wide UNICODE character input (Kanji, etc.) is not yet supported.
160 It requires handling of keyboard mapping events and using the XIM
161 input translation extension. I will implement it as requested.
162 Latin-1 keyboard input works fine.
164 The keyboard modifiers are not set to the correct state on startup.
166 AIX: -= NOT YET SUPPORTED =-
167 This port has only been tested with AIX 4.3.3
169 The OpenGL support doesn't work yet.
171 The joystick subsystem isn't implemented yet.
173 Endian detection doesn't work yet - needs a unique CPP symbol.
175 Wide UNICODE character input (Kanji, etc.) is not yet supported.
176 It requires handling of keyboard mapping events and using the XIM
177 input translation extension. I will implement it as requested.
178 Latin-1 keyboard input works fine.
180 The keyboard modifiers are not set to the correct state on startup.
182 The AIX port was done by Carsten.Griwodz@KOM.tu-darmstadt.de
183 More information on this port is available at:
184 http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/
186 AmigaOS: -= NOT YET SUPPORTED =-
187 The OpenGL support isn't implemented yet.
189 SDL_WM_GrabInput() is not implemented.
190 Does anyone know how to do this? SDL_WM_GrabInput() is designed
191 to prevent the user from switching input and mouse focus away from
194 Continuous relative mouse motion is not implemented.
196 The AmigaOS port was done by Gabriele.Greco@galactica.it