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 |
|
Daniel J. Ramirez
|
213a57ccaf
|
Stop baking process if there is no geometry in the BakedLightInstance.
moved missing baked light warning to BakedLightInstance configuration warning
|
2016-07-25 21:45:20 -05:00 |
|
Juan Linietsky
|
ab93fd1af9
|
Add thread support to HTTPRequest, changed assetlib to use it.
|
2016-07-24 16:09:43 -03:00 |
|
Juan Linietsky
|
62cdfeaf58
|
Merge pull request #5881 from neikeq/pr-fix-propagation
Viewport: Replace obsolete "windows" group calls
|
2016-07-24 12:37:59 -03:00 |
|
Juan Linietsky
|
6e3c7fe5fe
|
Merge pull request #5803 from jarfil/issue/origin5695-pr
Fix tooltips blinking
|
2016-07-24 12:37:17 -03:00 |
|
Juan Linietsky
|
0b75f894c3
|
Merge pull request #5746 from Ovnuniarchos/FileDialogExposed
Corrections and additions to FileDialog
|
2016-07-24 12:36:05 -03:00 |
|
Juan Linietsky
|
ba625a14c6
|
Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidy
Improve parallax mirroring algorithm
|
2016-07-24 12:19:27 -03:00 |
|
Juan Linietsky
|
bafcabb157
|
Merge pull request #5832 from Algrin6/patch-1
Fixes defects in Curve2D and Curve3D
|
2016-07-24 11:44:42 -03:00 |
|
Ignacio Etcheverry
|
67640c84eb
|
Viewport: Replace obsolete "windows" group calls
- Fixes neighbour focusing event propagation not being stopped
|
2016-07-24 14:11:30 +02:00 |
|
Rémi Verschelde
|
8fbe804bd1
|
Merge pull request #5884 from 29jm/fix-crash-graphnode
Fix crash when GraphNode wasn't a child of a Control
|
2016-07-24 00:37:20 +02:00 |
|
Johan Manuel
|
580b4465c6
|
Fix crash when GraphNode wasn't a child of a Control
|
2016-07-24 00:25:32 +02:00 |
|
Rémi Verschelde
|
ebefdaa598
|
Merge pull request #5737 from neikeq/pr-issue-5269
TextEdit: Scroll search results to the center
|
2016-07-23 22:54:32 +02:00 |
|
MarianoGNU
|
f00e0b589f
|
Fix pick color from screen. Closes #5853
|
2016-07-22 20:35:12 -03:00 |
|
Johan Manuel
|
1a1342670e
|
Fix ItemList.clear() not removing separators
|
2016-07-22 16:45:57 +02:00 |
|
Robert Lewicki
|
b1df9e016c
|
Fixed ItemList indexing bug while selecting items.
Also added functionality for unselecting items in itemlist while clicking in empty space.
Fixes #5772.
|
2016-07-22 16:28:37 +02:00 |
|
Juan Linietsky
|
3aeafcae04
|
Removed support for saving paths as relative, closes #5728
Editor now has good refactoring tools, so this function is mostly obsolete
|
2016-07-22 10:39:46 -03:00 |
|
Juan Linietsky
|
e4cd01ac8c
|
Make texture parameter optional in begin() of ImmediateGeometry. Closes #5676 and closes #5720
|
2016-07-22 09:59:56 -03:00 |
|
Rémi Verschelde
|
6072eb878d
|
Merge pull request #5849 from SaracenOne/expose_add_index
SurfaceTool add_index method exposed to scripts.
|
2016-07-22 08:39:40 +02:00 |
|
Rémi Verschelde
|
51b03f0bf5
|
Fix binding for ItemList.sort_items_by_text
Also forces to recompute the cached rect for all items.
Fixes #5799
|
2016-07-22 08:08:17 +02:00 |
|
Saracen
|
f86b698765
|
SurfaceTool add_index method exposed to scripts.
|
2016-07-22 04:52:41 +01:00 |
|
Juan Linietsky
|
93c3c801db
|
properly implement item disabling, fixes #5683
|
2016-07-21 18:24:56 -03:00 |
|
Juan Linietsky
|
124e3591a5
|
Some optimizations and limits for extreme zoom in and out in editor, fixes #5820
|
2016-07-21 10:11:53 -03:00 |
|
Rémi Verschelde
|
ad55c63918
|
Merge pull request #5836 from volzhs/issue-5830
Remove "SMOOTH BEGIN?" message
|
2016-07-21 10:37:27 +02:00 |
|