Age | Commit message (Collapse) | Author |
|
LightningAA/scrollcontainer-ensure-item-visible-4.0
ScrollContainer: Expose `_ensure_focused_visible` to the scripting API and rename it to `ensure_control_visible`
|
|
Was renamed to `ensure_control_visible`
|
|
|
|
|
|
InputEventWithModifiers properties/methods
|
|
Rename `doubleclick` to `double_click`
|
|
|
|
This closes #24317.
|
|
The About button is located in the bottom-right corner of the
project manager.
This allows removing the copyright notice from the window title
(which looked a bit ugly in comparison to other applications).
|
|
This affects creating projects and renaming them.
|
|
Add the ability to remove project contents from the remove project dialog
|
|
Fix crashes in *_input functions
|
|
|
|
- Focus the project search box when switching from the Templates tab
back to the Projects tab in the project manager.
- Add a context-specific placeholder for the asset library search box.
- Rename "Search" project filter box placeholder to the more
descriptive "Filter projects". When performing a search on an
existing selection, "Filter" is more accurate than "Search".
|
|
Allow Godot to import .ZIP files with non-regular structure
|
|
This is a workaround fix for a Vector2i multiplication regression issue that prevents the project manager window size from scaling correctly. This calculates the new window size x and y values separately.
|
|
|
|
|
|
|
|
-Advanced Settings toggle also hides advanced properties when disabled
-Simplified Advanced Bar (errors were just plain redundant)
-Reorganized rendering quality settings.
-Reorganized miscelaneous settings for clean up.
|
|
Adjust auto scale on 4k monitors to 150%
|
|
|
|
This hints the user that the project manager is currently busy
loading the project. This is important for the HTML5 editor as the
current feedback isn't very obvious.
This also removes the unused `_exit_dialog` function.
|
|
Dropping a single ZIP file in the project manager will now prompt the
import dialog.
|
|
Check default project and autoscan directories exist on project manager startup
|
|
|
|
This closes https://github.com/godotengine/godot-proposals/issues/619.
|
|
This affects the editor scale and font hinting settings which will now
display their automatically chosen value in parentheses.
|
|
1. execute(): Executes a command and returns the results.
2. create_process(): Creates a new process and returns the new process' id.
|
|
Happy new year to the wonderful Godot community!
2020 has been a tough year for most of us personally, but a good year for
Godot development nonetheless with a huge amount of work done towards Godot
4.0 and great improvements backported to the long-lived 3.2 branch.
We've had close to 400 contributors to engine code this year, authoring near
7,000 commit! (And that's only for the `master` branch and for the engine code,
there's a lot more when counting docs, demos and other first-party repos.)
Here's to a great year 2021 for all Godot users 🎆
|
|
|
|
|
|
Also renames:
- AcceptDialog add_cancel() to add_cancel_button()
- ConfirmationDiaglog get_cancel() to get_cancel_button()
|
|
|
|
Shortcuts rework - fixed issues with input propagation and triggering of unwanted shortcuts.
|
|
use Text Server interface.
Implement interface mirroring.
Add TextLine and TextParagraph classes.
Handle UTF-16 input on macOS and Windows.
|
|
unhandled_key_input changed to unhandled_button_input. Controls can set a 'shortcut_context' which they can then use to determine if their shortcuts should be triggered or not, based on if the viewport's focused GUI control is a child of their 'shortcut context'.
|
|
scene.
|
|
Use 75% editor scale on small displays automatically
|
|
This also makes borders always display in the editor theme,
even if the editor scale is below 100%. Otherwise, "focus" outlines
would vanish when using an editor scale below 100%,
which harms usability.
|
|
|
|
-Removed FuncRef, since Callable makes it obsolete
-Removed int_types.h as its obsolete in c++11+
-Changed color names code
|
|
|
|
|
|
Add translators comment for the two 'Project Manager' strings,
and fix some of the translations.
(cherry picked from commit c5f6d2097bcbe1826b9111774ed0f8deb5839060)
|
|
Make blank project name create an error, not a warning
|
|
Also set a minimum size
|
|
|
|
|
|
- Reorder search/sort bar
- Removed ProjectListFilter (unnecessary abstraction)
- Reorder side bar buttons
- Removed some unused variables/methods
|