Rémi Verschelde
fd033473c7
Fix broken APK expansion due to missed option renames
...
Command line options were refactored for 3.0 to follow the common usage
of double-dashed long options, but `--main-pack` went through the cracks.
Fixes #16533 .
(cherry picked from commit e3658a6464
)
2018-02-19 22:19:08 +01:00
George Marques
a39930c5b9
Add a function to remove controls from containers
...
Closes #5968
(cherry picked from commit da69a06253
)
2018-02-19 22:18:22 +01:00
Artem Varaksa
c94d8e6577
Fix #16543 (add button to copy error from debugger)
...
(cherry picked from commit b169b16f98
)
2018-02-19 22:17:26 +01:00
George Marques
eb5e5200cc
Fix infinite recursion with editor import plugins
...
(cherry picked from commit 95f7879923
)
2018-02-19 22:16:33 +01:00
George Marques
d54ac732ae
Expose priority and order for custom import plugins
...
(cherry picked from commit c68948fdfa
)
2018-02-19 22:16:13 +01:00
Brandon DeRosier
62fcd772be
Add Xbox One Elite and Xbox 360 Afterglow pads
...
(cherry picked from commit ae579a256e
)
2018-02-19 22:15:05 +01:00
Marcelo Fernandez
150423203b
Added OS::center_window to center the window precisely on desktop platforms
...
(cherry picked from commit ea1d726a46
)
2018-02-19 22:14:05 +01:00
ShyRed
ef60123938
Add import option "scale_mesh" to obj file importer
...
The new import option "scale_mesh" allows setting a scale that is applied to the mesh's vertices during import.
(cherry picked from commit 291c1d0f45
)
2018-02-19 22:13:46 +01:00
Jonathan Tinkham
0d03b5f162
Add and use mono build variables with cloned environment.
...
(cherry picked from commit 70d281b946
)
2018-02-19 22:13:46 +01:00
Paulb23
148e059940
Fixed members overview not scrolling to correct line
...
(cherry picked from commit 4d92c5e1c3
)
2018-02-19 22:13:46 +01:00
Artem Varaksa
7af43c4ca3
Fix #16479 (deselect text when jumping to function)
...
(cherry picked from commit 3094e89782
)
2018-02-19 22:13:46 +01:00
ronroniv
5b32be4701
Update an outdated method name in error message
...
set_enable_monitoring -> set_monitoring
(cherry picked from commit 5e8f7c9782
)
2018-02-19 22:13:46 +01:00
Andrew Silver
47b49200b0
Fixed KinematicBody move_and_slide documentation naming
...
(cherry picked from commit da81d9f843
)
2018-02-19 22:13:46 +01:00
Hugo Locurcio
a7d7f763d0
Remove debugging prints related to the asset library
...
(cherry picked from commit 5513e4e1f9
)
2018-02-19 22:13:46 +01:00
Ovnuniarchos
eda94419df
SpinBoxes calculate correctly their width before first redraw.
...
(cherry picked from commit fe1ca3c6e6
)
2018-02-19 22:13:46 +01:00
Marcin Zawiejski
e6252bda5e
download templates to a file using separate thread
...
(cherry picked from commit b4f1a035e3
)
2018-02-19 22:13:46 +01:00
Federico Frenguelli
069658f1be
Fixed #15082 : line edit emits two "text_changed" signals when pasting while text is selected
...
(cherry picked from commit 9cd3ed4ace
)
2018-02-19 22:13:46 +01:00
Nicolas Silva
a0e59a7259
Fix polygon triangulation failure.
...
The ear clipping algorithm used to triangulate polygons has a slightly too conservative point-in-triangle test which can, in some configurations prevent it from finding a possible tessellation. Relaxing the test by considering that points exactly on edges don't belong the triangle fixes the issue. Changing the semantic of the test is safe because no other code makes use of it. A more detailed explanation can be found in issue #16395 .
Fixes #16395 .
(cherry picked from commit 91215e1919
)
2018-02-19 22:13:46 +01:00
Paolo Perkovic
82b9a13e0c
Fix timeline track name overlapping keyframe area
...
(cherry picked from commit 398f5b74e3
)
2018-02-19 22:13:46 +01:00
Hugo Locurcio
79ef5f92a9
Remove a few debugging prints
...
(cherry picked from commit 84267915f5
)
2018-02-19 22:13:46 +01:00
Hugo Locurcio
5d7867082d
Always detect and use hiDPI in the project manager if needed
...
This makes its hiDPI behavior consistent with the editor.
(cherry picked from commit 55a2bffac9
)
2018-02-19 22:13:45 +01:00
Hugo Locurcio
fda35b3f42
Draw the Camera gizmo more accurately
...
The Camera gizmo no longer looks twice as wide as it actually is.
This fixes #16399 .
(cherry picked from commit 0d7d293889
)
2018-02-19 22:13:45 +01:00
Michael Alexsander Silva Dias
a0e9d751a3
Fixed wrong example in JSONParseResult.
...
(cherry picked from commit 24e87f97c6
)
2018-02-19 22:13:45 +01:00
Marcin Zawiejski
d4a70c6c08
fix buffer write performance on Windows and Unix
...
(cherry picked from commit 8315aa40cc
)
2018-02-19 22:13:45 +01:00
binbitten
65aa9063c4
Fix spaces and quotes in external editor flags
...
(cherry picked from commit fb8d2420b5
)
2018-02-19 22:13:45 +01:00
ianb96
9eb546e7ff
drop path text at mouse pos
...
(cherry picked from commit 06965f2770
)
2018-02-19 22:13:45 +01:00
ianb96
f031e2f665
disable scene tree shortcuts when in a textfield
...
(cherry picked from commit 4e96e04389
)
2018-02-19 22:13:45 +01:00
Poommetee Ketson
4bed14f69b
Gradient: fix wrong property type
...
(cherry picked from commit 4f9ef96b54
)
2018-02-19 22:13:45 +01:00
Chaosus
91692ce72a
Fix gradient texture preview
...
(cherry picked from commit 3ba43ac975
)
2018-02-19 22:13:45 +01:00
binbitten
05e97db6f2
Fix wrong property type for fixed icon size in ItemList
...
(cherry picked from commit 331cfc1d18
)
2018-02-19 22:13:45 +01:00
Michael Alexsander Silva Dias
617bcd1b91
Capitalized "View" menu options.
...
(cherry picked from commit b507eeddcc
)
2018-02-19 22:13:45 +01:00
Benjamin Dobell
34d8625d82
Fix pkgconfig detection of mono
...
(cherry picked from commit 5920bc6f72
)
2018-02-19 22:13:45 +01:00
Paolo Perkovic
79b931d093
Fix UX with project settings search functionality
...
(cherry picked from commit e7b98119df
)
2018-02-19 22:13:45 +01:00
Nathan Warden
9173819b71
[Mono] Basis values now marshalled in the correct order.
...
(cherry picked from commit 0cc4de1f24
)
2018-02-19 22:13:45 +01:00
JFonS
8787850286
Fix gizmo solid box mesh being added twice
...
(cherry picked from commit d0a2931cd7
)
2018-02-19 22:13:45 +01:00
Max Hilbrunner
2515d42a14
[DOCS] parse_json: Objects do not keep key order
...
Document JSON not guaranteeing key order.
(cherry picked from commit 82b8f1729d
)
2018-02-19 22:13:44 +01:00
Guilherme Felipe
1a9a40fe31
Make parent folder selectable. Fix #16253
...
(cherry picked from commit 6e1c02b828
)
2018-02-19 22:13:44 +01:00
Guilherme Felipe
eda3169cd1
Fixes open button not appearing with multiple selection
...
Fix #16231
(cherry picked from commit 09c277693e
)
2018-02-19 22:13:44 +01:00
George Marques
d7f73031fb
Show default values in docs for GDScript built-in functions
...
(cherry picked from commit dca2ae78dd
)
2018-02-19 22:13:44 +01:00
Poommetee Ketson
ba36ef5465
3DEditor: fix selecting node in viewport not update inspector
...
(cherry picked from commit cfac160f9f
)
2018-02-19 22:13:44 +01:00
Poommetee Ketson
41f9904e71
3DEditor: fix multiple node selection crash the editor
...
I'm not sure about this fix. This seems to also fixes the weird
selection bug where when selecting node 1 to 3 it focuses on
2nd node.
(cherry picked from commit 25dd1f0681
)
2018-02-19 22:13:44 +01:00
Gilles Roudiere
a206d3d2fc
Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisize
...
(cherry picked from commit d1f32708b7
)
2018-02-19 22:13:44 +01:00
Gilles Roudiere
a6ca62ac79
Fixes a bas resizing with SplitContainer
...
(cherry picked from commit 30e1e42175
)
2018-02-19 22:13:44 +01:00
Rémi Verschelde
85dedc09a8
Readd VS.sync and VS.draw to keep compatibility
...
Those are deprecated as VS.force_sync and VS.force_draw do the same and more explicitly,
but we cannot remove them without marking them as deprecated before that.
Fixes issue introduced in #15892 .
(cherry picked from commit fd92e571ac
)
2018-02-19 22:13:44 +01:00
Marc Gilleron
9e7c3016d1
Added all missing VisualServer bindings
...
- Added bindings for multimesh, immediate, skeleton, light, reflection probe, gi probe, lightmap, particles, camera, environment, scenario, instance
- Removed draw and sync, were duplicates of force_* equivalents
- Bumped binders max arguments from 11 to 13
- Wrote some wrappers as not all methods were variant-friendly
(cherry picked from commit e415fd05bb
)
2018-02-19 22:13:44 +01:00
Marcelo Fernandez
906cf28dae
Improved WASAPI driver so that it always uses the default audio device
...
(cherry picked from commit d5afcf7ab1
)
2018-02-19 22:13:44 +01:00
Rémi Verschelde
801b544ee1
Windows: Fix case of imm32 for case-sensitive MinGW build
...
Fixes #16713 .
(cherry picked from commit 4fa8987494
)
2018-02-19 22:13:44 +01:00
geequlim
097f95993f
Windows: implement OS.get_unique_id and OS.set_ime_position
...
(cherry picked from commit 3be04f73f5
)
2018-02-19 22:13:39 +01:00
Bernhard Liebl
c04d868476
Make KEY_ESCAPE close all output/debugger docks on bottom
...
(cherry picked from commit 2ae2735a7a
)
2018-02-19 21:01:41 +01:00
Saracen
50674dbe15
Expose 'lightmap_unwrap' method to the scripting engine.
...
(cherry picked from commit e3fdacdf90
)
2018-02-19 20:57:40 +01:00