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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Rémi Verschelde
2021-09-13
2
-0
/
+5
|
\
|
*
Fix InputMap and display server not nulling singleton on free
Paulb23
2021-09-01
2
-0
/
+5
*
|
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-31
/
+31
|
/
*
Merge pull request #51750 from jmb462/inputmap_action_suggestions
Max Hilbrunner
2021-08-23
3
-26
/
+15
|
\
|
*
Adding InputMap action error suggestion for Input singleton
jmb462
2021-08-16
3
-26
/
+15
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
4
-1
/
+141
|
/
*
Fix input methods returning zero strength when pressed status not requested
Mai Lavelle
2021-08-16
2
-10
/
+15
*
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
1
-3
/
+2
*
Add input buffering framework
Pedro J. Estébanez
2021-08-13
2
-14
/
+25
*
Improve input event accumulation
Pedro J. Estébanez
2021-08-13
4
-10
/
+25
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
4
-14
/
+16
*
Added EditorCommandPalette
Bhuvan Vemula
2021-08-09
2
-0
/
+40
*
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
2
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
2
-17
/
+11
*
Fix Input get_action_raw_strength
Aaron Franke
2021-07-22
1
-2
/
+3
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-07-20
1
-24
/
+80
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
[HTML5] Add 2 controllers to the godot database.
Fabio Alessandrelli
2021-07-17
1
-0
/
+2
*
Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...
Eric M
2021-07-06
1
-0
/
+18
*
Add `get_dead_zone()` method to `InputMap`
Nick H
2021-07-02
1
-0
/
+1
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
4
-63
/
+63
*
Move many input enums to their own file
Aaron Franke
2021-06-20
4
-103
/
+148
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-16
/
+16
*
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-20
3
-47
/
+59
|
\
|
*
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-19
3
-47
/
+59
*
|
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
*
|
Fix `InputEventJoypadButton::as_text` crash for invalid button index
Haoyu Qiu
2021-06-13
1
-1
/
+1
*
|
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
2
-2
/
+4
*
|
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
*
|
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-6
/
+6
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
|
/
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
2
-84
/
+84
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
2
-84
/
+84
*
|
Fix typo in InputEventMIDI string
fox
2021-05-17
1
-1
/
+1
*
|
Make printing of InputEvents consistent
Marcel Admiraal
2021-05-15
1
-17
/
+22
|
/
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
2
-14
/
+14
*
Add Enter as alternate key to complete code
kobewi
2021-05-03
1
-0
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+0
*
Merge pull request #35666 from Calinou/inputmap-nonexistent-suggestions
Rémi Verschelde
2021-04-18
2
-9
/
+39
|
\
|
*
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-04-18
2
-9
/
+39
*
|
Avoid creating joy_names map entries when using Map operator[]
Marcel Admiraal
2021-04-17
1
-8
/
+15
|
/
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-04-06
1
-3
/
+14
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-03-23
1
-19
/
+26
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
3
-20
/
+20
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
3
-48
/
+48
*
[HTML5] Logitech Dual Action Gamepad FF/Linux
Fabio Alessandrelli
2021-03-21
1
-0
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
2
-2
/
+3
[next]