| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-11 | Merge pull request #9289 from AdmiralCurtiss/simple-png-api-write | Léo Lam | |
| Use Simplified libpng API for writing PNGs. | |||
| 2020-12-05 | InputCommon: fix dynamic input textures being not generated when the key or ↵ | iwubcode | |
| device isn't mapped | |||
| 2020-11-26 | InputCommon: Use Common::SavePNG() to write images. | Admiral H. Curtiss | |
| 2020-11-26 | Merge pull request #9232 from ↵ | Léo Lam | |
| AdmiralCurtiss/show-result-value-in-expression-editor Qt/IOWindow: Show result value in expression editor. | |||
| 2020-11-21 | Fix variable shadowing warnings | Léo Lam | |
| 2020-11-17 | Remove a redundant i18n comment | JosJuice | |
| 2020-11-16 | Use positional arguments in all translatable fmt strings | JosJuice | |
| We want to use positional arguments in translatable strings that have more than one argument so that translators can change the order of them, but the question is: Should we also use positional arguments in translatable strings with only one argument? I think it makes most sense that way, partially so that translators don't even have to be aware of the non-positional syntax and partially because "translatable strings use positional arguments" is an easier rule for us to remember than "transitional strings which have more than one argument use positional arguments". But let me know if you have a different opinion. | |||
| 2020-11-12 | InputCommon: Migrate over to fmt-capable panic alerts | Lioncash | |
| Continues the migration over to fmt. | |||
| 2020-11-08 | InputCommon: Return error, if any, from ControlReference::SetExpression(). | Admiral H. Curtiss | |
| 2020-11-03 | Virtual Notch settings and UI for octagonal stick | Nick Michael | |
| 2020-10-23 | InputCommon: Migrate logging over to fmt | Lioncash | |
| Continues the migration of the logging calls over to the fmt capable ones. | |||
| 2020-10-21 | Merge pull request #9162 from jordan-woyak/quaternion | LC | |
| Replace stateful rotational matrices with quaternions. | |||
| 2020-10-21 | Merge pull request #9160 from jordan-woyak/xinput2-stuck-keys | Léo Lam | |
| Linux/XInput2: Fix keys being stuck pressed on focus loss. | |||
| 2020-10-20 | ExpressionParser: Add missing <functional> include | Lioncash | |
| Unbreaks Windows CMake builds. | |||
| 2020-10-20 | Merge pull request #9142 from jordan-woyak/expose-fov | Léo Lam | |
| WiimoteEmu: Expose IR camera FOV to adjust IMU pointing sensitivity. | |||
| 2020-10-20 | Merge pull request #8318 from iwubcode/dynamic_input_textures | Léo Lam | |
| InputCommon: Dynamic Input Textures | |||
| 2020-10-20 | Merge pull request #9096 from jordan-woyak/calibration-cleanup | Léo Lam | |
| ControllerEmu: Improve and simplify UpdateCalibrationData. | |||
| 2020-10-19 | WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip. | Jordan Woyak | |
| 2020-10-19 | InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions. | Jordan Woyak | |
| 2020-10-19 | Linux/XInput2: Fix keys being stuck pressed on focus loss. | Jordan Woyak | |
| 2020-10-03 | Core: Load custom textures after inputs has been loaded and avoid sending ↵ | iwubcode | |
| force texture reload during startup for dynamic textures. This ensures that custom texture loading only happens once and users don't see any weird flashes on startup | |||
| 2020-10-03 | InputCommon: Introducing the "Dynamic Input Texture". Configuration links ↵ | iwubcode | |
| an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image. | |||
| 2020-09-29 | Merge pull request #9120 from JosJuice/controller-defaults | JMC47 | |
| Fix controller defaults being empty on fresh run | |||
| 2020-09-29 | Fix controller defaults being empty on fresh run | JosJuice | |
| A very early call to Config::Save is now creating empty controller INI files. https://bugs.dolphin-emu.org/issues/12283 | |||
| 2020-09-28 | ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ↵ | Jordan Woyak | |
| of regular "Point" settings. Removed "Total Yaw" from included Wii remote input profile to take on the default value. | |||
| 2020-09-28 | ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ↵ | Jordan Woyak | |
| FOV and to reach screen edges in the Wii Menu. | |||
| 2020-09-28 | ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated ↵ | Jordan Woyak | |
| distance from sensor bar in meters. | |||
| 2020-09-25 | ExpressionParser: Improve hotkey suppression logic. Allow activation with ↵ | Jordan Woyak | |
| simultaneous press of modifier and final input. | |||
| 2020-09-25 | ExpressionParser: Replace ScopeGuard with custom deleter unique_ptr. | Jordan Woyak | |
| 2020-09-25 | InputCommon: Improve input detection to produce buton combinations. | Jordan Woyak | |
| 2020-09-25 | InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / ↵ | Jordan Woyak | |
| R_Ctrl hierarchy. | |||
| 2020-09-25 | InputCommon: Clean up modifier ignoring logic. | Jordan Woyak | |
| 2020-09-25 | ControllerInterface: Add platform consistent names for modifier keys. | Jordan Woyak | |
| 2020-09-25 | ExpressionParser: Allow duplicate and superset modifier hotkeys to function. | Jordan Woyak | |
| 2020-09-25 | InputCommon: Support detecting combinations of inputs. (Hotkeys) | Jordan Woyak | |
| 2020-09-25 | ExpressionParser: Suppress inputs when hotkey modifiers are pressed. | Jordan Woyak | |
| 2020-09-25 | ExpressionParser: Add Hotkey syntax. | Jordan Woyak | |
| 2020-09-20 | Merge pull request #8840 from Techjar/evdev-combining-phys | Jordan Woyak | |
| ControllerInterface: Combine evdev devices with the same physical location in addition to unique ID | |||
| 2020-09-19 | ControllerEmu: Improve and simplify UpdateCalibrationData. | Jordan Woyak | |
| 2020-09-14 | Merge pull request #8985 from jordan-woyak/btemu-cleanup | JMC47 | |
| BTEmu/Wiimote: Fixes and Cleanups. | |||
| 2020-09-08 | ControllerInterface: Combine evdev devices with the same physical location ↵ | Techjar | |
| in addition to unique ID | |||
| 2020-08-26 | GCAdapter_Android: Minor cleanup | Ryan Meredith | |
| 2020-08-22 | name some threads | Shawn Hoffman | |
| 2020-08-22 | msbuild: re-enable standalone vcxproj processing | Shawn Hoffman | |
| 2020-08-22 | windows: disable C4200 directly in libusb.h | Shawn Hoffman | |
| 2020-08-22 | msbuild: refactor stuff out of project files (for dolphin) | Shawn Hoffman | |
| 2020-08-16 | BTEmu/Wiimote: Cleanups/Fixes. | Jordan Woyak | |
| 2020-08-08 | Fix various -Wshadow warnings | Tillmann Karras | |
| 2020-08-08 | Merge pull request #8804 from iwubcode/dsu-improvements | Tilka | |
| DolphinQt / InputCommon - Support multiple DSU servers | |||
| 2020-08-02 | InputCommon: Add a handful of math functions to the expression parser. | Admiral H. Curtiss | |
