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