log

age author description
Tue, 15 Jul 2008 17:03:34 +0000 Edgar Simo Many typo and silly mistake fixes. gsoc2008_force_feedback
Tue, 15 Jul 2008 16:35:14 +0000 Edgar Simo Adding initial darwin port of haptic subsystem - broken atm. gsoc2008_force_feedback
Tue, 15 Jul 2008 15:53:48 +0000 Edgar Simo More explicit with iterations and length. gsoc2008_force_feedback
Tue, 15 Jul 2008 11:24:25 +0000 Edgar Simo * Removed unneeded int. gsoc2008_force_feedback
Thu, 10 Jul 2008 17:54:08 +0000 Edgar Simo Broke API by introducing iterations to SDL_HapticRunEffects(). gsoc2008_force_feedback
Thu, 10 Jul 2008 17:52:57 +0000 Edgar Simo Created win32 and darwin dirs. gsoc2008_force_feedback
Thu, 10 Jul 2008 17:16:11 +0000 Edgar Simo Added SDL_HapticNumEffectsPlaying(). gsoc2008_force_feedback
Thu, 10 Jul 2008 16:42:43 +0000 Edgar Simo Minor corrections. gsoc2008_force_feedback
Thu, 10 Jul 2008 11:39:28 +0000 Edgar Simo Prefixed all haptic errors with "Haptic:" for easier readability. gsoc2008_force_feedback
Thu, 10 Jul 2008 08:38:08 +0000 Edgar Simo Improved some ioctl handling. gsoc2008_force_feedback
Wed, 09 Jul 2008 18:29:11 +0000 Edgar Simo Fixed bugs in documentation. gsoc2008_force_feedback
Wed, 09 Jul 2008 18:23:54 +0000 Edgar Simo Implemented SDL_HAPTIC_CARTESIAN on linux. gsoc2008_force_feedback
Wed, 09 Jul 2008 17:06:54 +0000 Edgar Simo Dummy SDL haptic driver finally builds now. gsoc2008_force_feedback
Wed, 09 Jul 2008 16:33:51 +0000 Edgar Simo Fixed some typos preventing SDL from compiling with the haptic dummy driver. gsoc2008_force_feedback
Tue, 08 Jul 2008 19:55:12 +0000 Edgar Simo Gain is set to max on haptic device open. gsoc2008_force_feedback
Tue, 08 Jul 2008 19:35:10 +0000 Edgar Simo Added SDL_HapticOpened(). gsoc2008_force_feedback
Tue, 08 Jul 2008 19:23:03 +0000 Edgar Simo Added SDL_HapticIndex. gsoc2008_force_feedback
Mon, 07 Jul 2008 18:42:10 +0000 Edgar Simo Fixed more mistakes in documentation. gsoc2008_force_feedback
Mon, 07 Jul 2008 17:01:14 +0000 Edgar Simo Another important typo mistake. gsoc2008_force_feedback
Mon, 07 Jul 2008 16:58:16 +0000 Edgar Simo Fixed linux directions being inverted. gsoc2008_force_feedback
Mon, 07 Jul 2008 11:51:28 +0000 Edgar Simo Fixed mistake in example. gsoc2008_force_feedback
Sun, 06 Jul 2008 21:47:41 +0000 Edgar Simo Implemented polar coordinates in linux. gsoc2008_force_feedback
Sun, 06 Jul 2008 20:41:00 +0000 Edgar Simo Created SDL_HapticDirection. gsoc2008_force_feedback
Sun, 06 Jul 2008 17:06:37 +0000 Edgar Simo Fixed various mistakes in the doxygen. gsoc2008_force_feedback
Sun, 06 Jul 2008 16:53:32 +0000 Edgar Simo Renamed SDL_HapticQueryEffects to SDL_HapticQuery. gsoc2008_force_feedback
Thu, 03 Jul 2008 21:03:25 +0000 Edgar Simo Using errno for more verbosity in errors. gsoc2008_force_feedback
Thu, 03 Jul 2008 09:58:27 +0000 Edgar Simo Added SDL_HapticGetEffectStatus(). gsoc2008_force_feedback
Thu, 03 Jul 2008 09:13:22 +0000 Edgar Simo Haptic subsystem should finally be properly attached to the build system. gsoc2008_force_feedback
Thu, 03 Jul 2008 08:48:05 +0000 Edgar Simo Fixed regex replace mistake. gsoc2008_force_feedback
Wed, 02 Jul 2008 10:41:56 +0000 Edgar Simo Updated the haptic dummy driver. gsoc2008_force_feedback
Wed, 02 Jul 2008 10:26:35 +0000 Edgar Simo Commented SDL_syshaptic.h. gsoc2008_force_feedback
Wed, 02 Jul 2008 09:52:44 +0000 Edgar Simo Some more error checking. gsoc2008_force_feedback
Wed, 02 Jul 2008 08:24:35 +0000 Edgar Simo Exposed some of the joystick stuff to the haptic subsystem. gsoc2008_force_feedback
Tue, 01 Jul 2008 18:35:05 +0000 Edgar Simo Added SDL_HapticUpdateEffect(). gsoc2008_force_feedback
Tue, 01 Jul 2008 16:42:12 +0000 Edgar Simo Merged seperate waveforms into types to be more compatible. gsoc2008_force_feedback
Tue, 01 Jul 2008 16:19:54 +0000 Edgar Simo Added SDL_HAPTIC_CUSTOM (not supported on linux). gsoc2008_force_feedback
Tue, 01 Jul 2008 14:31:04 +0000 Edgar Simo Added SDL_HapticStopEffect(). gsoc2008_force_feedback
Tue, 01 Jul 2008 14:21:09 +0000 Edgar Simo HapticSetGain checks to see if device supports it. gsoc2008_force_feedback
Tue, 01 Jul 2008 14:09:53 +0000 Edgar Simo Setting effects memory to 0. gsoc2008_force_feedback
Tue, 01 Jul 2008 11:21:36 +0000 Edgar Simo Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead). gsoc2008_force_feedback
Tue, 01 Jul 2008 10:44:42 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Tue, 01 Jul 2008 09:22:22 +0000 Edgar Simo Some more error reporting. gsoc2008_force_feedback
Mon, 30 Jun 2008 21:38:29 +0000 Edgar Simo Added some preliminary support for haptic effect control. gsoc2008_force_feedback
Mon, 30 Jun 2008 17:28:34 +0000 Edgar Simo Added query functions for haptic devices. gsoc2008_force_feedback
Mon, 30 Jun 2008 16:48:16 +0000 Edgar Simo Starting to add infrastructure to handle haptic effects. gsoc2008_force_feedback
Mon, 23 Jun 2008 09:01:58 +0000 Edgar Simo * Implemented opening and closing of haptic devices. gsoc2008_force_feedback
Sun, 01 Jun 2008 19:11:49 +0000 Edgar Simo Some code cleanup. gsoc2008_force_feedback
Sun, 01 Jun 2008 18:46:51 +0000 Edgar Simo Properly quit the SDL_haptic subsystem. gsoc2008_force_feedback
Sun, 01 Jun 2008 18:40:47 +0000 Edgar Simo Properly install the SDL_haptic header. gsoc2008_force_feedback
Sun, 01 Jun 2008 11:44:25 +0000 Edgar Simo First commit of the SDL_haptic subsystem. gsoc2008_force_feedback
Wed, 23 Apr 2008 06:26:07 +0000 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_force_feedback
Mon, 18 Aug 2008 20:45:32 +0000 Holmes Futrell Updated Template script to include symbolic links during copy gsoc2008_iphone
Mon, 18 Aug 2008 20:16:16 +0000 Holmes Futrell Updated template to include CoreGraphics framework (needed), updated template build script to copy config.h.default (necessary file) gsoc2008_iphone
Mon, 18 Aug 2008 20:15:24 +0000 Holmes Futrell removed build folder from branch gsoc2008_iphone
Mon, 18 Aug 2008 19:39:08 +0000 Holmes Futrell Fixed problem where creating the view passed NULL as the context for setting current context ... needed to actually pass the context. gsoc2008_iphone
Mon, 18 Aug 2008 19:01:05 +0000 Holmes Futrell updated template build settings gsoc2008_iphone
Mon, 18 Aug 2008 18:47:24 +0000 Holmes Futrell Added instruction to set the active SDK gsoc2008_iphone
Mon, 18 Aug 2008 18:27:00 +0000 Holmes Futrell modified template build script gsoc2008_iphone
Mon, 18 Aug 2008 18:16:48 +0000 Holmes Futrell update template script gsoc2008_iphone
Mon, 18 Aug 2008 18:11:47 +0000 Holmes Futrell updated template script gsoc2008_iphone
Mon, 18 Aug 2008 18:02:43 +0000 Holmes Futrell grammar, typos gsoc2008_iphone
Mon, 18 Aug 2008 18:02:20 +0000 Holmes Futrell added description gsoc2008_iphone
Mon, 18 Aug 2008 18:01:24 +0000 Holmes Futrell Grammar, spelling, clarity. gsoc2008_iphone
Sat, 16 Aug 2008 00:26:46 +0000 Holmes Futrell updated project for new file paths gsoc2008_iphone
Sat, 16 Aug 2008 00:25:55 +0000 Holmes Futrell (none) gsoc2008_iphone
Sat, 16 Aug 2008 00:25:03 +0000 Holmes Futrell Renamed functions and structures to GLES (rather than GL) to avoid confusion with the OpenGL renderer, which prior used the same names. Removed references to GL_IMG_texture_format_BGRA8888, which will not be supported here. Made it so renderer no longer caches texture filter mode, because I think that is actually bound to specific textures, so we'd need to cache the currently bound texture too ... I don't want to go through that trouble. DOES cache blend function though. gsoc2008_iphone
Sat, 16 Aug 2008 00:19:52 +0000 Holmes Futrell Filled in list of all OpenGL ES functions, used to contain only functions that were in use. gsoc2008_iphone
Sat, 16 Aug 2008 00:19:07 +0000 Holmes Futrell whitespace gsoc2008_iphone
Sat, 16 Aug 2008 00:18:40 +0000 Holmes Futrell removed NULL comment ... it's UIKit now, not NULL gsoc2008_iphone
Sat, 16 Aug 2008 00:18:06 +0000 Holmes Futrell whitespace gsoc2008_iphone
Sat, 16 Aug 2008 00:17:18 +0000 Holmes Futrell removed comment about NULL video driver ... it's not null anymore, it's the UIKit video driver. gsoc2008_iphone
Sat, 16 Aug 2008 00:16:32 +0000 Holmes Futrell Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h. gsoc2008_iphone
Sat, 16 Aug 2008 00:14:35 +0000 Holmes Futrell comments and trivials gsoc2008_iphone
Sat, 16 Aug 2008 00:13:42 +0000 Holmes Futrell updated #include path, added comments. gsoc2008_iphone
Sat, 16 Aug 2008 00:10:15 +0000 Holmes Futrell Added comments gsoc2008_iphone
Sat, 16 Aug 2008 00:09:54 +0000 Holmes Futrell Cleaned up, updated header include path gsoc2008_iphone
Sat, 16 Aug 2008 00:09:10 +0000 Holmes Futrell added comment gsoc2008_iphone
Sat, 16 Aug 2008 00:08:10 +0000 Holmes Futrell Added comments, updated included header name gsoc2008_iphone
Fri, 15 Aug 2008 23:53:04 +0000 Holmes Futrell Header files that users of the library can include for additional iPhone keyboard functions. gsoc2008_iphone
Fri, 15 Aug 2008 23:51:11 +0000 Holmes Futrell renamed and moved up one directory gsoc2008_iphone
Fri, 15 Aug 2008 23:48:49 +0000 Holmes Futrell Elaborated on features and limitations of SDL for iPhone. renamed and moved readme with all the other readmes. gsoc2008_iphone
Fri, 15 Aug 2008 19:19:57 +0000 Holmes Futrell Renamed jump.c and jump.h to jumphack.c and jumphack.h ... why? Because they are undesirable hacks used to allow an SDL programmer to execute his/her own code upon program exit. gsoc2008_iphone
Fri, 15 Aug 2008 19:16:01 +0000 Holmes Futrell Cleaned up code, added comments. gsoc2008_iphone
Fri, 15 Aug 2008 18:51:28 +0000 Holmes Futrell Added macro so that targetconditionals.h isn't included when compiling from versions of Mac OS X earlier than 10.3 (the header file doesn't exist there). Instead, it is just assumed that you want to compile for Mac OS X rather than iPhone ... a fine assumption since you need 10.5 to compile for iPhone. gsoc2008_iphone
Fri, 15 Aug 2008 18:31:30 +0000 Holmes Futrell Added comments, link to Kronos site. gsoc2008_iphone
Fri, 15 Aug 2008 18:26:48 +0000 Holmes Futrell Removed useless lines, added comments. gsoc2008_iphone
Fri, 15 Aug 2008 18:22:12 +0000 Holmes Futrell changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h. gsoc2008_iphone
Fri, 15 Aug 2008 00:59:44 +0000 Holmes Futrell Added string for iPhone OS platform to the list gsoc2008_iphone
Fri, 15 Aug 2008 00:59:14 +0000 Holmes Futrell Added line to set proper display resolution on iPhone OS gsoc2008_iphone
Fri, 15 Aug 2008 00:57:58 +0000 Holmes Futrell 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. gsoc2008_iphone
Fri, 15 Aug 2008 00:56:43 +0000 Holmes Futrell Added some code to set proper screensize on iPhone gsoc2008_iphone
Fri, 15 Aug 2008 00:54:21 +0000 Holmes Futrell A version of testgl2 written using OpenGL ES calls. Necessary because there's no glBegin/glEnd, etc. gsoc2008_iphone
Fri, 15 Aug 2008 00:52:52 +0000 Holmes Futrell 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. gsoc2008_iphone
Fri, 15 Aug 2008 00:49:49 +0000 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
Fri, 15 Aug 2008 00:46:58 +0000 Holmes Futrell changed macro MAX_G_FORCE to SDL_IPHONE_MAX_GFORCE and moved it to the SDL_config_iphoneos.h file. This should allow users to convert between the Sint16 returned by polling the joystick and units of g-force, which better describe what is going on with the iPhone (and are what the iPhone OS actually gives you). This conversion wouldn't be necessary except that we'd need floating point to store everything as g-force. gsoc2008_iphone
Fri, 15 Aug 2008 00:44:07 +0000 Holmes Futrell Removed log messages gsoc2008_iphone
Fri, 15 Aug 2008 00:42:14 +0000 Holmes Futrell Removed log messages (printf and NSLog) gsoc2008_iphone
Fri, 15 Aug 2008 00:40:47 +0000 Holmes Futrell Added references to SDL_IPHONE_MAX_GFORCE ... that way this value can change without altering the demos behavior. More understandable too. gsoc2008_iphone
Fri, 15 Aug 2008 00:38:49 +0000 Holmes Futrell Added conditional compilation line #ifdef __IPHONE_OS__ to prevent other platforms from including iPhone specific line of code that is used to toggle keyboard visibility. gsoc2008_iphone
Fri, 15 Aug 2008 00:37:49 +0000 Holmes Futrell Just re-ordered some things logically in the project file gsoc2008_iphone
Fri, 15 Aug 2008 00:37:17 +0000 Holmes Futrell Readme file for iPhone OS Demo applications gsoc2008_iphone
Fri, 15 Aug 2008 00:36:33 +0000 Holmes Futrell (none) gsoc2008_iphone
Wed, 13 Aug 2008 23:14:36 +0000 Holmes Futrell Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself. gsoc2008_iphone
Wed, 13 Aug 2008 23:12:00 +0000 Holmes Futrell (none) gsoc2008_iphone
Wed, 13 Aug 2008 23:10:51 +0000 Holmes Futrell Cleaned up code, added comments, added randomized colors, added check for extension GL_POINT_SIZE_ARRAY_OES, which not all OpenGL ES systems have. gsoc2008_iphone
Wed, 13 Aug 2008 20:56:21 +0000 Holmes Futrell Fixed a bug where bad access would occur if UIKIT_MakeCurrent is passed NULL for the parameter 'SDL_GLContext context'. Instead, it clears the current context. gsoc2008_iphone
Wed, 13 Aug 2008 18:16:27 +0000 Holmes Futrell updated XCode project, now includes files for keyboard support (oops) gsoc2008_iphone
Sat, 02 Aug 2008 00:57:15 +0000 Holmes Futrell Bitmap font used in bitmap font / keyboard demo, along with licsense. The license is Common Public License Version 1.0, so I don't see any problems here. gsoc2008_iphone
Sat, 02 Aug 2008 00:55:28 +0000 Holmes Futrell just updating XCode project files to include keyboard example as target gsoc2008_iphone
Sat, 02 Aug 2008 00:54:30 +0000 Holmes Futrell keyboard.c contains the source code for the bitmap font keyboard example. gsoc2008_iphone
Tue, 29 Jul 2008 17:37:53 +0000 Holmes Futrell whitespace gsoc2008_iphone
Tue, 29 Jul 2008 17:35:20 +0000 Holmes Futrell removed reference to pthread.h gsoc2008_iphone
Tue, 29 Jul 2008 17:33:24 +0000 Holmes Futrell This is the header file for SDL_uikitview.m ... somehow this file was not committed. gsoc2008_iphone
Tue, 29 Jul 2008 17:25:54 +0000 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
Tue, 29 Jul 2008 17:23:50 +0000 Holmes Futrell keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system. gsoc2008_iphone
Tue, 29 Jul 2008 17:21:49 +0000 Holmes Futrell SDL_uikitkeyboard extends SDL_uikitview to add keyboard support. It adds several methods to the SDL_uikitview class for keyboard initialization, showing, and hiding. SDL_uikitkeyboard.m contains the implementation of these methods as well as the implementation of some iPhone specific additions to SDL so that a programmer can access the functionality of hiding and showing the keyboard. gsoc2008_iphone
Tue, 29 Jul 2008 17:19:23 +0000 Holmes Futrell Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabled gsoc2008_iphone
Tue, 29 Jul 2008 17:09:29 +0000 Holmes Futrell Added textField view and member variable which shows if keyboard is shown gsoc2008_iphone
Tue, 22 Jul 2008 23:05:40 +0000 Holmes Futrell Added standard SDL header comments gsoc2008_iphone
Tue, 22 Jul 2008 23:03:51 +0000 Holmes Futrell removed references to singletons, now uses SDL_WindowData information instead. gsoc2008_iphone