Ignacio Etcheverry
e120e2265b
CanvasItemEditorPlugin: Avoid selecting items from instanced scenes
...
- This behaviour is only applied to click selection. Rect selection and List selection can still select these items
(cherry picked from commit fab57f2fbc
)
2016-04-27 08:41:51 +02:00
Rémi Verschelde
8746966194
Doc: fix type of stream object
...
(cherry picked from commit 7820e590ea
)
2016-04-27 08:40:49 +02:00
sanikoyes
76eeb457d3
Fix warn print when hide an control does not inside_tree
...
(cherry picked from commit 5ec7d3f264
)
2016-04-27 08:40:38 +02:00
sanikoyes
02afea1e4e
Fix crash when tween control object previous freed
...
(cherry picked from commit da28a2f062
)
2016-04-27 08:40:19 +02:00
Bojidar Marinov
692878b7f4
Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"
...
Close #4044
(cherry picked from commit 4af1839073
)
2016-04-27 08:38:28 +02:00
Paulb23
b7f5418f8d
Ability to change the caret color
...
(cherry picked from commit c7519f091d
)
2016-04-27 08:37:20 +02:00
Alexander Holland
d4d810faac
dictionary has_all
...
(cherry picked from commit a8ebd43ab7
)
2016-04-27 08:36:08 +02:00
punto-
3a390e9b44
Update vector.h
...
using non-templated neares_power_of_2
2016-04-11 03:34:10 -03:00
Rémi Verschelde
5d63f4e758
Sync classref with source
2016-04-07 21:30:22 +02:00
Rémi Verschelde
cbac9a2ca3
Remove duplicate
...
(cherry picked from commit 473de561f8
)
2016-04-07 21:28:28 +02:00
Rémi Verschelde
837d50714a
Version 2.0.2
2016-04-07 08:34:27 +02:00
Paulb23
bb6cfc130b
Option to toggle syntax highlighting
...
(cherry picked from commit d78e98e2a4
)
2016-04-06 19:39:36 +02:00
Paulb23
b3891246e5
Fixed block indent inconsistency, fixes issue 3803
...
(cherry picked from commit 93700676b5
)
2016-04-06 19:39:30 +02:00
Rémi Verschelde
00566a8592
Revert "free Material 'shadow_material_double_sided' on ::finish()"
...
This reverts commit 43c74056b1
.
2016-04-06 19:37:16 +02:00
Bojidar Marinov
63e33cfdd2
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes
...
Closes #3911
(cherry picked from commit 6dcd1354c2
)
2016-04-06 18:49:51 +02:00
Bojidar Marinov
dea6671d58
Bind Z key (without modifiers) to toggle wireframe in 3D view
...
Fixed #4124
(cherry picked from commit 8ee8802cbe
)
2016-04-06 18:49:26 +02:00
Paul Batty
7c6d2e7062
Fixed text edit undo and redo operation interaction
...
(cherry picked from commit 646e089782
)
2016-04-06 18:48:31 +02:00
SaracenOne
eb927383f2
Fixes errors occurring when switching to a new scene with a spatial editor from a canvas editor.
...
(cherry picked from commit f303e3483d
)
2016-04-06 18:48:25 +02:00
sunnystormy
5c98674a8b
Added rotation/panning support for trackpads in 3D mode #53
...
(cherry picked from commit 3ebde34d8f
)
2016-04-06 18:48:05 +02:00
Paulb23
4bde902de1
Fixed 'complex' typo in method name
...
(cherry picked from commit 971c3be52d
)
2016-04-06 18:47:34 +02:00
Paulb23
a5f07d18ec
Fixed undoing twice when removing selection
...
(cherry picked from commit 15f43149e1
)
2016-04-06 18:47:28 +02:00
Rémi Verschelde
71da9a1a23
Separate help pages from scripts by default
...
Fixes #4199
(cherry picked from commit 9c89d3e042
)
2016-04-06 18:47:22 +02:00
Luiz Paulo de Vasconcellos
44daccc861
Change toggle comment behaviour. Fixes #4198
...
(cherry picked from commit 1b6f14d810
)
2016-04-06 18:47:18 +02:00
MSC
4220ffbd8e
memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()
...
(cherry picked from commit 391095e0ef
)
2016-04-06 18:46:53 +02:00
MSC
43c74056b1
free Material 'shadow_material_double_sided' on ::finish()
...
(cherry picked from commit 7a9998370f
)
2016-04-06 18:46:46 +02:00
Paulb23
48438e4f3b
Fixed insert mode interaction with auto complete
...
(cherry picked from commit a984adb5a6
)
2016-04-06 18:46:36 +02:00
Paulb23
5f901e2b27
Fixed insert mode removing first unselected character
...
(cherry picked from commit fe779d4386
)
2016-04-06 18:46:32 +02:00
Paulb23
22ef9673dd
Added insert mode to text editor
...
(cherry picked from commit 2b57cb94da
)
2016-04-06 18:45:56 +02:00
Zher Huei Lee
5b1aa3a5cd
Progress bar minsize now checks percent_visible
...
Allows for really thin progress bars such as for pixel-art styles.
(cherry picked from commit 0bba09c4cb
)
2016-04-06 18:45:33 +02:00
Rémi Verschelde
f06f574735
Fix building against 2.0 API
...
812de22
used a method from the new plugin API in master,
so it failed building.
2016-04-02 23:11:38 +02:00
blubee
aac3b9db5c
Add support for gnu-libstc++-4.9 needed by recent NDK versions
...
The 4.9 version is the default one, people can still build using 4.8
with older NDK versions by setting the (optional) NDK_TARGET
and NDK_TARGET_X86 environment variables.
(cherry picked from commit a0fb5b5f95
)
2016-04-02 23:05:18 +02:00
Rémi Verschelde
9fdc1279cc
Make hardcoded Mac version 2.0.x
...
To avoid having to bump it up every time.
2016-04-02 22:22:38 +02:00
Paul Batty
01471e4c09
Function syntax highlighting
...
(cherry picked from commit 50aa78210c
)
2016-04-02 22:19:54 +02:00
Rémi Verschelde
bac8248316
Remove trailing spaces
...
(cherry picked from commit 0a5472e697
)
2016-04-02 22:19:40 +02:00
Rémi Verschelde
69e67d51c7
Port 2D demos to TSCN/TRES formats
...
Part of #4196 .
(cherry picked from commit 23cf6a85bd
)
2016-04-02 22:19:30 +02:00
Rémi Verschelde
c6ccd05fed
Fix last two bindings in input_mapping demo
...
Also connect the signal from script, as it makes it easier to understand
than by having to check the connected signals via the GUI.
(cherry picked from commit 4eb49cc732
)
2016-04-02 22:15:58 +02:00
Paulb23
937a96b26b
Option to toggle line numbers
...
(cherry picked from commit 474911c533
)
2016-04-02 22:15:38 +02:00
Maxwell Huang-Hobbs
a52b1e866d
inherit PKG_CONFIG_PATH from environment
...
(cherry picked from commit 32391ffd73
)
2016-04-02 22:15:32 +02:00
Josh Grams
fed11a662a
doc/base/classes.xml: String.match, Node.find_node
...
Clarify wildcard behavior.
(cherry picked from commit ef08fed277
)
2016-04-02 22:15:20 +02:00
Paulb23
26f2b7415c
Fixed numbers not highlighting after space
...
(cherry picked from commit cd07badee3
)
2016-04-02 22:15:11 +02:00
Paulb23
729dc5da83
Stopped save scene flicker, issue 4118
...
(cherry picked from commit 9d74b76a69
)
2016-04-02 22:15:06 +02:00
sanikoyes
54625bb771
Fix GDScript crash when call show/hide in func _exit_tree
...
(cherry picked from commit 0c6f089ce4
)
2016-04-02 22:14:49 +02:00
Paulb23
523625a3d1
Syntax highlighting for numbers
...
(cherry picked from commit c844c2d604
)
2016-04-02 22:14:27 +02:00
Rémi Verschelde
5caf6ad8b9
Expose android/shutdown_adb_on_exit parameter and default to true
...
It was added in 30d0ca9
for the Steam build but only enabled
when parsing a ._sc_ file that would define it.
It is now available for all users to toggle, in and outside of Steam.
Fixes #4073 .
(cherry picked from commit c584940387
)
2016-04-02 22:14:20 +02:00
Ignacio Etcheverry
7ddc17b18e
BoxContainer: Bind method add_spacer(bool)
...
(cherry picked from commit 0571f961a8
)
2016-04-02 22:13:58 +02:00
Ignacio Etcheverry
cf0a586a3e
TextEdit: Fix Shift+Delete shortcut not calling cut()
...
(cherry picked from commit abb720438f
)
2016-04-02 22:13:26 +02:00
demolitions
41cc4ffe98
Fixes #3942 - Throws an error when exporting for X11 with no filename
...
(cherry picked from commit fb58bafc54
)
2016-04-02 22:13:14 +02:00
Bojidar Marinov
0ea354c12a
Fix issues with tilemap covering child nodes and old quadrants
...
Closes #4070
(cherry picked from commit 2a581835ca
)
2016-04-02 22:12:53 +02:00
demolitions
2bc4049b9b
Fix for #4014 , changed to 2 instead of 3 chars to trigger search
...
(cherry picked from commit 4e59d1c51f
)
2016-04-02 22:12:41 +02:00
Paulb23
64a8fe6ad7
Option to toggle tab drawing
...
(cherry picked from commit 0fc7be89d3
)
2016-04-02 22:12:29 +02:00