| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
• `modernize-use-default-member-init` and `readability-redundant-member-init`
• Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
|
|\| |
|
| |
| |
| |
| | |
- Set clang-format `Standard` rule to `c++20`
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| |
| | |
Call `restart_editor()` in `RUN_PROJECT_MANAGER`
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Updated list view with thumbnails, and separate file name.
- Added a grid view which has larger icons.
- Added toggle to filter out files from addons.
- Store history for each opened resource type.
New Editor settings for Quick Open:
- Startup display mode (grid or list):
- Determined by the requested resource type.
- Whatever was last used.
- Toggle to filter out files from addons (for persistence).
Notes
- The dialog is now created once in EditorNode, and globally available for other components.
- A fixed number of result scenes are instantiated, and reused based on query.
- Drop support for multiselect.
|
|\ \
| | |
| | |
| | | |
Add ability to export patch packs
|
| | |
| | |
| | |
| | | |
Co-authored-by: Poq Xert <poqxert@poqxert.ru>
|
|\ \ \
| |/ /
|/| |
| | | |
Fix empty load errors popup
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Hilderin/fix-popup-load-errors-showing-on-every-progress
Fix load error popup showing on every progress dialog
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Make reimported models reimport their owner.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Changes the behaviour of the scene hot-reload system
so that if the scene which needs to be reimported is
owned by another instance, reload that instance instead.
|
|\ \ \
| | | |
| | | |
| | | | |
[FileSystem Dock] Add option to show some unsupported files in the dock.
|
| | | | |
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Remember editor window mode, screen, size and position on restart
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Hilderin/fix-fileSystem-dock-wont-show-any-file-folders
Fix FileSystem dock won't show any file folders (v2)
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| | |
Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened
|
| |
| |
| |
| |
| |
| |
| |
| | |
is reopened
Co-Authored-By: Tomek <kobewi4e@gmail.com>
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com>
|
|/ |
|
| |
|
|\
| |
| |
| | |
Fix synchronization of global class name
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
KoBeWi/that_one_weird_plugin_that_uses_no_Resources
Save external data even without scene
|
| | |
|
|\ \
| | |
| | |
| | | |
Fix Can't reopen signals panel immediately after connecting a signal
|
| | | |
|
|/ /
| |
| |
| | |
called for a thread.
|
| |
| |
| |
| |
| |
| |
| | |
`replacing_by` signal
Cannot change `scene_root`'s child node in `EditorNode::set_edited_scene()`
if replaced later using `replace_by`.
|
|\ \
| | |
| | |
| | | |
Add editor setting to keep bottom panel state on play and stop game
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Preserves exported script variables
Prevents corruption of direct node references.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* The reimported instance attempt to preserve ownerless nodes.
* A recursive function call to '_nodes_scene_reimported' so these can be recreated if required.
* Clears instance scene_state on new instantiated replacement nodes.
|
| | |
| | |
| | |
| | | |
Fixes #73765.
|