Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-23 | Fix Curve{2D,3D} notifying property list changed | Raul Santos | |
Make `Curve2D` and `Curve3D` more consistent with `Curve` and avoid calling `notify_property_list_changed` when the list of points doesn't change. | |||
2022-06-23 | Merge pull request #62348 from smix8/navigation_baking_aabb_4.x | Rémi Verschelde | |
2022-06-23 | Merge pull request #61628 from Vitika9/61617 | Rémi Verschelde | |
2022-06-23 | Merge pull request #61931 from KoBeWi/how_to_window | Rémi Verschelde | |
Document most of the Window's members | |||
2022-06-23 | Implement NavigationMesh bake area | smix8 | |
Adds two new properties to NavigationMesh resources to restrict the navmesh baking to an area enclosed by an AABB with volume. | |||
2022-06-23 | Merge pull request #62268 from V-Sekai/lightmap-errors | JFonS | |
2022-06-23 | Mend crash importing a scene with static lightmaps. | K. S. Ernest (iFire) Lee | |
2022-06-22 | Add surface indices to TriangleMesh | reduz | |
Helps unblock #56597 | |||
2022-06-22 | Document most of the Window's members | kobewi | |
2022-06-22 | Fixed dragging curve points | Vitika9 | |
2022-06-22 | Merge pull request #58544 from Calinou/tileset-source-allow-canvasitemmaterial | Rémi Verschelde | |
2022-06-22 | Merge pull request #56185 from nikitalita/fix-save-as-binary | Rémi Verschelde | |
Fix ResourceLoaderText::save_as_binary() | |||
2022-06-21 | Allow using CanvasItemMaterial in the TileSet editor | Hugo Locurcio | |
Previously, only ShaderMaterial overrides could be added. | |||
2022-06-21 | Merge pull request #62198 from Calinou/text-resource-remove-extraneous-spaces | Rémi Verschelde | |
Remove spaces in `SubResource()/ExtResource/Resource()` in text resources | |||
2022-06-20 | Clean up Hash Functions | reduz | |
Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934 * Clean up usage of murmur3 * Fixed usages of binary murmur3 on floats (this is invalid) * Changed DJB2 to use xor (which seems to be better) | |||
2022-06-19 | Remove spaces in `SubResource()/ExtResource/Resource()` in text resources | Hugo Locurcio | |
These spaces are not needed for the file to be successfully parsed. Other types such as Vector3 are no longer serialized with spaces after the opening parenthesis and before the closing parenthesis, so this is also more consistent. | |||
2022-06-19 | Declaring emission_tex_ofs globally | mightygoat | |
2022-06-17 | [Net] Fix SceneReplicationConfig setter. | Fabio Alessandrelli | |
Used by resource loader, it would always add properties as both sync and spawn, disregarding the actual option value. | |||
2022-06-16 | Merge pull request #61888 from Chaosus/vs_remove_engine_version | Rémi Verschelde | |
Remove engine version from visual shader | |||
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the ↵ | bruvzg | |
TextServer. | |||
2022-06-15 | Merge pull request #61952 from V-Sekai/custom-docs | Rémi Verschelde | |
`SurfaceTool.set_custom_format` Fixes and documentation. | |||
2022-06-14 | `SurfaceTool.set_custom_format` Fixes and documentation. | Lyuma | |
Fix mistake making `set_custom_format` impossible to use. Automatically forward custom flags in `SurfaceTool.commit`. Add documentation in `SurfaceTool` and `Mesh` for custom channels. Deprecate `SurfaceTool.generate_lod` and expose `ImporterMesh.generate_lods`. | |||
2022-06-14 | Merge pull request #62042 from ↵ | Rémi Verschelde | |
Calinou/basematerial3d-nearest-height-always-linear Always sample the heightmap with linear filtering in BaseMaterial3D | |||
2022-06-14 | Always sample the heightmap with linear filtering in BaseMaterial3D | Hugo Locurcio | |
Nearest-neighbor filtering of the heightmap results in a broken appearance, with and without Deep Parallax enabled on the material. Linear filtering results in a more expected appearance. This does not affect other texture maps such as albedo, normal or roughness. | |||
2022-06-14 | Add Vector2/3 linking to more properties | FireForge | |
- Camera2D.zoom - CanvasLayer.scale - ParallaxBackground.scroll_base_scale - ParallaxLayer.motion_scale - Polygon2D.texture_scale - BaseMaterial3D.uv1_scale - BaseMaterial3D.uv2_scale | |||
2022-06-13 | Merge pull request #61974 from Calinou/project-settings-mark-as-basic | Rémi Verschelde | |
2022-06-13 | Merge pull request #61809 from groud/terrain_center_bit | Rémi Verschelde | |
2022-06-13 | Merge pull request #61772 from bruvzg/ft_ot_collect | Rémi Verschelde | |
2022-06-12 | Merge pull request #61961 from jtnicholl/anim_lib_type_hints | Rémi Verschelde | |
Fix type hints for AnimationLibrary's signals' arguments | |||
2022-06-12 | Mark some common project settings as basic | Hugo Locurcio | |
2022-06-12 | Fix type hints for AnimationLibrary's signals | Jonathan Nicholl | |
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-11 | Revert vector4 output ports in visual shaders | Yuri Rubinsky | |
2022-06-10 | Add terrain center bit | Gilles Roudière | |
2022-06-10 | Remove engine version from visual shader | Yuri Rubinsky | |
2022-06-09 | Add a property hint to Environment's `sky_rotation` property | Hugo Locurcio | |
This property hint is identical to Node3D's `sky_rotation` property and provides degree-based editing. | |||
2022-06-09 | Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.x | Rémi Verschelde | |
2022-06-09 | Remove slash delimiter from NavigationMesh properties | smix8 | |
Remove slash delimiter from NavigationMesh properties. | |||
2022-06-09 | Merge pull request #61830 from XutaxKamay/fix-image-texture | Rémi Verschelde | |
Fix for regression of an ImageTexture being imported | |||
2022-06-09 | Fix for ImageTexture imported | Kamay Xutax | |
Someone apparently forgot to return true ... on ImageTexture::_set/_get | |||
2022-06-08 | Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x | Rémi Verschelde | |
2022-06-08 | Re-add internal image field to ImageTexture | kobewi | |
2022-06-07 | Merge pull request #61558 from kleonc/triangle_mesh_from_triangle_strip | Rémi Verschelde | |
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP` | |||
2022-06-07 | Merge pull request #61284 from KoBeWi/steal_image() | Rémi Verschelde | |
Remove image property of ImageTexture | |||
2022-06-07 | Merge pull request #55909 from ↵ | Clay John | |
Calinou/volumetric-fog-tweak-temporal-reprojection-range-hint Tweak the volumetric fog temporal reprojection property hint | |||
2022-06-07 | Remove image property of ImageTexture | kobewi | |
2022-06-07 | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, ↵ | bruvzg | |
*.OTC). | |||
2022-06-05 | Fix typo "Frac" instead of "Fract" | Aaron Record | |
2022-06-05 | Increase maximum size of gradient textures | kobewi | |
2022-06-03 | Match NavMap and ProjectSettings with NavigationMesh defaults | smix8 | |
Match NavMap and ProjectSettings with NavigationMesh defaults since the NavMap edge merging requires a matching cell_size with the NavigationMesh to create connections without issues. |