summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* fix fullscreen issue on macOSDaniel Kariv2021-09-031-0/+4
* Merge pull request #52159 from m4gr3d/addoculus_openxr_Fredia Huya-Kouadio2021-09-013-1/+14
|\
| * Update the AndroidManifest to enable access to Oculus OpenXR runtime.ne0fhyk2021-08-273-1/+14
* | Add support for adding plugin views behind the main view on AndroidPouleyKetchoupp2021-09-012-1/+19
* | Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli2021-08-311-7/+25
|\ \
| * | Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-292-2/+2
| |/ |/|
* | Fix bad size after restoring a minimized window under Windowsjmb4622021-08-271-0/+1
* | Merge pull request #47829 from Calinou/improve-crash-handler-displayHugo Locurcio2021-08-253-0/+30
|\ \
| * | Improve crash handler message displayHugo Locurcio2021-06-173-0/+30
* | | Merge pull request #52001 from floppyhammer/fix-window-decor-size-on-windowsMax Hilbrunner2021-08-241-10/+23
|\ \ \
| * | | Fix window decoration size on Windowsfloppyhammer2021-08-231-10/+23
* | | | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-226-9/+9
* | | | 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