summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2022-06-07Initial TAA implementationjfons
Initial TAA support based on the implementation in Spartan Engine. Motion vectors are correctly generated for camera and mesh movement, but there is no support for other things like particles or skeleton deformations.
2022-06-06[RTL] Stop processing thread before deleting scroll bar.bruvzg
2022-06-06Fix `Viewport.own_world_3d` documentationHaoyu Qiu
Also fixed the naming of the setter's parameter and made an `if` block straightforward.
2022-06-06Merge pull request #61724 from iwek7/fixing_rich_text_labelRémi Verschelde
Fix richTextLabel scroll showing
2022-06-05Merge pull request #61707 from KoBeWi/GradientTextureXDRémi Verschelde
Increase maximum size of gradient textures
2022-06-05Merge pull request #61700 from Rindbee/fix-strange-behavior-with-list-close-tagRémi Verschelde
Fix strange behavior with list close tags and empty list tags
2022-06-05Fix richTextLabel scroll showingiwek
2022-06-05Increase maximum size of gradient textureskobewi
2022-06-04rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke
2022-06-05Fix strange behavior with list close tags and empty list tagsRindbee
Fix the first two points in #61621. Support for two writing ways: compact or loose. The loose one is designed for easy editing in the editor. For this, the first blank line (if exists) right after the list tags (`[ol]`, `[/ol]`, `[ul]`, and `[/ul]`) will be ignored. Make sure the empty list contains at least one item, that is, an empty list is ultimately a list with one item. As a reminder here is a list.
2022-06-04typo: change congiruation into configurationWinston Yallow
2022-06-04Merge pull request #60830 from Ansraer/fix-2d-scaleRémi Verschelde
[4.x] Add viewport content scale
2022-06-03Merge pull request #61623 from smix8/navigation_navpoly_getmesh_4.xRémi Verschelde
2022-06-02Merge pull request #61625 from smix8/navigation_debugview_mesh_scripted_4.xRémi Verschelde
2022-06-02Merge pull request #61631 from iwek7/redundant_min_callRémi Verschelde
2022-06-02Merge pull request #61629 from Geometror/fix-graphedit-comment-nodesRémi Verschelde
2022-06-02Remove redundant min call when setting lineiwek
2022-06-02Fix enclosed nodes calculation of GraphEdit comment nodesHendrik Brucker
2022-06-02Merge pull request #60517 from Calinou/3d-editor-audiostreamplayer3d-add-gizmoJFonS
2022-06-02Add NavigationMesh debug when navmesh is added later through scriptssmix8
Add NavigationMesh debug when navmesh is added later through scripts
2022-06-02Expose get_mesh() for NavigationPolygon Resourcessmix8
Expose get_mesh() for NavigationPolygon Resources.
2022-06-01Fix NavigationAgent reparent issuessmix8
Fix NavigationAgent reparent issues
2022-06-01Handle drawing of relationship lines better to take in to account invisible ↵monkeyman192
children
2022-05-31Merge pull request #61453 from m3g4d1v3r/masterRémi Verschelde
Fix #61444: Executing Tree.scroll_to_item crashes Godot
2022-05-31Merge pull request #61489 from ↵Rémi Verschelde
Rindbee/reset-buttons_visible-to-false-if-tabs-is-empty Reset buttons_visible to false while tabs is empty in TabBar::_update_cache
2022-05-31Merge pull request #61495 from timothyqiu/asymmetric-leRémi Verschelde
Fix LineEdit clear button for asymmetric stylebox
2022-05-30Improve Graphedit connection linesHendrik Brucker
2022-05-30Merge pull request #61515 from Geometror/improve-graphedit-hotzonesYuri Rubinsky
2022-05-30Improve and fix the GraphNode port hotzonesHendrik Brucker
Co-authored-by: Ansraer <jacky2611@gmail.com>
2022-05-29Update VisibleOnScreenNotifier2D when rect changedkobewi
2022-05-28Fix LineEdit clear button for asymmetric styleboxHaoyu Qiu
2022-05-28Reset buttons_visible to false while tabs is empty in TabBar::_update_cacheRindbee
2022-05-27Merge pull request #61437 from monkeyman192/hide_invisble_linesRémi Verschelde
Check visibility of items before drawing their relationship lines
2022-05-26Add nullptr handling of argument pointer in Tree::scroll_to_itemm3g4d1v3r
2022-05-26Merge pull request #61432 from Chaosus/fix_material_free_errorsYuri Rubinsky
Fix errors when materials attached to 3d object are not freed
2022-05-26Add a gizmo to visualize AudioStreamPlayer3D's audible radiusHugo Locurcio
The ring's color changes depending on the attenuation model chosen, and whether Max Distance is capping the distance the sound can be heard at. Cold colors are used when the volume cap is a "soft" cap (the sound can still be heard past the distance, but only faintly). Warm colors are used when the volume cap is a "hard" cap (the sound can't be heard past the distance at all). White is used for linear fade performed when the attenuation model is Disabled and Max Distance is greater than 0. No ring is drawn when the attenuation model is Disabled and Max Distance is equal to 0 (since the sound can be heard from anywhere).
2022-05-26Check visibility of items before drawing their relationship linesmonkeyman192
2022-05-26Merge pull request #61434 from nathanfranke/tree-item-editedRémi Verschelde
tree: do not pass custom click to item edited
2022-05-26Merge pull request #61337 from reduz/improve-stylebox-previewRémi Verschelde
Improve StyleBox preview
2022-05-26tree: always emit item_editedNathan Franke
2022-05-26Improve StyleBox previewreduz
* Show checkerboard on background. * Add margins. * Show Ninepatch lines (toggleable). * Move the region to its own section so it does not pollute.
2022-05-26Fix errors when materials attached to 3d object are not freedYuri Rubinsky
2022-05-26Merge pull request #61400 from nathanfranke/err-fail-indexRémi Verschelde
use ERR_FAIL_INDEX when preferred
2022-05-25Only call _update_panning during _physics_process.Lyuma
2022-05-25use ERR_FAIL_INDEX when preferredNathan Franke
2022-05-25Add Cone and Cylinder shapes to FogVolumeHugo Locurcio
This complements the existing Ellipsoid and Box local fog shapes. This can be used to represent a light cone coming from a SpotLight.
2022-05-25Merge pull request #61355 from bruvzg/text_mesh_fix_fill_alignRémi Verschelde
[TextMesh] Fix incorrectly applied FILL alignment.
2022-05-24Merge pull request #61040 from Calinou/basematerial3d-rename-tex-propertiesRémi Verschelde
2022-05-24Merge pull request #60641 from clayjohn/Sky-ignRémi Verschelde
Use IGN instead of white noise for sky dithering
2022-05-24Rename BaseMaterial3D properties to use fully spelled out "texture"Hugo Locurcio
This is more consistent with other BaseMaterial properties such as `ao_texture_channel`. This also improves the documentation related to `albedo_texture_force_srgb`. This also fixes a typo in the 3.x material converter.