| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
one.
Fixes https://github.com/godotengine/godot/issues/76562
|
|
|
|
| |
Regression introduced by https://github.com/godotengine/godot/pull/77498
|
|
|
|
|
|
| |
AudioStreamMicrophone
Fixes https://github.com/godotengine/godot/issues/73801
|
|
|
|
|
|
| |
- Fix issues with using a touchpad to click, drag, interact with the navigation controls, etc..
- Fix issues with panning with 2+ fingers
- Fix issues with using double-tap to magnify on the spatial editor
|
|
|
|
| |
Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a new OS::get_system_ca_certs method which can be implemented by
platforms to retrieve the list of trusted CA certificates using OS
specific APIs.
The function should return the certificates in PEM format, and is
currently implemented for Windows/macOS/LinuxBSD(*)/Android.
mbedTLS will fall back to bundled certificates when the OS returns no
certificates.
(*) LinuxBSD does not have a standardized certificates store location.
The current implementation will test for common locations and may
return an empty string on some distributions (falling back to the
bundled certificates).
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add feature check to require min Vulkan api version 1.0 on Android
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| | |
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 logic to calculate the screen scale on Android
|
| |
| |
| |
| | |
Takes into account the ratio between the screen size and the default window dimensions.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
|\
| |
| | |
Fix ambiguous touch input events on Android
|
| |
| |
| |
| | |
there can be events can have both SOURCE_TOUCHSCREEN and SOURCE_STYLUS. handle them as touch events rather than mouse events.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Non-exhaustive list of case-sensitive renames:
GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
|
|
|
|
|
|
|
| |
Add support for font weight and stretch selection when using system fonts.
Add function to get system fallback font from a font name, style, text, and language code.
Implement system font support for Android.
Use system fonts as a last resort fallback.
|
|
|
|
|
|
|
|
|
|
| |
Add necessary build flags and switch from using a
GLES2 context to a GLES3 one.
This also enables building for OpenXR
Co-authored-by: m4gr3d <fhuyakou@gmail.com>
Co-authored-by: dsnopek <dsnopek@gmail.com>
|
|
|
|
| |
Improves the base functionality for the Android platform and helps reduce the amount of spurious error logs emitted.
|
| |
|
|
|
|
|
|
|
|
| |
Boolean stringification changed in Godot 4.0.
Fixes #67034.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
|
| |
|
|
|
|
| |
This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events.
|
|\
| |
| | |
Cleanup of the Android cursor shape logic
|
| | |
|
|/ |
|
|
|
|
| |
rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer).
|
|\
| |
| |
| | |
Fix issue causing the project manager to crash because of missing path argument
|
| |
| |
| |
| | |
In the process, the initialization logic is updated to show an error message and gracefully close the engine when setup errors occur.
|
| |
| |
| |
| | |
Fix the bug causing the editor to crash when running the project.
|
|/ |
|
|
|
|
|
| |
The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached.
This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.
|
|\ |
|
| | |
|
| | |
|