Age | Commit message (Expand) | Author |
2022-01-14 | Fix Actions mapped to triggers not using the full range | Marcel Admiraal |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Fix crash on macOS (AS) when dualshock4 is removed | Will Jordan |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-08-16 | Fix Xbox controllers in Bluetooth mode on macOS | Hugo Locurcio |
2021-07-27 | Removed Redundant assignement of name inside configure_joypad function | vitika9 |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-20 | Move many input enums to their own file | Aaron Franke |
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-05-30 | Update OSX GUID to SDL uid conversion. | Marcel Admiraal |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-06 | Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem... | bruvzg |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-26 | Input: Remove usage of platform dependent event IDs. | Andreas Haas |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-26 | Better handling of joypad device IDs. | Andreas Haas |
2017-01-09 | OSX: Revert back to kHIDUsage_GD_Joystick | Rémi Verschelde |
2017-01-08 | Finish replacement of joystick by joypad | Rémi Verschelde |