summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to eslint 9patwork2024-05-2213-1543/+872
|
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-2115-42/+51
|
* Merge pull request #92176 from emrekultursay/masterRémi Verschelde2024-05-212-7/+1
|\ | | | | | | Fix detecting when Gradle is invoked from Studio
| * Fix detecting when Gradle is invoked from StudioEmre Kultursay2024-05-202-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The existing 'idea.platform.prefix' system-property approach only worked because of a Android Studio bug that leaks the system properties from Android Studio into Gradle build: - https://issuetracker.google.com/201075423 This bug was fixed in Android Studio 2023.3.1 (Jellyfish). The correct way of identifying builds from Android Studio is to use the following project property (not system property): - android.injected.invoked.from.ide
* | Merge pull request #92158 from bruvzg/win_crlfRémi Verschelde2024-05-211-9/+19
|\ \ | | | | | | | | | [Windows] Use CRLF in the terminal prints.
| * | [Windows] Use CRLF in the terminal prints.bruvzg2024-05-201-9/+19
| | |
* | | Fix InputEventScreenDrag on AndroidAlexander Hartmann2024-05-211-2/+22
| |/ |/|
* | Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-196-15/+38
|/
* Disable remote debug button when there are no runnable presetsHakim2024-05-172-2/+6
|
* Merge pull request #91933 from bruvzg/x11_scr_fbRémi Verschelde2024-05-151-27/+40
|\ | | | | | | [X11] Fallback to root window size, when Xinerama extension is available, but return zero screens.
| * [X11] Fallback to root window size, when Xinerama extension is available, ↵bruvzg2024-05-141-27/+40
| | | | | | | | but return zero screens.
* | Merge pull request #91377 from bruvzg/macos_privacyRémi Verschelde2024-05-153-0/+586
|\ \ | |/ |/| | | [macOS export] Add support for privacy manifest configuration.
| * [macOS export] Add support for privacy manifest configuration.bruvzg2024-04-303-0/+586
| |
* | Merge pull request #91856 from patwork/double-quotes-in-headRémi Verschelde2024-05-131-3/+3
|\ \ | | | | | | | | | [Web] Fix quotes style in HTML shell head include
| * | Fix quotes style in HTML shell head includepatwork2024-05-121-3/+3
| | |
* | | Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
|/ / | | | | | | | | | | Replace the use of WindowInsetsAnimation with WindowInsetsAnimationCompat; the former was only introdcued in api 30 and caused a crash on older versions of Android. Fixes https://github.com/godotengine/godot/issues/91773
* | Merge pull request #91817 from Calinou/linuxbsd-default-disable-execinfoRémi Verschelde2024-05-111-7/+3
|\ \ | | | | | | | | | Set `execinfo=no` by default when compiling for Linux/*BSD
| * | Set `execinfo=no` by default when compiling for Linux/*BSDHugo Locurcio2024-05-111-7/+3
| | | | | | | | | | | | | | | Alpine 3.17 and later no longer provide execinfo in its repositories, making compilation impossible unless you pass `execinfo=no`.
* | | Merge pull request #91624 from Repiteo/scons/native-generationRémi Verschelde2024-05-101-14/+51
|\ \ \ | | | | | | | | | | | | SCons: Generate all scripts natively, implement wrapper function
| * | | SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-14/+51
| | | |
* | | | Revert "Implement "get_mingw_tool" to fix mingw prefixes"Rémi Verschelde2024-05-092-54/+77
| |/ / |/| | | | | | | | | | | | | | | | | This reverts commits ecebe0b40d4f3c645f2732b7b8f0f0cb5bc2ddff and 15d37ed2a891c099858abcddc1a470563b3166a4. Fixes #91710.
* | | DisplayServer: Avoid deadlocks while issuing input events and recursive main ↵Pedro J. Estébanez2024-05-083-11/+13
| | | | | | | | | | | | loop iterations
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-087-94/+94
| | | | | | | | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers
* | | Merge pull request #91698 from bruvzg/mingw_exe_sizeRémi Verschelde2024-05-081-8/+11
|\ \ \ | | | | | | | | | | | | [MinGW] Restore executable size check.
| * | | [MinGW] Restore executable size check.bruvzg2024-05-081-8/+11
| | | |
* | | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-084-4/+1
| | | | | | | | | | | | | | | | Found by apply the file_format checks again via #91597.
* | | | Fix `builtin_embree=no` build linking the wrong version of EmbreeJakub Marcowski2024-05-081-1/+1
|/ / /
* | | Merge pull request #89574 from Riteo/scale-your-expectations-with-this-oneRémi Verschelde2024-05-071-1/+9
|\ \ \ | |/ / |/| | | | | Wayland: Workaround API limitation in screen/UI scale logic
| * | Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly, this fixes auto UI scaling with _single-monitor_ fractional setups (see the comment in `display_server_wayland.cpp` for more info). This is the result of a bunch of current limitations, mainly the fact that the UI scale is static (it's probed at startup) and the fact that Wayland exposes fractional scales only at the window-level, by design. The `screen_get_scale` special case should help in 99% of cases, while the auto UI scale part will unfortunately only help with single-screen situations, as multi-screen fractional scaling requires dynamic UI scale changing.
* | | Merge pull request #91361 from RandomShaper/fix_no_focusinRémi Verschelde2024-05-072-18/+32
|\ \ \ | | | | | | | | | | | | Windows: Fix `WINDOW_EVENT_FOCUS_IN` not delivered in some cases
| * | | Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some casesPedro J. Estébanez2024-05-032-18/+32
| | | |
* | | | Merge pull request #85188 from aitorciki/nvdrs-fixesRémi Verschelde2024-05-071-16/+38
|\ \ \ \ | | | | | | | | | | | | | | | [Windows] Fix NVIDIA app profile creation
| * | | | [Windows] Fix NVIDIA app profile creationAitor Guevara2024-03-251-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When adding an executable to the NVIDIA profile created to disable threaded optimization, wrong values were passed to `launcher` and `fileInFolder` params, which resulted in 1) the NVIDIA driver not applying the profile and 2) the app being repeatedly added to the profile. This patch fixes the faulty app creation params and deletes the potentially corrupted profile if found.
* | | | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-078-19/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Reduce and prevent unnecessary random-access to `List`
| * | | | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-048-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | | | | | Implement "get_mingw_tool" to fix mingw prefixesThaddeus Crews2024-05-062-80/+54
| |_|_|/ / |/| | | | | | | | | | | | | |  • Replaces "try_cmd" entirely and removes need for "get_mingw_bin_prefix" in isolation
* | | | | Fix missing space in missing tools error message.Rob Blanckaert2024-05-041-1/+1
|/ / / / | | | | | | | | Currently prints as `ANDROID_HOME is correct and cmdline-toolsare installed, or install NDK version`
* | | | Merge pull request #85474 from fire/packedvector4arrayRémi Verschelde2024-05-031-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | Add `PackedVector4Array` Variant type
| * | | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | | | | Merge pull request #91466 from Riteo/gles-ftwRémi Verschelde2024-05-035-18/+161
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Wayland: Add support for OpenGL ES driver
| * | | | Wayland: Add support for OpenGL ES driverRiteo2024-05-035-18/+161
| | | | | | | | | | | | | | | | | | | | | | | | | Everything was already there, we just had to wire it up in the display server.
* | | | | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-0211-30/+70
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com>
* | | | | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-024-0/+50
|/ / / /
* | | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-023-3/+3
| | | | | | | | | | | | | | | | Convenience for a number of cases operating on single values
* | | | Add more Remote Debug options to the web platformAdam Scott2024-05-012-27/+189
| |/ / |/| |
* | | Merge pull request #91339 from TCROC/windows-apk-build-fixRémi Verschelde2024-05-011-4/+16
|\ \ \ | | | | | | | | | | | | Fix for Android build on Windows
| * | | added fix for android build on windowsTravis Lange2024-04-291-4/+16
| | | |
* | | | Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-018-76/+101
|\ \ \ \ | |_|_|/ |/| | | | | | | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handling on macOS, add method to set native popup menu directly.
| * | | [StatusIndicator] Switch API to use Texture2D instead of Image, improve ↵bruvzg2024-03-208-76/+101
| | | | | | | | | | | | | | | | handling on macOS, add method to set native popup menu directly.
* | | | Merge pull request #91128 from patwork/splash-image-in-web-exportRémi Verschelde2024-04-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Splash image support and new progress bar for HTML5 Web Export