Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | Fix AnimationNodeStateMachine::rename_node | Guilherme Felipe de C. G. da Silva | |
2022-07-31 | Merge pull request #62936 from Xwdit/script_doc_inspector_property | Rémi Verschelde | |
2022-07-31 | Merge pull request #63290 from derammo/derammo_natvis_1 | Rémi Verschelde | |
Visual Studio Natvis file works for Variant again | |||
2022-07-31 | Merge pull request #55646 from Calinou/tweak-voxelgi-defaults | Rémi Verschelde | |
2022-07-31 | Tweak VoxelGI defaults for better quality | Hugo Locurcio | |
Overall brightness is similar to the previous settings, but lighting now fades off more naturally and reflections feature indirect lighting. Performance is identical. - Enable Use Two Bounces by default. - Decrease Propagation to 0.5 to compensate for the second bounce. | |||
2022-07-31 | Merge pull request #55943 from jvanmourik/master | Rémi Verschelde | |
glTF animation parsing: Changed the 'loop' and 'cycle' animation name keywords to be case-insensitive | |||
2022-07-31 | Visual Studio Natvis file works for Variant again | derammo | |
2022-07-31 | Merge pull request #54102 from ↵ | Rémi Verschelde | |
skimmedsquare/line-edit-editor-settings-crash-45979 | |||
2022-07-31 | Merge pull request #63656 from raulsntos/fix-signal-bind-csharp | Rémi Verschelde | |
2022-07-31 | Merge pull request #63716 from MarcusElg/meter | Rémi Verschelde | |
2022-07-31 | Fix EditorSettings crashes due to nullptr dereference | Sean Kim | |
Fixes #45979 Noted a few places in this file that would have similar errors, so any access to the EditorSettings singleton has had a check added. | |||
2022-07-31 | Add meter suffix to ShapeCast3D margin property | Marcus Elg | |
2022-07-31 | Merge pull request #63708 from smix8/navigation_fix_debug_always_on_4.x | Rémi Verschelde | |
Fix Navigation Debug always enabled | |||
2022-07-31 | Merge pull request #63661 from raulsntos/fix-editor-paths-include | Rémi Verschelde | |
Add `editor_paths.h` include missing in mono module | |||
2022-07-31 | Fix Navigation Debug always enabled | smix8 | |
Fixes that Navigation Debug is always enabled in debug builds even while "Visible Navigation" is turned off. | |||
2022-07-31 | Merge pull request #63697 from YeldhamDev/script_elements_fix | Rémi Verschelde | |
Fix elements not being shown on first selected script/doc | |||
2022-07-30 | Fix elements not being shown on first selected script/doc | Michael Alexsander | |
2022-07-31 | Merge pull request #63690 from snailrhymer/rotation-snap-fix | Rémi Verschelde | |
Fix default values for rotation snapping in canvas_item_editor_plugin.cpp | |||
2022-07-31 | Merge pull request #48948 from likeich/cleanup_binds | Rémi Verschelde | |
Remove unused bindings in ProjectManager | |||
2022-07-31 | Merge pull request #52025 from ↵ | Rémi Verschelde | |
Calinou/open-in-new-inspector-use-packedstringarray Use a PackedStringArray for the "open in new inspector" editor setting | |||
2022-07-31 | Merge pull request #50539 from ↵ | Rémi Verschelde | |
Calinou/material-hide-triplanar-subproperties-when-disabled Hide triplanar subproperties when triplanar is disabled in BaseMaterial3D | |||
2022-07-31 | Merge pull request #49340 from Calinou/decal-modulate-affect-emission | Rémi Verschelde | |
Make Decal's `modulate` property affect emission color as well | |||
2022-07-31 | Merge pull request #63692 from rburing/nonexistent_debug_shapes_dont_move | Rémi Verschelde | |
Don't move nonexistent debug shapes | |||
2022-07-30 | Don't move nonexistent debug shapes | Ricardo Buring | |
2022-07-30 | Make Decal's `modulate` property affect emission color as well | Hugo Locurcio | |
This can be used to recolor special effects such as fake area fog without having to create separate textures for each color. - Improve the Decal class documentation. | |||
2022-07-30 | Hide triplanar subproperties when triplanar is disabled in BaseMaterial3D | Hugo Locurcio | |
This also renames some sections for consistency. | |||
2022-07-30 | Fix default values for rotation snapping in canvas_item_editor_plugin.cpp | SnailRhymer | |
Default values for snap_rotation_step and snap_rotation_offset were transposed. Swap them back. | |||
2022-07-30 | Use a PackedStringArray for the "open in new inspector" editor setting | Hugo Locurcio | |
This is safer and provides a more convenient array editor for users. | |||
2022-07-30 | Merge pull request #63684 from aaronfranke/translated | Rémi Verschelde | |
Fix TranslatedLocal method in C# affecting the original transform | |||
2022-07-30 | Fix TranslatedLocal method in C# affecting the original transform | Aaron Franke | |
2022-07-30 | Merge pull request #63679 from PrecisionRender/master | Rémi Verschelde | |
Fix `ShapeCast3D` creating runtime shape in editor | |||
2022-07-30 | Fix `ShapeCast3D` creating runtime shape in editor | PrecisionRender | |
2022-07-30 | Merge pull request #63670 from Rindbee/fix-wrong-in-ResourceSaver-save | Rémi Verschelde | |
2022-07-30 | Merge pull request #49288 from Calinou/doc-improve-collisionobject | Rémi Verschelde | |
Improve CollisionObject2D and CollisionObject3D pickable documentation | |||
2022-07-30 | Remove unused bindings in ProjectManager | Kyle | |
They were left over after changes to master made them obsolete. | |||
2022-07-30 | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde | |
2022-07-30 | Merge pull request #63651 from fabriceci/fix-typo-doc-character-body-3d | Rémi Verschelde | |
Fix typos in the CharacterBody3D doc file | |||
2022-07-30 | Fix using wrong variable when checking in `ResourceSaver::save` | Rindbee | |
2022-07-30 | Merge pull request #42069 from Calinou/test-add-os | Rémi Verschelde | |
Add a test suite for OS | |||
2022-07-30 | Merge pull request #63664 from heppocogne/Fix-convert3to4-path-handling-issue | Rémi Verschelde | |
Fix a path handling issue of ProjectConverter3To4 | |||
2022-07-30 | Merge pull request #63648 from snailrhymer/mesh-classref-fixes | Rémi Verschelde | |
Fix add_surface_from_arrays description in classref | |||
2022-07-30 | Merge pull request #63647 from bruvzg/exp_msg_imp | Rémi Verschelde | |
Improve some export error messages. | |||
2022-07-30 | Merge pull request #63654 from bruvzg/font_prev_scale | Rémi Verschelde | |
Fix font preview plugin not using editor scale. | |||
2022-07-30 | Fix a path handling issue of ProjectConverter3To4 | heppocogne | |
2022-07-30 | Add editor_paths.h include missing in mono module | Raul Santos | |
2022-07-30 | Merge pull request #48548 from Calinou/editor-help-add-editor-settings | Rémi Verschelde | |
Add support for documenting most editor settings in the class reference | |||
2022-07-29 | Fix add_surface_from_arrays description in classref | SnailRhymer | |
Fix add_surface_from_arrays description in ImporterMesh.xml and ArrayMesh.xml to correctly describe sub-array length requirements. Also add missing comma in MeshInstance3D.xml, reword slightly. | |||
2022-07-29 | Fix font preview plugin not using editor scale. | bruvzg | |
2022-07-29 | Merge pull request #48183 from madmiraal/fix-regex-offset | Rémi Verschelde | |
Generate error if RegEx offset is negative | |||
2022-07-29 | Merge pull request #61647 from KoBeWi/SaverResource | Rémi Verschelde | |