| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- Switch logos and other related assets to Heebo Ultra-bold as it should
- New Splash
- Add missing outlines
- Replace the bad quality images
- Optimize images size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |
|
|
|
|
| |
(cherry picked from commit 1d099704049b2bfaac3680758dbdd163be0355f5)
|
|
|
|
| |
(cherry picked from commit 13b20820ba78bff60a8ec293c8c66159e0a949ec)
|
|
|
|
|
|
| |
level module init.
(cherry picked from commit 69d52ed081ac636a0ac696984c304c5284c902a7)
|
|
|
|
| |
(cherry picked from commit f15ad7235548130be49e00b44b33e8eb64bb6bc3)
|
|\
| |
| |
| | |
Windows: Fall back to D3D12 if Vulkan is not supported and vice versa
|
| | |
|
|/
|
|
|
| |
Before this patch any other display driver preference would be
overridden.
|
|\
| |
| |
| | |
Handle display driver preferences consistently between editor and projects
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The way that it was implemented before allowed for the project property
to spill over to the editor if the `prefer_wayland` property is not
present which, while not completely likely, is still a possibility. This
specific part is thus more of a correctness change, ensuring that we
always enforce the default display server when not running a project.
This commit also removes the restart requirement for the relative
display driver project settings as they're independent and a restart
would do nothing useful.
|
| | |
|
|\ \
| | |
| | |
| | | |
[Editor] Unload addons when using `--import` or `--quit`.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Always render when XR is enabled, even if no OS windows can draw
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Restore default clear color after displaying boot splash
|
| | | |
| | | |
| | | |
| | | | |
On Android the boot splash can be shown at a different time, so the clear color restore needs to happen within the `setup_boot_logo` function
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
Cleanup Android input on render thread settings
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Follow up to https://github.com/godotengine/godot/pull/93933
Clean up the set of settings use to control whether Android input should be dispatched on the render thread.
Addresses comments in https://github.com/godotengine/godot/pull/93933#issuecomment-2210437977
|
| |/ /
|/| | |
|
|/ /
| |
| |
| |
| |
| | |
The counter is now incremented at the start of a physics tick rather than at the end.
Co-authored-by: lawnjelly <lawnjelly@gmail.com>
|
| |
| |
| |
| |
| |
| | |
- Add support for dispatching input on the render thread (UI thread is the current default) when `input_buffering` and `accumulated_input` are disabled. At the expense of latency, this helps prevent 'heavy' applications / games from blocking the UI thread (the default behavior) which may cause the application to ANR.
- Remove GLSurfaceView logic causing the UI thread to wait on the GL thread during lifecycle events. The removed logic would cause the UI thread to ANR when the GL thread is blocked.
|
| | |
|
| |
| |
| |
| | |
renderer
|
| |
| |
| |
| | |
Due to limitations to the splash screen introduced in Android 12, the splash screen logic is updated to the same logic as used on other platforms, i.e: the splash screen is rendered by the Godot engine instead of the Android runtime.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
raulsntos/core/memdelete-engine-later-but-not-that-late
Release Engine before unregistering core types
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Enable optional minimal SteamAPI integration for usage time tracking (editor only).
|
| | |
| | |
| | |
| | | |
only).
|
|\ \ \
| | | |
| | | |
| | | | |
[DAP] Add `--dap-port` as a command line argument
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
to ensure no script created events exist at the exit.
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | | |
Use `GLOBAL_GET` for `window_{height,width}_override`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before ProjectSettings::get was used, resulting in ignoring
feature tag overrides for display/window/size/window_width_override
and display/window/size/window_height_override.
Fixes #92062
|
|/ /
| |
| |
| | |
The Engine is used to retrieve singletons, and GDExtensions may try to retrieve a singleton (e.g.: `OS`) in their deinitialization.
|
|\ \
| | |
| | |
| | | |
Make performance monitor names translatable
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|