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
*
Revert "Fix InputEvent device id clash" and add a compatibility function
Markus Sauermann
2024-11-20
4
-4
/
+13
*
Merge pull request #99304 from emanvidmaker/Update-gamecontrollerdb.txt-2024
Thaddeus Crews
2024-11-18
1
-294
/
+343
|
\
|
*
Sync controller mappings DB with SDL2 community repo [Nov 2024]
Emanuel Acosta Gonzalez (emanvidmaker)
2024-11-15
1
-294
/
+343
*
|
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
2
-3
/
+3
|
/
*
Replace default deadzone magic number with named constant
Malcolm Anderson
2024-11-12
3
-4
/
+6
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
Merge pull request #98091 from AThousandShips/improve_err_prints_core
Thaddeus Crews
2024-10-31
1
-1
/
+1
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
|
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
2
-1
/
+117
|
/
*
Merge pull request #98318 from alexkar598/mouse_emulation
Clay John
2024-10-24
1
-0
/
+2
|
\
|
*
Fixes window_id being erased when emulating mouse events from touch events
alexkar598
2024-10-18
1
-0
/
+2
*
|
Merge pull request #97707 from Sauermann/fix-input-device-clash
Thaddeus Crews
2024-10-21
4
-13
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix InputEvent device id clash
Markus Sauermann
2024-10-20
4
-13
/
+4
*
|
Merge pull request #97281 from reptofrog/deadzone-new-default
Rémi Verschelde
2024-10-02
3
-3
/
+50
|
\
\
|
|
/
|
/
|
|
*
Changed the default deadzone value for new actions from 0.5 to 0.2
Roman Morozov
2024-10-01
3
-3
/
+50
*
|
Merge pull request #96923 from Repiteo/style/warning-admonition
Rémi Verschelde
2024-09-26
1
-1
/
+1
|
\
\
|
*
|
Style: Add `WARNING:` as new comment admonition
Thaddeus Crews
2024-09-25
1
-1
/
+1
|
|
/
*
/
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Allow JOY_AXIS_INVALID in InputEventJoypadMotion's `axis`
Micky
2024-09-16
1
-1
/
+1
*
Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...
bruvzg
2024-09-12
1
-0
/
+5
*
Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...
Rémi Verschelde
2024-08-16
2
-0
/
+37
|
\
|
*
Memory cleanup and optimizations
Fredia Huya-Kouadio
2024-08-16
2
-0
/
+37
*
|
Fix gamepad triggers not working on web exports
Lisandro Lorea
2024-08-14
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
[next]