summaryrefslogtreecommitdiff
path: root/core/input/input_map.h
AgeCommit message (Expand)Author
2022-05-12Add a new HashMap implementationreduz
2022-01-24Fix action exact matchNathan Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-09-21Improve implementation of builtin action overridesEric M
2021-09-01Fix InputMap and display server not nulling singleton on freePaulb23
2021-08-16Adding InputMap action error suggestion for Input singletonjmb462
2021-04-18Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-15Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-15Allow checking for exact matches with Action events.EricEzaM
2020-11-19Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde
2020-11-19load_from_globals() -> load_from_project_settings()Eric M
2020-11-11Allow getting Input axis/vector values by specifying multiple actionsAaron Franke
2020-11-11Add raw strength value for internal useAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-06-15Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky