index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
input
/
input_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace auto completion shortcut for mac
fabriceci
2021-09-28
1
-1
/
+1
*
Improve implementation of builtin action overrides
Eric M
2021-09-21
1
-15
/
+39
*
InputMap: Fixup `macos` feature tag overrides after #52291
Rémi Verschelde
2021-09-15
1
-5
/
+5
*
Rename `osx` to `macos` in input map feature tag handling
Hugo Locurcio
2021-09-15
1
-26
/
+26
*
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Rémi Verschelde
2021-09-13
1
-0
/
+4
|
\
|
*
Fix InputMap and display server not nulling singleton on free
Paulb23
2021-09-01
1
-0
/
+4
*
|
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-31
/
+31
|
/
*
Adding InputMap action error suggestion for Input singleton
jmb462
2021-08-16
1
-9
/
+9
*
Fix input methods returning zero strength when pressed status not requested
Mai Lavelle
2021-08-16
1
-2
/
+3
*
Fix action_get_events returning booleans instead of InputKey entries
Julien Nguyen
2021-08-07
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-14
/
+10
*
Add `get_dead_zone()` method to `InputMap`
Nick H
2021-07-02
1
-0
/
+1
*
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-20
1
-4
/
+1
|
\
|
*
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-19
1
-4
/
+1
*
|
Documentation search fixes
Gregory Basile
2021-06-16
1
-1
/
+7
*
|
Added Input_Map entry for backspacing using Shift+Backspace
SpaghettiCoder01
2021-06-15
1
-0
/
+1
*
|
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
1
-1
/
+5
*
|
Add a keyboard shortcut to select the word under cursor in TextEdit
Hugo Locurcio
2021-05-22
1
-0
/
+5
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
|
/
*
Add Enter as alternate key to complete code
kobewi
2021-05-03
1
-0
/
+1
*
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-04-18
1
-9
/
+38
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-0
/
+1
*
Fixed 'nonexistent action' errors spammed at startup on OSX
Eric M
2021-02-24
1
-1
/
+1
*
Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y
Rémi Verschelde
2021-02-22
1
-1
/
+1
*
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-18
1
-0
/
+4
*
Added ability to override built-in actions for the editor
Eric M
2021-02-18
1
-84
/
+440
*
Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...
Rémi Verschelde
2021-02-15
1
-10
/
+12
|
\
|
*
Allow checking for exact matches with Action events.
EricEzaM
2020-12-15
1
-10
/
+12
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
|
/
*
Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globals
Rémi Verschelde
2020-11-19
1
-2
/
+2
|
\
|
*
load_from_globals() -> load_from_project_settings()
Eric M
2020-11-19
1
-2
/
+2
*
|
Merge pull request #42976 from aaronfranke/input-get-axis
Rémi Verschelde
2020-11-16
1
-4
/
+14
|
\
\
|
*
|
Allow getting Input axis/vector values by specifying multiple actions
Aaron Franke
2020-11-11
1
-0
/
+6
|
*
|
Add raw strength value for internal use
Aaron Franke
2020-11-11
1
-4
/
+8
|
|
/
*
/
Release pressed action if event is removed
Tomasz Chabora
2020-11-12
1
-0
/
+4
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Removed unnecessary keyword, fix comment style
Craig-Stoneham
2020-09-29
1
-1
/
+1
*
Check for null in InputMap::_find_event
Tomasz Chabora
2020-09-23
1
-0
/
+2
*
Renamed InputMap.get_action_list to InputMap.get_action_events
Lennard
2020-06-15
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-10
/
+20
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-20
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-0
/
+338