summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2016-01-27Merge pull request #3471 from Hinsbart/remove_libevdevpunto-
remove dependancy on libevdev
2016-01-26Revert "make msvc 64bits build again, fixes #3098"George Marques
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
2016-01-26remove dependancy on libevdevhondres
2016-01-25Combies driver split and spawn fix, closes #3265Juan Linietsky
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky
2016-01-24Change default window size for desktopGeorge Marques
Fix #3149
2016-01-22add mappings and increase max number of buttonshondres
2016-01-21html5 gamepad supportHinsbart
2016-01-20fix export bugJuan Linietsky
2016-01-20Merge pull request #3392 from Hinsbart/html5-gamepadRémi Verschelde
fix string conversion in javascript export
2016-01-20fix string conversion in javascript exporthondres
2016-01-20Merge pull request #3391 from eska014/web-export-pageRémi Verschelde
Overhaul web export page
2016-01-20-Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky
2016-01-20Revamp web export pageeska
2016-01-19missed rename "keep_screen_on" for iosvolzhs
2016-01-18Merge pull request #3364 from Max-Might/masterRémi Verschelde
Haiku: fix build and add resource file
2016-01-18Merge pull request #3360 from volzhs/keep-screen-on-5Rémi Verschelde
Add ability to set "keep screen on" for android & iOS. fixes #2428
2016-01-16Fix 32 bit windows export crashmrezai
2016-01-16Add ability to set "keep screen on" for iOSvolzhs
2016-01-16Add ability to set "keep screen on" for androidvolzhs
2016-01-16Haiku: add resource fileKostadin Damyanov
2016-01-15Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2016-01-12Merge pull request #3272 from Hinsbart/joy-bindingpunto-
Add some joystick functions to input. Enables manipulation of mapping…
2016-01-12Fix crash on android 6.0.1, fixes #3321mrezai
2016-01-11Update copyright in remaining files + prints in the UIRémi Verschelde
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
Remove unnecessary null pointer checks
2016-01-11Merge pull request #3304 from eska014/fbsd-alsaRémi Verschelde
Give FreeBSD a chance to enable ALSA
2016-01-10make msvc 64bits build again, fixes #3098Juan Linietsky
disabled assembly for msvc 64 bits, as it is not supported
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵Juan Linietsky
unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
2016-01-10Enable ALSA driver in non-linux X11 when availableeska
2016-01-09Fix bug related to EOF in Android FileAccessJuan Linietsky
2016-01-09Fix pthread renaming in Open/FreeBSDeska
2016-01-09Fix maven repositories bugmrezai
2016-01-08removed unnecesary comma in gradle templateJuan Linietsky
2016-01-08Renamed godot domain from com.android.godot (which was incorrect) to ↵Juan Linietsky
org.godotengine.godot
2016-01-08-Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky
-Added new Gradle build system, as it is the required build system
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at ↵hondres
runtime
2016-01-06Better fix for visual studio project generation.Peace Sells
2016-01-06Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde
It is enabled by default, users have to specifically ask for it if they don't want gamepad support. If libudev or libevdev are missing, the build aborts and tells the user the reason and that they can disable gamepad support with the "gamepad=no" option.
2016-01-05fix x11 crash on exithondres
2016-01-05define XUSER_MAX_COUNT if not presenthondres
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-03change android install location to automatic, closes #1997Juan Linietsky
2016-01-03having active items is pointless in input mapJuan Linietsky
2016-01-03send axis events only once per frame on linuxhondres
2016-01-02make num_buttons local, no need to keep in joystick structhondres
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky
2015-12-28Remove bogus argument in sample_get_descriptionRémi Verschelde
Copy-paste mistake from the setter most likely.
2015-12-26Haiku: fix buildKostadin Damyanov