Frédéric Delanoy
|
84fb23f476
|
dinput: Use BOOL type where appropriate.
|
2013-11-08 12:46:21 +01:00 |
Andrew Eikum
|
5135f80a27
|
dinput: Debug print DIEFFECT structure.
|
2013-05-24 11:01:33 +02:00 |
Lucas Zawacki
|
706d9df8d9
|
dinput: Don't trace DIEFFECT members if they don't contain valid data.
|
2012-04-11 18:15:57 +02:00 |
Marcel Hasler
|
c47677fee5
|
dinput: Support INFINITE as number of effect iterations.
|
2012-02-02 09:55:47 +01:00 |
Marcus Meissner
|
a19e31efd9
|
dinput: Mark internal symbols with hidden visibility.
|
2011-05-18 10:58:25 +02:00 |
Vincent Pelletier
|
f1beea4f86
|
dinput: Effect length can actually be 0.
This fixes force feedback devices slamming for 10ms at full strength, as
attack is an absolute value, not a factor of effect level.
|
2011-03-31 12:38:28 +02:00 |
Vincent Pelletier
|
296b67f556
|
dinput: Ramp from lStart to lEnd, not lStart to lStart.
|
2011-03-28 17:08:53 +02:00 |
Vitaliy Margolen
|
02be0aee72
|
dinput: Fix typo. Found by clang.
|
2011-01-25 12:37:53 +01:00 |
Vitaliy Margolen
|
b66e00cb09
|
dinput: COM cleanup - return interface instead of typecasting This.
|
2011-01-10 10:58:19 +01:00 |
Vitaliy Margolen
|
0adc470854
|
dinput: COM cleanup - use interface instead of lpvtbl in joystick effects.
|
2011-01-03 16:46:25 +01:00 |
Michael Stefaniuc
|
127733ebda
|
dinput: Remove explicit cast to long as it happens implicitly.
LPDIEFFECT->rglDirection is a LPLONG.
|
2010-05-18 18:42:09 +02:00 |
Vincent Pelletier
|
7e7970830f
|
dinput: Fix effect direction conversion from DIEFF_CARTESIAN coordinates.
|
2009-02-03 12:40:07 +01:00 |
Vincent Pelletier
|
befb0a06b1
|
dinput: Move gain support from effect to device.
|
2009-02-02 15:21:44 +01:00 |
Michael Stefaniuc
|
c0d2a21dd1
|
dinput: Remove superfluous pointer casts.
|
2009-01-28 12:30:51 +01:00 |
Vincent Pelletier
|
e5abaf9f97
|
dinput: Clamp lMagnitude to -10000..10000 range.
|
2009-01-26 14:52:28 +01:00 |
Vincent Pelletier
|
15a33ab209
|
dinput: Fix gain-related bugs.
|
2009-01-26 14:52:01 +01:00 |
Vincent Pelletier
|
d2969fef92
|
dinput: Add effect gain support.
|
2009-01-20 12:58:14 +01:00 |
Alexandre Julliard
|
f6eb03d6c6
|
dinput: Avoid size_t in traces.
|
2009-01-08 13:12:08 +01:00 |
Andrew Talbot
|
c1d5dfe84b
|
dinput: Sign-compare warnings fix.
|
2008-09-30 10:57:23 -05:00 |
Andrew Talbot
|
0993244b08
|
dinput: Remove unneeded address-of operators from array names.
|
2008-07-10 12:19:39 +02:00 |
Vitaliy Margolen
|
a478c4fe25
|
dinput: Freed effect should remove itself from the parent's list of effects. Add tests.
|
2008-07-07 12:11:24 +02:00 |
Vitaliy Margolen
|
91036a04a2
|
dinput: Stop and unload effect when freeing it.
|
2008-07-07 12:11:24 +02:00 |
Vitaliy Margolen
|
85e2aa1d8a
|
dinput: Add more traces. Prevent some traces from dereferencing NULL pointer.
|
2008-07-07 12:11:24 +02:00 |
Andrew Talbot
|
da0a48d235
|
dinput: Assign to structs instead of using memcpy.
|
2008-03-01 12:02:19 +01:00 |
Marcus Meissner
|
f1a688a946
|
dinput: Removed superflous < 0 check.
|
2008-02-16 15:11:12 +01:00 |
Andrew Riedi
|
e0740a7a60
|
dinput: DPRINTF -> TRACE.
|
2007-12-12 13:48:57 +01:00 |
Andrew Talbot
|
1067f56ca5
|
dinput: Use bitwise NOT not logical NOT.
|
2007-11-27 12:29:52 +01:00 |
Andrew Talbot
|
5e1ca16052
|
dinput: Constify some variables.
|
2007-04-24 11:53:46 +02:00 |
Alexandre Julliard
|
4ae5b9fd33
|
dinput: Undefine SW_MAX to avoid possible conflicts with winuser.h.
|
2007-01-22 12:11:04 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Vitaliy Margolen
|
7123f3e80e
|
dinput: Win64 printf format warning fixes.
|
2006-10-09 12:53:41 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Francois Gouget
|
6d442aeb34
|
Assorted spelling fixes.
|
2005-11-23 20:14:43 +01:00 |
Marcus Meissner
|
bd7ec9aca5
|
The last argument to MultiByteToWideChar is wide character count and
not the buffer size in bytes. Fixed all places where it was wrong.
|
2005-09-12 22:07:53 +00:00 |
Vincent Béron
|
a3e3b1e360
|
Use proper ifdefs around unistd.h.
|
2005-09-09 09:11:10 +00:00 |
Daniel Remenak
|
feb9ab68b9
|
- Allow the creation of an FF effect while the joystick is not
acquired.
- Failing to download an effect after setting parameters is not a
fatal error.
|
2005-09-06 11:03:48 +00:00 |
Daniel Remenak
|
365c1a50c0
|
Added a linux input system force feedback effect implementation.
|
2005-09-02 15:18:47 +00:00 |