Kelly Thomas
2eeeb163ba
[Docs] Fix some broken links
...
(cherry picked from commit b1ab7b4acf
)
2018-11-01 11:39:25 +01:00
Michael Alexsander Silva Dias
9a126f75bb
Add example to Animation doc
...
(cherry picked from commit a02f02b9ed
)
2018-11-01 11:39:24 +01:00
Michael Alexsander Silva Dias
d2b6a0dc7a
Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene
...
(cherry picked from commit 07e0f796af
)
2018-11-01 11:39:24 +01:00
florian
0e992e6089
Add critical info to TreeItem.set_custom_draw documentation
...
Indicates that the method needs 2 arguments to be called
(cherry picked from commit 612193b77f
)
2018-11-01 11:39:24 +01:00
florian
0f62f281ae
Improve doc of ProjectSettings
...
Documentation added for:
* bool load_resource_pack(String)
* bool property_can_revert(String)
* Variant property_get_revert(String)
* Error save()
* Error save_custom(String)
(cherry picked from commit 73429cf9f5
)
2018-11-01 11:39:24 +01:00
Max Hilbrunner
c4e827bba4
[DOCS] NetworkedMultiplayerPeer: TransferMode(s)
...
(cherry picked from commit 84b6394a4d
)
2018-11-01 11:39:24 +01:00
FlamyAT
ef1376306a
Fixed casting result in float.xml
...
The float-string parsing result in the documentation was inaccurate. 1e-3 is written as 0.001 when decimal.
(cherry picked from commit da296ce30f
)
2018-11-01 11:39:24 +01:00
Kelly Thomas
000e3c8585
[DOCS] InputEventMouseButton: correct description for doubleclick property
...
(cherry picked from commit 7ecad927f3
)
2018-11-01 11:39:24 +01:00
Jared
709c44485a
Small documentation clarification added to CanvasItem.
...
(cherry picked from commit d286e98fd1
)
2018-11-01 11:39:24 +01:00
char0xff
a8b2e475fa
Fix mistake in ConfigFile.xml
...
(cherry picked from commit 77ff6de27e
)
2018-11-01 11:39:24 +01:00
char0xff
0795dc22b9
Update EditorInterface.xml
...
(cherry picked from commit 0c10d3fc16
)
2018-11-01 11:39:23 +01:00
Kelly Thomas
9355d9c5a2
Standardize documentation for the pool arrays' invert methods
...
(cherry picked from commit 3e0ab0a2f2
)
2018-11-01 11:39:23 +01:00
Mel Collins
5bf8f2cf9e
Clarify which direction RemoteTransform[2D] work
...
(cherry picked from commit 12448e659a
)
2018-11-01 11:39:23 +01:00
Carl Scarlett
fa43d3b190
added clarification about Input.get_accelerometer only working when project is exported
...
(cherry picked from commit 91aa940b42
)
2018-11-01 11:39:23 +01:00
VirtualBox
4afb9fcf1c
Fix mistake in Array.xml
...
(cherry picked from commit cfb54df986
)
2018-11-01 11:39:23 +01:00
Chris Bradfield
2fad317498
[DOCS] Classref additions and corrections
...
(cherry picked from commit c049c8fbb9
)
2018-11-01 11:39:23 +01:00
Rémi Verschelde
0cceb0f261
RayCast2D: Fix reporting old collider after collision ended
...
It now behaves the same as RayCast (3D).
Fixed documentation accordingly and documented new configuration options.
Supersedes and closes #20567 .
(cherry picked from commit 449fcc5a72
)
2018-11-01 11:39:23 +01:00
Tiger C
6faa928979
Added documentation for some RigidBody methods, and copied the descriptions to matching PhysicsDirectBodyState methods.
...
(cherry picked from commit 74aa104607
)
2018-11-01 11:39:23 +01:00
Chris Bradfield
fdc2bb1952
[DOCS] Corrections and clarifications
...
(cherry picked from commit 285234e8d9
)
2018-11-01 11:39:22 +01:00
VirtualBox
3395a55db4
Update UndoRedo.xml
...
(cherry picked from commit 57f3e89f70
)
2018-11-01 11:39:22 +01:00
Mel Collins
172c6c615e
Clarify direction of input event propagation
...
(cherry picked from commit 2d0a55c86c
)
2018-11-01 11:39:22 +01:00
Chris Bradfield
2d0e7bd484
[DOCS] Many class ref updates
...
(cherry picked from commit 2a0991dde6
)
2018-11-01 11:39:22 +01:00
Chris Bradfield
d533bb9552
[DOCS] Updates to assorted class descriptions.
...
(cherry picked from commit 23b7edb214
)
2018-11-01 11:39:22 +01:00
Rémi Verschelde
cb935f030f
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog
...
Fixes #20817 .
(cherry picked from commit 155fb45ca2
)
2018-11-01 11:39:22 +01:00
clayjohn
c682baa97a
removed reference to texscreen
...
(cherry picked from commit 333dfd562b
)
2018-11-01 11:39:22 +01:00
Fluffel
a1134e861e
[DOCS] get_indexed, tween
...
(cherry picked from commit a164d593c0
)
2018-11-01 11:39:21 +01:00
Poommetee Ketson
9a3a714ee1
[DOCS] SceneTree stretching constants
...
(cherry picked from commit 5ed0861e81
)
2018-11-01 11:39:21 +01:00
Poommetee Ketson
052919fe44
[DOCS] complete Tree.get_drop_section_at_position and Tree.drop_mode_flags
...
(cherry picked from commit 6536834d42
)
2018-11-01 11:39:21 +01:00
PJB3005
08555b9bde
Improve TileMap.get_used_cells docs.
...
(cherry picked from commit 338217c30b
)
2018-11-01 11:39:21 +01:00
Saracen
548777910b
Fixes the hyperlinks for enumerators inside classes in the editor help.
...
(cherry picked from commit 63c6a2487f
)
2018-11-01 11:39:21 +01:00
Jason Anderson
13177d2635
Added AudioStream descriptions
...
(cherry picked from commits 17eb26a83a
and 512ae49f7d
)
2018-11-01 11:39:21 +01:00
Noshyaar
b4b544ff73
Fix example code for EditorImportPlugin
...
(cherry picked from commit 817f315eae
)
2018-11-01 11:39:21 +01:00
Rémi Verschelde
caea1601c4
Doc: Add example for array indexing
...
Supersedes and closes #20180 .
(cherry picked from commit adb16be6b9
)
2018-11-01 11:39:21 +01:00
toger5
2b954b0d55
mention load in texture class
...
(cherry picked from commit 533e026f9c
)
2018-11-01 11:39:21 +01:00
Thomas ten Cate
5281636de4
Document return value of yield() with signals
...
Fixes godotengine/godot-docs#1478
(cherry picked from commit 117c666fce
)
2018-11-01 11:39:20 +01:00
Hugo Locurcio
bb5312d3f7
Document Vector2.round() and Vector3.round()
...
(cherry picked from commit 61fd3cd32a
)
2018-11-01 11:39:20 +01:00
Emmanuel Leblond
dd81ee9855
Correct test list returned by test_get_names
...
(cherry picked from commit 7e3b605ff4
)
2018-11-01 11:39:20 +01:00
Rémi Verschelde
80e66a6214
Improve return value of OS.execute in blocking/non-blocking variants
...
Initialized the PID to -2, which will be the value returns in blocking-
mode where the PID is not available. (-1 was already taken to signify an
execution failure).
OS::execute will now properly return a non-OK error code when it fails
to execute the target file.
The documentation was rewritten to be very clear about the differences
between blocking and non-blocking mode.
Fixes #19056 .
(cherry picked from commit f392650be2
)
2018-11-01 11:39:20 +01:00
Daniel "Orangestar" O
d73de3fb97
Fix Error in the ScrollContainer Tooltips
...
(cherry picked from commit 40ec56801b
)
2018-10-31 10:58:24 +01:00
Leon Krause
c9ab2bab22
Fix help/man for --export and --export-debug
...
(cherry picked from commit c4c7270cc7
)
2018-10-31 10:57:39 +01:00
Leon Krause
ce362c03cf
Allow exporting runnable presets from command line
...
(cherry picked from commit af7926cf98
)
2018-10-31 10:56:44 +01:00
Rémi Verschelde
83b53ce6c8
Merge pull request #23033 from akien-mga/3.0
...
Backport of Android buildsystem improvements for 3.0
2018-10-16 14:32:28 +02:00
Wojciech Milkowski
74fe5968c1
Fix build with Android NDK r18
...
As a bonus there is no need to use undocumented Gradle API any more.
(cherry picked from commit 3598165c4d
)
2018-10-15 16:27:40 +02:00
Wojciech Milkowski
8c714bf8cd
No need to link with libandroid_support in NDK 17
...
According to https://github.com/bytedeco/javacpp/pull/244 in NDK 17
libandroid_support library is not needed any more, and on armv8 is
already gone which breaks compilation.
(cherry picked from commit 3a3ea6d514
)
2018-10-09 09:23:19 +02:00
Ridwan Abdul Hafidh
d3ca68aee4
add support libc++_shared stl on android
...
(cherry picked from commit b0419db46f
)
2018-10-09 09:23:03 +02:00
Tiago Quendera
a063074346
Update detect.py
...
Fixed a typo in detect.py
(cherry picked from commit aa594614db
)
2018-10-09 09:20:31 +02:00
Rémi Verschelde
f16f9b2b8a
i18n: Sync translations with Weblate
2018-08-23 13:37:15 +02:00
Rémi Verschelde
d95d136550
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@dragmz, @fire
Thanks to all contributors and donors for making Godot possible!
[ci skip]
(cherry picked from commit 284b56f2fb
)
2018-08-13 08:11:35 +02:00
Hein-Pieter van Braam
16ab5e091d
3.0.7-devel
...
Onwards my precious!
2018-07-31 20:13:10 +02:00
Hein-Pieter van Braam
8ac39d8863
3.0.6 changelog
2018-07-31 20:03:50 +02:00