summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-06-10Fix description about SceneTreeTimer auto freeHaoyu Qiu
2022-06-10Merge pull request #52415 from deakcor/dev-node2dRémi Verschelde
Fix global properties setters and add global skew for node2d
2022-06-09added info on microphone sample formatNikola Whallon
2022-06-09Merge pull request #61659 from KoBeWi/state-of-the-edRémi Verschelde
2022-06-09Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.xRémi Verschelde
2022-06-09Remove slash delimiter from NavigationMesh propertiessmix8
Remove slash delimiter from NavigationMesh properties.
2022-06-09Merge pull request #61670 from smix8/navigation_navagent_patharray_use_4.xRémi Verschelde
Document the correct use of NavigationAgent path functions
2022-06-09Document the correct use of NavigationAgent path functionssmix8
Document the correct use of NavigationAgent path functions.
2022-06-08Merge pull request #61739 from smix8/navigation_region_cost_4.xRémi Verschelde
2022-06-08Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.xRémi Verschelde
2022-06-08i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 653687711730ae1475e9183df69e730286e6eee0)
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
Adds some translator comments to solve some questions raised on Weblate.
2022-06-07Merge pull request #61558 from kleonc/triangle_mesh_from_triangle_stripRémi Verschelde
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP`
2022-06-07Merge pull request #61319 from JFonS/taa_wipRémi Verschelde
Initial TAA implementation
2022-06-07Merge pull request #61284 from KoBeWi/steal_image()Rémi Verschelde
Remove image property of ImageTexture
2022-06-07Merge pull request #59786 from V-Sekai/ok_colorRémi Verschelde
Allow picking similar colours using OKHSL.
2022-06-07Bind vararg method flag in core constantssps1112
2022-06-07Remove image property of ImageTexturekobewi
2022-06-07Merge pull request #61751 from KoBeWi/🐱‍👤Rémi Verschelde
2022-06-07Merge pull request #50349 from Calinou/array-add-some-everyRémi Verschelde
Add `any()` and `all()` methods to Array
2022-06-07Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee
2022-06-07Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi
2022-06-07Merge pull request #61737 from LightningAA/fix-frac-typoRémi Verschelde
Fix typo "Frac" instead of "Fract"
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-06Merge pull request #59883 from KoBeWi/merge_thisRémi Verschelde
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-06Add NavigationRegion costs for pathfindingsmix8
Add NavigationRegion costs for pathfinding.
2022-06-06[GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg
2022-06-05Fix typo "Frac" instead of "Fract"Aaron Record
2022-06-04rename 'configuration' to 'replication_config' in MultiplayerSynchronizerNathan Franke
2022-06-04typo: change congiruation into configurationWinston Yallow
2022-06-04Merge pull request #61669 from fire-forge/inputRémi Verschelde
Make Input `mouse_mode` and `use_accumulated_input` properties
2022-06-03Improve EditorPlugin state documentationkobewi
2022-06-03Make Input mouse_mode and use_accumulated_input propertiesFireForge
2022-06-03Add array element type to `get_connected_joypads`Raul Santos
2022-06-03Match NavMap and ProjectSettings with NavigationMesh defaultssmix8
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.
2022-06-03Merge pull request #61623 from smix8/navigation_navpoly_getmesh_4.xRémi Verschelde
2022-06-02Merge pull request #61619 from smix8/navigation_navobstacles_doc_4.xRémi Verschelde
2022-06-02Merge pull request #60711 from nathanfranke/rpc-serverFabio Alessandrelli
network - finish renaming AUTH to AUTHORITY
2022-06-02Expose get_mesh() for NavigationPolygon Resourcessmix8
Expose get_mesh() for NavigationPolygon Resources.
2022-06-02Note that NavigationObstacles should only be used if necessary and for ↵smix8
moving objects only Note that NavigationObstacles should only be used if necessary and for moving objects only.
2022-06-02Merge pull request #61339 from lyuma/streampeerssl_get_streamRémi Verschelde
2022-06-01Merge pull request #61607 from smix8/navigation_agent_height_offset_doc_4.xRémi Verschelde
Document that NavigationAgent height offset is mostly a placebo
2022-06-01Document that NavigationAgent height offset is mostly a placebosmix8
Document that NavigationAgent height offset is mostly a placebo.
2022-06-01draw_circle() draws a filled circleSergey Pershenkov
2022-06-01Merge pull request #61593 from smix8/navigation_doc_navserver_syncphase_4.xRémi Verschelde
Add class doc that NavigationServer changes are not instant
2022-06-01Add class doc that NavigationServer changes are not instantsmix8
Add class doc that NavigationServer changes are not instant.
2022-06-01i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit af8a02ddafd64f0195956c74c6a60bf389af278f)
2022-05-31Add Dictionary.merge()kobewi
2022-05-31Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP`kleonc