Age | Commit message (Collapse) | Author |
|
ThemeEditor: Fix text_submitted connections after #49258
|
|
|
|
Add a "save on focus loss" editor setting (disabled by default)
|
|
Decrease the editor FPS limit when unfocused from 20 to 10
|
|
Add keyboard shortcuts to the project manager
|
|
Fix GridMap still drawing when Alt+Tabbing
|
|
[Net] ENet non-relaying server now process broadcasts.
|
|
Make zoom limits and step adjustable in `GraphEdit`
|
|
Main: Fixup bogus fallback to project manager with more bolognese
|
|
akien-mga/editorsettings-auto-display-scale-factor
EditorSettings: Factor code to compute auto display scale
|
|
Fixes for documentation search
|
|
ERR_FAIL_NULL check file access
|
|
Null in ResourceImporterTexture::_save_stex
|
|
Remove GridMap's "Lock View" option and a related method.
|
|
Refactor VisibilityNotifier3D
|
|
* This is the 3D counterpart to #49632
* Implemented a bit different as 3D works using instancing
After merged, both 2D and 3D classes will most likely be renamed in a separate PR to DisplayNotifier2D/3D.
|
|
Move code folding into CodeEdit and hide line hiding API
|
|
WARNING: Hacks everywhere!
The logic in `main.cpp` is due a full rewrite as it's extremely hacky,
splitting argument parsing over several functions, with a mess of global state
and assumptions about what combinations of arguments or lack thereof should
mean in terms of what we want to read: game, editor, project manager, or
command line tools such as `--doctool`, `--export` or `--script`.
Until this is fully rewritten, this patch hacks things some more to ensure
that we don't fall back to the project manager in cases where it's not
warranted, and especially not *too late*, as it can mean that we haven't
properly initialized stuff like `EditorPaths` needed by the PM (which in turn
impacts what kind of path will be used for logs and the shader cache, etc...
the rabbit hole goes deep).
Fixes #41435.
Fixes #49392.
Fixes #49658.
Fixes https://github.com/godotengine/godot/issues/38202#issuecomment-773158477.
|
|
Updates rich_text_label so that the built-in documentation can be searched
Previously, it would only find the first result and would not select other results
Renames "_entered" functions to "_submitted"
|
|
Fix typo in CodeEdit methods
|
|
Refactor VisibilityNotifier2D
|
|
Fix 8 bone weights in glTF2
|
|
|
|
Don't use the abbrevation "Sep." in UI text
|
|
* Works from RenderinServer
* Accurately tells when on or off-scren, its no longer approximate.
* VisibilityEnabler also simplified to use the process mode instead.
|
|
|
|
Also fixes typo introduced in https://github.com/godotengine/godot/pull/48597/files#r652636544.
|
|
fix url parsing with port numbers
|
|
|
|
(cherry picked from commit a812779cc534784acf47ad3ed3100b045912bdbb)
|
|
Thanks to all contributors and donors for making Godot possible!
|
|
|
|
|
|
|
|
Apparently this feature utilized a completely commented out 7+ years old
method, effectively doing nothing. Since it was designed with a completely
different editor design in mind it is pretty much incompatible and as such
it's best to remove it for now.
|
|
godotengine/revert-49482-49451-fix-selection-changed-multinodeeditor
Revert "Fix SceneTreeDock::_selection_changed to handle to single selection from Multiple Selection"
|
|
from Multiple Selection"
|
|
Fix typo in `CUSTOM_IRRADIANCE` calculations
|
|
|
|
Fix sub-resource storing the wrong index in cache
|
|
The subindex within Resource wasn't synchronized with the path stored
in cache when saving a packed scene. It could cause sub-resources to be
swapped when loading the same packed scene in the same session.
Now the subindex in Resource reflects the sub-resource path in cache,
making saving and loading sub-resources consistent.
Co-authored-by: latorril <latorril@gmail.com>
|
|
|
|
Handle portrait mode monitors in the automatic editor scale detection
|
|
Improve scrolling actions in the animation track editor
|
|
Rename "Singleton" to "Global Variable" in the AutoLoad editor
|
|
Complete documentation for the AudioEffectPitchShift class
|
|
Validate that all virtual methods start with _
|
|
|
|
Improve AudioStreamGenerator and AudioEffectSpectrumAnalyzer documentation
|
|
Adding some more missing renames for Transform3D and Quaternion
|