summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface
AgeCommit message (Expand)Author
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-07-14Re-add hack to use SDL/SDL.h ifndef _WIN32.Scott Moreau
2012-07-12Add periodic effects for haptic devices.Scott Moreau
2012-07-12Add SDL2 support to build system.Scott Moreau
2012-05-02Fix DirectInput D-Pad handling.Billiard26
2011-12-12Merge branch 'fix-real-gcpad-sticks'Jordan Woyak
2011-12-12detect input at 55% to catch silly c-stick rangeJordan Woyak
2011-10-01Fixed the controller config so that it lists DInput controllers with special ...skidau
2011-08-31Untested attempt to fix real gcpad sticks not being detected by the input con...Jordan Woyak
2011-06-15Apply the simple NULL-checking patch from issue 4311.DimitriPilot3
2011-04-01Fix SDL 1.3 support.Jordan Woyak
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-15Fix DInput rumble.Jordan Woyak
2011-03-14Fix DInput and SDL.Jordan Woyak
2011-03-14Clean up "ControllerInterface" a bit.Jordan Woyak
2011-03-07problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: us...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-02-27PS3 controllers have some input elements with very large value fieldsSoren Jorvang
2011-02-19Build fixes when using SDL 1.3 related to force feedback support, as suggeste...smelenchuk
2011-02-03Fix the CMake build.Soren Jorvang
2011-01-30Guard against controller instances without any inputs.Soren Jorvang
2011-01-30Enumerate identically named input devices.Soren Jorvang
2011-01-28Fix OS X build.Soren Jorvang
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-16Deal with "hat" switches.Soren Jorvang
2011-01-15HID reports can use negative numbers.Soren Jorvang
2011-01-14Accept arbitrary HID devices as gamepads instead of using SDL,Soren Jorvang
2010-12-21Implement free look on linux. Patch due to artart78.Glenn Rice
2010-11-16Fix the no gui cmake build.Glenn Rice
2010-11-13Simplify OpenCL compile-time detection on OS X.Soren Jorvang
2010-10-19Made it easer to use mouse/keyboard and a gamepad together on the same emulat...Jordan Woyak
2010-10-12Temporarily re-enable SDL pad input on OS X.Soren Jorvang
2010-10-12Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed ...Jordan Woyak
2010-10-11WiimoteNew: Made emulated wiimote return read error when motion plus register...Jordan Woyak
2010-10-09GCPad/WiimoteNew: Reordered some stuff in DirectInput device enumeration.(mak...Jordan Woyak
2010-10-03InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn't exist, default...Jordan Woyak
2010-09-18New Wiimote Plugin: Fix Emulated Wiimote Problem.(fixes issue 3230) Made the ...Jordan Woyak
2010-09-16New Wiimote Plugin: Added a real wiimote "Pair Up" button on Windows for the ...Jordan Woyak
2010-09-16ControllerInterface: DirectInput: Added support for Ramp and various Periodic...Jordan Woyak
2010-09-02GCPad/Wiimote New (ControllerInterface): Some tweaks to the DirectInput code....Jordan Woyak
2010-08-29GCPad/Wiimote New: (OS X Config Dialog) Temporarily fix a crash when selectin...Jordan Woyak
2010-07-26Gecko codes: Added parenthesis where they were needed.(thanks to glennrics an...Jordan Woyak
2010-07-22Prevent Python from stripping off the final newline of the main(){} Soren Jorvang
2010-07-16Remove long-rotted vestiges of SDL video output.Soren Jorvang
2010-07-16This is basicall linux code cleanup. We don not need to pass the X display h...Glenn Rice
2010-07-16New Wiimote Plugin: Moved Linux cursor position code into ControllerInterface...Jordan Woyak
2010-07-10GCPad/Wiimote New: Added a set defaults button to the config dialog. (gave ne...Jordan Woyak
2010-07-03New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still...Jordan Woyak
2010-06-26The ControllerInterface API has the notion of an "id" which is presumablySoren Jorvang
2010-06-22boring svn:eol-style native again...Shawn Hoffman