summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-19Merge pull request #65134 from Mickeon/editor-unique-name-toggleRémi Verschelde
Make "Access as Unique Name" a shortcut
2022-09-19Merge pull request #66065 from kidinashell/issue-59488Rémi Verschelde
SpotLight3D's and OmniLight3D's Projector doesn't work
2022-09-19Merge pull request #64737 from fabriceci/add-error-on-concave-segments-collisionRémi Verschelde
Warn users when collisions are not supported
2022-09-19Merge pull request #63653 from fabriceci/increase-max-collisionsRémi Verschelde
Increases the number of maximum detected collisions
2022-09-19Merge pull request #66108 from Zylann/editor_inspector_get_selected_pathRémi Verschelde
Expose `EditorInspector.get_selected_path`
2022-09-19Fix Vulkan: SpotLight3D's and OmniLight3D's Projector doesn't workTobias Widner
2022-09-19Make "Access as Unique Name" a shortcutMicky
The shortcut's name is "scene_tree/toggle_unique_name", not mapped to anything by default. It also dynamically changes the text based on whether or not the unique name is going to be enabled or disabled. Finally, it spaces the shortcut in the menu close to "Copy Node Path" if possible.
2022-09-19Warn users when collisions are not supportedfabriceci
2022-09-19Increases the number of maximum detected collisionsfabriceci
2022-09-19Expose `EditorInspector.get_selected_path`Marc Gilleron
2022-09-19Merge pull request #65630 from aaronfranke/no-defer-ste-warn-chRémi Verschelde
_warning_changed` signal connection
2022-09-19Merge pull request #64728 from fabriceci/only-report-recovery-for-floor-snappingRémi Verschelde
Turn on recovery as collisions only for floor snapping
2022-09-19Merge pull request #65271 from KoBeWi/FirAccess🌲Rémi Verschelde
Replace File/Directory with FileAccess/DirAccess
2022-09-19Merge pull request #66079 from Zylann/project_settings_restartRémi Verschelde
Expose ProjectSettings.set_restart_if_changed(name, restart)
2022-09-19Merge pull request #66104 from Zylann/notification_local_transform_changedRémi Verschelde
Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`
2022-09-19Merge pull request #66101 from KoBeWi/help,_it_crashedRémi Verschelde
Fix possible crash in editor help
2022-09-19Merge pull request #66097 from Zylann/make_atlas_vec2iRémi Verschelde
make_atlas`
2022-09-19Merge pull request #66080 from Zylann/editor_property_set_read_onlyRémi Verschelde
Expose `EditorProperty._set_read_only` virtual method
2022-09-19Merge pull request #65995 from MinusKube/tileset-size-bugRémi Verschelde
Fix atlas view drawing roots having zoom applied twice
2022-09-19Merge pull request #66081 from aaronfranke/math-funcs-spacingRémi Verschelde
Spacing changes in math_funcs.h
2022-09-19Expose ProjectSettings.set_restart_if_changed(name, restart)Marc Gilleron
2022-09-19Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`Marc Gilleron
2022-09-19Fix possible crash in editor helpkobewi
2022-09-19Expose `EditorProperty._set_read_only` virtual methodMarc Gilleron
2022-09-19Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas`Marc Gilleron
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-09-19Merge pull request #66087 from aaronfranke/gltf-minor-lightRémi Verschelde
Minor enhancements to the GLTF module (lights and docs)
2022-09-19Merge pull request #66070 from KoBeWi/call_of_undoRémi Verschelde
Change UndoRedo to use Callables
2022-09-19Merge pull request #65915 from clayjohn/VULKAN-mobile-fogRémi Verschelde
Restore fog in vulkan mobile renderer.
2022-09-19Merge pull request #65879 from magian1127/4.0GenSDocRémi Verschelde
inheritdoc the "///" comment from EventHandler to the generated event
2022-09-19Spacing changes in math_funcs.hAaron Franke
2022-09-19Merge pull request #66047 from Rindbee/improve-TabContainerRémi Verschelde
Make the inner `TabBar` in a `TabContainer` behave like it is in a `Container`
2022-09-18Minor enhancements to the GLTF module (lights and docs)Aaron Franke
2022-09-18Change UndoRedo to use Callableskobewi
2022-09-18Turn on recovery as collisions only for floor snapping as this leads to ↵fabriceci
unwanted behaviour for other surface than the floor.
2022-09-18Merge pull request #66040 from ↵Yuri Rubinsky
jeffres/fix-closing-shader-file-with-middle-mouse-click
2022-09-18C#: inheritdoc the "///" comment from EventHandler to the generated eventMagian
2022-09-18Make the inner TabBar in a TabContainer behave as if it were in a ContainerRindbee
2022-09-18Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde
2022-09-18Close shader under cursor when middle mouse clicking in editor listjeffres
Previously middle mouse clicking resulted in the currently selected file to be closed, which is not the behavior commonly expected.
2022-09-18Port remaining connections to callable_mpTomasz Chabora
2022-09-18Merge pull request #62417 from willnationsdev/gdres-quickopenRémi Verschelde
Enable QuickOpen to see scripted resources
2022-09-18Merge pull request #62413 from willnationsdev/gdres-inspectorRémi Verschelde
Script-class-aware Inspector & related controls.
2022-09-18Merge pull request #62411 from willnationsdev/gdres-gdscriptRémi Verschelde
Add GDScript resource export.
2022-09-18Merge pull request #65979 from iwoithe/fix-onready-typoRémi Verschelde
change "no" to "not" in the @onready documentation
2022-09-18Merge pull request #66018 from Mickeon/fix-animated-sprite-outdated-warningRémi Verschelde
Fix outdated warning in AnimatedSprite2D
2022-09-18Merge pull request #66033 from timothyqiu/ft-doneRémi Verschelde
Fix crash when executing `FontFile.get_face_count`
2022-09-18Merge pull request #66031 from qarmin/compile_regex_editorRémi Verschelde
Add missing constructor, to compile editor without regex module
2022-09-18Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-nameRémi Verschelde
Fix inconsistent scene file name casing
2022-09-18Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_sizeRémi Verschelde
Fix minimum size calculation for `TabContainer`