Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-01 | Fix NavigationAgent reparent issues | smix8 | |
Fix NavigationAgent reparent issues | |||
2022-06-01 | Handle drawing of relationship lines better to take in to account invisible ↵ | monkeyman192 | |
children | |||
2022-05-31 | Merge pull request #61453 from m3g4d1v3r/master | Rémi Verschelde | |
Fix #61444: Executing Tree.scroll_to_item crashes Godot | |||
2022-05-31 | Merge 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-31 | Merge pull request #61495 from timothyqiu/asymmetric-le | Rémi Verschelde | |
Fix LineEdit clear button for asymmetric stylebox | |||
2022-05-30 | Improve Graphedit connection lines | Hendrik Brucker | |
2022-05-30 | Merge pull request #61515 from Geometror/improve-graphedit-hotzones | Yuri Rubinsky | |
2022-05-30 | Improve and fix the GraphNode port hotzones | Hendrik Brucker | |
Co-authored-by: Ansraer <jacky2611@gmail.com> | |||
2022-05-29 | Update VisibleOnScreenNotifier2D when rect changed | kobewi | |
2022-05-28 | Fix LineEdit clear button for asymmetric stylebox | Haoyu Qiu | |
2022-05-28 | Reset buttons_visible to false while tabs is empty in TabBar::_update_cache | Rindbee | |
2022-05-27 | Merge pull request #61437 from monkeyman192/hide_invisble_lines | Rémi Verschelde | |
Check visibility of items before drawing their relationship lines | |||
2022-05-26 | Add nullptr handling of argument pointer in Tree::scroll_to_item | m3g4d1v3r | |
2022-05-26 | Merge pull request #61432 from Chaosus/fix_material_free_errors | Yuri Rubinsky | |
Fix errors when materials attached to 3d object are not freed | |||
2022-05-26 | Check visibility of items before drawing their relationship lines | monkeyman192 | |
2022-05-26 | Merge pull request #61434 from nathanfranke/tree-item-edited | Rémi Verschelde | |
tree: do not pass custom click to item edited | |||
2022-05-26 | Merge pull request #61337 from reduz/improve-stylebox-preview | Rémi Verschelde | |
Improve StyleBox preview | |||
2022-05-26 | tree: always emit item_edited | Nathan Franke | |
2022-05-26 | Improve StyleBox preview | reduz | |
* Show checkerboard on background. * Add margins. * Show Ninepatch lines (toggleable). * Move the region to its own section so it does not pollute. | |||
2022-05-26 | Fix errors when materials attached to 3d object are not freed | Yuri Rubinsky | |
2022-05-26 | Merge pull request #61400 from nathanfranke/err-fail-index | Rémi Verschelde | |
use ERR_FAIL_INDEX when preferred | |||
2022-05-25 | Only call _update_panning during _physics_process. | Lyuma | |
2022-05-25 | use ERR_FAIL_INDEX when preferred | Nathan Franke | |
2022-05-25 | Add Cone and Cylinder shapes to FogVolume | Hugo 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-25 | Merge pull request #61355 from bruvzg/text_mesh_fix_fill_align | Rémi Verschelde | |
[TextMesh] Fix incorrectly applied FILL alignment. | |||
2022-05-24 | Merge pull request #61040 from Calinou/basematerial3d-rename-tex-properties | Rémi Verschelde | |
2022-05-24 | Merge pull request #60641 from clayjohn/Sky-ign | Rémi Verschelde | |
Use IGN instead of white noise for sky dithering | |||
2022-05-24 | Rename 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. | |||
2022-05-24 | Use IGN instead of white noise for sky dithering | clayjohn | |
2022-05-24 | Merge pull request #61361 from snailrhymer/remove-anim-config-warning | Rémi Verschelde | |
2022-05-24 | Tweak TextMesh decomposition error message to mention self-intersecting lines | Hugo Locurcio | |
2022-05-24 | Remove configuration warning from AnimationPlayer | SnailRhymer | |
Remove warning about animations in different libraries having the same name, since shared names are fine. Also fix missing vformat argument when setting the name of an animation to one that does conflict with an animation in the same library. | |||
2022-05-24 | [TextMesh] Fix incorrectly applied FILL alignment. | bruvzg | |
2022-05-24 | Merge pull request #60061 from monkeyman192/allow_treeitem_visible | Rémi Verschelde | |
Allow TreeItem nodes to toggle visibility | |||
2022-05-24 | Merge pull request #61106 from snailrhymer/animation-library-fixes | Rémi Verschelde | |
Fix errors and improve UX relating to new animation libraries | |||
2022-05-24 | Merge pull request #47665 from trollodel/tree_more_buttons_signals | Rémi Verschelde | |
2022-05-24 | Merge pull request #61203 from Calinou/cylindermesh-add-cap-properties | Rémi Verschelde | |
Add properties to disable top/bottom cap generation in CylinderMesh | |||
2022-05-24 | Merge pull request #60803 from Chaosus/shader_hint_rename | Rémi Verschelde | |
Rename `hint_albedo`, `hint_white/black` in shaders | |||
2022-05-23 | Merge pull request #61311 from trollodel/fix_joint3d_warning_crash | Rémi Verschelde | |
2022-05-23 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.2-dev from current git. | |||
2022-05-23 | [TextMesh] Do not generate meshes for non-visual glyphs. | bruvzg | |
2022-05-23 | [Label3D, 4.x] Monitor default theme font changes, to prevent use of invalid ↵ | bruvzg | |
materials. | |||
2022-05-23 | Merge pull request #61314 from Chaosus/vs_fix_conversion_bug | Rémi Verschelde | |
Fix connection of subports after uniform->constant conversion in visual shader | |||
2022-05-23 | Improve MultiplayerSynchronizer editor usability | reduz | |
* Add a button to add properties (which lets you select node and property) * Add ability to drag properties and drop them to the editor. * Made the editor transient (not always visible on the bottom) since its not needed most of the time. * Added the ability to pin the editor, in case dragging properties from other nodes is desired. | |||
2022-05-23 | Fix connection of subports after uniform->constant conversion in vshader | Yuri Rubinsky | |
2022-05-23 | Fix Joint3D and Joint2D warning causing a crash | trollodel | |
2022-05-23 | Merge pull request #61283 from bruvzg/text_mesh_cubic | Rémi Verschelde | |
[TextMesh] Fix cubic Bezier arc processing. | |||
2022-05-23 | Merge pull request #61270 from Calinou/sphereshape3d-decrease-default-radius | Rémi Verschelde | |
Decrease SphereShape3D's default radius to 0.5 to match primitive mesh | |||
2022-05-22 | Merge pull request #61235 from smix8/navigation_agent_avoidance_processing_4.x | Rémi Verschelde | |
2022-05-22 | [TextMesh] Fix cubic cubic Bezier arc processing. | bruvzg | |