Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 0c94750642978df5b5a100692c7b8be8522fd668)
|
|
renderer.
(cherry picked from commit b438b4a490f81e06c4d850ddd19884b554307018)
|
|
Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up.
(cherry picked from commit 4507d3a38c4820fb456532d3a0715139f12985e4)
|
|
(cherry picked from commit f8699d93f6abe01a85319c06f7c94911e75498aa)
|
|
And fixup includes in other implementations.
(cherry picked from commit 92b9806dcc98bc5ffbee6a7ca11090a926df0b3a)
|
|
(cherry picked from commit 845ca33c7608a8df7e7aaf87f38c1dfaf724fad2)
|
|
(cherry picked from commit ac04ff7becfa31388c8bcfe725d71f0c7ec65c94)
|
|
A snapshot version is a version that has not yet been released which allows us to deploy the same transient version incrementally, without requiring projects to upgrade the artifact version they're consuming. Those projects can use the same version to get an updated snapshot version.
(cherry picked from commit a5fdc955158502d99fca4865aa2dffa4d832312d)
|
|
(cherry picked from commit f02e4e4091ccabe05e3eb114b888c2ede86ab189)
|
|
(cherry picked from commit 61549edef0c4e8cadf3bf1847c29328b598a25ff)
|
|
renderer.
(cherry picked from commit d186b7438f8ced5e79a7081a29e720d1683cd267)
|
|
Enable granular control of touchscreen related settings
|
|
|
|
Add HTC Vive focus XR manifest metadata
|
|
Fixes #66605.
|
|
|
|
Users can still go down to 21 when using GL Compatibility.
This makes the default behavior match the default renderer, and thus avoids
a warning in the out of the box experience.
Also mark texture compression settings as basic, since out of the box users
who want to export to Android will need to enable ETC2/ASTC manually.
|
|
|
|
trigger both the context menu and the rename functionality
|
|
- Rename all instances of `capture_start()` and `capture_end()` to their new
names. Fixes #72892.
- More internal renames to match what was started in #69120.
- Use `override` consistently so that such refactoring bugs can be caught.
- Harmonize the order of definition of the overridden virtual methods in each
audio driver.
- Harmonize prototype for `set_output_device` and `set_input_device`.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
This addresses issues where some drivers are reporting they don't meet the vulkan hardware level 1 support requirements even though they render as expected when the check is removed.
|
|
|
|
Rename Godot's 'custom build' to 'gradle build' to better reflect the underlying build process
|
|
|
|
- Add runtime check and abort when the device doesn't meet the requirements for vulkan support
- Add filters to the AndroidManifest when exporting with a vulkan renderer
|
|
underlying build process.
|
|
Remove the XR export logic from the legacy build system:
- On Android, Godot 4 export requires the use of Android plugins which are not supported by the legacy build system
- Provides added flexibility for configuring the Android manifest for XR specific capabilities.
|
|
|
|
The previously used file sharing api was restricted after Android N causing the engine to crash whenever used on devices running Android N or higher.
|
|
* Only two texture import modes for low/high quality now:
* S3TC/BPTC
* ETC2/ASTC
* Makes sense given this is the general preferred and most compatible combination in most platforms.
* Removed lossy_quality from VRAM texture compression options. It was unused everywhere.
* Added a new "high_quality" option to texture import. When enabled, it uses BPTC/ASTC (BC7/ASTC4x4) instead of S3TC/ETC2 (DXT1-5/ETC2,ETCA).
* Changed MacOS export settings so required texture formats depend on the architecture selected.
This solves the following problems:
* Makes it simpler to import textures as high quality, without having to worry about the specific format used.
* As the editor can now run on platforms such as web, Mac OS with Apple Silicion and Android, it should no longer be assumed that S3TC/BPTC is available by default for it.
|
|
Remove the ones provided automatically by the loaders, and the ones enabled by the default on the platform.
Fixes https://github.com/GodotVR/godot_openxr_loaders/issues/19
|
|
Booleanize various sync primitives' wait & locking methods
|
|
|
|
|
|
m4gr3d/fix_godot_android_editor_4_crash_after_running_game
Fix the issue causing the Godot Android Editor to crash when returning from the launched and running game
|
|
the launched and running game
The issue was caused because the running game pid was not set, and thus had a value of `0`. When trying to stop the running game, the `EditorRun::stop()` logic would kill the process with pid 0, which on Android corresponds to the running app's own process, thus causing the editor to crash.
This issue did not happen on Godot 3 because pid with value of `0` are not considered valid.
|
|
|
|
Update the Godot Android Editor name from `Godot Editor 4.x` to `Godot Editor 4`
|
|
Editor v4`
|
|
Update the logic to calculate the screen scale on Android
|
|
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes.
- Unify IME behaviour, add inline composition string display on Windows and X11.
- Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events.
- Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS.
- Add support for media key handling on macOS.
Co-authored-by: Raul Santos <raulsntos@gmail.com>
|
|
|
|
Takes into account the ratio between the screen size and the default window dimensions.
|
|
[Android export] Added validation of the project name when using $genname in the 'Unique Name' field.
|
|
the 'Unique Name' field.
|
|
|
|
And remove leftover duplicated message on Android.
|
|
|
|
[Export] Add one-click deploy over SSH for the desktop exports.
|
|
|