log

age author description
Tue, 10 Jun 2008 06:57:57 +0000 Darren Alton Fix for the previous commit: actually 'svn add'ed some files. gsoc2008_nds
Tue, 10 Jun 2008 06:45:39 +0000 Darren Alton First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired. gsoc2008_nds
Wed, 23 Apr 2008 06:27:10 +0000 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_nds
Thu, 14 Aug 2008 08:21:25 +0000 Aaron Wishnick Streamer in SDL_RunAudio should be totally implemented, but hasn't been tested yet. gsoc2008_audio_resampling
Wed, 13 Aug 2008 02:50:10 +0000 Aaron Wishnick Implemented streamer code in SDL_RunAudio() but have not tested it. gsoc2008_audio_resampling
Tue, 12 Aug 2008 01:03:05 +0000 Aaron Wishnick More streamer work. gsoc2008_audio_resampling
Tue, 12 Aug 2008 00:50:58 +0000 Aaron Wishnick Added streamer code. I haven't yet incorporated it into SDL_RunAudio() though. gsoc2008_audio_resampling
Tue, 12 Aug 2008 00:24:42 +0000 Aaron Wishnick General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something. gsoc2008_audio_resampling
Thu, 10 Jul 2008 07:02:18 +0000 Aaron Wishnick Made a very significant optimization to the FIR filter which I believe I can take a little further. Right now the FIR filter size is 768 and I get some free() bugs, so this is something I need to debug. gsoc2008_audio_resampling
Wed, 02 Jul 2008 08:04:50 +0000 Aaron Wishnick The windowed sinc filter generation code seems to be working fine. The FIR filtering code is also now working reasonably well. Occasionally the FIR filter will pop, but setting the normalization factor lower seems to help this. I suspect the problem is in the fixed point multiply/add. I also have a hunch the zero stuffing/sample discarding code is not correct, and I'll look at that soon to get it sorted out. gsoc2008_audio_resampling
Wed, 02 Jul 2008 07:25:02 +0000 Aaron Wishnick Cleaned up some bugs, but the FIR filter is still distorting. gsoc2008_audio_resampling
Sun, 22 Jun 2008 00:36:35 +0000 Aaron Wishnick Fixed lots of bugs in FIR filtering. Fixed point code is closer to working, but there seems to be overflow in the FIR filter resulting in distortion. gsoc2008_audio_resampling
Thu, 19 Jun 2008 20:11:06 +0000 Aaron Wishnick IIR filtering now seems to work fine. Fixed point code also seems to be good. gsoc2008_audio_resampling
Wed, 18 Jun 2008 22:42:27 +0000 Aaron Wishnick Implemented a lot of fixed point code for the filters. The SDL_FixMpy functions currently don't work properly -- there are some issues with signed vs unsigned. gsoc2008_audio_resampling
Wed, 18 Jun 2008 18:55:50 +0000 Aaron Wishnick Began implementing IIR and FIR filters, and got zero stuffing and sample discarding working. gsoc2008_audio_resampling
Wed, 18 Jun 2008 04:51:10 +0000 Aaron Wishnick Added beginnings of resampling code. gsoc2008_audio_resampling
Wed, 23 Apr 2008 06:26:21 +0000 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_audio_resampling
Mon, 25 Aug 2008 20:49:36 +0000 Edgar Simo Fixed haptic dummy driver not compiling with some compilers. gsoc2008_force_feedback
Mon, 25 Aug 2008 17:30:39 +0000 Edgar Simo Fix for mingw compilation of haptic subsystem by Alam. gsoc2008_force_feedback
Mon, 25 Aug 2008 10:10:13 +0000 Edgar Simo Fixed silly mistake because of coding too fast. gsoc2008_force_feedback
Mon, 25 Aug 2008 09:58:51 +0000 Sam Lantinga Yep, 0 is the correct value here gsoc2008_force_feedback
Mon, 25 Aug 2008 09:58:14 +0000 Sam Lantinga Fixed code for building with UNICODE and without C runtime gsoc2008_force_feedback
Mon, 25 Aug 2008 09:51:02 +0000 Edgar Simo * Fixed autotools never properly detecting directinput. gsoc2008_force_feedback
Sun, 24 Aug 2008 17:41:22 +0000 Edgar Simo Fixed linux implementation of SDL_HapticStopAll. gsoc2008_force_feedback
Sun, 24 Aug 2008 17:32:50 +0000 Edgar Simo Added SDL_HapticStopAll. gsoc2008_force_feedback
Sun, 24 Aug 2008 17:17:45 +0000 Edgar Simo Added support for pausing/unpausing haptic devices. gsoc2008_force_feedback
Tue, 12 Aug 2008 20:49:31 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Tue, 12 Aug 2008 20:46:39 +0000 Edgar Simo Made LINUXEV required for haptic. gsoc2008_force_feedback
Mon, 11 Aug 2008 15:29:28 +0000 Edgar Simo Simplified some error messages. gsoc2008_force_feedback
Mon, 11 Aug 2008 11:40:44 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Mon, 11 Aug 2008 02:51:32 +0000 Sam Lantinga Fixed force feedback detection of joystick devices gsoc2008_force_feedback
Sun, 10 Aug 2008 19:53:58 +0000 Edgar Simo Casting for warnings. gsoc2008_force_feedback
Sun, 10 Aug 2008 19:47:02 +0000 Edgar Simo Forgot some headers. gsoc2008_force_feedback
Sun, 10 Aug 2008 19:45:38 +0000 Edgar Simo First draft of darwin haptic<->joystick stuff. gsoc2008_force_feedback
Wed, 06 Aug 2008 17:14:54 +0000 Edgar Simo Added testhaptic to test haptic devices. gsoc2008_force_feedback
Wed, 06 Aug 2008 17:11:09 +0000 Edgar Simo Linux documentation was off, periodic does not imply all the individual effects. gsoc2008_force_feedback
Wed, 06 Aug 2008 15:39:08 +0000 Edgar Simo Correctness patch my alam. gsoc2008_force_feedback
Wed, 06 Aug 2008 11:10:44 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 11:08:29 +0000 Edgar Simo Exposed the darwin joystick hardware data to the haptic subsystem. gsoc2008_force_feedback
Wed, 06 Aug 2008 11:02:13 +0000 Edgar Simo Removed TODO. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:53:55 +0000 Edgar Simo Updating documentation about NumEffects and NumPlaying. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:48:35 +0000 Edgar Simo Removed TODO. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:33:16 +0000 Edgar Simo Should remove warnings on compilation. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:26:47 +0000 Edgar Simo Proper axes support for darwin haptic. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:11:35 +0000 Edgar Simo Added SDL_HAPTIC_STATUS support to windows haptic port. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:55:51 +0000 Edgar Simo Forgot to declare instance. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:55:29 +0000 Edgar Simo Fixd outstanding typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:52:51 +0000 Edgar Simo This should hopefully allow initailizing the joystick/haptic subsystems without calling SetVideoMode first. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:35:09 +0000 Edgar Simo Documenting special cases. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:28:07 +0000 Edgar Simo Forgot to alloc the hwdata when opening from joystick. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:24:08 +0000 Edgar Simo Forgot a return. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:23:22 +0000 Edgar Simo Made prototypes for all static functions. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:22:36 +0000 Edgar Simo Need DirectX version 7 or later. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:06:41 +0000 Edgar Simo Finished implementing the haptic<->joystick functions. gsoc2008_force_feedback
Wed, 06 Aug 2008 08:47:35 +0000 Edgar Simo Moved the directinput joystick hwdata stuff into a seperate header file. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:59:03 +0000 Edgar Simo Implemented SDL_SYS_HapticMouse on windows. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:54:33 +0000 Edgar Simo Fixed another typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:53:51 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:51:30 +0000 Edgar Simo Check for capabilities at init. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:42:42 +0000 Edgar Simo Enabled capabilities again. gsoc2008_force_feedback
Tue, 05 Aug 2008 18:52:22 +0000 Edgar Simo Added FFEFF_OBJECTOFFSETS to darwin port. gsoc2008_force_feedback
Tue, 05 Aug 2008 18:26:11 +0000 Edgar Simo CONVERT now checks for overflows. gsoc2008_force_feedback
Tue, 05 Aug 2008 18:01:09 +0000 Edgar Simo Using same syntax as the windows port for updating effects. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:48:53 +0000 Edgar Simo Undocumented hack to get all force feedback devices. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:33:50 +0000 Edgar Simo Some correctness, especially on axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:13:11 +0000 Edgar Simo Make sure axes have force feedback actuators. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:02:56 +0000 Edgar Simo Better handling of direction axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 15:56:35 +0000 Edgar Simo Fixed mistake in CONVERT. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:41:04 +0000 Edgar Simo Typo. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:39:51 +0000 Edgar Simo Get number of axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:21:21 +0000 Edgar Simo Using DIEFF_OBJECTOFFSETS now that seems obligatory. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:14:16 +0000 Edgar Simo With no axes use spherical direction by default. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:08:59 +0000 Edgar Simo Fixed stupid mistake. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:04:30 +0000 Edgar Simo Fixed only supporting last effect. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:41:29 +0000 Edgar Simo Missed a closing parenthesis. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:40:45 +0000 Edgar Simo GUID is not a pointer as I thought. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:39:37 +0000 Edgar Simo Changed EFFECT_TEST again for win32. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:31:09 +0000 Edgar Simo Missed closing parenthesis. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:30:17 +0000 Edgar Simo Changed effect comparison a bit. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:16:11 +0000 Edgar Simo Disabled getting capabilities (not used atm). gsoc2008_force_feedback
Mon, 04 Aug 2008 17:13:16 +0000 Edgar Simo Seems like you have to get capabilities after setting data format. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:09:45 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:08:52 +0000 Edgar Simo Seems like you have to set the data format too. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:03:20 +0000 Edgar Simo Need to get cooperative level before acquiring. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:58:01 +0000 Edgar Simo Set an event handler for the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:34:22 +0000 Edgar Simo Trying to fix some issues with the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:17:52 +0000 Edgar Simo Seems like you have to register the class and other black magic too. gsoc2008_force_feedback
Mon, 04 Aug 2008 14:44:21 +0000 Edgar Simo A bit of windows debugging. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:30:16 +0000 Edgar Simo Fixed warning. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:29:19 +0000 Edgar Simo Minor changes for it to compile. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:22:01 +0000 Edgar Simo Added the concept of the HelperWindow to help with DirectInput. gsoc2008_force_feedback
Sun, 03 Aug 2008 10:25:25 +0000 Edgar Simo Used dxerr instead of dxerr9 in directinput joystick driver. gsoc2008_force_feedback
Sun, 03 Aug 2008 10:20:31 +0000 Edgar Simo Attempt to fix windows haptic port compilation errors. gsoc2008_force_feedback
Thu, 31 Jul 2008 17:27:32 +0000 Edgar Simo Fixed some lone malloc and free. gsoc2008_force_feedback
Thu, 31 Jul 2008 17:15:36 +0000 Edgar Simo Converted some functions to SDL_mem*. gsoc2008_force_feedback
Thu, 31 Jul 2008 17:11:36 +0000 Edgar Simo Fixed some stray memcpy and free. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:38:13 +0000 Edgar Simo Windows build should compile after this. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:29:12 +0000 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:23:52 +0000 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:19:01 +0000 Edgar Simo Another windows patch. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:16:19 +0000 Edgar Simo Another patch for windows haptic. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:13:37 +0000 Edgar Simo Another set of fixes to try to get haptic subsystem compiling on windows. gsoc2008_force_feedback
Thu, 31 Jul 2008 15:57:49 +0000 Edgar Simo First attempt to fix compilation on windows. gsoc2008_force_feedback
Thu, 31 Jul 2008 11:10:52 +0000 Edgar Simo Configure should try to use haptic on windows with directinput. gsoc2008_force_feedback
Thu, 31 Jul 2008 11:06:16 +0000 Edgar Simo Basic haptic support for windows should work. Needs testing (probably won't compile). gsoc2008_force_feedback
Thu, 31 Jul 2008 10:31:31 +0000 Edgar Simo Fixed broken envelopes. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:26:21 +0000 Edgar Simo Missed a bracket. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:25:49 +0000 Edgar Simo More verbose about envelopes. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:21:11 +0000 Edgar Simo Fixed memory leak. gsoc2008_force_feedback
Thu, 31 Jul 2008 09:45:27 +0000 Edgar Simo Correctness patch, it's up to the SDL_haptic.c to clean up effects, not SDL_syshaptic.c. gsoc2008_force_feedback
Thu, 31 Jul 2008 09:02:43 +0000 Edgar Simo Made ValidHaptic cleaner. gsoc2008_force_feedback
Wed, 30 Jul 2008 18:29:55 +0000 Edgar Simo Allow effects with no axes. gsoc2008_force_feedback
Wed, 30 Jul 2008 18:22:45 +0000 Edgar Simo Fixed some typos. gsoc2008_force_feedback
Wed, 30 Jul 2008 15:08:44 +0000 Edgar Simo Made envelopes behave correctly with length of 0. gsoc2008_force_feedback
Wed, 30 Jul 2008 15:00:45 +0000 Edgar Simo Updated button trigger stuff. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:50:00 +0000 Edgar Simo Not being able to compile locally gets on my nerves. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:48:34 +0000 Edgar Simo Warn about using button triggers. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:09:10 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:08:21 +0000 Edgar Simo Removed invalid type check. gsoc2008_force_feedback
Wed, 30 Jul 2008 11:54:08 +0000 Edgar Simo First version of the windows haptic port, won't compile yet. gsoc2008_force_feedback
Wed, 30 Jul 2008 10:28:37 +0000 Edgar Simo Reset device and enable actuators when initializing. gsoc2008_force_feedback
Mon, 28 Jul 2008 10:26:21 +0000 Edgar Simo Put haptic defines in SDL_configs, patch by Alam. gsoc2008_force_feedback
Mon, 28 Jul 2008 10:00:17 +0000 Edgar Simo Updated xcode. gsoc2008_force_feedback
Tue, 22 Jul 2008 11:42:01 +0000 Edgar Simo Accidently left in hidDevice. gsoc2008_force_feedback
Tue, 22 Jul 2008 11:40:43 +0000 Edgar Simo Attempt to fix HIDGetDeviceProduct. gsoc2008_force_feedback
Tue, 22 Jul 2008 10:58:27 +0000 Edgar Simo Allow haptic subsystem to build on mac. gsoc2008_force_feedback
Tue, 22 Jul 2008 10:51:24 +0000 Edgar Simo Alam pointed out that the dummy haptic driver does not compile. gsoc2008_force_feedback
Sun, 20 Jul 2008 22:04:57 +0000 Edgar Simo Commented out a bit until definition is found. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:55:23 +0000 Edgar Simo Fixed some stupid mistakes. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:50:01 +0000 Edgar Simo More verbose errors. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:34:04 +0000 Edgar Simo Synced with trunk. gsoc2008_force_feedback
Sun, 20 Jul 2008 16:21:15 +0000 Edgar Simo Properly support INFINITY length haptic effects on linux. gsoc2008_force_feedback
Sun, 20 Jul 2008 14:12:52 +0000 Edgar Simo Improved correctiveness in CreateEffect. gsoc2008_force_feedback
Sat, 19 Jul 2008 17:05:30 +0000 Edgar Simo Support for SDL_HapticName in darwin. gsoc2008_force_feedback
Sat, 19 Jul 2008 16:06:43 +0000 Edgar Simo Fixed some typos in the doxygen. gsoc2008_force_feedback
Sat, 19 Jul 2008 15:57:07 +0000 Edgar Simo Added custom effect with support on darwin. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:22:56 +0000 Edgar Simo Was a typo in the mac os x documentation. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:21:36 +0000 Edgar Simo Added SDL_HAPTIC_RAMP support for darwin. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:16:03 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Fri, 18 Jul 2008 18:58:47 +0000 Edgar Simo Fixed some inconsistancies in coding style. gsoc2008_force_feedback
Fri, 18 Jul 2008 18:52:06 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:06:57 +0000 Edgar Simo Can't believe I missed this typo. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:06:06 +0000 Edgar Simo Fixed some typos. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:03:24 +0000 Edgar Simo Handle axes for darwin now. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:00:16 +0000 Edgar Simo More documentation. gsoc2008_force_feedback
Thu, 17 Jul 2008 16:08:46 +0000 Edgar Simo Added third axis to condition effects. gsoc2008_force_feedback
Thu, 17 Jul 2008 16:07:20 +0000 Edgar Simo Better handling of opening haptics from joysticks. gsoc2008_force_feedback
Thu, 17 Jul 2008 11:47:48 +0000 Edgar Simo Haptic subsystem handles haptic axes now. gsoc2008_force_feedback
Tue, 15 Jul 2008 17:35:06 +0000 Edgar Simo Now compiles cleanly (has yet to work though). gsoc2008_force_feedback
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