2008-07-15 |
Edgar Simo |
Adding initial darwin port of haptic subsystem - broken atm.
gsoc2008_force_feedback
|
2008-07-15 |
Edgar Simo |
More explicit with iterations and length.
gsoc2008_force_feedback
|
2008-07-15 |
Edgar Simo |
* Removed unneeded int.
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Broke API by introducing iterations to SDL_HapticRunEffects().
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Created win32 and darwin dirs.
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Added SDL_HapticNumEffectsPlaying().
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Minor corrections.
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Prefixed all haptic errors with "Haptic:" for easier readability.
gsoc2008_force_feedback
|
2008-07-10 |
Edgar Simo |
Improved some ioctl handling.
gsoc2008_force_feedback
|
2008-07-09 |
Edgar Simo |
Fixed bugs in documentation.
gsoc2008_force_feedback
|
2008-07-09 |
Edgar Simo |
Implemented SDL_HAPTIC_CARTESIAN on linux.
gsoc2008_force_feedback
|
2008-07-09 |
Edgar Simo |
Dummy SDL haptic driver finally builds now.
gsoc2008_force_feedback
|
2008-07-09 |
Edgar Simo |
Fixed some typos preventing SDL from compiling with the haptic dummy driver.
gsoc2008_force_feedback
|
2008-07-08 |
Edgar Simo |
Gain is set to max on haptic device open.
gsoc2008_force_feedback
|
2008-07-08 |
Edgar Simo |
Added SDL_HapticOpened().
gsoc2008_force_feedback
|
2008-07-08 |
Edgar Simo |
Added SDL_HapticIndex.
gsoc2008_force_feedback
|
2008-07-07 |
Edgar Simo |
Fixed more mistakes in documentation.
gsoc2008_force_feedback
|
2008-07-07 |
Edgar Simo |
Another important typo mistake.
gsoc2008_force_feedback
|
2008-07-07 |
Edgar Simo |
Fixed linux directions being inverted.
gsoc2008_force_feedback
|
2008-07-07 |
Edgar Simo |
Fixed mistake in example.
gsoc2008_force_feedback
|
2008-07-06 |
Edgar Simo |
Implemented polar coordinates in linux.
gsoc2008_force_feedback
|
2008-07-06 |
Edgar Simo |
Created SDL_HapticDirection.
gsoc2008_force_feedback
|
2008-07-06 |
Edgar Simo |
Fixed various mistakes in the doxygen.
gsoc2008_force_feedback
|
2008-07-06 |
Edgar Simo |
Renamed SDL_HapticQueryEffects to SDL_HapticQuery.
gsoc2008_force_feedback
|
2008-07-03 |
Edgar Simo |
Using errno for more verbosity in errors.
gsoc2008_force_feedback
|
2008-07-03 |
Edgar Simo |
Added SDL_HapticGetEffectStatus().
gsoc2008_force_feedback
|
2008-07-03 |
Edgar Simo |
Haptic subsystem should finally be properly attached to the build system.
gsoc2008_force_feedback
|
2008-07-03 |
Edgar Simo |
Fixed regex replace mistake.
gsoc2008_force_feedback
|
2008-07-02 |
Edgar Simo |
Updated the haptic dummy driver.
gsoc2008_force_feedback
|
2008-07-02 |
Edgar Simo |
Commented SDL_syshaptic.h.
gsoc2008_force_feedback
|
2008-07-02 |
Edgar Simo |
Some more error checking.
gsoc2008_force_feedback
|
2008-07-02 |
Edgar Simo |
Exposed some of the joystick stuff to the haptic subsystem.
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Added SDL_HapticUpdateEffect().
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Merged seperate waveforms into types to be more compatible.
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Added SDL_HAPTIC_CUSTOM (not supported on linux).
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Added SDL_HapticStopEffect().
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
HapticSetGain checks to see if device supports it.
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Setting effects memory to 0.
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead).
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
More comments.
gsoc2008_force_feedback
|
2008-07-01 |
Edgar Simo |
Some more error reporting.
gsoc2008_force_feedback
|
2008-06-30 |
Edgar Simo |
Added some preliminary support for haptic effect control.
gsoc2008_force_feedback
|
2008-06-30 |
Edgar Simo |
Added query functions for haptic devices.
gsoc2008_force_feedback
|
2008-06-30 |
Edgar Simo |
Starting to add infrastructure to handle haptic effects.
gsoc2008_force_feedback
|
2008-06-23 |
Edgar Simo |
* Implemented opening and closing of haptic devices.
gsoc2008_force_feedback
|
2008-06-01 |
Edgar Simo |
Some code cleanup.
gsoc2008_force_feedback
|
2008-06-01 |
Edgar Simo |
Properly quit the SDL_haptic subsystem.
gsoc2008_force_feedback
|
2008-06-01 |
Edgar Simo |
Properly install the SDL_haptic header.
gsoc2008_force_feedback
|
2008-06-01 |
Edgar Simo |
First commit of the SDL_haptic subsystem.
gsoc2008_force_feedback
|
2008-04-23 |
Sam Lantinga |
Creating GSoC 2008 code branches
gsoc2008_force_feedback
|
2008-08-18 |
Holmes Futrell |
Updated Template script to include symbolic links during copy
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Updated template to include CoreGraphics framework (needed), updated template build script to copy config.h.default (necessary file)
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
removed build folder from branch
gsoc2008_iphone
|
2008-08-18 |
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
|
2008-08-18 |
Holmes Futrell |
updated template build settings
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
Added instruction to set the active SDK
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
modified template build script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
update template script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
updated template script
gsoc2008_iphone
|
2008-08-18 |
Holmes Futrell |
grammar, typos
gsoc2008_iphone
|