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 #88343 from Riteo/warped-mouse-float
Rémi Verschelde
2024-05-06
2
-7
/
+7
|
\
|
*
Handle warped mouse motion as floating point
Riteo
2024-02-14
2
-7
/
+7
*
|
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
3
-4
/
+51
*
|
Sync controller mappings DB with SDL 2 community repo
Rémi Verschelde
2024-04-24
1
-0
/
+4
*
|
Sync controller mappings DB with SDL 2 community repo
Rémi Verschelde
2024-04-08
1
-20
/
+55
*
|
Fix action_press() by clamping strength to 0, 1
Mark Wilson
2024-03-27
1
-1
/
+1
*
|
Merge pull request #87883 from TontonSancho/text-skip-occurence
Rémi Verschelde
2024-03-25
1
-0
/
+5
|
\
\
|
*
|
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+5
*
|
|
[Buildsystem] Fix encoding when reading files
A Thousand Ships
2024-03-24
1
-1
/
+1
|
/
/
*
|
Expose `DEVICE_ID_EMULATION` constant in InputEvent
Hugo Locurcio
2024-03-16
1
-0
/
+2
*
|
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-11
/
+3
*
|
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
1
-48
/
+46
*
|
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-1
/
+1
*
|
Add two new COMSTR environment variables
Thaddeus Crews
2024-03-01
1
-1
/
+1
*
|
Add autocompletion for InputMap's methods
Micky
2024-03-01
2
-0
/
+33
*
|
Optimise Object's `get_argument_options`
Micky
2024-02-29
2
-1
/
+6
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
2
-14
/
+14
|
/
*
Add screen-related attributes to mouse input events
Markus Sauermann
2024-02-05
4
-5
/
+96
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2024-01-30
1
-10
/
+28
*
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
2
-1
/
+48
*
Merge pull request #87324 from jsjtxietian/action-exist
Yuri Sizov
2024-01-18
1
-0
/
+4
|
\
|
*
Check action exists in `Input.action_press` and `action_release`
jsjtxietian
2024-01-18
1
-0
/
+4
*
|
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
1
-2
/
+2
|
/
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
2
-3
/
+3
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
2
-3
/
+3
*
|
Fix missing autocompletion for inheriting classes
Micky
2024-01-03
1
-0
/
+1
|
/
*
Add bindings for setting and getting emulation mouse from touch and touch fro...
CaTaTo
2023-12-13
1
-0
/
+6
*
Rework action pressed state to support multiple controllers
Gilles Roudière
2023-12-04
2
-102
/
+111
*
Rework input actions to be reliable
kobewi
2023-11-10
4
-59
/
+102
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2023-10-23
1
-1
/
+11
*
Merge pull request #81322 from johnnyw/android_fix_joypad_trigger_range
Rémi Verschelde
2023-10-20
2
-4
/
+6
|
\
|
*
Android: Fix joypad trigger value range
John Watson
2023-10-20
2
-4
/
+6
*
|
Fix `Input.is_action_just_pressed` flicker on joypad axes
ErezShahaf
2023-10-16
1
-8
/
+7
*
|
Merge pull request #82203 from KoBeWi/shortcuts_under_pressure
Rémi Verschelde
2023-09-24
2
-0
/
+6
|
\
\
|
*
|
Make InputEventShortcut always pressed
kobewi
2023-09-23
2
-0
/
+6
*
|
|
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2023-09-24
1
-47
/
+152
|
/
/
*
|
Merge pull request #81170 from KoBeWi/step_input
Rémi Verschelde
2023-09-11
2
-5
/
+27
|
\
\
|
*
|
Prevent axis-based actions from getting stuck
kobewi
2023-09-04
2
-5
/
+27
|
|
/
*
/
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
2
-4
/
+0
|
/
*
Remove debug print
kobewi
2023-08-29
1
-2
/
+0
*
Merge pull request #80859 from KoBeWi/prepare_for_action_and_make_it_double
Rémi Verschelde
2023-08-29
2
-22
/
+37
|
\
|
*
Fix action state when multiple events are assigned
kobewi
2023-08-25
2
-22
/
+37
*
|
Context aware MIDI event printing
alcomposer
2023-08-28
1
-1
/
+21
|
/
*
Ensure `joy_connection_changed` is emitted on the main thread
Ricardo Subtil
2023-08-09
1
-1
/
+2
*
Add the ability to get per-platform information for joypads.
Álex Román Núñez
2023-08-02
2
-2
/
+11
*
Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fix
Yuri Sizov
2023-07-12
2
-0
/
+31
|
\
|
*
Prevent double input events on gamepad when running through steam input
Eoin O'Neill
2023-07-10
2
-0
/
+31
*
|
Mention Xbox menu button by name in Start button description
Hugo Locurcio
2023-06-26
1
-1
/
+1
|
/
*
Fix various typos with codespell
Rémi Verschelde
2023-06-16
1
-1
/
+1
*
Merge pull request #75438 from ronyeh/typo
Rémi Verschelde
2023-06-15
1
-2
/
+2
|
\
[next]