| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-18 | Merge pull request #8905 from JosJuice/jni-encoding | LC | |
| Android: Use correct encoding when converting strings | |||
| 2020-07-18 | Use range loop (if possible) | Filip Gawin | |
| 2020-07-17 | DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ↵ | iwubcode | |
| backwards compatibility support | |||
| 2020-07-17 | DolphinQt / InputCommon: Support multiple DSU servers | iwubcode | |
| 2020-07-12 | Merge pull request #8936 from jordan-woyak/wiimote-extension-calibration-fix | LC | |
| ControllerInterface/Wiimote: Provide fallback values for extensions with bad calibration. | |||
| 2020-07-11 | WiimoteEmu: Allow writes of the i2c bus to play speaker data. | Jordan Woyak | |
| 2020-07-11 | ControllerInterface/Wiimote: Provide fallback values for extensions with bad ↵ | Jordan Woyak | |
| calibration data. | |||
| 2020-07-09 | InputCommon/GCAdapter: Unbreak Mayflash GCAdapters by allowing ↵ | Jordan Woyak | |
| libusb_control_transfer call to fail. | |||
| 2020-07-08 | Common: Rename UTF16ToUTF8 | JosJuice | |
| This function does *not* always convert from UTF-16. It converts from UTF-16 on Windows and UTF-32 on other operating systems. Also renaming UTF8ToUTF16 for consistency, even though it technically doesn't have the same problem since it only was implemented on Windows. | |||
| 2020-07-08 | Merge pull request #8907 from JosJuice/android-overlay-stick-gate | LC | |
| Android: Use octagonal stick gate in overlay | |||
| 2020-07-08 | Merge pull request #8908 from jordan-woyak/wiimote-battery-hax | LC | |
| WiimoteCommon: Tweak battery level math. | |||
| 2020-07-07 | InputCommon/GCAdapter: Fix offbrand "GCAdapters" with a ↵ | Jordan Woyak | |
| libusb_control_transfer call. | |||
| 2020-06-28 | WiimoteCommon: Tweak battery level math. | Jordan Woyak | |
| 2020-06-29 | Android: Enfore correct stick gate in overlay | JosJuice | |
| Currently, the touch controller overlay uses a square gate for sticks. This commit changes that so that it instead uses the stick gate configured in the INI, which ensures that the values sent to the core are appropriately scaled regardless of what is configured in the INI and makes the overlay look nicer if the INI is set to a stick gate that matches the graphics. | |||
| 2020-05-10 | Merge pull request #8795 from WamWooWam/master | Connor McLaughlin | |
| InputCommon: Use the Window handle when initializing DirectInput. | |||
| 2020-05-10 | GCAdapter: add libusb error logging on reads/writes | Pierre Bourdon | |
| 2020-05-09 | Apply fixes to all platforms | Thomas May | |
| 2020-05-06 | Update ControllerInterface.cpp | Thomas May | |
| 2020-05-02 | Remove redundant Config prefix from ConfigInfo/ConfigLocation | Léo Lam | |
| Both structs are already in the Config namespace. | |||
| 2020-04-27 | Merge pull request #8729 from JosJuice/android-touch-ir-default | Léo Lam | |
| Android: Use touch emulation of IR by default | |||
| 2020-04-27 | Android: Use touch emulation of IR by default | JosJuice | |
| While having motion control emulation of IR enabled by default makes sense in situations like using a DualShock 4 on a PC, Android has the additional option of touch emulation of IR which seems to be better liked, and the default value which was chosen with PC in mind was carried over to Android without any particular consideration. This change disables motion control emulation of IR by default on Android only. | |||
| 2020-04-27 | Merge pull request #8696 from howard0su/cleanup_shadow | Léo Lam | |
| Cleanup warnings of -Wmissing-declarations | |||
| 2020-03-24 | Cleanup warnings of -Wmissing-declarations | Jun Su | |
| Add static to the functions which is not intentionally export to big scope. | |||
| 2020-03-23 | InputCommon: cleanup warnings of -Wclass-memaccess | Jun Su | |
| Initialize m_state with the default constructor. | |||
| 2020-03-15 | Merge pull request #8647 from jordan-woyak/minor-input-cleanups | Léo Lam | |
| InputCommon: Minor ReshapableInput related cleanups. | |||
| 2020-03-11 | Common: Add a render_window field to WindowSystemInfo | Stenzek | |
| We need this because we need to pass the layer to MoltenVK, not the view handle. But the input subsystem still needs the window. | |||
| 2020-02-25 | InputCommon: Specify ini value default when saving calibration "center". | Jordan Woyak | |
| 2020-02-25 | InputCommon: Clamp calibration values within square shape. | Jordan Woyak | |
| 2020-02-25 | InputCommon: RoundStickGate's ideal sample count can be 1. | Jordan Woyak | |
| 2020-02-24 | DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers". | Jordan Woyak | |
| 2020-02-24 | InputCommon: Remove racy UpdateInput call in DetectInput. | Jordan Woyak | |
| 2020-02-24 | InputCommon: Mark GetStateLock with [[nodiscard]] and fix discarding calls. | Jordan Woyak | |
| 2020-02-22 | InputCommon: Constify Device::Input::IsDetectable function. | Jordan Woyak | |
| 2020-02-17 | InputCommon: Remove Wii Remote real-time calibration of M+ in favor of ↵ | Jordan Woyak | |
| functionality provided by ControllerEmu. | |||
| 2020-02-17 | InputCommon: Add real Wii Remote support to ControllerInterface. Add option ↵ | Jordan Woyak | |
| to connect additional Wii Remotes. | |||
| 2020-02-17 | InputCommon/ControllerInterface: Make devices mutex recursive so ↵ | Jordan Woyak | |
| RemoveDevice can be used within UpdateInput. | |||
| 2020-02-17 | InputCommon: Add types to ControllerEmu that represent raw controller inputs ↵ | Jordan Woyak | |
| and calibration data to calculate normalized input values. | |||
| 2020-02-17 | InputCommon: Add calibration functionality to IMUGyroscope. | Jordan Woyak | |
| 2020-02-17 | InputCommon: Add "Dead Zone" setting to raw gyro inputs. | Jordan Woyak | |
| 2020-02-09 | InputCommon: Clean up creation of inputs. | Jordan Woyak | |
| 2020-02-10 | Merge pull request #8624 from jordan-woyak/setting-expression-input-gate | Tilka | |
| InputCommon: Only update setting expressions when the input gate is enabled. | |||
| 2020-02-09 | InputCommon: Only update setting expressions when the input gate is enabled. | Jordan Woyak | |
| 2020-02-10 | Merge pull request #8616 from jordan-woyak/threshold-cleanup | Tilka | |
| InputCommon: Eliminate some duplicated button threshold logic. | |||
| 2020-02-09 | InputCommon: Eliminate some duplicated button threshold logic. | Jordan Woyak | |
| 2020-02-09 | Merge pull request #8614 from jordan-woyak/xinput-battery | JMC47 | |
| InputCommon/XInput: Expose battery as input and cleanups. | |||
| 2020-02-09 | Merge pull request #8417 from jordan-woyak/setting-expressions | Tilka | |
| InputCommon: Allow controller settings specified with input expresions. | |||
| 2020-02-08 | Cleanup: Use std::abs instead of abs. | Jordan Woyak | |
| 2020-02-08 | InputCommon: Allow Wii remote extension to be set with an input expression. | Jordan Woyak | |
| 2020-02-08 | InputCommon: XInput cleanups. | Jordan Woyak | |
| 2020-02-08 | InputCommon: Expose XInput battery level as an input. | Jordan Woyak | |
