Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-16 | Merge pull request #61908 from ↵ | Rémi Verschelde | |
Calinou/crash-handler-message-tweak-exported-project | |||
2022-06-16 | Merge pull request #61877 from aaronfranke/doc-negative-scale | Rémi Verschelde | |
2022-06-15 | Merge pull request #61952 from V-Sekai/custom-docs | Rémi Verschelde | |
`SurfaceTool.set_custom_format` Fixes and documentation. | |||
2022-06-15 | Expose PopupMenu set/get_item_horizontal_offset() | FireForge | |
- Renames setter from set_item_h_offset() - Adds getter | |||
2022-06-15 | Streamline Navigation layer function names. | smix8 | |
Streamline Navigation layer function names. | |||
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 #62044 from smix8/navigation_navagent_map_change_4.x | Rémi Verschelde | |
Add NavigationAgent2D/3D set_navigation_map() function | |||
2022-06-14 | Add NavigationAgent set_navigation_map() function | smix8 | |
Add NavigationAgent set_navigation_map() and get_navigation_map() function. | |||
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 | Merge pull request #62035 from smix8/navigation_doc_agent_cb_cancel_4.x | Rémi Verschelde | |
2022-06-14 | Merge pull request #62030 from KoBeWi/SetName/GetName | Rémi Verschelde | |
2022-06-14 | Document NavigationServer API navigation agent callbacks | smix8 | |
Document NavigationServer API navigation agent callbacks. | |||
2022-06-14 | Change set/get binding to use StringName | kobewi | |
2022-06-14 | Add vector value linking | kobewi | |
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com> | |||
2022-06-13 | Merge pull request #61945 from KoBeWi/making_move_to_trash_less_trash | Rémi Verschelde | |
2022-06-13 | Merge pull request #61809 from groud/terrain_center_bit | Rémi Verschelde | |
2022-06-13 | Merge pull request #61915 from Calinou/doc-lightmapgi | Rémi Verschelde | |
2022-06-13 | Document LightmapGI, LightmapGIData and LightmapProbe | Hugo Locurcio | |
This documents those 3 classes with 100% completion, while also documenting the relevant project settings. | |||
2022-06-13 | Merge pull request #61983 from skyace65/WorldEnvironment | Rémi Verschelde | |
2022-06-13 | Add description for camera effects property in WorldEnvironment | skyace65 | |
2022-06-13 | Improve description of move_to_trash() | kobewi | |
2022-06-13 | Merge pull request #61772 from bruvzg/ft_ot_collect | Rémi Verschelde | |
2022-06-13 | Merge pull request #61819 from bruvzg/button_overrun | 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 | Merge pull request #61916 from Calinou/doc-curvetexture | Rémi Verschelde | |
Document the CurveXYZTexture class, improve CurveTexture documentation | |||
2022-06-12 | Document the CurveXYZTexture class, improve CurveTexture documentation | Hugo Locurcio | |
2022-06-12 | Fix type hints for AnimationLibrary's signals | Jonathan Nicholl | |
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu | |
2022-06-11 | Update name of Convert to MeshInstance2D button in MeshInstance2D doc | Hugo Locurcio | |
2022-06-11 | Merge pull request #61920 from Calinou/makerst-print-color | Rémi Verschelde | |
2022-06-11 | makerst: Print colored output for easier visual grepping | Hugo Locurcio | |
This is automatically enabled on all platforms including Windows 10 and later, whenever a TTY environment is detected. In non-TTY environments such as CI, this can be forced using the `--color` command line argument. | |||
2022-06-10 | makerst: Fix duplicate `.xml` extension in some error messages | Hugo Locurcio | |
Previously, a file name could appear as e.g. `ProjectSettings.xml.xml` when one of the 3 modified errors was reported. | |||
2022-06-10 | Tweak default crash handler message in exported projects | Hugo Locurcio | |
When an exported project crashes, the crash handler message shouldn't reference the Godot issue tracker, as not all crashes are Godot's fault. Reporting crashes that only occur on exported projects is still allowed, but it should not be done by people who aren't working on the project in question. | |||
2022-06-10 | Add terrain center bit | Gilles Roudière | |
2022-06-10 | Fix description about SceneTreeTimer auto free | Haoyu Qiu | |
2022-06-10 | Merge pull request #52415 from deakcor/dev-node2d | Rémi Verschelde | |
Fix global properties setters and add global skew for node2d | |||
2022-06-10 | Document limitations of negative scales in 2D and 3D | Aaron Franke | |
2022-06-09 | added info on microphone sample format | Nikola Whallon | |
2022-06-09 | Merge pull request #61659 from KoBeWi/state-of-the-ed | Rémi Verschelde | |
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 #61670 from smix8/navigation_navagent_patharray_use_4.x | Rémi Verschelde | |
Document the correct use of NavigationAgent path functions | |||
2022-06-09 | Document the correct use of NavigationAgent path functions | smix8 | |
Document the correct use of NavigationAgent path functions. | |||
2022-06-08 | Add overrun behavior to the Button. | bruvzg | |
2022-06-08 | Merge pull request #61739 from smix8/navigation_region_cost_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x | Rémi Verschelde | |
2022-06-08 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 653687711730ae1475e9183df69e730286e6eee0) | |||
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
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` |