Commit Graph

56087 Commits

Author SHA1 Message Date
Rémi Verschelde 7c502d449a
Linux: Handle export preset forward compat with 4.3+ platform name
(cherry picked from commit d534c67d91)
2024-04-08 22:12:58 +02:00
Ekaterina Vaartis 13b0956538
Clarify that LightmapGI is not supported in compatibility renderer
(cherry picked from commit 71a6870c06)
2024-04-08 22:12:58 +02:00
Aaron Franke 7c02f5cd5c
[4.2] Fix crash when previewing a scene with a mesh as the root node
(cherry picked from commit 424a6a6bf5)
2024-04-08 22:12:58 +02:00
smix8 611c435dab
Fix CSGShape debug_collision_shape crash
Fixes CSGShape debug_collision_shape crash.

(cherry picked from commit 0cba21f2da)
2024-04-08 22:12:58 +02:00
kleonc c93eb1ba91
Fix RenderingServer.instance_set_transform docs saying it's not global
(cherry picked from commit 01b029f0a5)
2024-04-08 22:12:58 +02:00
melquiadess f0c8d2c536
Add POST_NOTIFICATIONS permission to the list of permissions available in the Export dialog
(cherry picked from commit 739190ca2b)
2024-04-08 22:12:58 +02:00
Rémi Verschelde eb281cc342
mbedtls: Update to upstream version 2.28.8
(cherry picked from commit 915ca4dd45)
2024-04-08 15:55:43 +02:00
Fabio Alessandrelli 16bc127e00
[MP] Fix dead code doing unnecessary allocation
Probably a leftover from some old refactor.

(cherry picked from commit e64aa4d25f)
2024-04-08 15:55:43 +02:00
Micky 83e985b159
Add documentation to PhysicsServer2DExtension
(cherry picked from commit b7eee9de65)
2024-04-08 15:55:42 +02:00
Micky e7da23b5dd
Add documentation to PhysicsDirectBodyState2DExtension
(cherry picked from commit 9bbb2bc0f1)
2024-04-08 15:41:39 +02:00
A Thousand Ships e1826e7caf
Add instructions to get shape of `RayCast2D/3D`
Adds details on how to get the intersected shape

(cherry picked from commit f2d4ff5c1f)
2024-04-08 15:40:35 +02:00
A Thousand Ships 30eb46b938
[Doc] Clarify behavior of `String.format` with keys in replacements
(cherry picked from commit 8a78e7e174)
2024-04-08 15:40:04 +02:00
A Thousand Ships 0cf3f3582a
[Doc] Document loading behavior with relative paths
(cherry picked from commit 2508c2e309)
2024-04-08 15:39:44 +02:00
A Thousand Ships 169059efeb
[Doc] Clarify the behavior of `Vector2/3.cross` and mention parallel vectors
(cherry picked from commit 47a8033698)
2024-04-08 15:38:20 +02:00
Rémi Verschelde 0c51c5cb1c
certs: Sync with Mozilla bundle as of Mar 11, 2024
c5a419971b
(cherry picked from commit fd61a42e04)
2024-04-08 15:35:45 +02:00
Silc Lizard (Tokage) Renew 3c779d37bf
Move the line of infinity loop checking in AnimationStateMachine
(cherry picked from commit b8d555c74b)
2024-04-08 15:31:51 +02:00
AlexOtsuka caf55eb072
Fix Set Animation Save Paths breaking on Windows
(cherry picked from commit 4d3319eceb)
2024-04-08 15:30:34 +02:00
Brandtware 6c898685c7
Fix wrong return type mention in AStarGrid2D docs
(cherry picked from commit f8c0208e96)
2024-04-08 15:28:55 +02:00
Jordyfel 14b4742940
Fix small error in Variant doc
(cherry picked from commit e41209caf2)
2024-04-08 15:26:46 +02:00
Enhex 7b4ea00218
Fix documentation for receiving light from light probes
(cherry picked from commit 14ba478023)
2024-04-08 15:25:02 +02:00
K. S. Ernest (iFire) Lee e25abb5760
Fixed loop condition in bone mapping
Corrected the for-loop condition in the auto_mapping_process function. Previously, it was checking if children.size() is non-zero, which resulted in an infinite loop

(cherry picked from commit 15f1a0fba3)
2024-04-08 15:24:28 +02:00
kleonc 0177ddb144
[C#] Fix `Transform3D.InterpolateWith` applying rotation before scale
(cherry picked from commit e2ed63b313)
2024-04-08 15:22:32 +02:00
A Thousand Ships 5318c0ae6b
[CI] Improve fetching of changed files
PRs always use a merge into the repo on checkout, so checking for
`HEAD^1` will show all the changes regardless of the number of commits
in a PR

(cherry picked from commit 950743c3d8)
2024-04-08 15:21:52 +02:00
Haoyu Qiu 3d8fc90d84
Fix wrong extension filter for dependency editor
(cherry picked from commit e1ee838d11)
2024-04-08 15:20:49 +02:00
Chronos-W 64093528cd
Add reference to InputEventJoypadButton in _shortcut_input doc
(cherry picked from commit 9a439b246a)
2024-04-08 15:20:09 +02:00
A Thousand Ships 31fd129ba0
[Doc] Fix casing of some C# names
(cherry picked from commit 366cc648bf)
2024-04-08 15:17:15 +02:00
MewPurPur ecf7f3f349
Follow up to blue robot icons optimization
(cherry picked from commit 35a569478f)
2024-04-08 15:16:30 +02:00
Haoyu Qiu afc47f93d1
Fix description of touch input position
(cherry picked from commit 0ff396c981)
2024-04-08 15:10:01 +02:00
Danil Alexeev 527e1d12b0
Update `@GDScript` documentation
(cherry picked from commit 0c48845247)
2024-04-08 15:09:22 +02:00
iltenahmet 44211441f3
Update docs clarifying description for get_unix_time_from_system on UTC
fix url tag in doc/classes/Time.xml

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

fix url tag in doc/classes/Time.xml

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

update get_unix_time_from_system description

Update doc/classes/Time.xml

Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
(cherry picked from commit 8bfc257e63)
2024-04-08 15:08:51 +02:00
Rémi Verschelde fbc4a7e3a5
Merge pull request #89340 from akien-mga/4.1-cherrypicks
Cherry-picks for the 4.1 branch (future 4.1.4) - 3rd batch
2024-03-12 22:44:39 +01:00
Micky dc2a52141a
Overhaul Basis' documentation
Co-Authored-By: Aaron Franke <arnfranke@yahoo.com>
(cherry picked from commit 58ddd84108)
2024-03-12 00:37:54 +01:00
Micky 634c413791
Overhaul Quaternion documentation
(cherry picked from commit 38cd13c51a)
2024-03-12 00:37:54 +01:00
Max Hilbrunner 3e908bfef3
Fix removing connected peer during disconnection
(cherry picked from commit bd8380db55)
2024-03-11 23:42:52 +01:00
Aaron Franke 49c95e7bbb
Fix GLTF exporting invalid meshes and attempting to export gizmo meshes
(cherry picked from commit 2d38c980ee)
2024-03-11 23:42:52 +01:00
Fabio Alessandrelli bc0c61a30b
[MP] Fix auth not waiting for confirmation in some cases
The auth implementation was treating any received packet as a remote
confirmation after the peer was confirmed locally.

It now correctly awaits for the remote confirmation packet before
admitting new peers.

(cherry picked from commit 754036f82f)
2024-03-11 23:42:52 +01:00
Pedro J. Estébanez 15ac760e4a
Avoid regressing in progress reporting in resource load
(cherry picked from commit f5ca58d32f)
2024-03-11 23:42:51 +01:00
Thaddeus Crews 00cfd6dcac
C#: Match Core implementation of `BinToInt` & `HexToInt`
(cherry picked from commit 48428bd087)
2024-03-11 23:42:51 +01:00
Paul Joannon c1efc31f2b
Delay fs update when populating path bimap
(cherry picked from commit 999180d5b5)
2024-03-11 23:42:51 +01:00
bruvzg 776696eb64
[macOS] Enabled secure restorable state.
(cherry picked from commit 84380a94f7)
2024-03-11 23:42:51 +01:00
Alexander Hartmann 601afdf1d5
Fix virtual keyboard for decimal values on Android
(cherry picked from commit 6f91c00056)
2024-03-11 23:42:51 +01:00
Adam Scott c8ae076c1a
Fix emscripten 3.1.51 breaking change about `*glGetProcAddress()`
(cherry picked from commit 5922ac0fb1)
2024-03-11 23:42:48 +01:00
Adam Scott 00e3aa9b07
Add workaround for emscripten >= 3.1.47 LTO build
(cherry picked from commit 656bc22e28)
2024-03-11 17:12:54 +01:00
A Thousand Ships 59b0a8da4f
[TileSet] Fix crash when deleting dragged polygon point
(cherry picked from commit 0ba7463803)
2024-03-11 16:46:58 +01:00
A Thousand Ships aec956d7c6
[Doc] Clarify `bsearch(_custom)` behavior
* Added an example for the effect of `before`
* Clarified the arguments to the custom callable can be either order

(cherry picked from commit 06df4abcd3)
2024-03-11 15:23:49 +01:00
A Thousand Ships c2ff91c418
[Docs][C#] Use `PropertyName` constants in more places
(cherry picked from commit 2f1f8ee39b)
2024-03-11 15:23:30 +01:00
Micky 962575ad73
Address a few issues in Transform3D documentation
(cherry picked from commit abf4894677)
2024-03-11 15:23:10 +01:00
A Thousand Ships 045c42f514
[C#] Fix typo in `Color` documentation
(cherry picked from commit 5aadb8660b)
2024-03-11 15:22:07 +01:00
A Thousand Ships dd6eced096
[Doc] Clarify some details about deferred calls
(cherry picked from commit 1cc5b0aa0d)
2024-03-11 15:21:45 +01:00
Rémi Verschelde bbc06c7cc8
RTL: Clarify that line, paragraph, and character numbers are zero-indexed
Closes #82885.

(cherry picked from commit 4a1397b58c)
2024-03-11 15:20:35 +01:00