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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
Age
Commit message (
Expand
)
Author
2019-11-27
Merge pull request #8439 from JosJuice/android-native-motion-controls
Anthony
2019-11-24
Merge pull request #8486 from lioncash/dualshock
Léo Lam
2019-11-22
InputCommon/DualShockUDPClient: Use an alias for the clock type
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Use deduction guides for lock_guard
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Make use of std::array where applicable
Lioncash
2019-11-22
Merge pull request #8485 from lioncash/imu
JosJuice
2019-11-22
Merge pull request #8484 from lioncash/input-func
JosJuice
2019-11-22
InputCommon/DualShockUDPClient: Relocate settings to top of source file
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: In-class initialize members where applicable
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Add missing header guard
Lioncash
2019-11-22
InputCommon/IMU*: Remove unnecessary includes
Lioncash
2019-11-22
InputCommon/FunctionExpression: Use Yoda conditions, we do not
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpr...
Lioncash
2019-11-22
InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::str...
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constant
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove cyclical include
Lioncash
2019-11-22
InputCommon/FunctionExpression: Collapse namespaces
Lioncash
2019-11-22
InputCommon/FunctionExpression: include <algorithm>
Lioncash
2019-11-22
InputCommon: Make use of fmt where applicable
Lioncash
2019-11-20
Android: Let WiimoteEmu know whether we have accelerometer/gyroscope
JosJuice
2019-11-20
Android: Native motion controls
JosJuice
2019-11-15
Merge pull request #8440 from rlnilsen/motion-input-tweaks
JosJuice
2019-11-11
Merge pull request #8456 from jordan-woyak/input-gate-race-fix
Connor McLaughlin
2019-11-10
evdev: fix bad integer division.
Jordan Woyak
2019-11-09
InputCommon: Detect when evdev exposes acceleration/gyroscope data.
Jordan Woyak
2019-11-06
InputCommon: Make the "input gate" not racey.
Jordan Woyak
2019-11-03
Motion Input: Add "enable" checkbox for motion controlled cursor.
rlnilsen
2019-11-03
Input: Add optional "enable" setting to the ControlGroup class.
rlnilsen
2019-10-30
Merge pull request #8438 from JosJuice/tilt-tooltip-string
Mat M
2019-10-28
Merge pull request #8352 from rlnilsen/motion-controller-support-via-cemuhook...
Pierre Bourdon
2019-10-28
Change Wii Remote tilt tooltip string based on translator feedback
JosJuice
2019-10-27
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...
rlnilsen
2019-10-26
UDPServer: Add configuration UI.
rlnilsen
2019-10-26
Add support for motion controllers via the CemuHook controller input protocol.
rlnilsen
2019-10-25
InputCommon: Change "EOF" to "end of expression" in user facing string
JosJuice
2019-10-20
ExpressionParser: Add XOR operator.
Jordan Woyak
2019-10-17
Merge pull request #7663 from jordan-woyak/expression-parser-improve
JMC47
2019-10-16
Merge pull request #8390 from jordan-woyak/wiimote-emu-tilt-fix
Anthony
2019-10-15
ControllerEmu: Clamp results of trigger/slider states to prevent integer over...
Jordan Woyak
2019-10-12
ExpressionParser: Make Lexer ctor explicit and move argument.
Jordan Woyak
2019-10-12
ExpressionParser: Add support for /* */ style comments.
Jordan Woyak
2019-10-11
ControllerEmu: Don't clear expression variables on references update. Hotplug...
Jordan Woyak
2019-10-11
ExpressionParser: Show error message with expected arguments.
Jordan Woyak
2019-10-11
ExpressionParser: Remove ! character from function syntax. Remove unused seri...
Jordan Woyak
2019-10-11
ExpressionParser: Remove !while and add optional 2nd argument to !smooth.
Jordan Woyak
2019-10-11
ExpressionParser/DolphinQt: Added parse results to UI.
Jordan Woyak
2019-10-11
DolphinQT: Add syntax highlighting from tokenizer data.
Jordan Woyak
2019-10-11
ExpressionParser: Clean up some redundant using-declarations and wrong comments.
Jordan Woyak
2019-10-11
ExpressionParser: Add !pulse function that evaluates to 1.0 for N seconds for...
Jordan Woyak
2019-10-11
ExpressionParser: Add relative input function.
Jordan Woyak
[next]