graph
- Minor cleanups in renderer.gsoc2008_nds 2008-08-16, by Darren Alton
- Rendering now partially works! (Some BIZARRE bug that I inadvertently fixed.)gsoc2008_nds 2008-08-16, by Darren Alton
- More work and some bugfixes on the graphics driver.gsoc2008_nds 2008-08-16, by Darren Alton
- Some audio work, setting default frequency, volume, etc. and calling a generic playback function that uses them.gsoc2008_nds 2008-08-15, by Darren Alton
- Cleaning up the renderer code to hopefully squish any problems. Starting to incorporate sprites, as wellgsoc2008_nds 2008-08-15, by Darren Alton
- renderer: Added a separate copy of texture pixels in system RAM, copied into VRAM during RenderPresent. Still trying to fix rendering.gsoc2008_nds 2008-08-14, by Darren Alton
- Existing testsprite programs made into NDS projectsgsoc2008_nds 2008-08-13, by Darren Alton
- Making room for test prog'sgsoc2008_nds 2008-08-13, by Darren Alton
- Improved devkitPrO message in Makefile.ds and set better environment variable defaultsgsoc2008_nds 2008-08-11, by Sam Lantinga
- Ongoing video render work; initial work on NDS Timers.gsoc2008_nds 2008-08-08, by Darren Alton
- Some debug work on the video driver, shows an error in the BG's vertical placementgsoc2008_nds 2008-07-26, by Darren Alton
- Some small bug fixes and more work on videogsoc2008_nds 2008-07-25, by Darren Alton
- More work on the accelerated 2D video driver, beginnings of sprite-based rendering support. Also some initial work on an audio driver.gsoc2008_nds 2008-07-19, by Darren Alton
- More NDS video driver work.gsoc2008_nds 2008-07-13, by Darren Alton
- Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video drivergsoc2008_nds 2008-07-10, by Darren Alton
- Starting to work on a more complete video driver.gsoc2008_nds 2008-07-02, by Darren Alton
- Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.gsoc2008_nds 2008-07-01, by Darren Alton
- Started minor changes to the coordinate system used by the touchscreen API as discussed on the mailing list. Also beginning to separate the 'Pressed' and 'Moved' event handling on the private level.gsoc2008_nds 2008-06-29, by Darren Alton
- Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.gsoc2008_nds 2008-06-23, by Darren Alton
- Cleaned up and added joypad support from 1.2.9 NDS port. Also some minor video driver bugfixes.gsoc2008_nds 2008-06-19, by Darren Alton
- NDS video driver is now functional, using software rendering and framebuffer.gsoc2008_nds 2008-06-17, by Darren Alton
- some changes to the dummy driver for debug purposes that should be reverted.gsoc2008_nds 2008-06-12, by Darren Alton
- Fix for the previous commit: actually 'svn add'ed some files.gsoc2008_nds 2008-06-10, by 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 2008-06-10, by Darren Alton
- Creating GSoC 2008 code branchesgsoc2008_nds 2008-04-23, by Sam Lantinga
- Streamer in SDL_RunAudio should be totally implemented, but hasn't been tested yet.gsoc2008_audio_resampling 2008-08-14, by Aaron Wishnick
- Implemented streamer code in SDL_RunAudio() but have not tested it.gsoc2008_audio_resampling 2008-08-13, by Aaron Wishnick
- More streamer work.gsoc2008_audio_resampling 2008-08-12, by Aaron Wishnick
- Added streamer code. I haven't yet incorporated it into SDL_RunAudio() though.gsoc2008_audio_resampling 2008-08-12, by Aaron Wishnick
- General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something.gsoc2008_audio_resampling 2008-08-12, by 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 2008-07-10, by 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 2008-07-02, by Aaron Wishnick
- Cleaned up some bugs, but the FIR filter is still distorting.gsoc2008_audio_resampling 2008-07-02, by 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 2008-06-22, by Aaron Wishnick
- IIR filtering now seems to work fine. Fixed point code also seems to be good.gsoc2008_audio_resampling 2008-06-19, by 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 2008-06-18, by Aaron Wishnick
- Began implementing IIR and FIR filters, and got zero stuffing and sample discarding working.gsoc2008_audio_resampling 2008-06-18, by Aaron Wishnick
- Added beginnings of resampling code.gsoc2008_audio_resampling 2008-06-18, by Aaron Wishnick
- Creating GSoC 2008 code branchesgsoc2008_audio_resampling 2008-04-23, by Sam Lantinga
- Fixed haptic dummy driver not compiling with some compilers.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fix for mingw compilation of haptic subsystem by Alam.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fixed silly mistake because of coding too fast.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Yep, 0 is the correct value heregsoc2008_force_feedback 2008-08-25, by Sam Lantinga
- Fixed code for building with UNICODE and without C runtimegsoc2008_force_feedback 2008-08-25, by Sam Lantinga
- * Fixed autotools never properly detecting directinput.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fixed linux implementation of SDL_HapticStopAll.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- Added SDL_HapticStopAll.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- Added support for pausing/unpausing haptic devices.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-08-12, by Edgar Simo
- Made LINUXEV required for haptic.gsoc2008_force_feedback 2008-08-12, by Edgar Simo
- Simplified some error messages.gsoc2008_force_feedback 2008-08-11, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-08-11, by Edgar Simo
- Fixed force feedback detection of joystick devicesgsoc2008_force_feedback 2008-08-11, by Sam Lantinga
- Casting for warnings.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- Forgot some headers.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- First draft of darwin haptic<->joystick stuff.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- Added testhaptic to test haptic devices.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Linux documentation was off, periodic does not imply all the individual effects.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Correctness patch my alam.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Fixed typo.gsoc2008_force_feedback 2008-08-06, by Edgar Simo