Rémi Verschelde
346326528b
Merge pull request #12333 from neikeq/ñ
...
Mono: Prevent raising exceptions in native code
2017-10-23 07:40:32 +02:00
Rémi Verschelde
489d1b7eb3
Merge pull request #12332 from robertdhernandez/AStar-Memory-Leak-Fix
...
Fixed memory leak with AStar class
2017-10-23 07:39:32 +02:00
George Marques
c40eea876e
Add UWP to Regex JIT blacklist
...
PCRE2 JIT uses functions not available in UWP, which makes it fail to
link.
2017-10-23 01:22:53 -02:00
Chris Bradfield
774023a38e
Merge pull request #12336 from mhilbrunner/docs-globalscope
...
[DOCS] @GlobalScope
2017-10-22 18:03:20 -07:00
Chris Bradfield
4bb02a1b68
Merge pull request #12318 from mhilbrunner/docs-remotetransform
...
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-22 17:29:57 -07:00
mhilbrunner
0b7619fd9c
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-23 02:18:57 +02:00
mhilbrunner
24bcf6d17a
[DOCS] @GlobalScope
2017-10-23 01:46:46 +02:00
Chris Bradfield
d49f23fd1b
Merge pull request #12331 from mhilbrunner/docs-editorscript
...
[DOCS] EditorScript: Small formatting fixes
2017-10-22 16:31:27 -07:00
Chris Bradfield
7d36409f42
Merge pull request #12306 from Grosskopf/various-docs
...
[DOCS] added several small docs
2017-10-22 15:58:56 -07:00
Chris Bradfield
99493e2243
Merge pull request #12305 from Grosskopf/arvr-docs
...
[DOCS] added some arvr docs
2017-10-22 15:57:03 -07:00
Grosskopf
aaa4142a37
added some arvr docs
2017-10-23 00:43:13 +02:00
Grosskopf
03e2508e45
Added various docs, mostly mathematical basics
2017-10-23 00:39:34 +02:00
Robert Hernandez
794407e7b6
Fixed memory leak with AStar class
2017-10-22 18:37:02 -04:00
Ignacio Etcheverry
45e5e23ee8
Mono: Prevent raising exceptions in native code
...
For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'.
2017-10-23 00:35:14 +02:00
mhilbrunner
649b25e037
[DOCS] EditorScript: Small formatting fixes
2017-10-23 00:35:10 +02:00
Chris Bradfield
0564f96ab4
Merge pull request #12328 from mhilbrunner/docs-string
...
[DOCS] String
2017-10-22 15:23:04 -07:00
mhilbrunner
0608f2fca3
[DOCS] String
2017-10-23 00:11:09 +02:00
Chris Bradfield
ecdf49ec61
Merge pull request #12315 from Jerome67000/docs_parallax
...
[DOCS] ParallaxBackground and ParallaxLayer
2017-10-22 15:09:40 -07:00
Jerome67000
a5c3696b3b
[DOCS] ParallaxBackground and ParallaxLayer
2017-10-22 23:10:39 +02:00
Rémi Verschelde
bf4ba3d8c0
Merge pull request #12327 from tagcup/zero_roughness
...
Partially undo #11807 .
2017-10-22 22:49:55 +02:00
Ferenc Arn
fd166d6fda
Partially undo #11807 .
...
Specular light at zero roughness needs some discussion. Until we do that, this fixes #12309 .
2017-10-22 16:18:54 -04:00
Ignacio Etcheverry
acaaf2e440
Merge pull request #12326 from neikeq/n
...
Fix set field from MonoObject*
2017-10-22 22:14:10 +02:00
Ignacio Etcheverry
ae725969d3
Fix set field from MonoObject*
2017-10-22 22:07:52 +02:00
Juan Linietsky
b4f0f59d9f
Many fixes to SSAO, should be good now.
2017-10-22 13:52:48 -03:00
George Marques
58b849800e
Add WindowsTerminalLogger to UWP build
2017-10-22 12:15:59 -02:00
Rémi Verschelde
d60b774924
Merge pull request #12297 from tagcup/clearcoat_fix
...
Don't add clearcoat BRDF to specular light as-is.
2017-10-22 13:18:24 +02:00
Rémi Verschelde
fc09e14366
classref: Sync with current source
...
Also fix hyperlink references to same class as per the guidelines.
[ci skip]
2017-10-22 12:56:17 +02:00
Nathan Lovato
14b1741cbf
Merge pull request #12150 from Grosskopf/2D-joints-docs
...
[DOCS] 2D joints docs
2017-10-22 12:07:40 +02:00
Rémi Verschelde
99c8a8c7b1
Merge pull request #11401 from SaracenOne/snapped_drag
...
Added snapping to spatial drag and drop.
2017-10-22 12:06:00 +02:00
Henrique Campos
bc667aeada
Added description to Audio Filter Effects
...
Also doccumented Filter member variables and methods.
[ci skip]
2017-10-22 11:57:25 +02:00
Stephen Ednave
8f382879cf
Added descriptions to some members of Camera2D
2017-10-22 11:56:44 +02:00
Alexander Holland
a9876869de
Change theme button name to edit theme
...
[ci skip]
2017-10-22 11:54:37 +02:00
Rémi Verschelde
add60f840a
Merge pull request #12273 from willnationsdev/tabcontainer-doc-edit
...
[DOCS] Updated the TabContainer docs for depth and readability
[ci skip]
2017-10-22 10:38:23 +02:00
Rémi Verschelde
6dd25b5a5b
Merge pull request #11882 from Noshyaar/pr-filedialog
...
FileDialog: enlarge the file list a bit
2017-10-22 10:35:30 +02:00
Rémi Verschelde
1054c6edee
Merge pull request #12296 from tagcup/ggx_rename
...
Rename Schlick GGX to GGX.
2017-10-22 10:30:11 +02:00
Andreas Haas
94f6f22bca
Merge pull request #12300 from RandomShaper/fix-tilemap-editor
...
Fix TileMap editor not getting input
2017-10-22 09:47:42 +02:00
Poommetee Ketson
9345e63a46
Merge pull request #12303 from Noshyaar/db
...
AudioEffectFilter: lowercase dB property to db
2017-10-22 14:40:29 +07:00
Poommetee Ketson
8265ff4c20
Bind MainLoop.notif_wm_go_back_request
2017-10-22 14:07:24 +07:00
Will Nations
5b10422fba
updated the TabContainer docs for depth and readability.
2017-10-22 00:07:33 -05:00
Poommetee Ketson
254ea80fd6
Merge pull request #12302 from Noshyaar/cubemap
...
CubeMap: fix duplicate flags property
2017-10-22 11:57:38 +07:00
Poommetee Ketson
2449d21671
AudioEffectFilter: lowercase dB property to db
2017-10-22 11:36:43 +07:00
Poommetee Ketson
bbab451dde
CubeMap: fix duplicate flags property
2017-10-22 10:28:02 +07:00
Poommetee Ketson
3a71471edd
FileDialog: enlarge the file list a bit
2017-10-22 09:14:11 +07:00
Pedro J. Estébanez
27be483a74
Fix TileMap editor not getting input
...
Fixes #12265 .
2017-10-22 03:58:29 +02:00
Ferenc Arn
06fcbe0092
Don't add clearcoat BRDF to specular light as-is.
...
BRDF needs to be multiplied with N.L, the incoming light and attenuation. Also specular_blob_intensity should affect clearcoat.
2017-10-21 20:25:17 -04:00
Ferenc Arn
cb0bf1edea
Rename Schlick GGX to GGX.
...
Schlick's approximation and GGX are orthogonal concepts.
Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it.
The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig.
2017-10-21 19:35:54 -04:00
Rémi Verschelde
50306041e5
Merge pull request #11982 from tagcup/get_quat
...
Added Basis::get_quat().
2017-10-21 23:51:07 +02:00
Rémi Verschelde
01a5a8b86c
Merge pull request #12291 from RandomShaper/fix-raycast-naming
...
Rename RayCasts collision_layer to collision_mask
2017-10-21 23:44:46 +02:00
Rémi Verschelde
e0c14e6306
Merge pull request #12286 from NathanWarden/add_cubemap_properties
...
Added properties for CubeMap.
2017-10-21 23:44:06 +02:00
Rémi Verschelde
d39348151e
Merge pull request #12293 from Paulb23/line_highlighting_fix
...
Fixed current line highlighting, issue 12166
[ci skip]
2017-10-21 23:41:53 +02:00