index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
Src
Age
Commit message (
Expand
)
Author
2011-06-15
Apply the simple NULL-checking patch from issue 4311.
DimitriPilot3
2011-04-01
Fix SDL 1.3 support.
Jordan Woyak
2011-03-22
Fixed some memory leaks. Only one was mine ;P
Jordan Woyak
2011-03-15
Fix DInput rumble.
Jordan Woyak
2011-03-14
Fix DInput and SDL.
Jordan Woyak
2011-03-14
Clean up "ControllerInterface" a bit.
Jordan Woyak
2011-03-07
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: us...
Jordan Woyak
2011-03-05
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...
Jordan Woyak
2011-03-05
Replace install wii menu option tools to install wad
LPFaint99
2011-03-03
Move SConscript files out from the Src subdirectories to be
Soren Jorvang
2011-03-03
Prepare for the release of Xcode 4, which has working LTO
Soren Jorvang
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2011-02-27
PS3 controllers have some input elements with very large value fields
Soren Jorvang
2011-02-19
Build fixes when using SDL 1.3 related to force feedback support, as suggeste...
smelenchuk
2011-02-15
Added the feature to allow creating a TAS movie from a save state. To activa...
skidau
2011-02-04
In the SCons build, skip the generation of static libraries
Soren Jorvang
2011-02-03
Fix the CMake build.
Soren Jorvang
2011-01-31
Eliminate some trampoline functions.
Jordan Woyak
2011-01-30
Guard against controller instances without any inputs.
Soren Jorvang
2011-01-30
Enumerate identically named input devices.
Soren Jorvang
2011-01-28
Fix OS X build.
Soren Jorvang
2011-01-27
Replaced Common::Thread with a partial implementation of std::thread. (rvalue...
Jordan Woyak
2011-01-27
Various minor fixes to allow building with clang on OS X.
Soren Jorvang
2011-01-16
Deal with "hat" switches.
Soren Jorvang
2011-01-15
HID reports can use negative numbers.
Soren Jorvang
2011-01-14
Accept arbitrary HID devices as gamepads instead of using SDL,
Soren Jorvang
2011-01-14
Finally got the input common strings figured out. That pretty much finishes ...
Glenn Rice
2010-12-21
Implement free look on linux. Patch due to artart78.
Glenn Rice
2010-11-16
Fix the no gui cmake build.
Glenn Rice
2010-11-14
UDPWiimote.cpp and UDPWrapper.cpp are now used again.
Soren Jorvang
2010-11-14
Move UDPConfigDiag into Dolphin, to allow building of UDP Wiimote again.
j4ck.fr0st
2010-11-13
Simplify OpenCL compile-time detection on OS X.
Soren Jorvang
2010-10-19
Made it easer to use mouse/keyboard and a gamepad together on the same emulat...
Jordan Woyak
2010-10-12
Temporarily re-enable SDL pad input on OS X.
Soren Jorvang
2010-10-12
Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed ...
Jordan Woyak
2010-10-11
WiimoteNew: Made emulated wiimote return read error when motion plus register...
Jordan Woyak
2010-10-09
GCPad/WiimoteNew: Reordered some stuff in DirectInput device enumeration.(mak...
Jordan Woyak
2010-10-05
WiimoteNew: Added button mappings for tables and crossfade slider on emulated...
Jordan Woyak
2010-10-03
InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn't exist, default...
Jordan Woyak
2010-09-18
New Wiimote Plugin: Fix Emulated Wiimote Problem.(fixes issue 3230) Made the ...
Jordan Woyak
2010-09-16
New Wiimote Plugin: Added a real wiimote "Pair Up" button on Windows for the ...
Jordan Woyak
2010-09-16
ControllerInterface: DirectInput: Added support for Ramp and various Periodic...
Jordan Woyak
2010-09-02
GCPad/Wiimote New (ControllerInterface): Some tweaks to the DirectInput code....
Jordan Woyak
2010-08-29
GCPad/Wiimote New: (OS X Config Dialog) Temporarily fix a crash when selectin...
Jordan Woyak
2010-08-24
9/10-bit accelerometer data interleaved with buttons
dapetcu21
2010-07-26
Gecko codes: Added parenthesis where they were needed.(thanks to glennrics an...
Jordan Woyak
2010-07-23
abs() works on ints, not floats. Use fabsf() to avoid the double conversions.
Soren Jorvang
2010-07-22
Prevent Python from stripping off the final newline of the main(){}
Soren Jorvang
2010-07-22
Port to *BSD. It runs but isn't terribly useful without Cg.
Soren Jorvang
2010-07-20
Some pathnames are used both by SCons and cpp which can be a bit tricky.
Soren Jorvang
[next]