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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
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
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Cleanup Android input on render thread settings
Fredia Huya-Kouadio
2024-07-09
1
-5
/
+5
*
|
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
1
-0
/
+8
|
\
|
*
Clean Input::frame_parsed_events before de-initialising scripting languages t...
bruvzg
2024-05-30
1
-0
/
+8
*
|
Add event_index to InputEventAction
kobewi
2024-05-30
1
-1
/
+1
|
/
*
Merge pull request #88343 from Riteo/warped-mouse-float
Rémi Verschelde
2024-05-06
1
-6
/
+6
|
\
|
*
Handle warped mouse motion as floating point
Riteo
2024-02-14
1
-6
/
+6
*
|
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
1
-3
/
+4
*
|
Fix action_press() by clamping strength to 0, 1
Mark Wilson
2024-03-27
1
-1
/
+1
*
|
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-1
/
+3
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-7
/
+7
|
/
*
Add screen-related attributes to mouse input events
Markus Sauermann
2024-02-05
1
-4
/
+20
*
Check action exists in `Input.action_press` and `action_release`
jsjtxietian
2024-01-18
1
-0
/
+4
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
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
1
-82
/
+91
*
Rework input actions to be reliable
kobewi
2023-11-10
1
-52
/
+67
*
Merge pull request #81322 from johnnyw/android_fix_joypad_trigger_range
Rémi Verschelde
2023-10-20
1
-3
/
+5
|
\
|
*
Android: Fix joypad trigger value range
John Watson
2023-10-20
1
-3
/
+5
*
|
Fix `Input.is_action_just_pressed` flicker on joypad axes
ErezShahaf
2023-10-16
1
-8
/
+7
*
|
Prevent axis-based actions from getting stuck
kobewi
2023-09-04
1
-5
/
+26
|
/
*
Remove debug print
kobewi
2023-08-29
1
-2
/
+0
*
Fix action state when multiple events are assigned
kobewi
2023-08-25
1
-21
/
+36
*
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
1
-1
/
+8
*
Prevent double input events on gamepad when running through steam input
Eoin O'Neill
2023-07-10
1
-0
/
+27
*
Fix various typos with codespell
Rémi Verschelde
2023-06-16
1
-1
/
+1
*
Merge pull request #77055 from lawnjelly/input_just_pressed_4
Rémi Verschelde
2023-06-12
1
-23
/
+38
|
\
|
*
Input - fix just pressed and released with short presses
lawnjelly
2023-06-12
1
-23
/
+38
*
|
Skip error messages for buttons that don't exist
Devan OBoyle
2023-06-11
1
-2
/
+3
|
/
*
Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_main
Rémi Verschelde
2023-05-17
1
-0
/
+2
|
\
|
*
Augment the `InputEvent` class with a `CANCELED` state
Fredia Huya-Kouadio
2023-05-15
1
-0
/
+2
*
|
Follow up to https://github.com/godotengine/godot/pull/76399 to fix input ANR...
Fredia Huya-Kouadio
2023-05-11
1
-0
/
+1
|
/
*
Allow concurrent buffering and dispatch of input events
Pedro J. Estébanez
2023-05-08
1
-1
/
+24
*
Revert `Input.get_vector()` back to checking raw strength
Michael Alexsander
2023-02-19
1
-2
/
+2
*
Change message of unknown joypad property from error to warning
Ricardo Subtil
2023-02-13
1
-2
/
+3
*
Perform early exit in Input::is_anything_pressed
Ninni Pipping
2023-02-09
1
-3
/
+6
*
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-06
1
-3
/
+6
*
Fix various typos with codespell
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
Merge pull request #64423 from RandomShaper/safe_input_synth
Rémi Verschelde
2023-01-31
1
-0
/
+25
|
\
|
*
Warn users about unsafe usage of InputEvent
Pedro J. Estébanez
2023-01-31
1
-0
/
+25
*
|
Merge pull request #69028 from YeldhamDev/its_raw_you_donkey
Rémi Verschelde
2023-01-25
1
-2
/
+2
|
\
\
[next]