aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Combies driver split and spawn fix, closes #3265Juan Linietsky2016-01-251-0/+2
|
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-35/+1
|
* Change default window size for desktopGeorge Marques2016-01-243-3/+3
| | | | Fix #3149
* add mappings and increase max number of buttonshondres2016-01-221-1/+1
|
* html5 gamepad supportHinsbart2016-01-212-1/+75
|
* fix export bugJuan Linietsky2016-01-201-1/+1
|
* Merge pull request #3392 from Hinsbart/html5-gamepadRémi Verschelde2016-01-201-1/+1
|\ | | | | fix string conversion in javascript export
| * fix string conversion in javascript exporthondres2016-01-201-1/+1
| |
* | Merge pull request #3391 from eska014/web-export-pageRémi Verschelde2016-01-201-17/+55
|\| | | | | Overhaul web export page
| * Revamp web export pageeska2016-01-201-17/+55
| |
* | -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-0/+37
|/
* missed rename "keep_screen_on" for iosvolzhs2016-01-191-1/+1
|
* Merge pull request #3364 from Max-Might/masterRémi Verschelde2016-01-184-2/+72
|\ | | | | Haiku: fix build and add resource file
| * Haiku: add resource fileKostadin Damyanov2016-01-163-2/+71
| |
| * Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2016-01-15440-9119/+953
| |\
| * | Haiku: fix buildKostadin Damyanov2015-12-261-0/+1
| | |
* | | Merge pull request #3360 from volzhs/keep-screen-on-5Rémi Verschelde2016-01-187-11/+56
|\ \ \ | | | | | | | | Add ability to set "keep screen on" for android & iOS. fixes #2428
| * | | Add ability to set "keep screen on" for iOSvolzhs2016-01-163-2/+15
| | | |
| * | | Add ability to set "keep screen on" for androidvolzhs2016-01-164-9/+41
| | |/ | |/|
* / | Fix 32 bit windows export crashmrezai2016-01-161-2/+8
|/ /
* | Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-124-0/+22
|\ \ | | | | | | Add some joystick functions to input. Enables manipulation of mapping…
| * | Add some joystick functions to input. Enables manipulation of mappings at ↵hondres2016-01-084-0/+22
| | | | | | | | | | | | runtime
* | | 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 checks
| * | | Remove unnecessary null pointer checksEmmanuel Leblond2016-01-045-11/+5
| | | |
* | | | Merge pull request #3304 from eska014/fbsd-alsaRémi Verschelde2016-01-111-1/+5
|\ \ \ \ | | | | | | | | | | Give FreeBSD a chance to enable ALSA
| * | | | 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
| | | | | | | | | | | | | | | | | | | | disabled assembly for msvc 64 bits, as it is not supported
* | | | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵Juan Linietsky2016-01-102-3/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
* | | | 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 ↵Juan Linietsky2016-01-0829-106/+106
| | | | | | | | | | | | | | | | org.godotengine.godot
* | | | -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-08285-8836/+573
| |/ / |/| | | | | | | | -Added new Gradle build system, as it is the required build system
* | | 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
| | | | | | | | | | | | 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.
* | | 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
|/ | | | Copy-paste mistake from the setter most likely.
* 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
|