Rémi Verschelde
de60714b91
Merge pull request #21857 from BastiaanOlij/fix_never_true_prealpha
...
Fixed a theoretical condition where prealpha prevents lighting
2018-09-10 16:02:58 +02:00
Rémi Verschelde
fcabf95934
Merge pull request #21835 from DualMatrix/save_branch
...
Prevent overwriting open scenes when saving
2018-09-10 16:00:25 +02:00
Rémi Verschelde
04eb6046c5
Merge pull request #21831 from JFonS/fix_13849
...
Fix selection of spatial nodes after selecting a non-spatial one.
2018-09-10 15:39:31 +02:00
Rémi Verschelde
a2d2fbe8a6
Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confined
...
Fix mouse confined leaving window with OS_Windows::set_window_position
2018-09-10 15:34:49 +02:00
Rémi Verschelde
c0df3b147e
Make sure project manager gets editor hint set
...
Previous fix in e8e06b2
worked in most cases but not if you run e.g.
'godot -', where the '-' argument would mean that 'project_manager'
is false and yet that's what will be opened eventually.
2018-09-10 14:53:45 +02:00
Rémi Verschelde
0f6803ea77
Merge pull request #21841 from char0xff/fix-array
...
Fix mistake in Array.xml
2018-09-10 14:23:26 +02:00
VirtualBox
cfb54df986
Fix mistake in Array.xml
2018-09-10 13:42:45 +02:00
Max Hilbrunner
8a8a5e6c07
Merge pull request #21925 from ZodmanPerth/master
...
Clarification about Input.get_accelerometer() usage
2018-09-10 13:42:31 +02:00
Rémi Verschelde
32cc267906
Merge pull request #21927 from akien-mga/pm-editor-hint
...
Set editor hint for the project manager
2018-09-10 12:48:38 +02:00
Rémi Verschelde
fd74dd15ad
Merge pull request #21820 from capnm/fix-GradientTexture-width-property
...
Set the lower bound for the GradientTexture width property to 1
2018-09-10 12:41:58 +02:00
Rémi Verschelde
e8e06b2c9a
Set editor hint for the project manager
...
Fixes #21823 .
2018-09-10 12:39:01 +02:00
Carl Scarlett
91aa940b42
added clarification about Input.get_accelerometer only working when project is exported
2018-09-10 17:20:17 +08:00
Rémi Verschelde
d9a96878f2
Merge pull request #21921 from AndreaCatania/bugfix2
...
Fix bullet crashes
2018-09-10 08:20:15 +02:00
Rémi Verschelde
0b5041a627
Merge pull request #21920 from Noshyaar/indent
...
Fix indentation in bullet SCsub
2018-09-10 08:16:12 +02:00
Andrea Catania
b252e66414
Fiex bullet crash
2018-09-10 07:55:11 +02:00
Poommetee Ketson
bb0e8d260c
Fix indentation in bullet SCsub
2018-09-10 12:22:23 +07:00
George Marques
af290f7b7d
Merge pull request #21866 from Paulb23/fix_scientific_notation_highlight_issue_21435
...
Fixed scientific notation not highlighting correctly, issue 21435
2018-09-09 18:21:33 -03:00
Rémi Verschelde
1093c0ff51
Merge pull request #21783 from xsellier/feature/clipboard-android
...
Add clipboard operation for android OS
2018-09-09 14:53:23 +02:00
Juan Linietsky
ffe158ae85
Merge pull request #21861 from fire/visual_script_18024
...
Change the default variable Visual Script constructor to use EditorInspector and etc
2018-09-08 17:05:03 -03:00
Paulb23
f051f5110e
Fixed scientific notaion not highlighting correctly, issue 21435
2018-09-08 13:42:11 +01:00
K. S. Ernest (iFire) Lee
7ce9e67355
Change the default variable constructor to use EditorInspector and updated property hints that were changed.
2018-09-08 02:51:23 -07:00
Rémi Verschelde
df39a034dc
Merge pull request #21843 from AndreaCatania/bugfix1
...
Fixed crash during raycast and CCD radius calculation
2018-09-08 11:03:18 +02:00
Bastiaan Olij
0625f5b546
Fixed a theoretical condition where prealpha prevents lighting
2018-09-08 11:40:06 +10:00
Andrea Catania
3eaaf712db
Fixed crash during raycast and CCD radius calculation
2018-09-07 20:38:30 +02:00
Juan Linietsky
4b6846a59d
Ensure that tree_exited signal really happens after tree exited, fixes #19641
2018-09-07 15:31:53 -03:00
Juan Linietsky
fc50728d45
Merge pull request #21808 from AndreaCatania/optitri
...
Optimized bullet trimesh collision
2018-09-07 15:09:26 -03:00
Juan Linietsky
ec4b8e4a5a
Merge pull request #21836 from AndreaCatania/bulletUpdate
...
Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9
2018-09-07 15:09:02 -03:00
Juan Linietsky
6ce9951d9e
Many fixes to gradient editor, which was pretty broken. Closes #19308
2018-09-07 13:49:10 -03:00
Andrea Catania
6142448417
Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9
2018-09-07 16:11:04 +02:00
DualMatrix
c43ffc8917
Prevent overwriting open scenes when saving
...
Prevent overwriting open scenes when saving, this fixes #17628
2018-09-07 15:54:26 +02:00
JFonS
b82f037818
Fix selection of spatial nodes after selecting a non-spatial one.
...
Fixes #13849
2018-09-07 10:49:40 +02:00
Juan Linietsky
f1e5b7cf42
Print an error if you try to instantiate an editor class outside the editor, fixes #17624
2018-09-06 21:07:46 -03:00
Juan Linietsky
74359a1d1e
Add a function to force transform update, fixes #17628
2018-09-06 20:38:16 -03:00
Martin Capitanio
3f01fd5180
Set the lower bound for the GradientTexture width property to 1
...
Fixes #21522
2018-09-07 01:29:58 +02:00
Juan Linietsky
072bf41c03
Ability for Light2D to use a proxy texture, fixes #17067
2018-09-06 17:26:38 -03:00
Juan Linietsky
39e8aca1b7
Update FOV if edited in gizmo, fixes #16400
2018-09-06 16:22:34 -03:00
Andrea Catania
88967e4001
Fixing trimesh precision
2018-09-06 18:53:03 +02:00
Juan Linietsky
f6fbf841d5
Show a warning if you try to grab focus when not allowed, closes #15388
2018-09-06 13:32:34 -03:00
Andrea Catania
9b446f1cc3
Optimized in case is used just 1 shape with no transform
2018-09-06 18:19:05 +02:00
Juan Linietsky
47a4d78dbf
Only allow StreamTexture, ImageTexture in Light2D, closes #15194
2018-09-06 13:18:22 -03:00
Juan Linietsky
5307043751
Fixes to multimesh, added custom data and checks to avoid reconfiguring if instance count > 0. Fixes #12595
2018-09-05 19:15:59 -03:00
Guilherme Felipe
bd3d73a9fd
Fix mouse confined leaving window with OS_Windows::set_window_position
2018-09-05 18:52:05 -03:00
Xavier Sellier
f68e127079
Add clipboard operation for android OS
2018-09-05 17:27:45 -04:00
Rémi Verschelde
fc207ba18a
Merge pull request #21782 from eska014/gles3-get-texture-err
...
Fix missing texture-download error with OpenGL ES
2018-09-05 22:12:28 +02:00
Leon Krause
57eaea571a
Fix missing texture-download error with OpenGL ES
2018-09-05 21:22:13 +02:00
Rémi Verschelde
3a8f8381f2
Merge pull request #21771 from WiggleWizard/get-stack-fix
...
Fixed return type for get_stack() function call
2018-09-05 19:46:12 +02:00
Rémi Verschelde
8804eb8c06
Merge pull request #21707 from JFonS/fix_instanced_selection
...
Fix selection of instanced scenes in 3D
2018-09-05 18:11:56 +02:00
Rémi Verschelde
2f4912ec69
Merge pull request #21767 from volzhs/expand-collapse-all
...
Make expand/collapse all properties menu working
2018-09-05 18:04:44 +02:00
Rémi Verschelde
021159330c
Merge pull request #21766 from volzhs/bitmask-color
...
Make better look for bitmask
2018-09-05 18:03:40 +02:00
Rémi Verschelde
49495eab8d
Merge pull request #21774 from AndreaCatania/areaTri
...
Fixed bullet area vs Trimesh shape overlap
2018-09-05 14:40:54 +02:00