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
*
Fix gamepad triggers not working on web exports
Lisandro Lorea
2024-09-17
1
-1
/
+1
*
Merge pull request #94413 from rburing/fix_action_press_tick
Rémi Verschelde
2024-07-17
1
-2
/
+4
|
\
|
*
Fix physics tick count in Input.action_press and Input.action_release
Ricardo Buring
2024-07-16
1
-2
/
+4
*
|
Merge pull request #94052 from m4gr3d/clean_input_dispatch_settings
Rémi Verschelde
2024-07-17
2
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Cleanup Android input on render thread settings
Fredia Huya-Kouadio
2024-07-09
2
-8
/
+8
*
|
Add Home/End to text caret movements on macOS
Mikael Hermansson
2024-07-08
1
-0
/
+4
*
|
Fix physics tick counter
Ricardo Buring
2024-07-07
1
-2
/
+3
|
/
*
Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...
Rémi Verschelde
2024-05-31
1
-0
/
+1
*
Merge pull request #92201 from bruvzg/input_flush
Rémi Verschelde
2024-05-30
2
-0
/
+11
|
\
|
*
Clean Input::frame_parsed_events before de-initialising scripting languages t...
bruvzg
2024-05-30
2
-0
/
+11
*
|
Add event_index to InputEventAction
kobewi
2024-05-30
4
-1
/
+24
|
/
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-1
/
+0
*
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
|
|
/
[next]