aboutsummaryrefslogtreecommitdiff
path: root/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-add ouya gamepad mapping.Andreas Haas2017-04-101-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-087-0/+7
* Optimize-out some debug and/or non-tools methodsPedro J. Estébanez2017-04-071-0/+7
* Fix warped mouse panning on LinuxPedro J. Estébanez2017-04-031-1/+16
* Input: Update Gamepad mappings.Andreas Haas2017-04-021-12/+34
* Merge pull request #8166 from evolarium/joystick_fixAndreas Haas2017-03-301-2/+7
|\
| * Initialize hat values for mapping and revert X360 mappings.Jordan Patterson2017-03-271-2/+7
* | Better handling of joypad device IDs.Andreas Haas2017-03-262-0/+16
|/
* Input: Update mouse position on mouse-button events.Andreas Haas2017-03-241-0/+5
* Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez2017-03-222-0/+12
* Input: bind parse_input_event()Andreas Haas2017-03-191-1/+2
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1941-2706/+2258
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-181-3/+3
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-03-181-4/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-185-9/+9
* Style: No break before list braceRémi Verschelde2017-03-181-2/+1
* Core motion for Godot 2.x (based on PR 7127)BastiaanOlij2017-03-092-0/+17
* Move core engine tests to mainRémi Verschelde2017-01-1237-1/+6854
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-127-8/+8
* Fix typos and missing newlines in --helpTim Roes2016-11-151-3/+2
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-3/+3
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Allow whitespace in Gamepad mappings.Andreas Haas2016-10-171-2/+2
* Improve debug focus behaviorPedro J. Estébanez2016-10-091-0/+10
* PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-091-3/+0
* Add function to get readable names for joystick eventsAndreas Haas2016-10-092-0/+63
* Fix input action pressed state not changing for quick joystick movements.Andreas Haas2016-10-091-0/+7
* x11: fix x360 wireless gamepad mapping.Andreas Haas2016-09-181-1/+1
* Update gamepad mappings from community db.Andreas Haas2016-09-181-1/+28
* Fix crash when trying to access the guid of an unavailable Gamepad.Andreas Haas2016-09-011-0/+1
* Fix steam controller gamepad mappingAndreas Haas2016-08-081-1/+1
* Add gamepad mapping for the steam controller userspace driver.Andreas Haas2016-07-261-0/+1
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-162-0/+17
* Merge pull request #5634 from vnen/assetlib-map-crashRémi Verschelde2016-07-111-0/+2
|\
| * Fix crash on asset lib installGeorge Marques2016-07-101-0/+2
* | Merge pull request #5559 from Hinsbart/connected_joystickspunto-2016-07-102-3/+18
|\ \
| * | Input: add get_connected_joysticks() method.Andreas Haas2016-07-052-3/+18
* | | Merge pull request #5533 from Hinsbart/cursor_atexJuan Linietsky2016-07-101-1/+4
|\ \ \ | |_|/ |/| |
| * | Can use AtlasTextures as custom mouse cursor.Andreas Haas2016-07-031-1/+4
| |/
* | removed target_fps option, moved it to debug (it makes no sense for games). A...Juan Linietsky2016-07-091-2/+10
* | Regenerate hardcoded Godot icon to match current oneRémi Verschelde2016-07-091-4/+1386
* | Removed unused variables (first pass)Rémi Verschelde2016-07-071-5/+2
|/
* Set default duration parameter of joystick vibration to 0.Andreas Haas2016-06-211-1/+1
* Fix the joystick vibration timestampWilhem Barbier2016-06-201-1/+1
* Merge pull request #5225 from Hinsbart/x_rumbleRémi Verschelde2016-06-191-1/+1
|\
| * Windows: Support gamepad vibration using XInput.Andreas Haas2016-06-151-1/+1
* | update EditorDirDialog on external change, closes #4629Juan Linietsky2016-06-181-2/+3
* | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-0/+56
|/
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-152-0/+64