Andreas Haas
5f540a17cc
Sprite: Fix inspector not showing changes on "frame" property.
...
Fixes #6562
(cherry picked from commit 9d67895c7c
)
2016-10-17 20:47:27 +02:00
Pawel Kowal
35cdb1a49b
Fix #5959 , contrasting texture for toggled button
...
(cherry picked from commit d3a8087659
)
2016-10-17 20:46:10 +02:00
Anthony Fieroni
f250c0cf50
Button focus hovering
...
Signed-off-by: Anthony Fieroni bvbfan@abv.bg
(cherry picked from commit 6d21fd42d3
)
2016-10-17 20:43:36 +02:00
Mateusz Adamczyk
58e2652f94
Place child control under label in AcceptDialog.
...
Fixes #6199 .
(cherry picked from commit 3ef2722904
)
2016-10-17 20:42:51 +02:00
Mateusz Adamczyk
ce1138cb02
Added simple check to viewport, if matrix32 is invesile ( https://github.com/godotengine/godot/issues/6296 ).
...
(cherry picked from commit 8671836b76
)
2016-10-09 17:40:37 +02:00
Andreas Haas
9e20b39b3d
Fix code completion drawing under other gui elements.
...
Raises the z-index of the Script editor when the completion is shown.
fixes #1257
fixes #6690
(cherry picked from commit 6dfa405eac
)
2016-10-09 17:39:56 +02:00
Andreas Haas
0462bf01a2
Prevent crash on focus change when no valid next control has been found.
...
Fixes the crash discussed in #6714 .
(cherry picked from commit 8dd026e4f9
)
2016-10-09 17:39:39 +02:00
Adham Zahran
cd03f8cce2
fix #6012 exposed setters and getters of Camera H/V offset to GDScript
...
(cherry picked from commit cbb0ea315b
)
2016-10-09 17:39:06 +02:00
Pedro J. Estébanez
c0ba08b8d5
Add editor_only param to Light2D
...
(cherry picked from commit 34c02fad5a
)
2016-10-09 17:34:29 +02:00
J08nY
342b1408d5
light: respect editor_only setting in release build and dont show the light
...
(cherry picked from commit af35130b50
)
2016-10-09 17:33:54 +02:00
Fabio Alessandrelli
359b5f3b25
Expose more 2D/3D physics options in project settings
...
(cherry picked from commit 1d09c27ba4
)
2016-10-09 17:33:47 +02:00
J08nY
ef0bcc7e20
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_item_tooltip
...
(cherry picked from commit 6b283ae293
)
2016-10-09 17:26:14 +02:00
Pedro J. Estébanez
de13e52b9b
Respect texture .flags files on export
...
(cherry picked from commit 11cbbeb17e
)
2016-10-09 17:24:10 +02:00
Pawel Kowal
ab231cd3fb
Fix #6480 , area duplicated param
...
(cherry picked from commit f9a21baa26
)
2016-10-09 17:23:43 +02:00
Pawel Kowal
d7925ca09d
LineEdit long indicator, fix #6624
...
(cherry picked from commit 3edc0a4832
)
2016-10-09 17:23:02 +02:00
Błażej Szczygieł
d613952300
Don't crash when video is stopped and played again
...
(cherry picked from commit 5585bc1c38
)
2016-10-09 17:22:54 +02:00
Pawel Kowal
6fc894d652
Tween reset/stop/resume/remove for all object properties at once
...
(cherry picked from commit acc242fd6a
)
2016-10-09 17:22:16 +02:00
yg2f
36b1521cdc
expose GeometryInstance.get_aabb() etc fixes #6587
...
expose ``GeometryInstance.get_aabb();`` to gdscript
expose ``VisualInstance.get_transformed_aabb();`` to gdscript
and debug ``ImmediateGeometry::add_vertex()``;
(cherry picked from commit c1e2358914
)
2016-10-09 17:21:07 +02:00
anneomcl
12edde80f2
Fix for #6158 . Converting Vector2 to Size2 for scaling functions.
...
(cherry picked from commit aa5ade834c
)
2016-10-09 17:18:54 +02:00
Andreas Haas
d3b549f2a3
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.
...
Fixes #6466
(cherry picked from commit 9c71e5a9df
)
2016-10-09 17:17:54 +02:00
Pawel Kowal
4ca83c635f
Add scrolling to Tree control in Drag and Drop mode
...
(cherry picked from commit 9e5aaa27bc
)
2016-10-09 17:17:04 +02:00
Brickcaster
e6d49fb54c
Fix for issue #6496
...
Canged order of NOTIFICATION_DRAW to update scrollbar before scrollbar
is checked to see which list elements to display.
(cherry picked from commit cc7bc07e33
)
2016-10-09 17:11:54 +02:00
sanikoyes
ec32c33799
fix ScrollContainer cannot scroll when scroll bar is hidden
...
(cherry picked from commit b548ef0009
)
2016-09-18 23:20:37 +02:00
Juan Linietsky
3ff8dea5f9
Fix Viewport.get_mouse_pos() for specific situations, closes #1885
...
(cherry picked from commit b16f41a10a
)
2016-09-18 23:17:07 +02:00
Pawel Kowal
2b43d0a028
ScrollContainer expand children bug fix
...
(cherry picked from commit 853161a000
)
2016-09-18 23:16:33 +02:00
sanikoyes
75f51aece9
Tween: fix non-repeat interpolate_callback does not delete after call triggered
...
(cherry picked from commit cccea7e0b4
)
2016-09-18 23:15:43 +02:00
Paulb23
04ade4d639
Added get_v_scroll to item list, issue 5343
...
(cherry picked from commit 63fd8f863b
)
2016-09-18 23:13:34 +02:00
MarianoGNU
85eca7bc93
Explicitly initialize TextureProgress's initial angle value.
...
(Hopefully)
Fixes #3856
Fixes #6426
Fixes #6344
(cherry picked from commit ae4f7cbc2c
)
2016-09-18 23:12:48 +02:00
bebae
2e6ce4b362
fixed wrong placement of AcceptDialog Buttons issue-6143
...
(cherry picked from commit dd9189aac4
)
2016-09-18 23:12:39 +02:00
Paulb23
0aad82e921
Ability to disable item list tooltip, issue 6240
...
(cherry picked from commit 62a968b1c6
)
2016-09-18 23:12:23 +02:00
Pedro J. Estébanez
c44757c2b7
Expose light shadow color to canvas item shaders
...
(cherry picked from commit 0960887625
)
2016-09-18 23:11:08 +02:00
Juan Linietsky
7178399548
Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, closes #6398
...
(cherry picked from commit f31400c04d
)
2016-09-18 23:09:41 +02:00
Kazuo256
4a9461fded
Add http method and request data parameters
...
For HTTPRequest::request
(cherry picked from commit c53e5c555a
)
2016-09-18 23:05:40 +02:00
Waldson Patrício
73b40d1457
Fixes LineEdit text selection with mouse selecting more than intended
...
(cherry picked from commit 3d84973184
)
2016-09-18 23:02:57 +02:00
volzhs
265715f5b2
Show last added action on Input Map and implement InputEvent "=="
...
(cherry picked from commit 2e5a4cb5ca
)
2016-09-01 08:45:37 +02:00
George Marques
a21b9caa2a
Add button_down and button_up signals
...
(cherry picked from commit 8a1b1ab6d6
)
2016-09-01 08:44:45 +02:00
Mason Ashbridge
07caf4438d
Slider value accounts for grabber offset
...
(cherry picked from commit fb54ba6397
)
2016-09-01 08:43:59 +02:00
volzhs
6df46803a7
Make LineEdit not to cover whole line when rename node
...
(cherry picked from commit ff22db3b21
)
2016-09-01 08:42:49 +02:00
Ignacio Etcheverry
1a53c4d3c2
Confirm code completion with numpad key ENTER
...
(cherry picked from commit e9f9e00bd9
)
2016-09-01 08:38:34 +02:00
Juan Linietsky
569966f3bb
prevent bug due to scripts not working in editor and notifier sending signals to it.
...
(cherry picked from commit 37b5e99bc2
)
2016-08-09 00:13:31 +02:00
Zher Huei Lee
0de7860511
DynamicFont caches now accounts for texture flags
...
CacheID added for future-proofing
2016-08-02 15:36:11 +01:00
Zher Huei Lee
af6ef01c69
Added extra spacing support for DynamicFont
...
Side effect is that label min-size will now take into account
kerning.
2016-08-02 11:05:20 +01:00
Zher Huei Lee
7b165e8ac2
Added texture mipmaps and filtering to DynamicFont
2016-08-02 08:01:51 +01:00
Andreas Haas
4755fe5576
UI navigation via JOYSTICK_MOTION.
...
Previously, you could assign joystick axis events to "ui_*" actions but they had no effect.
See https://godotengine.org/qa/6232
2016-07-30 12:39:16 +02:00
Rémi Verschelde
08ba6086be
World2D: Fix typo in default_density deprecation check
2016-07-28 19:03:32 +02:00
Paulb23
740dea7de7
Exposed enable syntax highlighting to properties
2016-07-28 15:47:47 +01:00
Ignacio Etcheverry
35cb8ff89e
LineEdit: Fix event handled as text when a mod key is pressed
2016-07-27 19:32:46 +02:00
Juan Linietsky
542bd81e76
Merge pull request #5926 from akien-mga/pr-graphedit-drag
...
Fix GraphEdit dragging issues at scales != 1
2016-07-26 18:49:51 -03:00
Rémi Verschelde
60e19f7751
Fix GraphEdit dragging issues at scales != 1
...
Works around the issue originally described in #5907 (that was then
hijacked to describe the broader issue it exposes).
2016-07-26 23:19:41 +02:00
Juan Linietsky
9151eb591d
Changed the way the step decimals are computed to a safer way, fixes many issues.
2016-07-26 17:25:10 -03:00