| Commit message (Expand) | Author | Age | Files | Lines |
| * | add mappings and increase max number of buttons | hondres | 2016-01-22 | 1 | -1/+1 |
| * | html5 gamepad support | Hinsbart | 2016-01-21 | 2 | -1/+75 |
| * | fix export bug | Juan Linietsky | 2016-01-20 | 1 | -1/+1 |
| * | Merge pull request #3392 from Hinsbart/html5-gamepad | Rémi Verschelde | 2016-01-20 | 1 | -1/+1 |
| |\ |
|
| | * | fix string conversion in javascript export | hondres | 2016-01-20 | 1 | -1/+1 |
| * | | Merge pull request #3391 from eska014/web-export-page | Rémi Verschelde | 2016-01-20 | 1 | -17/+55 |
| |\| |
|
| | * | Revamp web export page | eska | 2016-01-20 | 1 | -17/+55 |
| * | | -Remote deploy now uses FS over USB on Android, super fast! | Juan Linietsky | 2016-01-20 | 1 | -0/+37 |
| |/ |
|
| * | missed rename "keep_screen_on" for ios | volzhs | 2016-01-19 | 1 | -1/+1 |
| * | Merge pull request #3364 from Max-Might/master | Rémi Verschelde | 2016-01-18 | 4 | -2/+72 |
| |\ |
|
| | * | Haiku: add resource file | Kostadin Damyanov | 2016-01-16 | 3 | -2/+71 |
| | * | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | 2016-01-15 | 440 | -9120/+954 |
| | |\ |
|
| | * | | Haiku: fix build | Kostadin Damyanov | 2015-12-26 | 1 | -0/+1 |
| * | | | Merge pull request #3360 from volzhs/keep-screen-on-5 | Rémi Verschelde | 2016-01-18 | 7 | -11/+56 |
| |\ \ \ |
|
| | * | | | Add ability to set "keep screen on" for iOS | volzhs | 2016-01-16 | 3 | -2/+15 |
| | * | | | Add ability to set "keep screen on" for android | volzhs | 2016-01-16 | 4 | -9/+41 |
| | | |/
| |/| |
|
| * / | | Fix 32 bit windows export crash | mrezai | 2016-01-16 | 1 | -2/+8 |
| |/ / |
|
| * | | 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 |
| |/ |
|