aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-124-0/+22
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-084-0/+22
* | Fix crash on android 6.0.1, fixes #3321mrezai2016-01-121-2/+2
* | Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-114-4/+4
* | Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde2016-01-115-11/+5
|\ \
| * | Remove unnecessary null pointer checksEmmanuel Leblond2016-01-045-11/+5
* | | Merge pull request #3304 from eska014/fbsd-alsaRémi Verschelde2016-01-111-1/+5
|\ \ \
| * | | Enable ALSA driver in non-linux X11 when availableeska2016-01-101-1/+5
* | | | make msvc 64bits build again, fixes #3098Juan Linietsky2016-01-101-1/+1
* | | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-102-3/+9
|/ / /
* | | Fix bug related to EOF in Android FileAccessJuan Linietsky2016-01-091-1/+7
* | | Fix pthread renaming in Open/FreeBSDeska2016-01-091-0/+1
* | | Fix maven repositories bugmrezai2016-01-092-5/+6
* | | removed unnecesary comma in gradle templateJuan Linietsky2016-01-081-1/+1
* | | Renamed godot domain from com.android.godot (which was incorrect) to org.godo...Juan Linietsky2016-01-0829-106/+106
* | | -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-08285-8836/+573
| |/ |/|
* | Better fix for visual studio project generation.Peace Sells2016-01-061-1/+1
* | Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde2016-01-061-11/+18
* | fix x11 crash on exithondres2016-01-051-3/+3
* | define XUSER_MAX_COUNT if not presenthondres2016-01-051-0/+3
|/
* change android install location to automatic, closes #1997Juan Linietsky2016-01-031-1/+1
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
* send axis events only once per frame on linuxhondres2016-01-032-1/+13
* make num_buttons local, no need to keep in joystick structhondres2016-01-022-8/+9
* Update copyright to 2016 in headersGeorge Marques2016-01-01135-135/+135
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-312-1/+31
* Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-282-2/+2
* Fix joystick hotplugging on windows, using right indices nowHondres2015-12-261-8/+16
* removed -ffast-math on ios, compiler bug?Ariel Manzur2015-12-231-7/+7
* threadsAriel Manzur2015-12-221-1/+1
* Merge pull request #3113 from Hinsbart/joy_fixJuan Linietsky2015-12-225-12/+18
|\
| * Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres2015-12-215-12/+18
* | missing?Ariel Manzur2015-12-221-0/+7
|/
* -fixed build system to use pkg-config for evdevJuan Linietsky2015-12-212-3/+8
* windows resource version thingAriel Manzur2015-12-201-2/+2
* this failed on mingw on linux (but not on msvc) with 2 problems:Ariel Manzur2015-12-201-3/+3
* Merge pull request #3101 from Hinsbart/remapping-newpunto-2015-12-2012-518/+1194
|\
| * Use tabs instead of spaces for new gamepad codehondres2015-12-184-666/+666
| * Better gamepad supporthondres2015-12-1812-518/+1194
* | thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur2015-12-182-0/+3
|/
* no need to revert this actuallyAriel Manzur2015-12-141-2/+2
* Merge branch 'master' of https://github.com/godotengine/godotsantiagopf2015-12-142-0/+10
|\
| * added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-132-0/+10
* | utf stuff on osxsantiagopf2015-12-134-2/+451
* | reverted mouse stuffsantiagopf2015-12-131-1/+3
|/
* isimsantiagopf2015-12-121-5/+10
* added rotation and scale support to gui controlsJuan Linietsky2015-12-121-1/+1
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-123-4/+4
* Merge pull request #590 from marynate/PR-fix-ios-release-eventpunto-2015-12-111-2/+2
|\
| * Fixed ios release event not been dispatched when app entering background (onl...marynate2014-07-131-2/+2