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
*
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