2010-04-30 |
Ryan C. Gordon |
Implemented SDL power APIs for iPhoneOS.
|
2010-01-24 |
Sam Lantinga |
Fixed bug #926
|
2010-01-13 |
Sam Lantinga |
Allow configure to override assertion settings, but by default this comes from the build optimization level.
|
2010-01-13 |
Sam Lantinga |
The config sets the default assertion level so people can override it for their own use in application code.
|
2010-01-13 |
Sam Lantinga |
First pass at Ryan's assertion code, minor tweaks to come.
|
2009-12-17 |
Sam Lantinga |
Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
|
2009-12-16 |
Ryan C. Gordon |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
2009-12-16 |
Sam Lantinga |
Added SDL_GetCPUCount() to see how many cores are available.
|
2009-11-24 |
Sam Lantinga |
Eric Wing to Sam, hfutrell
|
2009-10-17 |
Sam Lantinga |
iPhone interruption patch / SDL 1.3
|
2009-09-05 |
Sam Lantinga |
CD-ROM support is so passé :)
|
2009-08-02 |
Sam Lantinga |
Better check which includes #define used in stdint.h
|
2009-08-02 |
Sam Lantinga |
Don't redefine types if HAVE_STDINT_H is defined
|
2009-06-07 |
Ryan C. Gordon |
Initial work on power subsystem for SDL 1.3.
|
2009-03-03 |
Sam Lantinga |
Mac OS X and iPhoneOS have the full math library
|
2009-01-01 |
Holmes Futrell |
Re-enabled joystick support during compilation.
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
|
2008-10-16 |
Sam Lantinga |
Disabled the Haptic API on iPhone, changed the order of the header to match
|
2008-10-04 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
2008-08-15 |
Holmes Futrell |
Removed useless lines, added comments.
gsoc2008_iphone
|
2008-08-15 |
Holmes Futrell |
changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h.
gsoc2008_iphone
|
2008-08-15 |
Holmes Futrell |
Added macros SDL_IPHONE_MAX_GFORCE (which is used in converting the floating point g-force value returned by the iPhone accelerometer to the Sint16 required by SDL_Joystick) and SDL_IPHONE_MULTIPLE_MICE, which when enabled allows multi-touch to be emulated as multiple mice.
gsoc2008_iphone
|
2008-07-29 |
Holmes Futrell |
Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not.
gsoc2008_iphone
|
2008-07-18 |
Holmes Futrell |
added SDL_LOADSO_DLOPEN macro
gsoc2008_iphone
|
2008-07-09 |
Holmes Futrell |
just testing commit ... please commit to the right place.
gsoc2008_iphone
|