summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+0
* Merge pull request #35666 from Calinou/inputmap-nonexistent-suggestionsRémi Verschelde2021-04-182-9/+39
|\
| * Print suggestions when requesting a nonexistent InputMap actionHugo Locurcio2021-04-182-9/+39
* | Avoid creating joy_names map entries when using Map operator[]Marcel Admiraal2021-04-171-8/+15
|/
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-04-061-3/+14
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-03-231-19/+26
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-233-20/+20
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-233-48/+48
* [HTML5] Logitech Dual Action Gamepad FF/LinuxFabio Alessandrelli2021-03-211-0/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-122-2/+3
* Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errorsRémi Verschelde2021-02-241-1/+1
|\
| * Fixed 'nonexistent action' errors spammed at startup on OSXEric M2021-02-241-1/+1
* | Input: Throw error if action doesn't existLiz Haas2021-02-241-0/+16
|/
* 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
|/ /