summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+YRémi Verschelde2021-02-221-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-5/+5
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-0/+4
* Added ability to override built-in actions for the editorEric M2021-02-183-94/+457
* Added convenience create_reference methods for Key and JoyButton inputsEric M2021-02-182-0/+37
* Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde2021-02-156-50/+70
|\
| * Allow checking for exact matches with Action events.EricEzaM2020-12-156-50/+70
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-02-081-11/+12
* | Merge pull request #45797 from madmiraal/add-new-sdl-keywordsRémi Verschelde2021-02-083-1/+19
|\ \
| * | Add support for new SDL gamecontroller keywords.Marcel Admiraal2021-02-073-1/+19
* | | Fix issues in last GameControllerDB syncRémi Verschelde2021-02-071-6/+6
* | | Merge pull request #45756 from Faless/js/4.x_gamepads_dbRémi Verschelde2021-02-061-0/+6
|\ \ \
| * | | Add some HTML5 controllers mapping.Fabio Alessandrelli2021-02-061-0/+6
| |/ /
* / / Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-02-061-24/+79
|/ /
* | [HTML5] Custom Gamepad library to allow remapping.Fabio Alessandrelli2021-01-181-7/+14
* | Better gamepad axis event injection.Fabio Alessandrelli2021-01-181-2/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-017-14/+14
* | Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-282-6/+6
|\ \
| * | Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-222-6/+6
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-283-4/+4
|/ /
* / Fixed mistakes in InputEvent as_text and to_string implementations.EricEzaM2020-12-141-4/+17
|/
* Merge pull request #43660 from EricEzaM/PR/INP1-inputevent_as_text_and_to_stringRémi Verschelde2020-12-032-46/+205
|\
| * InputEvent as_text now returns readable string. Added to_string for debug str...Eric M2020-11-272-46/+205
* | Ignore hint entries in game controller mappingMarcel Admiraal2020-12-031-1/+1
|/
* Merge pull request #43591 from madmiraal/fix-43520Rémi Verschelde2020-11-193-152/+16
|\
| * Update joy button and stick names, enums and documentationMarcel Admiraal2020-11-193-152/+16
* | Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde2020-11-192-0/+40
|\ \ | |/ |/|
| * Made serialization of Command toggleable when saving InputEvents.Eric M2020-11-192-0/+40
* | Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde2020-11-192-3/+3
|\ \
| * | load_from_globals() -> load_from_project_settings()Eric M2020-11-192-3/+3
| |/
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* | Merge pull request #43233 from madmiraal/fix-42876Rémi Verschelde2020-11-162-9/+0
|\ \
| * | Remove unneeded filter on joy_axis()Marcel Admiraal2020-10-312-9/+0
* | | Merge pull request #42976 from aaronfranke/input-get-axisRémi Verschelde2020-11-166-29/+121
|\ \ \
| * | | Allow getting Input axis/vector values by specifying multiple actionsAaron Franke2020-11-114-2/+47
| * | | Add raw strength value for internal useAaron Franke2020-11-116-27/+74
| | |/ | |/|
* / | Release pressed action if event is removedTomasz Chabora2020-11-121-0/+4
|/ /
* / Reorganized core/ directory, it was too fatty alreadyreduz2020-11-075-6/+6
|/
* Apply upstream gamecontrollerdb patch 391.Marcel Admiraal2020-10-261-1/+1
* Provide support for buttons and D-pads mapped to half axes, andMarcel Admiraal2020-10-262-75/+100
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+1
* Check for null in InputMap::_find_eventTomasz Chabora2020-09-231-0/+2
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* Fix invalid CSV in SDL2 controller mappings DBRémi Verschelde2020-09-011-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-09-011-11/+112
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-1/+1
* Add override keywords.Marcel Admiraal2020-07-102-39/+39
* Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard2020-06-152-6/+6
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-06-041-16/+41