equal
deleted
inserted
replaced
66 |
66 |
67 SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet. |
67 SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet. |
68 |
68 |
69 Not all of the keys are properly recognized on the keyboard. |
69 Not all of the keys are properly recognized on the keyboard. |
70 |
70 |
71 MacOS X: |
71 Mac OS X: |
72 Depth switching for windowed mode isn't implemented yet. |
72 Depth switching for windowed mode isn't implemented yet. |
73 |
73 |
74 Palette handling isn't implemented in windowed mode yet. |
74 Palette handling isn't implemented in windowed mode yet. |
75 |
75 |
76 Command-line arguments dialog is not implemented yet. |
76 Command-line arguments dialog is not implemented yet. |
85 |
85 |
86 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware |
86 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware |
87 cursor in the center of the window/screen. Also, mouse moved events |
87 cursor in the center of the window/screen. Also, mouse moved events |
88 are not generated, and the keyboard cannot be grabbed. |
88 are not generated, and the keyboard cannot be grabbed. |
89 |
89 |
90 MacOS X seems to have a broken pthread_cancel() implementation. |
90 Mac OS X seems to have a broken pthread_cancel() implementation. |
91 Actually, it just only has one cancellation point defined. |
91 Actually, it just only has one cancellation point defined. |
92 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt |
92 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt |
93 |
93 |
94 FreeBSD: |
94 FreeBSD: |
95 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't |
95 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't |