Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 18:31:30 +0000] rev 2437
Added comments, link to Kronos site.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 18:26:48 +0000] rev 2436
Removed useless lines, added comments.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 18:22:12 +0000] rev 2435
changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:59:44 +0000] rev 2434
Added string for iPhone OS platform to the list
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:59:14 +0000] rev 2433
Added line to set proper display resolution on iPhone OS
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:57:58 +0000] rev 2432
Added lines to change path when run on iPhone. Reason: iPhone operates in sandbox and so cannot write files just anywhere ... I use the documents folder in this test.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:56:43 +0000] rev 2431
Added some code to set proper screensize on iPhone
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:54:21 +0000] rev 2430
A version of testgl2 written using OpenGL ES calls. Necessary because there's no glBegin/glEnd, etc.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:52:52 +0000] rev 2429
testdyngles is exactly what it sounds like -- a version of testdyngl that uses OpenGL ES calls instead of OpenGL. Was necessary to create because glOrtho is called glOrthof in OpenGL ES, and OpenGL ES doesn't have glBegin() type semantics for specifying geometry.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Fri, 15 Aug 2008 00:49:49 +0000] rev 2428
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.