diff --git a/AUTHORS.md b/AUTHORS.md index 00fe8297bef8..7859a3cd3768 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -56,6 +56,7 @@ name is available. Emmanuel Leblond (touilleMan) Eric Lasota (elasota) est31 + Fabian Mathews (supagu) Fabio Alessandrelli (Faless) Ferenc Arn (tagcup) Franklin Sobrinho (TheHX) @@ -123,7 +124,6 @@ name is available. Saniko (sanikoyes) SaracenOne sersoong - supagu Theo Hallenius (TheoXD) Thomas Herzog (karroffel) Timo (toger5) diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index c63d66ff5b05..9803837e5d61 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -87,6 +87,8 @@ The polygon's fill color. If [code]texture[/code] is defined, it will be multiplied by this color. It will also be the default color for vertices not set in [code]vertex_colors[/code]. + + Added padding applied to the bounding box when using [code]invert[/code]. Setting this value too small may result in a "Bad Polygon" error. Default value: [code]100[/code]. @@ -99,9 +101,9 @@ The polygon's list of vertices. The final point will be connected to the first. - + - + The polygon's fill texture. Use [code]uv[/code] to set texture coordinates. diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 701a13d32f6d..a36e76287a79 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -13,7 +13,9 @@ def get_doc_classes(): "NativeScript", "PacketPeerGDNative", "PluginScript", + "ResourceFormatLoaderVideoStreamGDNative", "StreamPeerGDNative", + "VideoStreamGDNative", ] def get_doc_path(): diff --git a/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml b/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml new file mode 100644 index 000000000000..61a7f6049939 --- /dev/null +++ b/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml new file mode 100644 index 000000000000..20575c768bdb --- /dev/null +++ b/modules/gdnative/doc_classes/VideoStreamGDNative.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +