summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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-03-05Replace install wii menu option tools to install wadLPFaint99
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-27PS3 controllers have some input elements with very large value fieldsSoren Jorvang
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-19Build fixes when using SDL 1.3 related to force feedback support, as suggeste...smelenchuk
2011-02-15Added the feature to allow creating a TAS movie from a save state. To activa...skidau
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-08vs2010:Shawn Hoffman
2011-02-07Small fix for cmake on osx, more work left to be donenakeee
2011-02-04In the SCons build, skip the generation of static librariesSoren Jorvang
2011-02-03Fix the CMake build.Soren Jorvang
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-02-01vs2010: Enable LTCG only for release builds.Shawn Hoffman
2011-01-31vs2010:Shawn Hoffman
2011-01-31vs2010: buildfix for debugfast, silence all C4996 warnings.Shawn Hoffman
2011-01-31Eliminate some trampoline functions.Jordan Woyak
2011-01-31svn eol-style:native on the filters...Shawn Hoffman
2011-01-31vs2010 add filters for everything (...except wxw projects...). Try to fix SVN...Shawn Hoffman
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-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-27Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs ex...Jordan Woyak
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-27Committing Visual Studio 2010 solution/project files. (not switching from 200...Jordan Woyak
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
2011-01-14Finally got the input common strings figured out. That pretty much finishes ...Glenn Rice
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