summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-204-4/+13
* 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
|/
* Replace default deadzone magic number with named constantMalcolm Anderson2024-11-123-4/+6
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* 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 #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 pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-214-13/+4
|\ \ | |/ |/|
| * Fix InputEvent device id clashMarkus Sauermann2024-10-204-13/+4
* | 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
* | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-023-4/+51
* | Sync controller mappings DB with SDL 2 community repoRémi Verschelde2024-04-241-0/+4
* | Sync controller mappings DB with SDL 2 community repoRémi Verschelde2024-04-081-20/+55
* | Fix action_press() by clamping strength to 0, 1Mark Wilson2024-03-271-1/+1
* | Merge pull request #87883 from TontonSancho/text-skip-occurenceRémi Verschelde2024-03-251-0/+5
|\ \
| * | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+5
* | | [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-241-1/+1
|/ /
* | Expose `DEVICE_ID_EMULATION` constant in InputEventHugo Locurcio2024-03-161-0/+2
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-11/+3
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-48/+46
* | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
* | Add two new COMSTR environment variablesThaddeus Crews2024-03-011-1/+1
* | Add autocompletion for InputMap's methodsMicky2024-03-012-0/+33
* | Optimise Object's `get_argument_options`Micky2024-02-292-1/+6