summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49756 from Calinou/android-export-move-clear-previous-ins...Michael Alexsander2021-08-222-3/+3
|\
| * Move the Android "clear previous install" setting to Editor SettingsHugo Locurcio2021-08-162-3/+3
* | Check if vibration duration is > 0 on AndroidMarcus Brummer2021-08-211-1/+1
* | HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@Rémi Verschelde2021-08-191-1/+4
* | Delegate handling and implementation of the restart functionality to the Godo...Fredia Huya-Kouadio2021-08-183-16/+29
* | [CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli2021-08-181-1/+1
* | Merge pull request #50360 from m4gr3d/address_external_dir_access_masterRémi Verschelde2021-08-1718-239/+113
|\ \
| * | Add partial support for Android scoped storage.ne0fhyk2021-08-1618-239/+113
* | | [android] Fixed wrong button mask for right clickModProg2021-08-161-1/+1
|/ /
* | Merge pull request #51116 from Calinou/macos-fix-xbox-bluetooth-controllersRémi Verschelde2021-08-162-2/+15
|\ \ | |/ |/|
| * Fix Xbox controllers in Bluetooth mode on macOSHugo Locurcio2021-08-162-2/+15
* | Merge pull request #51587 from Calinou/use-unicode-multiplication-symbolRémi Verschelde2021-08-131-8/+8
|\ \
| * | Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-8/+8
* | | Switch to input buffering on AndroidPedro J. Estébanez2021-08-1311-521/+604
* | | Add input buffering frameworkPedro J. Estébanez2021-08-134-4/+4
* | | Improve input event accumulationPedro J. Estébanez2021-08-134-42/+42
* | | Merge pull request #51586 from m4gr3d/investigate_godot_resume_stalls_masterRémi Verschelde2021-08-133-9/+39
|\ \ \
| * | | Resolve issue where the Godot app remains stuck when resuming.Fredia Huya-Kouadio2021-08-123-9/+39
| |/ /
* | | Merge pull request #51524 from RandomShaper/faster_vmaRémi Verschelde2021-08-136-6/+5
|\ \ \
| * | | Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-135-5/+5
| * | | Android: Use volk instead of NDK Vulkan headersRémi Verschelde2021-08-121-1/+0
| |/ /
* / / Add support for prompting the user to retain app data on uninstall.Fredia Huya-Kouadio2021-08-123-2/+11
|/ /
* | Merge pull request #50771 from naithar/feature/platform-export-refactoring-4.0Rémi Verschelde2021-08-1229-9225/+10076
|\ \
| * | Split uwp platform export template into multiple filesSergey Minakov2021-08-125-1402/+1571
| * | Split javascript export template into multiple filesSergey Minakov2021-08-125-964/+1081
| * | Split windows platform export template into multiple filesSergey Minakov2021-08-124-308/+382
| * | Split osx platform export template into multiple filesSergey Minakov2021-08-123-1147/+1214
| * | Split android platform export template into multiple filesSergey Minakov2021-08-127-3287/+3592
| * | Split iphone platform export template into multiple filesSergey Minakov2021-08-125-2117/+2236
* | | Properly finishes Godot's Android activity when destroyed by the systemMarcus Brummer2021-08-121-0/+1
|/ /
* | Remove unnecessary iOS linker flags.bruvzg2021-08-121-38/+0
* | Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-1213-37/+54
* | Use Key enum instead of plain integersAaron Franke2021-08-1015-46/+50
* | [macOS] Move captured mouse cursor to the center when window gain focus.bruvzg2021-08-081-2/+10
* | [iOS] Use platform generated api to initialize iOS pluginsSergey Minakov2021-08-064-7/+90
* | Fix vertical scroll/zoom for precision touchpadGeorg Wacker2021-08-061-3/+2
* | Make progress and errors translatable when exporting to AndroidHaoyu Qiu2021-08-011-30/+29
* | Windows: Fix build with SCons 4.2.0Rémi Verschelde2021-08-011-1/+1
|/
* Fix custom build exportFredia Huya-Kouadio2021-07-271-0/+2
* Removed Redundant assignement of name inside configure_joypad functionvitika92021-07-271-1/+2
* Merge pull request #50878 from bruvzg/debug_entitlementRémi Verschelde2021-07-261-0/+5
|\
| * [macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us...bruvzg2021-07-261-0/+5
* | Remove unnecessary 'pass' statementluz paz2021-07-251-1/+0
|/
* Fix various typos with codespellluz paz2021-07-256-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-14/+14
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-2224-323/+346
* Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg2021-07-221-1/+2
* Merge pull request #50712 from nekomatata/x11-popup-focus-fixRémi Verschelde2021-07-221-3/+7
|\
| * Fix popup closing immediately after showing on some Linux WMsPouleyKetchoupp2021-07-211-3/+7
* | Disable resource optimizations for release builds as it breaks the legacy bui...ne0fhyk2021-07-203-1/+32
|/