summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-3/+5
|\
| * Merge pull request #90723 from Calinou/textedit-autocompletion-always-replace...Thaddeus Crews2024-11-271-3/+5
| |\
| | * Make TextEdit autocompletion replace word unless Shift is heldHugo Locurcio2024-04-161-3/+5
* | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-204-4/+13
|\| |
| * | Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-204-4/+13
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-193-297/+346
|\| |
| * | Merge pull request #99304 from emanvidmaker/Update-gamecontrollerdb.txt-2024Thaddeus Crews2024-11-181-294/+343
| |\ \
| | * | Sync controller mappings DB with SDL2 community repo [Nov 2024]Emanuel Acosta Gonzalez (emanvidmaker)2024-11-151-294/+343
| * | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-172-3/+3
| |/ /
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-153-4/+6
|\| |
| * | Replace default deadzone magic number with named constantMalcolm Anderson2024-11-123-4/+6
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\| |
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-023-2/+118
|\| |
| * | Merge pull request #98091 from AThousandShips/improve_err_prints_coreThaddeus Crews2024-10-311-1/+1
| |\ \
| | * | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
| * | | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-302-1/+117
| |/ /
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2712-24/+24
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-2712-24/+24
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #98318 from alexkar598/mouse_emulationClay John2024-10-241-0/+2
| |\ \
| | * | Fixes window_id being erased when emulating mouse events from touch eventsalexkar5982024-10-181-0/+2
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-224-13/+4
|\| | |
| * | | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-214-13/+4
| |\ \ \ | | |/ / | |/| |
| | * | Fix InputEvent device id clashMarkus Sauermann2024-10-204-13/+4
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1112-0/+24
* | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/ / /
* | | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-023-3/+50
|\ \ \ | |/ / |/| |
| * | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-013-3/+50
* | | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-261-1/+1
|\ \ \
| * | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-1/+1
| |/ /
* / / SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ /
* | Allow JOY_AXIS_INVALID in InputEventJoypadMotion's `axis`Micky2024-09-161-1/+1
* | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-0/+5
* | Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-162-0/+37
|\ \
| * | Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-162-0/+37
* | | Fix gamepad triggers not working on web exportsLisandro Lorea2024-08-141-1/+1
|/ /
* | Merge pull request #94413 from rburing/fix_action_press_tickRémi Verschelde2024-07-171-2/+4
|\ \
| * | Fix physics tick count in Input.action_press and Input.action_releaseRicardo Buring2024-07-161-2/+4
* | | Merge pull request #94052 from m4gr3d/clean_input_dispatch_settingsRémi Verschelde2024-07-172-8/+8
|\ \ \ | |/ / |/| |
| * | Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-092-8/+8
* | | Add Home/End to text caret movements on macOSMikael Hermansson2024-07-081-0/+4
* | | Fix physics tick counterRicardo Buring2024-07-071-2/+3
|/ /
* | Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-0/+1
* | Merge pull request #92201 from bruvzg/input_flushRémi Verschelde2024-05-302-0/+11
|\ \
| * | Clean Input::frame_parsed_events before de-initialising scripting languages t...bruvzg2024-05-302-0/+11
* | | Add event_index to InputEventActionkobewi2024-05-304-1/+24
|/ /
* | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+0
* | Merge pull request #88343 from Riteo/warped-mouse-floatRémi Verschelde2024-05-062-7/+7
|\ \
| * | Handle warped mouse motion as floating pointRiteo2024-02-142-7/+7