Mercurial > sdl-ios-xcode
comparison docs.html @ 3960:f5daa62ce1c4 SDL-1.2
Updated docs with bug fixes in subversion.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 15 Jun 2007 05:21:33 +0000 |
parents | c08abb88531b |
children | a9ad5257f794 |
comparison
equal
deleted
inserted
replaced
3959:33c248ea75f9 | 3960:f5daa62ce1c4 |
---|---|
11 The latest stable release may be found on the | 11 The latest stable release may be found on the |
12 <a href="http://www.libsdl.org/">SDL website</A>. | 12 <a href="http://www.libsdl.org/">SDL website</A>. |
13 </P> | 13 </P> |
14 | 14 |
15 <H2> <A HREF="docs/index.html">API Documentation</A> </H2> | 15 <H2> <A HREF="docs/index.html">API Documentation</A> </H2> |
16 | |
17 <H2> SDL 1.2.12 Release Notes </H2> | |
18 <P> | |
19 SDL 1.2.12 is a minor bug fix release. | |
20 </P> | |
21 | |
22 <H3> General Notes </H3> | |
23 | |
24 <BLOCKQUOTE> | |
25 <P> | |
26 Added support for the PulseAudio sound server: http://www.pulseaudio.org/ | |
27 </P> | |
28 <P> | |
29 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. | |
30 </P> | |
31 <P> | |
32 Fixed buffer overrun crash when resampling audio rates. | |
33 </P> | |
34 <P> | |
35 Fixed audio bug where converting to mono was doubling the volume. | |
36 </P> | |
37 <P> | |
38 Fixed off-by-one error in the C implementation of SDL_revcpy() | |
39 </P> | |
40 <P> | |
41 Support for AmigaOS has been removed from the main SDL code. | |
42 </P> | |
43 </BLOCKQUOTE> | |
44 | |
45 <H3> Unix Notes </H3> | |
46 | |
47 <BLOCKQUOTE> | |
48 <P> | |
49 The GFX_Display has been added to the X11 window information in SDL_syswm.h. | |
50 </P> | |
51 <P> | |
52 Fixed PAGE_SIZE compile error in the fbcon video driver on newer Linux kernels. | |
53 </P> | |
54 <P> | |
55 Fixed hang or crash at startup if aRts can't access the hardware. | |
56 </P> | |
57 <P> | |
58 Fixed relative mouse mode when the cursor starts outside the X11 window. | |
59 </P> | |
60 <P> | |
61 Fixed accidental free of stack memory in X11 mouse acceleration code. | |
62 </P> | |
63 <P> | |
64 Closed minor memory leak in XME code. | |
65 </P> | |
66 </BLOCKQUOTE> | |
67 | |
68 <H3> Windows Notes </H3> | |
69 | |
70 <BLOCKQUOTE> | |
71 <P> | |
72 Added support for UTF-8 window titles on Windows. | |
73 </P> | |
74 <P> | |
75 Fixed joystick detection on Windows. | |
76 </P> | |
77 <P> | |
78 Fixed HBITMAP leak in GAPI driver. | |
79 </P> | |
80 </BLOCKQUOTE> | |
81 | |
82 <H3> Mac OS X Notes </H3> | |
83 | |
84 <BLOCKQUOTE> | |
85 <P> | |
86 Added support for multi-axis controllers like 3Dconnxion's SpaceNavigator on Mac OS X. | |
87 </P> | |
88 <P> | |
89 Fixed YUV overlay crash inside Quicktime on Intel Mac OS X. | |
90 </P> | |
91 <P> | |
92 Fixed blitting alignment in Altivec alpha blit functions. | |
93 </P> | |
94 <P> | |
95 Keys F13, F14, and F15 are now usable on Apple keyboards under Mac OS X. | |
96 </P> | |
97 <P> | |
98 Fixed joystick calibration code on Mac OS X. | |
99 </P> | |
100 <P> | |
101 Fixed mouse jitter when multiple motion events are queued up in Mac OS X. | |
102 </P> | |
103 </BLOCKQUOTE> | |
104 | |
105 <H3> BeOS Notes </H3> | |
106 | |
107 <BLOCKQUOTE> | |
108 <P> | |
109 Implemented mouse grabbing and mouse relative mode on BeOS. | |
110 </P> | |
111 </BLOCKQUOTE> | |
112 | |
113 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%"> | |
16 | 114 |
17 <H2> SDL 1.2.11 Release Notes </H2> | 115 <H2> SDL 1.2.11 Release Notes </H2> |
18 <P> | 116 <P> |
19 SDL 1.2.11 is a minor bug fix release. | 117 SDL 1.2.11 is a minor bug fix release. |
20 </P> | 118 </P> |