summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2017-05-04Merge pull request #5345 from JosJuice/consistent-controller-translationAnthony
2017-04-30Merge pull request #5349 from JosJuice/more-incorrect-transMat M
2017-04-30Remove incorrect usage of _transJosJuice
2017-04-30Mark "Recenter" for translationJosJuice
2017-04-30Use _trans consistently for controllersJosJuice
2017-04-04ControllerEmu: Replace includes with forward declarationsLioncash
2017-04-03Core: Hide determinism globalLioncash
2017-04-02ExpressionParser: Rename ParseStatus' Success member to SuccessfulLioncash
2017-03-26Revert "Use a single libusb context"Léo Lam
2017-03-19Merge pull request #4856 from ligfx/backgroundinputAnthony
2017-03-16SI: Namespace device classesLioncash
2017-03-16SI: Move MAX_SI_CHANNELS into the SerialInterface namespaceLioncash
2017-03-13Make ControllerEmu::BooleanSetting non-virtualMichael Maltese
2017-03-13Remove unused ControllerEmu::BackgroundInputSettingMichael Maltese
2017-03-06GCAdapter_Android: Fix an array bounds overrun in Read()Lioncash
2017-03-03BooleanSetting: Initialize m_value to default_value in the constructorLioncash
2017-03-03NumericSettings: Initialize m_value to default_value in the constructorLioncash
2017-03-02InputCommon: move Setting classes out of ControlGroupMichael Maltese
2017-03-02Merge pull request #4995 from lioncash/normalizeMarkus Wick
2017-03-01CMakeLists: Normalize whitespaceLioncash
2017-02-28ExpressionParser: Convert parse state enum into an enum classLioncash
2017-02-26Merge pull request #4960 from lioncash/typeAnthony
2017-02-26ExpressionParser: Const-correctness changesLioncash
2017-02-25ControlGroup: Convert group type enum into an enum classLioncash
2017-02-23Merge pull request #4930 from JosJuice/sideways-wiimote-nameAnthony
2017-02-20Add missing "functional" includeSteven Newbury
2017-02-18Change INI keys containing "Wii Remote" back to "Wiimote"JosJuice
2017-02-15Merge pull request #4892 from lioncash/controlMat M
2017-02-11Force: Use std::array for m_swingLioncash
2017-02-11Tilt: Use std::array for m_tiltLioncash
2017-02-11Merge pull request #4895 from lioncash/constJosJuice
2017-02-11Merge pull request #4894 from lioncash/privateJosJuice
2017-02-11ControllerEmu: Add const to UpdateReferences() first reference parameterLioncash
2017-02-10Cursor: Make m_z privateLioncash
2017-02-10Buttons: Use a delegating constructorLioncash
2017-02-10Control: Convert raw pointer parameter into unique_ptrLioncash
2017-02-10ControlReference: Add missing virtual destructorLioncash
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash
2017-02-08ControllerEmu: Fix incorrect default radius being set in AnalogStickLioncash
2017-02-08Merge pull request #4502 from ligfx/extractcontrolreferenceMat M
2017-02-08Merge pull request #4839 from leoetlino/better-warningsJosJuice
2017-02-07ControlReference: put parsed_expression in a unique_ptrMichael Maltese
2017-02-07ControlReference: hide parse_error behind GetParseStatus()Michael Maltese
2017-02-07ControlReference: hide is_input behind functionMichael Maltese
2017-02-07ControlReference: move function bodies out of headerMichael Maltese
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese
2017-02-07InputCommon CMakeLists: Normalize whitespaceLioncash
2017-02-07ControllerEmu: Move into its own directoryLioncash
2017-02-06CMake: make option ENABLE_SDL work againMichael Maltese
2017-02-07Move libusb context initialization to on first useLéo Lam