Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Revert incorrect copyright attribution for non-contributed files | Zephyron | |
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed. | |||
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2023-05-19 | input_common: Map motion with relative values not absolute ones | german77 | |
2023-05-06 | input_common: Revert debugging changes | german77 | |
2023-05-05 | input_common: Add property to invert an axis button | Narr the Reg | |
2023-01-19 | core: hid: Enable pulling color data from controllers | Narr the Reg | |
2022-10-02 | input_common: Create virtual amiibo driver | german77 | |
2022-07-23 | input_common: Add camera driver | german77 | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-04-07 | input_common: Replace lock_guard with scoped_lock | Merry | |
2022-03-20 | input_common: Reduce unused includes | ameerj | |
2022-02-24 | Merge pull request #7859 from german77/battery_again | bunnei | |
input_common: Remove battery duplicated struct and update every button press | |||
2022-02-06 | input_common: Remove battery duplicated struct and update every button press | german77 | |
2022-02-05 | input/hid: Migrate to the new UUID implementation | Morph | |
2022-01-17 | input_common: nitpick about SetHatButton usage | Valeri | |
2022-01-06 | input_common: Use accelerometer data for mapping | german77 | |
2021-12-13 | input_engine: Simplify PreSet* family of functions | Lioncash | |
We can make use of try_emplace() to insert values only if they don't already exist. | |||
2021-12-13 | input_engine: Avoid redundant map lookups | Lioncash | |
We can use iterators to avoid looking up into maps twice in the getter functions. At the same time we can also avoid copying the ControllerData structs, since they're 264 bytes in size. | |||
2021-12-13 | input_engine: Iterate by reference rather than by value where applicable | Lioncash | |
Avoids creating copies of several object instances (some of which being over 100 bytes in size). | |||
2021-12-13 | input_engine: Take BasicMotion by const reference with SetMotion() and ↵ | Lioncash | |
TriggerOnMotionChange() Copies the BasicMotion instance once instead of twice. | |||
2021-12-13 | input_engine: std::move InputIdentifier in SetCallback() | Lioncash | |
Allows avoiding std::function allocations. | |||
2021-11-24 | kraken: Address comments from review | german77 | |
Fix compiler bug | |||
2021-11-24 | second commit lion review | german77 | |
2021-11-24 | settings: Fix Debug controller type options | german77 | |
2021-11-24 | settings: Fix mouse and keyboard mappings | german77 | |
2021-11-24 | input_common: Create input_engine | german77 | |