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 #56764 from madmiraal/fix-45592-2
Rémi Verschelde
2022-02-03
2
-13
/
+19
|
\
|
*
Fix mouse velocity not changing fast enough
Marcel Admiraal
2022-01-13
2
-13
/
+19
*
|
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
|
Merge pull request #54173 from nathanfranke/fix-exact-match
Rémi Verschelde
2022-01-26
4
-87
/
+77
|
\
\
|
*
|
Fix action exact match
Nathan Franke
2022-01-24
4
-87
/
+77
*
|
|
Merge pull request #56754 from madmiraal/fix-45592
Rémi Verschelde
2022-01-24
1
-7
/
+8
|
\
\
\
|
*
|
|
Use mouse event relative motion to calculate mouse velocity
Marcel Admiraal
2022-01-13
1
-7
/
+8
|
|
|
/
|
|
/
|
*
|
|
Add `Input.is_anything_pressed` method
Andrii Doroshenko (Xrayez)
2022-01-20
2
-0
/
+15
|
|
/
|
/
|
*
|
Fix Actions mapped to triggers not using the full range
Marcel Admiraal
2022-01-14
2
-28
/
+13
|
/
*
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-11
4
-57
/
+52
|
\
|
*
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-29
4
-57
/
+52
*
|
Add joystick button index boundary check. Increase max. button number to 128 ...
bruvzg
2022-01-10
2
-2
/
+3
*
|
Document InputEventMIDI and add some missing 0xF MIDI messages
Aaron Franke
2022-01-04
1
-0
/
+11
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
10
-20
/
+20
|
/
*
Revert "Fixed event spam when using the Nintendo Switch controller"
Marcel Admiraal
2021-12-17
1
-4
/
+1
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-12-17
1
-2
/
+2
*
Fixed event spam when using the Nintendo Switch controller
Sam Lantinga
2021-12-16
1
-1
/
+4
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-12-10
1
-179
/
+183
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
3
-12
/
+12
*
Unexpose joy_connection_changed method
kobewi
2021-12-06
1
-1
/
+0
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Add Input.is_physical_key_pressed method.
bruvzg
2021-11-23
2
-0
/
+16
*
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-3
/
+3
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
6
-347
/
+391
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-11-03
2
-287
/
+764
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-2
/
+2
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
2
-13
/
+14
*
Merge pull request #53812 from RandomShaper/expose_flush_input
Rémi Verschelde
2021-10-22
1
-0
/
+1
|
\
|
*
Expose Input::flush_buffered_events()
Pedro J. Estébanez
2021-10-22
1
-0
/
+1
*
|
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-1
/
+0
*
|
Fix handling multiple "physical key" events in the single input map action.
bruvzg
2021-10-19
1
-2
/
+7
*
|
Merge pull request #53741 from DmitriySalnikov/exposed_sensor_setters_master
Rémi Verschelde
2021-10-18
1
-0
/
+4
|
\
\
|
*
|
Exposed setters for sensor values in Input class
Дмитрий Сальников
2021-10-12
1
-0
/
+4
|
|
/
*
/
SCons: List `.gen.cpp` sources explicitly to avoid globbing errors
Rémi Verschelde
2021-10-15
1
-9
/
+5
|
/
*
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-9
/
+1
*
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-10-01
2
-18
/
+78
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-7
/
+7
*
InputEventJoypadMotion::set_axis - reject invalid axis
LATRio
2021-09-30
1
-0
/
+2
*
Replace auto completion shortcut for mac
fabriceci
2021-09-28
1
-1
/
+1
*
validate 'shortcut' in InputEventShortcut
LATRio
2021-09-26
1
-0
/
+4
*
Improve implementation of builtin action overrides
Eric M
2021-09-21
2
-15
/
+41
*
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
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
[next]