Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 71ee65dc5701a0675ae6b1879a694a28c7206a63)
|
|
(cherry picked from commit 76e1d1363b954fa4ca989516ad5851c40a288a48)
|
|
And fixup includes in other implementations.
(cherry picked from commit 92b9806dcc98bc5ffbee6a7ca11090a926df0b3a)
|
|
EditorProgress dialog.
(cherry picked from commit 48730e3b772931b12b34b33f8f57786d54cdb691)
|
|
(cherry picked from commit 7e7ac1bb873cba3f50e64df5ca5c94778aa530f6)
|
|
(cherry picked from commit 42a30c76d9495d15c6f403f47b1adcf39f998969)
|
|
This quotes the executable name so that copying it always works
(even if the path contains spaces).
The command is also indented from the rest of the text and is
no longer single-quoted, as that can prevent the command from
running if the line is copied in its entirety (with the quotes).
(cherry picked from commit ddc9cc3e492861dff43617cecb24ae919e122455)
|
|
|
|
|
|
|
|
Fixes #66605.
|
|
display time starts counting on Mac OS
|
|
Extend special popup window handling to any non-popup child of a popup.
|
|
* 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.
|
|
|
|
|
|
- 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>
|
|
|
|
files, update some deprecated code.
|
|
And remove leftover duplicated message on Android.
|
|
`window_set_mouse_passthrough` to `Window`.
|
|
|
|
[Export] Add one-click deploy over SSH for the desktop exports.
|
|
|
|
Adds a requirement that the Team ID is specified when
notarizing with the new notarytool.
Fixes #70307
|
|
* All core types masks are now correctly marked as bitfields.
* The enum hacks in MouseButtonMask and many other types are gone. This ensures that binders to other languages non C++ can actually implement type safe bitmasks.
* Most bitmask operations replaced by functions in BitField<>
* Key is still a problem because its enum and mask at the same time. While it kind of works in C++, this most likely can't be implemented safely in other languages and will have to be changed at some point. Mostly left as-is.
* Documentation and API dump updated to reflect bitfields in core types.
|
|
screen detection.
|
|
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".
|
|
Improve `window_set_current_screen` and fix secondary window initial mode and positions.
|
|
and positions.
|
|
Add one-click deploy over SSH for the desktop exports.
Add ZIP export option for Linux and Windows.
Change export plugin icons to SVG format.
|
|
|
|
|
|
XDG support breaks when running Windows builds via WINE.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
Rename `window_get_real_size`, add position counterpart.
|
|
|
|
`window_get_position_with_decorations`.
|
|
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.
|
|
[macOS] Improve maximized and non-resizable modes handling.
|
|
|
|
for notarization.
|
|
|
|
[macOS] Dynamically attach and detach transient windows to allow them to stay on top of parent and be moved to another screen.
|
|
|
|
stay on top of parent and can be moved to another screen.
|
|
Fix that the exitcode is never set.
|
|
Regenerate Windows icon on export to ensure correct icon size order.
Add support for using PNG/WebP/SVG files as an icon for Windows exports.
Allow using WebP/SVG files as icon for macOS exports.
Add option to select generated icons interpolation, and set default interpolation to Lanczos.
|
|
|
|
Add vsync to Windows platform
|
|
[macOS] Automatically detect MoltenVK libs installed via homebrew and macports.
|