Age | Commit message (Collapse) | Author |
|
Fix more scrollbar anchorings
|
|
|
|
Fixes #26857.
Fixes #34433.
Fixes #34826.
|
|
EditorNode: Delay addon init to NOTIFICATION_READY
|
|
|
|
Fixes #25635.
|
|
Fixes #25156.
|
|
Some people set the editor scale below 1 to fit more content on
screen, even if their display doesn't have a particularly low DPI.
This closes #35059.
|
|
Increase the size of the item list editor popup
|
|
|
|
This makes it easier to edit large amounts of items.
This partially addresses
https://github.com/godotengine/godot-proposals/issues/368.
|
|
Prevent parsing 'thirdparty' sources, there are invalid UTF-8 files
among Bullet sources.
|
|
|
|
Fixes min size of various editor plugins on HiDPI
|
|
Add option to apply an offset to obj mesh import
|
|
* AnimationTree
* AudioStream
* ResourcePreloader
* ShaderEditor
* VisualShaderEditor
|
|
|
|
|
|
Don't copy script with copy params
|
|
|
|
Trims user provided group name
|
|
Fix inserting bezier curve in Animation editor
|
|
|
|
Add option to disable loading scripts in ScriptCreateDialog
|
|
region change
|
|
|
|
|
|
Ignore the classes in the recent and favorite panels of the create dialog if they are disabled
|
|
Update file list in split view when setting main scene
|
|
|
|
Before this fix, it's easy to miss the drag handle on a HiDPI monitor.
|
|
|
|
|
|
They need to be hidden but still in tree.
|
|
Recent Nodes now respect Editor Profiles #33420
|
|
Export: Add dedicated --export-pack option to export data pack
|
|
|
|
The previous behavior relying on the provided extension was problematic
on macOS since .zip is the main extension used for the full project
export (binary + data pack).
We add a dedicated `--export-pack` command line option to define when
only the data pack should be exported. Its extension will still be
inferred from the path.
Fixes #23073.
|
|
This seems to have been left dangling during 3.0 development and was
never finished.
Hiding for now until it can be completed, otherwise we'll have to drop
it.
See #22394.
|
|
Change the 2D editor's snap to 8x8 by default
|
|
Export: Improve usability of command line interface
|
|
Minor fixes for ScriptCreateDialog
|
|
|
|
|
|
|
|
I'm barely scratching the surface of the changes needed to make the
--export command line interface easy to use, but this should already
improve things somewhat.
- Streamline `can_export()` templates check in all platforms, checking
first for the presence of official templates, then of any defined
custom template, and reporting on the absence of any.
Shouldn't change the actual return value much which is still true if
either release or debug is usable - we might want to change that
eventually and better validate against the requested target.
- Fix discrepancy between platforms using `custom_package/debug` and
`custom_template/debug` (resp. `release`).
All now use `custom_template`, which will break compatibility for
`export_presets.cfg` with earlier projects (but is easy to fix).
- Use `can_export()` when attempting a command line export and report
the same errors that would be shown in the editor.
- Improve error reporting after a failed export attempt, handling
missing template and invalid path more gracefully.
- Cleanup of unused stuff in EditorNode around the export workflow.
- Improve --export documentation in --help a bit.
Fixes #16949 (at least many of the misunderstandings listed there).
Fixes #18470.
|
|
Unify pack file version and magic to avoid hardcoded literals.
`version.py` now always includes `patch` even for the first release in
a new stable branch (e.g. 3.2). The public name stays without the patch
number, but `Engine.get_version_info()` already included `patch == 0`,
and we can remove some extra handling of undefined `VERSION_PATCH` this
way.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
The zoom level displayed is now relative to the editor scale.
This means that with an editor scale of 200%, the 100% zoom level
will actually be 200% as it's multiplied by the editor scale.
This prevents things from looking too small when opening a project
on an hiDPI display.
This matches the behavior found in most image editors out there.
|
|
|