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
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
|
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+107
|
\
|
|
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-1
/
+107
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixes window_id being erased when emulating mouse events from touch events
alexkar598
2024-10-18
1
-0
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Memory cleanup and optimizations
Fredia Huya-Kouadio
2024-08-16
1
-0
/
+33
*
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
[next]