comparison docs.html @ 344:7a69392b8599

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 13 Apr 2002 15:43:15 +0000
parents fab1ddc4d7bf
children 7e9e5a51c5f9
comparison
equal deleted inserted replaced
343:9430ba1a19f3 344:7a69392b8599
14 14
15 <H2> 15 <H2>
16 Major changes since SDL 1.0.0: 16 Major changes since SDL 1.0.0:
17 </H2> 17 </H2>
18 <UL> 18 <UL>
19 <LI> 1.2.4: Added initial support for Atari (thanks Patrice!)
20 <LI> 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0
21 <LI> 1.2.4: SDL now compiles and works cleanly on stock BSDI
22 <LI> 1.2.4: Added support for joysticks on *BSD (thanks Wilbern!)
23 <LI> 1.2.4: Added support for Xi Graphics XME fullscreen extension
19 <LI> 1.2.4: Incorporated XFree86 extension libraries into the source 24 <LI> 1.2.4: Incorporated XFree86 extension libraries into the source
20 <LI> 1.2.4: Added initial support for Atari (thanks Patrice!) 25 <LI> 1.2.4: Dynamically load sound daemon audio drivers on UNIX
21 <LI> 1.2.4: Added support for joysticks on *BSD (thanks Wilbern!) 26 <LI> 1.2.4: David Snopek added Borland compiler support
27 <LI> 1.2.4: Updated for Watcom and LCC compilers (thanks Jean-Pierre)
22 <LI> 1.2.4: Added a YUV overlay test program (thanks Jon!) 28 <LI> 1.2.4: Added a YUV overlay test program (thanks Jon!)
23 <LI> 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0 29 <LI> 1.2.4: Fixed gamma ramps in DirectX windowed and OpenGL modes
24 <LI> 1.2.4: Added support for Xi Graphics XME fullscreen extension 30 <LI> 1.2.4: John Popplewell fixed mousewheel support on Windows
31 <LI> 1.2.4: Disabled QueryPerformanceCounter() due to problems on Win2K
32 <LI> 1.2.4: Fixed Windows OpenGL mouse cursor/position mismatch bug
33 <LI> 1.2.4: Fixed display settings with ALT-tab and OpenGL on Windows
34 <LI> 1.2.4: Fixed timeout in Linux condition variable implementation
35 <LI> 1.2.4: Fixed bug in joystick detection code under Linux
36 <LI> 1.2.4: Fix crash with Linux supermount fstab entries (thanks Erno!)
37 <LI> 1.2.4: Fixed X11 crash updating rectangles of zero height (thanks Mattias!)
38 <LI> 1.2.4: Fixed spurious keypress at startup on BeOS
39 <LI> 1.2.4: MacOS audio locking has been implemented by Ryan Gordon
40 <LI> 1.2.4: Fixed "short jump out of range" error in MMX code (thanks Steven)
41 <LI> 1.2.4: Specify the SDL API calling convention (C by default)
42 <LI> 1.2.4: Updated autogen.sh for new versions of automake
43 <LI> 1.2.4: Fixed SDL 1.1 RPM dependency problem (thanks Edward!)
25 <LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0 44 <LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
26 <LI> 1.2.3: Added platform independent OpenGL header - SDL_opengl.h 45 <LI> 1.2.3: Added platform independent OpenGL header - SDL_opengl.h
27 <LI> 1.2.3: Fixed flashing the screen when creating a window on BeOS 46 <LI> 1.2.3: Fixed flashing the screen when creating a window on BeOS
28 <LI> 1.2.3: Added double-buffering support for SVGAlib (thanks Kutak!) 47 <LI> 1.2.3: Added double-buffering support for SVGAlib (thanks Kutak!)
29 <LI> 1.2.3: Fixed crash when using double-buffering with DGA 48 <LI> 1.2.3: Fixed crash when using double-buffering with DGA