Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Used dxerr instead of dxerr9 in directinput joystick driver.
gsoc2008_force_feedback
2008-08-03, by Edgar Simo
Attempt to fix windows haptic port compilation errors.
gsoc2008_force_feedback
2008-08-03, by Edgar Simo
Fixed some lone malloc and free.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Converted some functions to SDL_mem*.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Fixed some stray memcpy and free.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Windows build should compile after this.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
More windows haptic patches.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
More windows haptic patches.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Another windows patch.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Another patch for windows haptic.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Another set of fixes to try to get haptic subsystem compiling on windows.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
First attempt to fix compilation on windows.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Configure should try to use haptic on windows with directinput.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Basic haptic support for windows should work. Needs testing (probably won't compile).
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Fixed broken envelopes.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Missed a bracket.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
More verbose about envelopes.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Fixed memory leak.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Correctness patch, it's up to the SDL_haptic.c to clean up effects, not SDL_syshaptic.c.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Made ValidHaptic cleaner.
gsoc2008_force_feedback
2008-07-31, by Edgar Simo
Allow effects with no axes.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Fixed some typos.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Made envelopes behave correctly with length of 0.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Updated button trigger stuff.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Not being able to compile locally gets on my nerves.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Warn about using button triggers.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Fixed typo.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Removed invalid type check.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
First version of the windows haptic port, won't compile yet.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Reset device and enable actuators when initializing.
gsoc2008_force_feedback
2008-07-30, by Edgar Simo
Put haptic defines in SDL_configs, patch by Alam.
gsoc2008_force_feedback
2008-07-28, by Edgar Simo
Updated xcode.
gsoc2008_force_feedback
2008-07-28, by Edgar Simo
Accidently left in hidDevice.
gsoc2008_force_feedback
2008-07-22, by Edgar Simo
Attempt to fix HIDGetDeviceProduct.
gsoc2008_force_feedback
2008-07-22, by Edgar Simo
Allow haptic subsystem to build on mac.
gsoc2008_force_feedback
2008-07-22, by Edgar Simo
Alam pointed out that the dummy haptic driver does not compile.
gsoc2008_force_feedback
2008-07-22, by Edgar Simo
Commented out a bit until definition is found.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
Fixed some stupid mistakes.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
More verbose errors.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
Synced with trunk.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
Properly support INFINITY length haptic effects on linux.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
Improved correctiveness in CreateEffect.
gsoc2008_force_feedback
2008-07-20, by Edgar Simo
Support for SDL_HapticName in darwin.
gsoc2008_force_feedback
2008-07-19, by Edgar Simo
Fixed some typos in the doxygen.
gsoc2008_force_feedback
2008-07-19, by Edgar Simo
Added custom effect with support on darwin.
gsoc2008_force_feedback
2008-07-19, by Edgar Simo
Was a typo in the mac os x documentation.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Added SDL_HAPTIC_RAMP support for darwin.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
More comments.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Fixed some inconsistancies in coding style.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
More comments.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Can't believe I missed this typo.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Fixed some typos.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Handle axes for darwin now.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
More documentation.
gsoc2008_force_feedback
2008-07-18, by Edgar Simo
Added third axis to condition effects.
gsoc2008_force_feedback
2008-07-17, by Edgar Simo
Better handling of opening haptics from joysticks.
gsoc2008_force_feedback
2008-07-17, by Edgar Simo
Haptic subsystem handles haptic axes now.
gsoc2008_force_feedback
2008-07-17, by Edgar Simo
Now compiles cleanly (has yet to work though).
gsoc2008_force_feedback
2008-07-15, by Edgar Simo
Many typo and silly mistake fixes.
gsoc2008_force_feedback
2008-07-15, by Edgar Simo
Adding initial darwin port of haptic subsystem - broken atm.
gsoc2008_force_feedback
2008-07-15, by Edgar Simo
More explicit with iterations and length.
gsoc2008_force_feedback
2008-07-15, by Edgar Simo
* Removed unneeded int.
gsoc2008_force_feedback
2008-07-15, by Edgar Simo
Broke API by introducing iterations to SDL_HapticRunEffects().
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Created win32 and darwin dirs.
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Added SDL_HapticNumEffectsPlaying().
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Minor corrections.
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Prefixed all haptic errors with "Haptic:" for easier readability.
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Improved some ioctl handling.
gsoc2008_force_feedback
2008-07-10, by Edgar Simo
Fixed bugs in documentation.
gsoc2008_force_feedback
2008-07-09, by Edgar Simo
Implemented SDL_HAPTIC_CARTESIAN on linux.
gsoc2008_force_feedback
2008-07-09, by Edgar Simo
Dummy SDL haptic driver finally builds now.
gsoc2008_force_feedback
2008-07-09, by Edgar Simo
Fixed some typos preventing SDL from compiling with the haptic dummy driver.
gsoc2008_force_feedback
2008-07-09, by Edgar Simo
Gain is set to max on haptic device open.
gsoc2008_force_feedback
2008-07-08, by Edgar Simo
Added SDL_HapticOpened().
gsoc2008_force_feedback
2008-07-08, by Edgar Simo
Added SDL_HapticIndex.
gsoc2008_force_feedback
2008-07-08, by Edgar Simo
Fixed more mistakes in documentation.
gsoc2008_force_feedback
2008-07-07, by Edgar Simo
Another important typo mistake.
gsoc2008_force_feedback
2008-07-07, by Edgar Simo
Fixed linux directions being inverted.
gsoc2008_force_feedback
2008-07-07, by Edgar Simo
Fixed mistake in example.
gsoc2008_force_feedback
2008-07-07, by Edgar Simo
Implemented polar coordinates in linux.
gsoc2008_force_feedback
2008-07-06, by Edgar Simo
Created SDL_HapticDirection.
gsoc2008_force_feedback
2008-07-06, by Edgar Simo
Fixed various mistakes in the doxygen.
gsoc2008_force_feedback
2008-07-06, by Edgar Simo
Renamed SDL_HapticQueryEffects to SDL_HapticQuery.
gsoc2008_force_feedback
2008-07-06, by Edgar Simo
Using errno for more verbosity in errors.
gsoc2008_force_feedback
2008-07-03, by Edgar Simo
Added SDL_HapticGetEffectStatus().
gsoc2008_force_feedback
2008-07-03, by Edgar Simo
Haptic subsystem should finally be properly attached to the build system.
gsoc2008_force_feedback
2008-07-03, by Edgar Simo
Fixed regex replace mistake.
gsoc2008_force_feedback
2008-07-03, by Edgar Simo
Updated the haptic dummy driver.
gsoc2008_force_feedback
2008-07-02, by Edgar Simo
Commented SDL_syshaptic.h.
gsoc2008_force_feedback
2008-07-02, by Edgar Simo
Some more error checking.
gsoc2008_force_feedback
2008-07-02, by Edgar Simo
Exposed some of the joystick stuff to the haptic subsystem.
gsoc2008_force_feedback
2008-07-02, by Edgar Simo
Added SDL_HapticUpdateEffect().
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Merged seperate waveforms into types to be more compatible.
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Added SDL_HAPTIC_CUSTOM (not supported on linux).
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Added SDL_HapticStopEffect().
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
HapticSetGain checks to see if device supports it.
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Setting effects memory to 0.
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead).
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
More comments.
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Some more error reporting.
gsoc2008_force_feedback
2008-07-01, by Edgar Simo
Added some preliminary support for haptic effect control.
gsoc2008_force_feedback
2008-06-30, by Edgar Simo
Added query functions for haptic devices.
gsoc2008_force_feedback
2008-06-30, by Edgar Simo
Starting to add infrastructure to handle haptic effects.
gsoc2008_force_feedback
2008-06-30, by Edgar Simo
* Implemented opening and closing of haptic devices.
gsoc2008_force_feedback
2008-06-23, by Edgar Simo
Some code cleanup.
gsoc2008_force_feedback
2008-06-01, by Edgar Simo
Properly quit the SDL_haptic subsystem.
gsoc2008_force_feedback
2008-06-01, by Edgar Simo
Properly install the SDL_haptic header.
gsoc2008_force_feedback
2008-06-01, by Edgar Simo
First commit of the SDL_haptic subsystem.
gsoc2008_force_feedback
2008-06-01, by Edgar Simo
Creating GSoC 2008 code branches
gsoc2008_force_feedback
2008-04-23, by Sam Lantinga
Updated Template script to include symbolic links during copy
gsoc2008_iphone
2008-08-18, by 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, by Holmes Futrell
removed build folder from branch
gsoc2008_iphone
2008-08-18, by 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, by Holmes Futrell
updated template build settings
gsoc2008_iphone
2008-08-18, by Holmes Futrell
Added instruction to set the active SDK
gsoc2008_iphone
2008-08-18, by Holmes Futrell
modified template build script
gsoc2008_iphone
2008-08-18, by Holmes Futrell
update template script
gsoc2008_iphone
2008-08-18, by Holmes Futrell
updated template script
gsoc2008_iphone
2008-08-18, by Holmes Futrell
grammar, typos
gsoc2008_iphone
2008-08-18, by Holmes Futrell
added description
gsoc2008_iphone
2008-08-18, by Holmes Futrell
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip