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
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
10
-290
/
+290
*
[iOS] Add Apple Pencil pressure and tilt support.
bruvzg
2022-12-23
3
-1
/
+58
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-12-12
1
-32
/
+88
*
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-24
1
-1
/
+1
*
add controller_number & controller_value to allow printing of all MIDI event ...
alcomposer
2022-11-14
1
-1
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Unified shortcut to clear carets and selections
Alfred Reinold Baudisch
2022-11-02
1
-2
/
+2
*
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
1
-0
/
+5
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-31
1
-0
/
+22
|
\
\
|
*
|
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-18
1
-0
/
+22
|
|
/
*
|
Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrence
Clay John
2022-10-27
1
-1
/
+6
|
\
\
|
*
|
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-21
1
-1
/
+6
|
|
/
*
/
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-22
3
-1
/
+20
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
2
-22
/
+21
*
[Web] Add PS3 gamepad mapping for FF+Linux.
Fabio Alessandrelli
2022-10-03
1
-0
/
+1
*
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-30
1
-1
/
+1
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-09-27
1
-6
/
+14
*
Merge pull request #63109 from OverloadedOrama/fix-input-event-action
Rémi Verschelde
2022-09-25
1
-1
/
+1
|
\
|
*
Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameter
Emmanouil Papadeas
2022-07-17
1
-1
/
+1
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
3
-87
/
+90
*
|
Updated gamecontrollerdb.txt to latest to include new mappings for various co...
Andres Hernandez
2022-09-05
1
-13
/
+36
*
|
Merge pull request #64444 from timothyqiu/action-completion
Rémi Verschelde
2022-09-01
1
-5
/
+4
|
\
\
|
*
|
Fix action name completion for `Input`
Haoyu Qiu
2022-08-15
1
-5
/
+4
*
|
|
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
2
-26
/
+26
*
|
|
Merge pull request #64531 from madmiraal/fix-63972-2
Rémi Verschelde
2022-08-24
1
-5
/
+3
|
\
\
\
|
*
|
|
Fix axis mapped to DPad buttons not releasing opposite button
Marcel Admiraal
2022-08-17
1
-5
/
+3
|
|
/
/
*
|
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
2
-6
/
+10
*
|
|
Merge pull request #64732 from RandomShaper/input_is_final
Rémi Verschelde
2022-08-23
2
-14
/
+9
|
\
\
\
|
*
|
|
Consolidate the fact that `Input` is meant to be final
Pedro J. Estébanez
2022-08-22
2
-14
/
+9
|
|
/
/
*
/
/
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
2
-8
/
+8
|
/
/
*
|
Use %s for bool value in vformat
Haoyu Qiu
2022-08-07
1
-1
/
+1
*
|
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-08-05
1
-18
/
+71
*
|
Fix some array size function definition mismatch.
Fabio Alessandrelli
2022-08-04
1
-1
/
+1
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+1
*
|
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-2
/
+2
*
|
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-07-18
1
-158
/
+209
|
/
*
Merge pull request #62212 from hansemro/eraser-detect-4
Rémi Verschelde
2022-07-04
2
-3
/
+20
|
\
|
*
[macOS, Windows, X11] Add stylus inverted/eraser support to
Hansem Ro
2022-07-04
2
-3
/
+20
*
|
Input: Re-enable input accumulation by default
Rémi Verschelde
2022-07-03
1
-1
/
+1
*
|
Input: Make `get_action_raw_strength` print error when the action doesn't exist
Marco F
2022-06-28
1
-0
/
+1
|
/
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-9
/
+9
*
Merge pull request #61669 from fire-forge/input
Rémi Verschelde
2022-06-04
2
-0
/
+9
|
\
|
*
Make Input mouse_mode and use_accumulated_input properties
FireForge
2022-06-03
2
-0
/
+9
*
|
Add array element type to `get_connected_joypads`
Raul Santos
2022-06-03
2
-3
/
+4
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
3
-31
/
+31
*
Add a new HashMap implementation
reduz
2022-05-12
3
-35
/
+35
*
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-05-05
1
-90
/
+140
[next]