Commit Graph
5885 Commits
Author SHA1 Message Date
Rémi VerscheldeandGitHub 1f152b3317 Merge pull request #61945 from KoBeWi/making_move_to_trash_less_trash 2022-06-13 17:40:48 +02:00
Rémi VerscheldeandGitHub d4f31e201d Merge pull request #61809 from groud/terrain_center_bit 2022-06-13 17:06:34 +02:00
Rémi VerscheldeandGitHub 2dde83a226 Merge pull request #61915 from Calinou/doc-lightmapgi 2022-06-13 16:09:31 +02:00
Hugo Locurcio 60029e9eb8 Document LightmapGI, LightmapGIData and LightmapProbe
This documents those 3 classes with 100% completion, while also
documenting the relevant project settings.
2022-06-13 15:46:15 +02:00
Rémi VerscheldeandGitHub 954a19965d Merge pull request #61983 from skyace65/WorldEnvironment 2022-06-13 15:08:32 +02:00
skyace65 ddbc24f84b Add description for camera effects property in WorldEnvironment 2022-06-13 08:06:13 -04:00
kobewi 1c90b066dd Improve description of move_to_trash() 2022-06-13 12:57:56 +02:00
Rémi VerscheldeandGitHub 136f84fc35 Merge pull request #61772 from bruvzg/ft_ot_collect 2022-06-13 11:13:05 +02:00
Rémi VerscheldeandGitHub e95f4eb5a7 Merge pull request #61819 from bruvzg/button_overrun 2022-06-13 11:02:04 +02:00
Rémi VerscheldeandGitHub 803d25a20a Merge pull request #61961 from jtnicholl/anim_lib_type_hints
Fix type hints for AnimationLibrary's signals' arguments
2022-06-12 22:26:53 +02:00
Rémi VerscheldeandGitHub 4953707784 Merge pull request #61916 from Calinou/doc-curvetexture
Document the CurveXYZTexture class, improve CurveTexture documentation
2022-06-12 22:26:33 +02:00
Hugo Locurcio b5c78f3046 Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
Jonathan Nicholl 3d8e400fb5 Fix type hints for AnimationLibrary's signals 2022-06-12 13:20:51 -04:00
Haoyu Qiu 6f38c21253 Fix parameter name for String.left and String.right 2022-06-12 16:34:44 +08:00
Hugo Locurcio 857e5a3bb0 Update name of Convert to MeshInstance2D button in MeshInstance2D doc 2022-06-11 21:52:39 +02:00
Rémi VerscheldeandGitHub 126e4d0a5b Merge pull request #61920 from Calinou/makerst-print-color 2022-06-11 11:42:18 +02:00
Hugo Locurcio d45351f413 makerst: Print colored output for easier visual grepping
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-11 00:19:36 +02:00
Hugo Locurcio 1163af1756 makerst: Fix duplicate .xml extension in some error messages
Previously, a file name could appear as e.g. `ProjectSettings.xml.xml`
when one of the 3 modified errors was reported.
2022-06-10 22:58:09 +02:00
Gilles Roudière 62d2549e9e Add terrain center bit 2022-06-10 14:37:39 +02:00
Haoyu Qiu 5a011f5999 Fix description about SceneTreeTimer auto free 2022-06-10 18:04:34 +08:00
Rémi VerscheldeandGitHub 8aa69c4e06 Merge pull request #52415 from deakcor/dev-node2d
Fix global properties setters and add global skew for node2d
2022-06-10 09:49:15 +02:00
Nikola Whallon eb5a42d0bc added info on microphone sample format 2022-06-09 14:01:38 -07:00
Rémi VerscheldeandGitHub a2c016e997 Merge pull request #61659 from KoBeWi/state-of-the-ed 2022-06-09 09:57:28 +02:00
Rémi VerscheldeandGitHub c91d33e9ca Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.x 2022-06-09 09:48:01 +02:00
smix8 2c059dcfcb Remove slash delimiter from NavigationMesh properties
Remove slash delimiter from NavigationMesh properties.
2022-06-09 09:20:52 +02:00
Rémi VerscheldeandGitHub ae78928232 Merge pull request #61670 from smix8/navigation_navagent_patharray_use_4.x
Document the correct use of NavigationAgent path functions
2022-06-09 08:50:30 +02:00
smix8 9c7f03aefc Document the correct use of NavigationAgent path functions
Document the correct use of NavigationAgent path functions.
2022-06-09 01:51:33 +02:00
bruvzg 906e9b6ac5 Add overrun behavior to the Button. 2022-06-08 19:02:27 +03:00
Rémi VerscheldeandGitHub e4994e2817 Merge pull request #61739 from smix8/navigation_region_cost_4.x 2022-06-08 16:05:38 +02:00
Rémi VerscheldeandGitHub 07029e94f4 Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x 2022-06-08 15:56:22 +02:00
Rémi Verschelde c09d830106 i18n: Sync classref translations with Weblate
(cherry picked from commit 6536877117)
2022-06-08 13:18:40 +02:00
Rémi Verschelde c8ce7e34e2 i18n: Misc fixes translation strings
Adds some translator comments to solve some questions raised on Weblate.
2022-06-08 12:57:54 +02:00
Rémi VerscheldeandGitHub 60eec78a1f Merge pull request #61558 from kleonc/triangle_mesh_from_triangle_strip
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP`
2022-06-07 22:07:16 +02:00
Rémi VerscheldeandGitHub 5ebdfc31b2 Merge pull request #61319 from JFonS/taa_wip
Initial TAA implementation
2022-06-07 20:53:55 +02:00
Rémi VerscheldeandGitHub 96f41d6ada Merge pull request #61284 from KoBeWi/steal_image()
Remove image property of ImageTexture
2022-06-07 20:53:09 +02:00
Rémi VerscheldeandGitHub d52a79ad22 Merge pull request #59786 from V-Sekai/ok_color
Allow picking similar colours using OKHSL.
2022-06-07 20:52:32 +02:00
sps1112andRémi Verschelde 1f361b0367 Bind vararg method flag in core constants 2022-06-07 17:06:34 +02:00
kobewi c519a667ad Remove image property of ImageTexture 2022-06-07 16:30:54 +02:00
Rémi VerscheldeandGitHub e24e4935ff Merge pull request #61751 from KoBeWi/🐱👤 2022-06-07 16:02:16 +02:00
Rémi VerscheldeandGitHub 3f8d86b076 Merge pull request #50349 from Calinou/array-add-some-every
Add `any()` and `all()` methods to Array
2022-06-07 15:15:22 +02:00
K. S. Ernest (iFire) LeeandK. S. Ernest (iFire) Lee 1b776a6e7a Allow picking similar colours using OKHSL. 2022-06-07 05:53:27 -07:00
kobewi 83014f8901 Add GLOBAL_DEF_INTERNAL to hide specific settings 2022-06-07 14:14:03 +02:00
Rémi VerscheldeandGitHub 7f5c10b588 Merge pull request #61737 from LightningAA/fix-frac-typo
Fix typo "Frac" instead of "Fract"
2022-06-07 14:10:56 +02:00
jfons ba832d83b2 Initial TAA implementation
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-07 13:14:44 +02:00
bruvzg 6e4cdad3ac [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC). 2022-06-07 11:35:59 +03:00
Rémi VerscheldeandGitHub 83421cd06f Merge pull request #59883 from KoBeWi/merge_this 2022-06-06 23:38:29 +02:00
Haoyu Qiu 83d931ad3c Fix Viewport.own_world_3d documentation
Also fixed the naming of the setter's parameter and made an `if` block
straightforward.
2022-06-06 21:34:40 +08:00
smix8 cfdfd304f1 Add NavigationRegion costs for pathfinding
Add NavigationRegion costs for pathfinding.
2022-06-06 15:25:06 +02:00
bruvzg b3bbf3db47 [GDExtension] Expose Variant, NodePath and StringName hash functions. 2022-06-06 12:19:56 +03:00
Aaron Record 14df02b21f Fix typo "Frac" instead of "Fract" 2022-06-05 19:20:32 -06:00