18 |
18 |
19 <H2> |
19 <H2> |
20 Major changes since SDL 1.0.0: |
20 Major changes since SDL 1.0.0: |
21 </H2> |
21 </H2> |
22 <UL> |
22 <UL> |
|
23 <LI> 1.2.9: Numerous improvements to the Atari port (thanks Patrice!) |
|
24 <LI> 1.2.9: SIGTERM and SIGINT handlers are reset when SDL shuts down |
|
25 <LI> 1.2.9: Added support for Visual C++ 2005 (Express Beta 2) to VisualC.zip |
|
26 <LI> 1.2.9: Fixed crash trying to allocate hardware surfaces on MacOS X (thanks Ryan!) |
|
27 <LI> 1.2.9: SDL.dll works on Windows 95 again |
|
28 <LI> 1.2.9: Dropping a document onto an SDL app passes it as a command line parameter in MacOS X (thanks Ryan!) |
|
29 <LI> 1.2.9: Fixed short read problem with SDL_RWFromMem() (thanks Antonio!) |
|
30 <LI> 1.2.9: Added support for SDL_VIDEO_X11_NODIRECTCOLOR on OpenGL visuals |
|
31 <LI> 1.2.9: Altivec optimized blitters (thanks Bob!) |
|
32 <LI> 1.2.9: YUV mmx code should compile with gcc 2.x and 3.x (thanks Stephane!) |
|
33 <LI> 1.2.9: Fixed hang on shutdown using framebuffer console on ia64 (thanks Jesse!) |
|
34 <LI> 1.2.9: Improved RISC OS support (thanks Peter and Alan!) |
|
35 <LI> 1.2.9: Added support for direct color 8-bpp surfaces |
|
36 <LI> 1.2.9: Fixed gcc parse errors in SDL_audio.h on Windows |
|
37 <LI> 1.2.9: Fixed potential crash in multi-threaded timers |
|
38 <LI> 1.2.9: Added support for Tru64 UNIX 4.X (thanks Hayashi!) |
|
39 <LI> 1.2.9: SDL_OPENGLBLIT has been renamed SDL_OPENGLBLIT_OBSOLETE |
23 <LI> 1.2.8: Fixed pitch vs width bug in SDL_SaveBMP() (thanks Jonathan!) |
40 <LI> 1.2.8: Fixed pitch vs width bug in SDL_SaveBMP() (thanks Jonathan!) |
24 <LI> 1.2.8: Build ALSA support when building RPM files |
41 <LI> 1.2.8: Build ALSA support when building RPM files |
25 <LI> 1.2.8: Added support for MacOS X Xcode environment (thanks Eric!) |
42 <LI> 1.2.8: Added support for MacOS X Xcode environment (thanks Eric!) |
26 <LI> 1.2.8: Fixed compiling SDL under Linux 2.6.9 (thanks Stephane!) |
43 <LI> 1.2.8: Fixed compiling SDL under Linux 2.6.9 (thanks Stephane!) |
27 <LI> 1.2.8: Added m68k assembly routines for endianness conversion |
44 <LI> 1.2.8: Added m68k assembly routines for endianness conversion |