Rémi Verschelde
e815edbc37
Merge pull request #15609 from groud/script_button_update
...
Fixes add script button update
2018-01-11 23:22:11 +01:00
Gilles Roudiere
ff8fe3d875
Fixes add script button update
2018-01-11 22:22:32 +01:00
Rémi Verschelde
e6edbc7699
Merge pull request #15528 from AndreaCatania/p1
...
Fixed viewport node error on editor
2018-01-11 22:19:02 +01:00
Pedro J. Estébanez
aefedb73fc
Update collision shapes data on tree entered
...
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene.
Fixes #13835 .
2018-01-11 21:08:58 +01:00
Juan Linietsky
9a62829759
Merge pull request #15531 from AndreaCatania/p2
...
Fixed crash on duplicate GIProbe baking
2018-01-11 16:44:18 -03:00
volzhs
b63384a9f1
Merge pull request #15605 from volzhs/fix-android-build-27
...
Fix Android build error
2018-01-12 04:25:47 +09:00
volzhs
dfdc8c2d9a
Fix Android build error
...
Fix #15603
Fix #15513
2018-01-12 04:24:11 +09:00
Juan Linietsky
5398363572
solved particle memory leak, fixes #15591
2018-01-11 16:04:12 -03:00
AndreaCatania
09a6a74074
Forced no duplication of animation data
2018-01-11 19:52:46 +01:00
AndreaCatania
5ac441131e
Fixed crash on duplicate GIProbe baking
2018-01-11 19:50:33 +01:00
AndreaCatania
b77968dea3
Fixed resource setup handling
2018-01-11 19:26:28 +01:00
Rémi Verschelde
920715b97d
Merge pull request #15571 from RandomShaper/fix-crash-save-branch
...
Fix crash on save-branch-as-scene
2018-01-11 15:47:07 +01:00
Rémi Verschelde
9135e61512
Merge pull request #15580 from karroffel/gdnative-api-fixes
...
[GDNative] updates to string API and const fixes
2018-01-11 15:43:33 +01:00
Rémi Verschelde
2f8701a71a
Merge pull request #15589 from endragor/defer-audio-server-destr
...
Destroy AudioServer after other non-core types are unregistered
2018-01-11 15:33:05 +01:00
Rémi Verschelde
ec7a8e7d63
Merge pull request #15594 from AndreaCatania/p4
...
Fixed graphic artifact caused by anisotropic filter
2018-01-11 15:29:18 +01:00
Rémi Verschelde
c5b66daec8
Merge pull request #15595 from endragor/fix-light-data-type
...
Fix registered light_data property type name
2018-01-11 15:27:27 +01:00
Juan Linietsky
e633a04c42
Update documentation to clarify that list of overlaps is not updated immediately.
2018-01-11 11:19:12 -03:00
Rémi Verschelde
90de1d236c
Merge pull request #15596 from endragor/cache-no-error
...
Dont print error when loading resource from cache
2018-01-11 15:01:38 +01:00
Ruslan Mustakov
a6157245b1
Dont print error when loading resource from cache
2018-01-11 20:46:18 +07:00
Ruslan Mustakov
0d83e20236
Fix registered light_data property type name
2018-01-11 19:53:54 +07:00
AndreaCatania
252344f706
Fixed graphic artifact caused by anisotropic filter
2018-01-11 12:55:18 +01:00
Rémi Verschelde
2c17af0509
Merge pull request #15579 from damarindra/add-receptor-tileset
...
fix updating tileset list when assign texture and set autotile true
2018-01-11 11:15:42 +01:00
Rémi Verschelde
6f75866aef
Merge pull request #15572 from poke1024/fix15366
...
Fixes snap button getting out of sync (issue 15366)
2018-01-11 11:04:08 +01:00
Ruslan Mustakov
5092098947
Destroy AudioServer after other non-core types are unregistered
...
This is important for some GDNative bindings and probably for Mono. They
may keep references to audio objects which are freed when they are
unregistered. If AudioServer is already deleted at that point, it causes
segfaults.
2018-01-11 17:03:38 +07:00
Rémi Verschelde
2f437e263f
Merge pull request #15568 from poke1024/fix15418
...
Fixes empty line selection when scrolling
2018-01-11 11:00:43 +01:00
poke1024
b352b0b88c
Fixes snap button getting out of sync (issue 15366)
2018-01-11 06:52:10 +01:00
poke1024
c1db81b9ed
Fixes empty line selection when scrolling
2018-01-11 06:51:20 +01:00
karroffel
9ece961abe
[GDNative] updates to string API and const fixes
2018-01-11 00:17:43 +01:00
damarindra
bea40343ab
fix updating tileset list when assign texture and set autotile true
2018-01-11 05:50:36 +07:00
Juan Linietsky
554e95747c
sorry, accidentally pressed delete before commiting.
2018-01-10 17:55:00 -03:00
Juan Linietsky
0f00384c93
Added middle button doubleclick, fixes #15567
2018-01-10 17:46:41 -03:00
Pedro J. Estébanez
1bdde70dd0
Fix crash on save-branch-as-scene
2018-01-10 21:16:25 +01:00
Rémi Verschelde
a60896869e
Merge pull request #15537 from PJB3005/18-01-09-fix-color-string-constructor-mono
...
Fixes Mono color creation from string being 0-255 instead of 0-1.
2018-01-10 14:50:26 +01:00
Rémi Verschelde
23c464a403
Merge pull request #15552 from bruvzg/osx_ime_fix
...
[macOS] Fix IME producing multiple events per key press.
2018-01-10 14:50:00 +01:00
Pieter-Jan Briers
6e14cf991a
Fixes Mono color creation from string.
...
Fixes #15468
Also improves the error messages if the string isn't hex, because saying that the color value is negative is just a side effect of the implementation and tells you nothing.
2018-01-10 13:56:30 +01:00
Rémi Verschelde
e49ddf2984
Merge pull request #15555 from BastiaanOlij/clamp_blends
...
Clamp blend to fix screen space reflections
2018-01-10 13:36:13 +01:00
Bastiaan Olij
ebc96195d8
Clamp blend to fix screen space reflections
2018-01-10 23:23:00 +11:00
Rémi Verschelde
f1ef2d5183
Merge pull request #15553 from AlmightyScientist/issue-15453
...
Shader Language: Fixes EXTRA_MATRIX undefined.
2018-01-10 12:46:52 +01:00
bruvzg
b3d803c901
Fix IME producing multiple events per key press.
2018-01-10 13:43:24 +02:00
Rémi Verschelde
8c6d830e07
Merge pull request #15543 from volzhs/fix-aspect
...
Fix stretch aspect keep mode
2018-01-10 12:40:06 +01:00
AlmightyScientist
4820910648
Shader Language: Fixes EXTRA_MATRIX undefined.
...
Fixes #15453 .
2018-01-10 12:37:28 +01:00
Rémi Verschelde
aebdc4c212
Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-is
...
Mono: Some fixes for #15463
2018-01-10 10:39:20 +01:00
Rémi Verschelde
415d128249
Merge pull request #15530 from akien-mga/signal-args
...
Fix signal arguments shadowing member variables
2018-01-10 10:38:28 +01:00
Rémi Verschelde
082d83fe0b
Merge pull request #15538 from touilleMan/fix-pluginscript-editor-preview
...
Fix pluginscript editor preview
2018-01-10 10:37:41 +01:00
Rémi Verschelde
4a25a4e53f
Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_file
...
Fixes #15470 "Crash on drag and drop scene file on empty scene"
2018-01-10 07:57:35 +01:00
Blazej Floch
9d4afdc372
- Fixes #15470 "Crash on drag and drop scene file on empty scene"
...
- New: Allows for multiple files to be dragged over
- Added error when multiple nodes are dropped in scene **without** scene root
- Removed TTR: "This operation requires a single selected node.", "I see.."
- Introduces TTR: "Can not instaniate multiple nodes without root."
- Fixes "Can't add_child, already got a parent" error
- Reduced multiple resource loading by casting
- Make sure to not _show_resource_type_selector if only PackedScenes are being dropped
2018-01-09 23:16:47 -05:00
volzhs
b6cff1ba69
Fix stretch aspect keep mode
...
Fix #15407
Fix #15514
2018-01-10 10:49:26 +09:00
Rémi Verschelde
2ac27608a6
Merge pull request #15540 from robfram/fix_color_to_html
...
Fix bad color to HTML conversion. Alpha channel was added before RGB.
2018-01-09 23:39:45 +01:00
Emmanuel Leblond
58f3ad69c7
Fix warning when editor resource preview try to read pluginscript resource
2018-01-09 23:12:39 +01:00
robfram
19915d674c
Fix bad color to HTML conversion. Alpha channel was added befor RGB.
2018-01-09 22:34:00 +01:00