summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [Windows] Save and re-apply window icon when changing window style.bruvzg2022-05-102-3/+10
|/
* Crash handler: Use `print_error` to include backtrace in logsRémi Verschelde2022-05-053-41/+47
* Read and store joypad events in a separate thread on x11 platformMarcel Admiraal2022-05-052-173/+204
* Fix export plugins after embedded PCK loading changes.bruvzg2022-05-042-7/+11
* Merge pull request #51682 from mdavisprog/os-is-process-runningRémi Verschelde2022-05-046-0/+30
|\
| * Add OS::is_process_running function.mdavisprog2022-05-036-0/+30
* | [JS] Add flag to disable weak symbols in ZSTD.Fabio Alessandrelli2022-05-031-0/+2
* | Added missing signature.Fabio Alessandrelli2022-05-031-0/+1
|/
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-0311-11/+11
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-0311-11/+11
* | Merge pull request #60224 from pfeodrippe/fix-simultaneous-touchesRémi Verschelde2022-05-031-0/+1
|\ \
| * | Fix simulatenous touches for different touch typesPaulo Feodrippe2022-04-131-0/+1
* | | Merge pull request #60553 from madmiraal/separate-display_safe_areaRémi Verschelde2022-05-037-39/+46
|\ \ \
| * | | Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-027-39/+46
* | | | Merge pull request #60601 from touilleMan/gdextension_get_library_pathRémi Verschelde2022-05-0312-13/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-2912-13/+42
* | | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-025-54/+22
* | | | Merge pull request #60638 from m4gr3d/support_hand_tracking_v2_mainRémi Verschelde2022-05-023-5/+21
|\ \ \ \ | |_|/ / |/| | |