summaryrefslogtreecommitdiffstats
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-2725-65/+197
|\
| * Merge pull request #97884 from passivestar/list-variationsThaddeus Crews2024-11-2711-0/+16
| |\ | | | | | | | | | Add theme type variations for secondary Trees and ItemLists
| | * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-1911-0/+16
| | |
| * | Merge pull request #85443 from smix8/gridmap_castshadowsThaddeus Crews2024-11-271-0/+19
| |\ \ | | | | | | | | | | | | Add ShadowCastingSetting to MeshLibrary / GridMap items
| | * | Add ShadowCastingSetting to MeshLibrary / GridMap itemssmix82024-11-271-0/+19
| | | | | | | | | | | | | | | | Adds ShadowCastingSetting to MeshLibrary / GridMap items.
| * | | Merge pull request #95795 from yahkr/95769-animation-crashThaddeus Crews2024-11-271-1/+1
| |\ \ \ | | | | | | | | | | | | | | | Fix crash when re-importing model with AnimationPlayer panel open and node selected
| | * | | Fix crash when re-importing model with AnimationPlayer panel open and node ↵Yahkub-R2024-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | selected
| * | | | Merge pull request #90778 from timothyqiu/cam-previewThaddeus Crews2024-11-276-40/+79
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add Camera3D preview in Inspector
| | * | | | Add Camera3D preview in InspectorHaoyu Qiu2024-05-056-40/+79
| | | | | |
| * | | | | Merge pull request #97924 from passivestar/plugin-tooltipThaddeus Crews2024-11-271-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | Fix plugin creation dialog script name tooltip
| | * | | | Fix plugin creation dialog script name tooltippassivestar2024-10-071-1/+1
| | | | | |
| * | | | | Merge pull request #94026 from passivestar/mac-align-transform-shortcutThaddeus Crews2024-11-261-1/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [macOS] Change the shortcut for Align Transform with View
| | * | | | | [macOS] Change the shortcut for Align Transform with Viewpassivestar2024-10-161-1/+6
| | | | | | |
| * | | | | | Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-266-0/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Untangle ColorPicker includes
| | * | | | | | Untangle ColorPicker includeskobewi2024-11-226-0/+13
| | | | | | | |
| * | | | | | | Add CollisionShape3D custom debug coloursJamie Greunbaum2024-11-263-22/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows changing the display colour of a CollisionShape3D node on a per-shape basis. It also adds the ability to display a solid coloured preview of a CollisionShape3D. Closes https://github.com/godotengine/godot-proposals/issues/906
* | | | | | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-2610-22/+234
|\| | | | | | |
| * | | | | | | Merge pull request #99506 from Giganzo/scale-2d-selectionThaddeus Crews2024-11-251-8/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change how multi selection scale is applied to canvas item
| | * | | | | | | Change how multi selection scale is applied to canvas itemGiganzo2024-11-211-8/+7
| | |/ / / / / /
| * | | | | | | Add VoxelGI bake cancelling and progress UI improvementBad Sector2024-11-232-7/+7
| | | | | | | |
| * | | | | | | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-221-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
| | * | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc nodetetrapod002024-10-191-0/+2
| | | | | | | | |
| * | | | | | | | Merge pull request #99487 from passivestar/fix-viewport-offsetsThaddeus Crews2024-11-222-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix viewport message offsets
| | * | | | | | | | Fix viewport message offsetspassivestar2024-11-212-2/+2
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #99483 from badsectoracula/cancel_lightmap_bakeThaddeus Crews2024-11-221-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lightmap bake cancelling
| | * | | | | | | | Add lightmap bake cancellingBad Sector2024-11-211-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge pull request #99482 from Giganzo/toast_and_spamThaddeus Crews2024-11-221-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix toast spam about child of container position
| | * | | | | | | | Fix toast spam about child of container positionGiganzo2024-11-191-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge pull request #86481 from Illauriel/add-animlib-foldingThaddeus Crews2024-11-212-1/+209
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add persistent folding to Animation Library Editor
| | * | | | | | | | Add persistent folding to Animation Library EditorIllauriel2024-11-192-1/+209
| | | | | | | | | |
| * | | | | | | | | Merge pull request #99409 from passivestar/state-machine-focus-border-colorThaddeus Crews2024-11-212-1/+3
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose state machine focus color to theming
| | * | | | | | | | | Expose state machine focus color to themingpassivestar2024-11-192-1/+3
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #94981 from Chaosus/shader_fix_screen_uv_in_spatial_lightThaddeus Crews2024-11-211-1/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | Allow `SCREEN_UV` to be used in light function of spatial shader
| | * | | | | | | | Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-191-1/+2
| | |/ / / / / / /
* | | | | | | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-3/+7
|\| | | | | | | |
| * | | | | | | | Merge pull request #98297 from ↵Thaddeus Crews2024-11-191-3/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/editor-tweak-lightmapgi-no-meshes-to-bake-error-dialog Improve "No meshes to bake" LightmapGI error dialog in the editor
| | * | | | | | | Improve "No meshes to bake" LightmapGI error dialog in the editorHugo Locurcio2024-11-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error dialog now gives advice on the steps to follow to enable lightmapping support on imported scenes and primitive meshes.
* | | | | | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-195-48/+136
|\| | | | | | | |
| * | | | | | | | Merge pull request #99176 from tracefree/obstacle_transformThaddeus Crews2024-11-181-24/+31
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix obstacle avoidance and 3D editor ignoring transform
| | * | | | | | | | Fix obstacle avoidance and 3D editor ignoring transformRie2024-11-161-24/+31
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-182-21/+102
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `closed` property to `Curve3D`
| | * | | | | | | | Implement closed path for Curve3dmatricola7872024-11-162-21/+102
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-172-3/+3
| | | | | | | | |
* | | | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-155-137/+301
|\| | | | | | | |
| * | | | | | | | Merge pull request #99253 from KoBeWi/tldrThaddeus Crews2024-11-151-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify some UID conversions
| | * | | | | | | | Simplify some UID conversionskobewi2024-11-141-1/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #99177 from Chaosus/vs_swap_connectionsThaddeus Crews2024-11-152-0/+34
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add swap connection option to visual shader graph
| | * | | | | | | | Add swap connection option to visual shader graphChaosus2024-11-152-0/+34
| | |/ / / / / / /
| * / / / / / / / Fix error emitting when reset a visual shader preview parameterChaosus2024-11-151-2/+5
| |/ / / / / / /
| * | | | | | | Merge pull request #97461 from lalitshankarchowdhury/better-replaceThaddeus Crews2024-11-141-8/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve "Replace in Files" dialog button text