summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2010-12-21Implement free look on linux. Patch due to artart78.Glenn Rice
2010-11-17Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on ...Glenn Rice
2010-11-16Fix the no gui cmake build.Glenn Rice
2010-11-14UDPWiimote.cpp and UDPWrapper.cpp are now used again.Soren Jorvang
2010-11-14Move UDPConfigDiag into Dolphin, to allow building of UDP Wiimote again.j4ck.fr0st
2010-11-13Simplify OpenCL compile-time detection on OS X.Soren Jorvang
2010-11-01Add an experimental CMake build system as a possible replacement for SCons. O...NeoBrainX
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-05WiimoteNew: Added button mappings for tables and crossfade slider on emulated...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-08-249/10-bit accelerometer data interleaved with buttonsdapetcu21
2010-07-26Gecko codes: Added parenthesis where they were needed.(thanks to glennrics an...Jordan Woyak
2010-07-23abs() works on ints, not floats. Use fabsf() to avoid the double conversions.Soren Jorvang
2010-07-22Prevent Python from stripping off the final newline of the main(){} Soren Jorvang
2010-07-22Port to *BSD. It runs but isn't terribly useful without Cg.Soren Jorvang
2010-07-20Some pathnames are used both by SCons and cpp which can be a bit tricky.Soren Jorvang
2010-07-19Fixed windows build...dapetcu21
2010-07-19UDPWii: Broadcasting it's presence on IPv4 to 255.255.255.255 once every 1.5 ...dapetcu21
2010-07-18Committing some cleanups by avindra:NeoBrainX
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-16include the MP compiler option, which will allow for faster compiling + some ...luisr142004
2010-07-16New Wiimote Plugin: Moved Linux cursor position code into ControllerInterface...Jordan Woyak
2010-07-14Added back the 3rd argument on the Set() callsdapetcu21
2010-07-14Added nunchuck acceleration support to UDPWii . Moved some UDPWii stuff to th...dapetcu21
2010-07-10GCPad/Wiimote New: Added a set defaults button to the config dialog. (gave ne...Jordan Woyak
2010-07-09New Wiimote Plugin: Made UDPWiimote use the regular "Nunchuk" extension setti...Jordan Woyak
2010-07-09Some more attempts at cleaning up the scons build and more clearlySoren Jorvang
2010-07-08Fix the nowx build. Do we still want to keep the nowx build? If you do spea...Glenn Rice
2010-07-07Make the refresh button on the Wiimote New plugin add new wiimotes in linux, ...Glenn Rice
2010-07-06cleanup + some eolzluisr142004
2010-07-06Linux build fix, code cleanup, and compiler warning removal.Glenn Rice
2010-07-05Fixed linux buid... hopefully. Sorry it took this long.... I had to do a comp...dapetcu21
2010-07-05Added UDPWii support to the new plugin. Hopefully I didn't made a mess... Nun...dapetcu21
2010-07-03New Wiimote Plugin: Added real wiimote support.(only tested on Windows, still...Jordan Woyak
2010-06-26Don't bother using autoconfiguration to find the OpenCL and CgSoren Jorvang
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
2010-06-22GCPad/New Wiimote: Fixed issue 2848 (profiles not saving). Renamed DInput mou...Jordan Woyak
2010-06-21Windows/Linux/whatever build fix.XTra.KrazzY
2010-06-21OSX build fixj4ck.fr0st