captainwasabi
08fa7a0ff1
Fix for tooltip blinking ( #4713 )
...
Moved where active tooltips are canceled to wait until the mouse actually moves off the control.
(cherry picked from commit 4b80895082
)
2016-06-04 22:20:02 +02:00
Bojidar Marinov
bea5135518
Fix a XML error with the documentation
...
(cherry picked from commit d208572906
)
2016-06-04 22:20:02 +02:00
Paulb23
e95eb4b1dc
Multiline duplication, issue #4661
...
(cherry picked from commit 2eb4e7c103
)
2016-06-04 22:20:02 +02:00
Rémi Verschelde
01bdfa4d22
Android buildsystem: Drop obsolete NDK_TOOLCHAIN argument
...
It was a duplicate of NDK_TARGET, and not used for anything.
(cherry picked from commit 5e0f0a962a
)
2016-06-04 22:20:02 +02:00
Wilhem Barbier
16d38b199a
Check the save path before importing a 3D Mesh
...
(cherry picked from commit f38473f65b
)
2016-06-04 22:20:02 +02:00
Rémi Verschelde
1d85dcb1fa
GDScript: Fix method info for is_nan and is_inf
...
As reported on https://godotengine.org/qa/4114/why-isnan-and-isinf-arent-implemented
(cherry picked from commit b58e261d41
)
2016-06-04 22:20:02 +02:00
CowThing
c6e2c0f01d
Filling in documentation.
...
AABB, Color, Rect2, Transform, Vector2, and Vector3.
(cherry picked from commit 0749db2cf8
)
2016-06-04 22:20:02 +02:00
Paulb23
481c076feb
Fixed hex notation highlighting
...
(cherry picked from commit b2bf266ddc
)
2016-06-04 22:20:02 +02:00
Paulb23
86c0438f9d
Member variable syntax highlighting
...
(cherry picked from commit fc9f9adcb2
)
2016-06-04 22:20:02 +02:00
Bojidar Marinov
d7e4fb4365
Save member information in docdata
...
Closes #4609
(cherry picked from commit 4cbf74da71
)
2016-06-04 22:20:02 +02:00
volzhs
a3979cc928
Add SpinBox to Lossy Quality on Image Groups
...
fixes #3653
(cherry picked from commit 82600944bd
)
2016-06-04 22:20:02 +02:00
Daniel J. Ramirez
1864745e2a
Documented @GlobalScope singletons and some keys
...
(cherry picked from commit cb0be4adaa
)
2016-06-04 22:20:02 +02:00
Rémi Verschelde
0a64059937
Merge pull request #5021 from zaps166/2.0-last_sample_playing-fix
...
SampleLibraryEditor: Initialize "is_playing" variable
2016-06-03 20:02:46 +02:00
Błażej Szczygieł
9acb666320
SampleLibraryEditor: Initialize "is_playing" variable
...
Fixes crash caused by jumping to wrong place due to uninitialized
variable.
Closes #4703
2016-06-03 19:54:25 +02:00
Rémi Verschelde
3a1e69f45c
Travis: Install android *DKs in verbose mode
...
Builds tend to fail due to the 10 min limit for stalled builds.
Most likely because the download is done silently and takes more than
10 min depending on the Travis connection.
(cherry picked from commit 83913e86fe
)
(cherry picked from commit dfb9ba877e
)
(cherry picked from commit 1bdda9a922
)
2016-05-18 08:22:21 +02:00
Daniel J. Ramirez
6a85acdffb
Fix some errors in some rotation functions, also clarify that certain parameters are expressed in radians
...
(cherry picked from commit 70ec87ecd2
)
2016-05-18 08:21:44 +02:00
volzhs
094a9c3bcc
open directory or file when double click
...
fixes #4607
(cherry picked from commit 81b4d38fa7
)
2016-05-18 08:21:38 +02:00
Rémi Verschelde
5d2a23d99c
Revert "Revert "-make sure single select after multi select works better""
...
This reverts commit 9ed2084b42
.
Will then add the proper fix.
2016-05-18 08:21:16 +02:00
Rémi Verschelde
9ed2084b42
Revert "-make sure single select after multi select works better"
...
This reverts commit f909634832
.
It caused various regressions (#4556 and #4607 ).
2016-05-13 08:06:31 +02:00
Rémi Verschelde
c0df7da2ca
Version 2.0.3
2016-05-12 19:54:11 +02:00
Rémi Verschelde
49bf494eac
classref: Readd String.strip_edges description
2016-05-12 19:47:26 +02:00
eska
b8d8ec09ee
Remove nocpuid.c from builtin OpenSSL
...
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines
OPENSSL_cpuid_setup itself (with the same empty definition)
(cherry picked from commit 2392824dba
)
2016-05-12 19:35:49 +02:00
MattUV
f120514402
classref: Fixed return types in Area and Area2D ( #4635 )
...
(cherry picked from commit 91c85ff1f5
)
2016-05-12 19:35:41 +02:00
Rémi Verschelde
77573a76d1
classref: Sync with current source
2016-05-12 09:16:37 +02:00
Rémi Verschelde
c734a508c3
classref: Directory and ConfigFile
...
(cherry picked from commit 22d1385caf
)
2016-05-12 09:07:43 +02:00
Rémi Verschelde
d66b04921f
Windows: Fix GCC/Clang argument being passed to MSVC
...
Fixes #4620
(cherry picked from commits 972b0f78b3
and c7292b1f3d
)
2016-05-12 09:06:48 +02:00
Paulb23
f61f515872
Updated caret blink method documentation
...
(cherry picked from commit 997476777a
)
2016-05-12 09:06:10 +02:00
Paulb23
c5e17d553e
Bind caret blink to gdscript and properties
...
(cherry picked from commit dc90cba42e
)
2016-05-12 09:05:46 +02:00
marcelofg55
2bd6e2402b
OS.get_screen_size now returns the correct value on OSX
...
(cherry picked from commit b697de92ef
)
2016-05-12 09:05:32 +02:00
Mattias Cibien
c575f31d5d
Added possibility to strip left and right to strip_edges ( #4594 )
...
(cherry picked from commit 49c473bb36
)
2016-05-12 09:04:59 +02:00
Andreas Haas
6d50ccfd32
Joystick demo script cleanup
...
Removes a leftover variable and uses constants instead of magic numbers.
(cherry picked from commit 86b46c0b7e
)
2016-05-12 09:04:41 +02:00
Paulb23
bd51dea8f6
Added caret blink in text editor
...
(cherry picked from commit e03e7deb1b
)
2016-05-12 09:04:03 +02:00
Paulb23
abc97d3bb4
Fixed autocomplete truncate, issue 4554
...
(cherry picked from commit accc2a195b
)
2016-05-12 09:03:59 +02:00
George Marques
a5e54b83ec
Add ignore error flag to OpenSSL driver
...
(cherry picked from commit 2e44e255ed
)
2016-05-12 09:00:39 +02:00
Paulb23
18782aec61
Fixed autocomlete strings not appearing for function arguments
...
(cherry picked from commit 9e6234201b
)
2016-05-12 09:00:22 +02:00
Alexander Holland
f58cfaf585
fix percent decode utf8 error
...
(cherry picked from commit f86cffd8e6
)
2016-05-12 08:59:30 +02:00
Paulb23
5d98718c28
Fixed animation player auto-queue duplication and undo/redo
...
(cherry picked from commit 488495852b
)
2016-05-12 08:58:39 +02:00
Paulb23
7ab1c1ea3b
Fixed code completion after opening bracket, issue 3977
...
(cherry picked from commit 0a2b341d0a
)
2016-05-12 08:55:43 +02:00
Ariel Manzur
f8debd8152
cloning env for builtin_openssl _and_ openssl :)
...
(cherry picked from commit baaa74f215
)
2016-05-12 08:55:34 +02:00
Ariel Manzur
ac06e3d4db
clonning env for builtin ssl
...
(cherry picked from commit 62c17d65a8
)
2016-05-12 08:55:28 +02:00
Rémi Verschelde
b6be2f503d
Rotation APIs: Better exposure for degrees methods
...
Made public the various set/getters for rotations in degrees.
For consistency, renamed the exposed method names to remove the leading
underscore, and kept the old names with a deprecation warning.
Fixes #4511 .
(cherry picked from commit 4eab767a6f
)
2016-05-12 08:55:14 +02:00
Daniel J. Ramirez
b224407770
Partial documentation for OS methods
...
(cherry picked from commit ed7c0a6caf
)
2016-05-06 11:14:59 +02:00
George Marques
7556391d20
Fix build for Windows 64-bits with GCC
...
(cherry picked from commit 81297f0fa1
)
2016-05-06 11:14:53 +02:00
Juan Linietsky
23c659fc47
-make sure single select after multi select works better
...
-fixed some warnings for OSX
(cherry picked from commit f909634832
)
2016-05-06 11:14:11 +02:00
George Marques
4832731477
Fix memory leak
...
As pointed out by @sanikoyes in #4541 .
(cherry picked from commit 5930408746
)
2016-05-06 11:13:41 +02:00
Ignacio Etcheverry
19f08eaa5b
Fix wrong return and argument types in documentation
...
(cherry picked from commit 1e752c0120
)
2016-05-06 11:13:35 +02:00
Ignacio Etcheverry
975b4d2927
Add missing Vector2Array case to Variant::operator String()
...
- Correcly display Vector2Array default arguments in the documentation
(cherry picked from commit 2060e6616c
)
2016-05-06 11:13:25 +02:00
Hinsbart
913818a246
Fix ds3 gamepad mapping
...
(cherry picked from commit d6cd5108e3
)
2016-05-06 11:12:44 +02:00
Daniel J. Ramirez
4a4999451b
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
...
(cherry picked from commit 723c0d730c
)
2016-05-06 11:12:38 +02:00
George Marques
4f57e532b8
Fix windows 64-bits build.
...
The change in `tools/doc/doc_data.cpp` is needed because the MSVC
compiler does not support variable length arrays.
Fix #4113
(cherry picked from commit 9424c6c58f
)
2016-05-06 11:12:31 +02:00