2011-01-07 |
Sam Lantinga |
Added the Android project and lots of info to README.android
|
2011-01-07 |
Sam Lantinga |
Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.
|
2011-01-05 |
Sam Lantinga |
Fixed screen texture format on Android
|
2011-01-05 |
Sam Lantinga |
Backed down to NDK R4b
|
2011-01-05 |
Sam Lantinga |
Android has OpenGL ES too...
|
2011-01-05 |
Sam Lantinga |
Fixed 2D video on Android
|
2011-01-05 |
Sam Lantinga |
Don't continually print stub message for testgles
|
2011-01-05 |
Sam Lantinga |
We don't need these scripts anymore
|
2011-01-04 |
Sam Lantinga |
Need to set something valid for argc/argv
|
2011-01-04 |
Sam Lantinga |
Fixed problem with trailing space
|
2011-01-04 |
Sam Lantinga |
Change from jlunder:
|
2011-01-04 |
Sam Lantinga |
Added the step to edit local properties
|
2011-01-04 |
Sam Lantinga |
Fixed prototype for SDL_main()
|
2011-01-04 |
Sam Lantinga |
Android needs the SDL_main() redirect as well
|
2011-01-04 |
Sam Lantinga |
Fixes the following warning:
|
2011-01-04 |
Sam Lantinga |
Added the Android config include to the default config.h
|
2011-01-04 |
Sam Lantinga |
The source rectangle isn't modified in SDL_UpperBlit
|
2011-01-03 |
Sam Lantinga |
Fixed crash on Windows XP
|
2011-01-02 |
Sam Lantinga |
Fixed trying to create an XRender texture for YUV formats
|
2011-01-02 |
Sam Lantinga |
Missing math library for testgesture
|
2011-01-02 |
Sam Lantinga |
Final touches on renaming SDL_eventtouch to SDL_x11touch
|
2011-01-02 |
Sam Lantinga |
I am using SDL 1.3 on FreeBSD. I found two problems.
|
2011-01-02 |
Sam Lantinga |
Use a typedef instead of a #define, to handle syntax like: SDL_TextureID a, b
|
2011-01-02 |
Sam Lantinga |
Allow META-Enter to toggle fullscreen mode
|
2011-01-02 |
Sam Lantinga |
Updated for NDK R5
|
2011-01-02 |
Sam Lantinga |
Android has atan() and atan2()
|
2011-01-02 |
Sam Lantinga |
Fixed restoring the desktop resolution when toggling fullscreen mode
|
2011-01-01 |
Sam Lantinga |
Fixed compiling on Android
|
2010-12-31 |
Sam Lantinga |
Don't crash when resizing non-shaped windows
|
2010-12-31 |
Sam Lantinga |
Don't overwrite SDL_revision.h with a bad revision if Mercurial isn't installed
|