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
A Thousand Ships
201ccb7aeb
[Doc] Fix some incorrect uses of "children"
...
(cherry picked from commit 9b5cd8e240 )
2024-03-11 15:20:07 +01:00
Zi Ye
b0ca5cdc12
Add necessary elaboration to documentation for Node3D::get_parent_node_3d
...
(cherry picked from commit 4c8015bec3 )
2024-03-11 15:18:43 +01:00
Markus Sauermann
e01bf42ca5
Document that parse_input_event doesn't influence the OS
...
(cherry picked from commit 8121446385 )
2024-03-11 15:18:25 +01:00
A Thousand Ships
3eee0c0563
[Doc] Fix GDScript casing of String.num_scientific
...
(cherry picked from commit b384beccc5 )
2024-03-11 15:18:04 +01:00
A Thousand Ships
e96c67d725
Clarify behavior of opening a new file in FileAccess
...
The containing directory must exist for this to succeed.
(cherry picked from commit a775d8bf5a )
2024-03-11 15:17:45 +01:00
SaNeOr
f518099f73
Additional docs: c# mainloop needs to be registered in the global class
...
(cherry picked from commit 3122b368c0 )
2024-03-11 15:17:23 +01:00
Cariad Eccleston
f63b703f21
Fix "dimensionnal" typo
...
(cherry picked from commit 9472ccbcdd )
2024-03-11 15:17:02 +01:00
A Thousand Ships
10848d0e80
Fix some leftover references to hint_albedo in docs
...
(cherry picked from commit e5266f71b9 )
2024-03-11 15:16:41 +01:00
Dalton
846892d366
Fix function description for Font.get_char_size()
...
Removed description implying you can pass a second char in order to account for kerning
(cherry picked from commit c9bc54637b )
2024-03-11 15:14:48 +01:00
Hugo Locurcio
5afb5e3132
Document initial position project settings not affecting run from editor
...
(cherry picked from commit d3df15f823 )
2024-03-11 15:13:45 +01:00
Hugo Locurcio
803e901e22
Improve documentation on Android package unique name
...
- Document `$genname` behavior.
- Update to match actual validation and Google Play guidelines.
(cherry picked from commit 111908c4ed )
2024-03-11 15:13:20 +01:00
Allen Pestaluky
cbe3bf7511
Fix docs for Color class regarding bits per component.
...
This fixes godot-docs#8906 ( https://github.com/godotengine/godot-docs/issues/8906 )
(cherry picked from commit 0e977e087c )
2024-03-11 15:13:03 +01:00
Hugo Locurcio
4d45daec12
Document OS.execute() limitations on Android
...
(cherry picked from commit d94ee14123 )
2024-03-11 15:12:39 +01:00
Florian Grabmeier
5e483e5af4
Remove duplicate reference of CUSTOM_ARRAY_RBGA8_URNOM in docs
...
(cherry picked from commit 02faccd14f )
2024-03-11 15:11:22 +01:00
A Thousand Ships
25e88dd552
Fix inverted link in docs
...
Title and url were swapped
(cherry picked from commit 17000bf8c3 )
2024-03-11 15:10:48 +01:00
Micky
848d93f144
Mention and deprecate InputEventJoypadButton's pressure
...
(cherry picked from commit 25c0c95960 )
2024-03-11 15:09:06 +01:00
Micky
a0a44578aa
Tweak XROrigin3D documentation
...
(cherry picked from commit 552403d581 )
2024-03-11 15:07:57 +01:00
Micky
185cfee96f
Overhaul Transform3D documentation
...
(cherry picked from commit 64ba22a9a7 )
2024-03-11 15:07:11 +01:00
Micky
503dc95d71
Add documentation to EditorExportPlatformWeb
...
(cherry picked from commit 7ffacb5d49 )
2024-03-11 15:05:13 +01:00
Micky
ccc4f49c22
Add missing documentation for AudioStream & AudioStreamPlayback
...
(cherry picked from commit 8f4598bad4 )
2024-03-11 15:04:53 +01:00
Micky
44fc5956aa
Add a few notes to Sprite3D's documentation
...
(cherry picked from commit 8ca47c981d )
2024-03-11 15:04:31 +01:00
Micky
6b734531a3
Overhaul documentation about MIDI support
...
(cherry picked from commit 8723d116c4 )
2024-03-11 15:03:58 +01:00
20kdc
fd9f1a7c41
Fix the documentation of Bone2D::apply_rest (squashed)
...
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com >
(cherry picked from commit f16f8bf39b )
2024-03-11 15:03:11 +01:00