Simple Directmedia Layer
Go to file
Ryan C. Gordon bcaae0b577 Deal with various .bmp file format variants in SDL_LoadBMP_RW().
This helps when modern versions of The Gimp (and lots of other things)
produces a 32-bit bitmap with an alpha channel, or anything with "BI_BITFIELDS"
format, since that data is now embedded in the bitmap info header instead of
directly following it and we would accidentally skip over embedded versions of
it.

Fixes Bugzilla #2714.
2014-09-08 01:36:22 -04:00
acinclude
android-project
build-scripts
cmake
debian
docs Changed version displayed in documentation generated by doxygen. 2014-09-04 22:59:32 +02:00
include Fixed example in header file. 2014-09-06 23:20:14 +02:00
premake Fixed bug 2696 - Mac: fix display mode refresh rate calculation 2014-08-23 10:47:50 -07:00
src Deal with various .bmp file format variants in SDL_LoadBMP_RW(). 2014-09-08 01:36:22 -04:00
test Fixed typos in test program. 2014-08-20 22:51:56 +02:00
VisualC
VisualC-WinRT
visualtest
Xcode Updated version to 2.0.4 2014-09-02 06:55:47 -07:00
Xcode-iOS
.hgignore
Android.mk
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt Updated version to 2.0.4 2014-09-02 06:55:47 -07:00
configure Updated version to 2.0.4 2014-09-02 06:55:47 -07:00
configure.in Updated version to 2.0.4 2014-09-02 06:55:47 -07:00
COPYING.txt
CREDITS.txt
INSTALL.txt
Makefile.in
Makefile.minimal
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.txt
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
TODO.txt
VisualC.html
WhatsNew.txt

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
http://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting
with README.md

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)