summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* fixes android double tap regressionAlexander Holland2020-01-134-4/+4
* Merge pull request #34977 from m4gr3d/export_hand_tracking_optionRémi Verschelde2020-01-101-115/+155
|\
| * Add support for generating a Oculus Mobile VR apk with hand tracking support.fhuya2020-01-101-115/+155
* | [macOS/Mono] Filter release/debug and rename Mono data folder on export.bruvzg2020-01-101-0/+18
* | [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-103-29/+14
|/
* Merge pull request #33630 from AlexHolly/android-doubleTapRémi Verschelde2020-01-108-1/+160
|\
| * Fixes Android FileDialogAlexander Holland2020-01-108-1/+160
* | Fix warning in Linux crash handler on 32-bitRémi Verschelde2020-01-101-1/+1
|/
* macOS DMG export: create folder structure for the files extracted from export...bruvzg2020-01-101-13/+18
* Fix Android exporter manifest creation.Bruno Lourenço2020-01-091-6/+6
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-075-96/+92
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-4/+0
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-066-5/+35
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-286-5/+35
* | Update copyright statements to 2020Rémi Verschelde2020-01-01198-395/+395
* | Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-303-3/+16
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* | i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-222-2/+0
* | Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* | Merge pull request #33910 from Faless/net/android_mlockRémi Verschelde2019-12-148-0/+325
|\ \
| * | Add Android NetSocket implementation.Fabio Alessandrelli2019-12-145-0/+220
| * | Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* | | Merge pull request #34338 from Catchawink/masterRémi Verschelde2019-12-141-0/+9
|\ \ \
| * | | Added microphone and camera usage descriptions to macOS builds.Catchawink2019-12-131-0/+9
* | | | Change bundle name rules on iOS to match Apple's requirementsJonas Bernemann2019-12-141-41/+1
|/ / /
* | | Merge pull request #34229 from NoFr1ends/fix-home-indicator-iosRémi Verschelde2019-12-132-0/+12
|\ \ \
| * | | Add project setting to hide home indicator on iOSJonas Bernemann2019-12-132-0/+12
| |/ /
* / / SCons: Add 'split_libmodules' option to workaround linker issueRémi Verschelde2019-12-111-3/+6
|/ /
* | [macOS] Send resize event without actually resizing window on backing change.bruvzg2019-12-081-6/+2
* | iOS: Disable armv7 as target arch by defaultRémi Verschelde2019-12-061-1/+1
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-044-3/+47
* | Merge pull request #34079 from KoBeWi/rcexportRémi Verschelde2019-12-031-36/+41
|\ \
| * | Don't stop export if rcedit path is invalidTomasz Chabora2019-12-031-36/+41
* | | Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde2019-12-031-0/+7
|/ /
* | [iOS] Add export options to control external access to user data.bruvzg2019-12-031-0/+7
* | iOS modular build and export implementation.bruvzg2019-12-0128-1104/+54
|/
* Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde2019-11-281-3/+18
|\
| * Add connection information and serial number to device descriptionRobbie Cooper2019-10-151-0/+8
| * Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper2019-10-151-3/+10
* | Merge pull request #33883 from bruvzg/mac_localeRémi Verschelde2019-11-251-1/+1
|\ \
| * | [macOS] Fix locale detection.bruvzg2019-11-251-1/+1
* | | Fix inverted value check in UWP export packagerGeorge Marques2019-11-251-1/+1
* | | Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde2019-11-251-0/+4
|\ \ \ | |/ / |/| |
| * | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+4
* | | Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* | | Fix typos with codespellRémi Verschelde2019-11-223-4/+4
|/ /
* | [macOS] Remove CVDisplayLink v-sync hack.bruvzg2019-11-212-55/+2
* | pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-202-0/+2
* | HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde2019-11-191-0/+4
* | HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde2019-11-151-4/+1