Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-23 | Merge pull request #12333 from neikeq/ñ | Rémi Verschelde | |
Mono: Prevent raising exceptions in native code | |||
2017-10-23 | Merge pull request #12332 from robertdhernandez/AStar-Memory-Leak-Fix | Rémi Verschelde | |
Fixed memory leak with AStar class | |||
2017-10-23 | Add UWP to Regex JIT blacklist | George Marques | |
PCRE2 JIT uses functions not available in UWP, which makes it fail to link. | |||
2017-10-22 | Merge pull request #12336 from mhilbrunner/docs-globalscope | Chris Bradfield | |
[DOCS] @GlobalScope | |||
2017-10-22 | Merge pull request #12318 from mhilbrunner/docs-remotetransform | Chris Bradfield | |
[DOCS] RemoteTransform & RemoteTransform2D | |||
2017-10-23 | [DOCS] RemoteTransform & RemoteTransform2D | mhilbrunner | |
2017-10-23 | [DOCS] @GlobalScope | mhilbrunner | |
2017-10-22 | Merge pull request #12331 from mhilbrunner/docs-editorscript | Chris Bradfield | |
[DOCS] EditorScript: Small formatting fixes | |||
2017-10-22 | Merge pull request #12306 from Grosskopf/various-docs | Chris Bradfield | |
[DOCS] added several small docs | |||
2017-10-22 | Merge pull request #12305 from Grosskopf/arvr-docs | Chris Bradfield | |
[DOCS] added some arvr docs | |||
2017-10-23 | added some arvr docs | Grosskopf | |
2017-10-23 | Added various docs, mostly mathematical basics | Grosskopf | |
2017-10-22 | Fixed memory leak with AStar class | Robert Hernandez | |
2017-10-23 | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry | |
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 | [DOCS] EditorScript: Small formatting fixes | mhilbrunner | |
2017-10-22 | Merge pull request #12328 from mhilbrunner/docs-string | Chris Bradfield | |
[DOCS] String | |||
2017-10-23 | [DOCS] String | mhilbrunner | |
2017-10-22 | Merge pull request #12315 from Jerome67000/docs_parallax | Chris Bradfield | |
[DOCS] ParallaxBackground and ParallaxLayer | |||
2017-10-22 | [DOCS] ParallaxBackground and ParallaxLayer | Jerome67000 | |
2017-10-22 | Merge pull request #12327 from tagcup/zero_roughness | Rémi Verschelde | |
Partially undo #11807. | |||
2017-10-22 | Partially undo #11807. | Ferenc Arn | |
Specular light at zero roughness needs some discussion. Until we do that, this fixes #12309. | |||
2017-10-22 | Merge pull request #12326 from neikeq/n | Ignacio Etcheverry | |
Fix set field from MonoObject* | |||
2017-10-22 | Fix set field from MonoObject* | Ignacio Etcheverry | |
2017-10-22 | Many fixes to SSAO, should be good now. | Juan Linietsky | |
2017-10-22 | Add WindowsTerminalLogger to UWP build | George Marques | |
2017-10-22 | Merge pull request #12297 from tagcup/clearcoat_fix | Rémi Verschelde | |
Don't add clearcoat BRDF to specular light as-is. | |||
2017-10-22 | classref: Sync with current source | Rémi Verschelde | |
Also fix hyperlink references to same class as per the guidelines. [ci skip] | |||
2017-10-22 | Merge pull request #12150 from Grosskopf/2D-joints-docs | Nathan Lovato | |
[DOCS] 2D joints docs | |||
2017-10-22 | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | |
Added snapping to spatial drag and drop. | |||
2017-10-22 | Added description to Audio Filter Effects | Henrique Campos | |
Also doccumented Filter member variables and methods. [ci skip] | |||
2017-10-22 | Added descriptions to some members of Camera2D | Stephen Ednave | |
2017-10-22 | Change theme button name to edit theme | Alexander Holland | |
[ci skip] | |||
2017-10-22 | Merge pull request #12273 from willnationsdev/tabcontainer-doc-edit | Rémi Verschelde | |
[DOCS] Updated the TabContainer docs for depth and readability [ci skip] | |||
2017-10-22 | Merge pull request #11882 from Noshyaar/pr-filedialog | Rémi Verschelde | |
FileDialog: enlarge the file list a bit | |||
2017-10-22 | Merge pull request #12296 from tagcup/ggx_rename | Rémi Verschelde | |
Rename Schlick GGX to GGX. | |||
2017-10-22 | Merge pull request #12300 from RandomShaper/fix-tilemap-editor | Andreas Haas | |
Fix TileMap editor not getting input | |||
2017-10-22 | Merge pull request #12303 from Noshyaar/db | Poommetee Ketson | |
AudioEffectFilter: lowercase dB property to db | |||
2017-10-22 | Bind MainLoop.notif_wm_go_back_request | Poommetee Ketson | |
2017-10-22 | updated the TabContainer docs for depth and readability. | Will Nations | |
2017-10-22 | Merge pull request #12302 from Noshyaar/cubemap | Poommetee Ketson | |
CubeMap: fix duplicate flags property | |||
2017-10-22 | AudioEffectFilter: lowercase dB property to db | Poommetee Ketson | |
2017-10-22 | CubeMap: fix duplicate flags property | Poommetee Ketson | |
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-22 | Fix TileMap editor not getting input | Pedro J. Estébanez | |
Fixes #12265. | |||
2017-10-21 | Don't add clearcoat BRDF to specular light as-is. | Ferenc Arn | |
BRDF needs to be multiplied with N.L, the incoming light and attenuation. Also specular_blob_intensity should affect clearcoat. | |||
2017-10-21 | Rename Schlick GGX to GGX. | Ferenc Arn | |
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 | Merge pull request #11982 from tagcup/get_quat | Rémi Verschelde | |
Added Basis::get_quat(). | |||
2017-10-21 | Merge pull request #12291 from RandomShaper/fix-raycast-naming | Rémi Verschelde | |
Rename RayCasts collision_layer to collision_mask | |||
2017-10-21 | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde | |
Added properties for CubeMap. | |||
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] |