From 4ea4d82618ba0f65334d606aebf874a7137316ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 24 Feb 2022 10:14:25 +0100 Subject: [PATCH] Update files to Godot 3.4.3-stable (3.4 branch) --- android/godot_android.h | 4 ++-- api.json | 40 ++++++++++++++++++++++++++----- arvr/godot_arvr.h | 4 ++-- gdnative/aabb.h | 4 ++-- gdnative/array.h | 4 ++-- gdnative/basis.h | 4 ++-- gdnative/color.h | 4 ++-- gdnative/dictionary.h | 4 ++-- gdnative/gdnative.h | 4 ++-- gdnative/node_path.h | 4 ++-- gdnative/plane.h | 4 ++-- gdnative/pool_arrays.h | 4 ++-- gdnative/quat.h | 4 ++-- gdnative/rect2.h | 4 ++-- gdnative/rid.h | 4 ++-- gdnative/string.h | 4 ++-- gdnative/string_name.h | 4 ++-- gdnative/transform.h | 4 ++-- gdnative/transform2d.h | 4 ++-- gdnative/variant.h | 4 ++-- gdnative/vector2.h | 4 ++-- gdnative/vector3.h | 4 ++-- nativescript/godot_nativescript.h | 4 ++-- net/godot_net.h | 4 ++-- net/godot_webrtc.h | 4 ++-- pluginscript/godot_pluginscript.h | 4 ++-- videodecoder/godot_videodecoder.h | 4 ++-- 27 files changed, 86 insertions(+), 58 deletions(-) diff --git a/android/godot_android.h b/android/godot_android.h index 867ef9e..859a85a 100644 --- a/android/godot_android.h +++ b/android/godot_android.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/api.json b/api.json index c4a6137..87b8cea 100644 --- a/api.json +++ b/api.json @@ -118,7 +118,7 @@ "JOY_BUTTON_7": 7, "JOY_BUTTON_8": 8, "JOY_BUTTON_9": 9, - "JOY_BUTTON_MAX": 23, + "JOY_BUTTON_MAX": 128, "JOY_DPAD_DOWN": 13, "JOY_DPAD_LEFT": 14, "JOY_DPAD_RIGHT": 15, @@ -13908,6 +13908,13 @@ "setter": "set_fadeout_time", "index": -1 }, + { + "name": "mix_mode", + "type": "int", + "getter": "get_mix_mode", + "setter": "set_mix_mode", + "index": -1 + }, { "name": "sync", "type": "bool", @@ -81320,6 +81327,7 @@ "COMPRESS_PVRTC4": 2, "COMPRESS_S3TC": 0, "COMPRESS_SOURCE_GENERIC": 0, + "COMPRESS_SOURCE_LAYERED": 3, "COMPRESS_SOURCE_NORMAL": 2, "COMPRESS_SOURCE_SRGB": 1, "FORMAT_BPTC_RGBA": 22, @@ -82471,7 +82479,8 @@ "values": { "COMPRESS_SOURCE_GENERIC": 0, "COMPRESS_SOURCE_SRGB": 1, - "COMPRESS_SOURCE_NORMAL": 2 + "COMPRESS_SOURCE_NORMAL": 2, + "COMPRESS_SOURCE_LAYERED": 3 } }, { @@ -124131,7 +124140,7 @@ }, { "name": "bones", - "type": "bool", + "type": "Array", "getter": "_get_bones", "setter": "_set_bones", "index": -1 @@ -130124,7 +130133,7 @@ }, { "name": "get_debug_shape_thickness", - "return_type": "float", + "return_type": "int", "is_editor": false, "is_noscript": false, "is_const": true, @@ -130371,7 +130380,7 @@ "arguments": [ { "name": "debug_shape_thickness", - "type": "float", + "type": "int", "has_default_value": false, "default_value": "" } @@ -156355,6 +156364,19 @@ "arguments": [ ] }, + { + "name": "_repaint", + "return_type": "void", + "is_editor": false, + "is_noscript": false, + "is_const": false, + "is_reverse": false, + "is_virtual": true, + "has_varargs": false, + "is_from_script": false, + "arguments": [ + ] + }, { "name": "_update_current_tab", "return_type": "void", @@ -164169,6 +164191,12 @@ "type": "bool", "has_default_value": true, "default_value": "False" + }, + { + "name": "autotile_coord", + "type": "Vector2", + "has_default_value": true, + "default_value": "(0, 0)" } ] }, @@ -198294,7 +198322,7 @@ }, { "name": "handshake_timeout", - "type": "bool", + "type": "float", "getter": "get_handshake_timeout", "setter": "set_handshake_timeout", "index": -1 diff --git a/arvr/godot_arvr.h b/arvr/godot_arvr.h index 2e5b832..dbf0426 100644 --- a/arvr/godot_arvr.h +++ b/arvr/godot_arvr.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/aabb.h b/gdnative/aabb.h index 1ada374..69256e3 100644 --- a/gdnative/aabb.h +++ b/gdnative/aabb.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/array.h b/gdnative/array.h index ebb130c..d14926d 100644 --- a/gdnative/array.h +++ b/gdnative/array.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/basis.h b/gdnative/basis.h index c6dab4c..012ac79 100644 --- a/gdnative/basis.h +++ b/gdnative/basis.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/color.h b/gdnative/color.h index 4d8d2cd..8c28b82 100644 --- a/gdnative/color.h +++ b/gdnative/color.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/dictionary.h b/gdnative/dictionary.h index e9e6646..6e8d511 100644 --- a/gdnative/dictionary.h +++ b/gdnative/dictionary.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/gdnative.h b/gdnative/gdnative.h index b531624..a5815f8 100644 --- a/gdnative/gdnative.h +++ b/gdnative/gdnative.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/node_path.h b/gdnative/node_path.h index 052e446..9c4f1e0 100644 --- a/gdnative/node_path.h +++ b/gdnative/node_path.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/plane.h b/gdnative/plane.h index 2e4c2d7..fe817de 100644 --- a/gdnative/plane.h +++ b/gdnative/plane.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/pool_arrays.h b/gdnative/pool_arrays.h index 9c9a7b9..e9a8576 100644 --- a/gdnative/pool_arrays.h +++ b/gdnative/pool_arrays.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/quat.h b/gdnative/quat.h index 68ca176..171efef 100644 --- a/gdnative/quat.h +++ b/gdnative/quat.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/rect2.h b/gdnative/rect2.h index 94d4d81..15d7cf2 100644 --- a/gdnative/rect2.h +++ b/gdnative/rect2.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/rid.h b/gdnative/rid.h index b2ce69a..349907f 100644 --- a/gdnative/rid.h +++ b/gdnative/rid.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/string.h b/gdnative/string.h index 2319354..f44f95a 100644 --- a/gdnative/string.h +++ b/gdnative/string.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/string_name.h b/gdnative/string_name.h index b468f71..46ce681 100644 --- a/gdnative/string_name.h +++ b/gdnative/string_name.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/transform.h b/gdnative/transform.h index 948cb2e..faedb1f 100644 --- a/gdnative/transform.h +++ b/gdnative/transform.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/transform2d.h b/gdnative/transform2d.h index 51c5306..0093769 100644 --- a/gdnative/transform2d.h +++ b/gdnative/transform2d.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/variant.h b/gdnative/variant.h index c20b71a..350e719 100644 --- a/gdnative/variant.h +++ b/gdnative/variant.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/vector2.h b/gdnative/vector2.h index 73b301a..1d780eb 100644 --- a/gdnative/vector2.h +++ b/gdnative/vector2.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/gdnative/vector3.h b/gdnative/vector3.h index 74ec9b9..68ca1cd 100644 --- a/gdnative/vector3.h +++ b/gdnative/vector3.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/nativescript/godot_nativescript.h b/nativescript/godot_nativescript.h index 756b4a1..1edb2c8 100644 --- a/nativescript/godot_nativescript.h +++ b/nativescript/godot_nativescript.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/net/godot_net.h b/net/godot_net.h index 2fa576a..e10277b 100644 --- a/net/godot_net.h +++ b/net/godot_net.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/net/godot_webrtc.h b/net/godot_webrtc.h index df4cf87..6d640fb 100644 --- a/net/godot_webrtc.h +++ b/net/godot_webrtc.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/pluginscript/godot_pluginscript.h b/pluginscript/godot_pluginscript.h index 984b2dc..7f4f965 100644 --- a/pluginscript/godot_pluginscript.h +++ b/pluginscript/godot_pluginscript.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/videodecoder/godot_videodecoder.h b/videodecoder/godot_videodecoder.h index bb85ae0..4de0f45 100644 --- a/videodecoder/godot_videodecoder.h +++ b/videodecoder/godot_videodecoder.h @@ -5,8 +5,8 @@ /* GODOT ENGINE */ /* https://godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */ -/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */ +/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */