summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61691 from madmiraal/android-ndk-23Rémi Verschelde2022-06-262-258/+76
|\
| * Upgrade Android NDK to r23 LTSMarcel Admiraal2022-06-252-258/+76
* | Merge pull request #62289 from madmiraal/fix-61816Fredia Huya-Kouadio2022-06-256-36/+0
|\ \ | |/ |/|
| * Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-216-36/+0
* | Update android:targetSdkVersion from 30 to 31Gustavo Maciel2022-06-235-3/+6
|/
* Merge pull request #62000 from gregcsokas/masterRémi Verschelde2022-06-173-6/+82
|\
| * Adding function key support from F17 to F35gregcsokas2022-06-163-6/+82
* | Ensure joystick has been added or not already removed when processing inputMarcel Admiraal2022-06-161-0/+3
|/
* refactoring: simplify compiler version checkJiri Suchan2022-06-141-13/+7
* [HTML5] Add GDNative+Threads build.Fabio Alessandrelli2022-06-145-23/+30
* Migrate the Godot Editor java source file to Kotlin.Fredia Huya-Kouadio2022-06-093-85/+77
* Add readable export errors.bruvzg2022-06-088-111/+217
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-026-11/+25
* Merge pull request #61579 from madmiraal/android-kotlin-java-versionRémi Verschelde2022-06-018-12/+69
|\
| * Ensure Android Java and Kotlin compile to the same versionMarcel Admiraal2022-06-018-12/+69
* | Misc editor tweaks and polishes:Fredia Huya-Kouadio2022-05-316-5/+64
|/
* Merge pull request #61573 from madmiraal/android-cleanupRémi Verschelde2022-05-3133-239/+182
|\
| * Cleanup Android C++ codeMarcel Admiraal2022-05-3133-239/+182
* | Only use Android fullscreen theme for splash screenMarcel Admiraal2022-05-271-2/+2
|/
* HTML5: Run `npm audit fix`Rémi Verschelde2022-05-252-90/+151
* HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde2022-05-251-5/+0
* Merge pull request #61352 from Faless/ext/linux_exportRémi Verschelde2022-05-251-1/+1
|\
| * [Editor] LinuxBSD export reports Linux as OS name.Fabio Alessandrelli2022-05-241-1/+1
* | Merge pull request #61333 from m4gr3d/fix_restart_logic_mainRémi Verschelde2022-05-237-88/+156
|\ \
| * | Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-237-88/+156
* | | Merge pull request #61330 from madmiraal/android-duplicate-registerRémi Verschelde2022-05-231-4/+0
|\ \ \ | |/ / |/| |
| * | Remove duplicate Android sensor listener registrationsMarcel Admiraal2022-05-231-4/+0
| |/
* / Fix typos with codespellRémi Verschelde2022-05-231-1/+1
|/
* Add a new HashSet templatereduz2022-05-2015-17/+17
* Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde2022-05-191-2/+2
|\
| * Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu2022-05-141-2/+2
* | Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* | Add dedicated macros for property name extractionHaoyu Qiu2022-05-192-20/+20
* | Merge pull request #61001 from derammo/derammo_popup_conditional_hideRémi Verschelde2022-05-171-1/+5
|\ \
| * | popup deferred hide suppressed if reopenedderammo2022-05-131-1/+5
| |/
* | Merge pull request #61074 from timoschwarzer/fix-ios-vibration-durationRémi Verschelde2022-05-161-1/+1
|\ \
| * | Fix vibration duration on iOSTimo Schwarzer2022-05-161-1/+1
| |/
* / Replace most uses of Map by HashMapreduz2022-05-1640-113/+114
|/
* Merge pull request #60894 from derammo/derammo_opengl3_windowsRémi Verschelde2022-05-138-81/+193
|\
| * opengl3 driver now works on windows including multi windowderammo2022-05-118-81/+193
* | Increase compiler optimization when using `target=release` on iOS/AndroidHugo Locurcio2022-05-132-4/+10
* | Merge pull request #60643 from clayjohn/GLES3-3DRémi Verschelde2022-05-121-2/+2
|\ \
| * | Basic 3D renderingclayjohn2022-05-121-2/+2
* | | Add a new HashMap implementationreduz2022-05-121-15/+10
|/ /
* | Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-116-9/+17
* | [HTML5] Limit the returned OS cpu count to 2.Fabio Alessandrelli2022-05-111-1/+3
* | [HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli2022-05-101-1/+1
* | [HTML5] Add "webgl/webgl2.h" as OpenGL include.Fabio Alessandrelli2022-05-102-0/+39
* | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-109-39/+49
* | Try to convert OS::execute() output to Unicode on WindowsHaoyu Qiu2022-05-101-7/+55