| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #3272 from Hinsbart/joy-binding | punto- | 2016-01-12 | 4 | -0/+22 |
| |\ |
|
| | * | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres | 2016-01-08 | 4 | -0/+22 |
| * | | Fix crash on android 6.0.1, fixes #3321 | mrezai | 2016-01-12 | 1 | -2/+2 |
| * | | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 4 | -4/+4 |
| * | | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 5 | -11/+5 |
| |\ \ |
|
| | * | | Remove unnecessary null pointer checks | Emmanuel Leblond | 2016-01-04 | 5 | -11/+5 |
| * | | | Merge pull request #3304 from eska014/fbsd-alsa | Rémi Verschelde | 2016-01-11 | 1 | -1/+5 |
| |\ \ \ |
|
| | * | | | Enable ALSA driver in non-linux X11 when available | eska | 2016-01-10 | 1 | -1/+5 |
| * | | | | make msvc 64bits build again, fixes #3098 | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| * | | | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky | 2016-01-10 | 2 | -3/+9 |
| |/ / / |
|
| * | | | Fix bug related to EOF in Android FileAccess | Juan Linietsky | 2016-01-09 | 1 | -1/+7 |
| * | | | Fix pthread renaming in Open/FreeBSD | eska | 2016-01-09 | 1 | -0/+1 |
| * | | | Fix maven repositories bug | mrezai | 2016-01-09 | 2 | -5/+6 |
| * | | | removed unnecesary comma in gradle template | Juan Linietsky | 2016-01-08 | 1 | -1/+1 |
| * | | | Renamed godot domain from com.android.godot (which was incorrect) to org.godo... | Juan Linietsky | 2016-01-08 | 29 | -106/+106 |
| * | | | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky | 2016-01-08 | 285 | -8836/+573 |
| | |/
|/| |
|
| * | | Better fix for visual studio project generation. | Peace Sells | 2016-01-06 | 1 | -1/+1 |
| * | | Make joydev build using udev and evdev opt-out but blocking (linux) | Rémi Verschelde | 2016-01-06 | 1 | -11/+18 |
| * | | fix x11 crash on exit | hondres | 2016-01-05 | 1 | -3/+3 |
| * | | define XUSER_MAX_COUNT if not present | hondres | 2016-01-05 | 1 | -0/+3 |
| |/ |
|
| * | change android install location to automatic, closes #1997 | Juan Linietsky | 2016-01-03 | 1 | -1/+1 |
| * | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -1/+11 |
| * | send axis events only once per frame on linux | hondres | 2016-01-03 | 2 | -1/+13 |
| * | make num_buttons local, no need to keep in joystick struct | hondres | 2016-01-02 | 2 | -8/+9 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 135 | -135/+135 |
| * | -Fix parsing of comments in VariantParser, fixes #3175 | Juan Linietsky | 2015-12-31 | 2 | -1/+31 |
| * | Remove bogus argument in sample_get_description | Rémi Verschelde | 2015-12-28 | 2 | -2/+2 |
| * | Fix joystick hotplugging on windows, using right indices now | Hondres | 2015-12-26 | 1 | -8/+16 |
| * | removed -ffast-math on ios, compiler bug? | Ariel Manzur | 2015-12-23 | 1 | -7/+7 |
| * | threads | Ariel Manzur | 2015-12-22 | 1 | -1/+1 |
| * | Merge pull request #3113 from Hinsbart/joy_fix | Juan Linietsky | 2015-12-22 | 5 | -12/+18 |
| |\ |
|
| | * | Check pkg-config for libudev and enable gamepad code only if found. Linux onl... | hondres | 2015-12-21 | 5 | -12/+18 |
| * | | missing? | Ariel Manzur | 2015-12-22 | 1 | -0/+7 |
| |/ |
|
| * | -fixed build system to use pkg-config for evdev | Juan Linietsky | 2015-12-21 | 2 | -3/+8 |
| * | windows resource version thing | Ariel Manzur | 2015-12-20 | 1 | -2/+2 |
| * | this failed on mingw on linux (but not on msvc) with 2 problems: | Ariel Manzur | 2015-12-20 | 1 | -3/+3 |
| * | Merge pull request #3101 from Hinsbart/remapping-new | punto- | 2015-12-20 | 12 | -518/+1194 |
| |\ |
|
| | * | Use tabs instead of spaces for new gamepad code | hondres | 2015-12-18 | 4 | -666/+666 |
| | * | Better gamepad support | hondres | 2015-12-18 | 12 | -518/+1194 |
| * | | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur | 2015-12-18 | 2 | -0/+3 |
| |/ |
|
| * | no need to revert this actually | Ariel Manzur | 2015-12-14 | 1 | -2/+2 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | santiagopf | 2015-12-14 | 2 | -0/+10 |
| |\ |
|
| | * | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | 2015-12-13 | 2 | -0/+10 |
| * | | utf stuff on osx | santiagopf | 2015-12-13 | 4 | -2/+451 |
| * | | reverted mouse stuff | santiagopf | 2015-12-13 | 1 | -1/+3 |
| |/ |
|
| * | isim | santiagopf | 2015-12-12 | 1 | -5/+10 |
| * | added rotation and scale support to gui controls | Juan Linietsky | 2015-12-12 | 1 | -1/+1 |
| * | -added windowed mode with -w, fixes #3020 | Juan Linietsky | 2015-12-12 | 3 | -4/+4 |
| * | Merge pull request #590 from marynate/PR-fix-ios-release-event | punto- | 2015-12-11 | 1 | -2/+2 |
| |\ |
|
| | * | Fixed ios release event not been dispatched when app entering background (onl... | marynate | 2014-07-13 | 1 | -2/+2 |