| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-24 | Fix warning message format for addon plugin | volzhs | 1 | -5/+5 | |
| 2017-10-24 | Monitor: add checkbox to monitor list | Poommetee Ketson | 2 | -8/+10 | |
| so that users don't have to hold CTRL to select multiple entries. | |||||
| 2017-10-23 | Implemented vsync OS functions for OS X | Marcelo Fernandez | 2 | -0/+20 | |
| 2017-10-23 | missing set/get_collision_mask_bit() for RayCast | Jakub Grzesik | 4 | -0/+42 | |
| in the same fastion how it's implemented in Area or Bodies | |||||
| 2017-10-23 | Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindings | Bastiaan Olij | 1 | -0/+5 | |
| 2017-10-23 | Improved monitors units and colors. | Daniel J. Ramirez | 3 | -7/+86 | |
| 2017-10-23 | Update AUTHORS and DONORS with current data | Rémi Verschelde | 2 | -9/+44 | |
| [ci skip] | |||||
| 2017-10-23 | Revert "Rename Schlick GGX to GGX." | Rémi Verschelde | 6 | -11/+11 | |
| 2017-10-23 | move button/joy constants to enums | jagt | 2 | -68/+70 | |
| 2017-10-23 | Add UWP to Regex JIT blacklist | George Marques | 1 | -1/+1 | |
| PCRE2 JIT uses functions not available in UWP, which makes it fail to link. | |||||
| 2017-10-23 | [DOCS] RemoteTransform & RemoteTransform2D | mhilbrunner | 2 | -0/+16 | |
| 2017-10-23 | [DOCS] @GlobalScope | mhilbrunner | 1 | -4/+150 | |
| 2017-10-23 | Use bresenham line in freehand tilemap painting to fill discontinuities | Marc Gilleron | 1 | -14/+31 | |
| 2017-10-23 | added some arvr docs | Grosskopf | 5 | -0/+10 | |
| 2017-10-23 | Added various docs, mostly mathematical basics | Grosskopf | 7 | -64/+85 | |
| 2017-10-22 | Fixed memory leak with AStar class | Robert Hernandez | 1 | -0/+1 | |
| 2017-10-23 | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry | 3 | -7/+54 | |
| 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 | 1 | -2/+2 | |
| 2017-10-23 | [DOCS] BaseButton | Jerome67000 | 1 | -2/+9 | |
| 2017-10-23 | [DOCS] String | mhilbrunner | 1 | -59/+84 | |
| 2017-10-22 | [DOCS] ParallaxBackground and ParallaxLayer | Jerome67000 | 2 | -2/+12 | |
| 2017-10-22 | Partially undo #11807. | Ferenc Arn | 1 | -2/+2 | |
| Specular light at zero roughness needs some discussion. Until we do that, this fixes #12309. | |||||
| 2017-10-22 | Fix set field from MonoObject* | Ignacio Etcheverry | 2 | -9/+9 | |
| 2017-10-22 | Add _process(delta) to new script templates. Closes #11994. | mhilbrunner | 2 | -2/+13 | |
| 2017-10-22 | Fix disable_3d=yes compile errors | mrezai | 2 | -3/+9 | |
| 2017-10-22 | Many fixes to SSAO, should be good now. | Juan Linietsky | 12 | -44/+212 | |
| 2017-10-22 | Improved *_FAIL_INDEX error macros to print the index/size | Marcelo Fernandez | 3 | -22/+30 | |
| 2017-10-22 | Add WindowsTerminalLogger to UWP build | George Marques | 1 | -0/+1 | |
| 2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | 5 | -2/+23 | |
| 2017-10-22 | classref: Sync with current source | Rémi Verschelde | 75 | -225/+240 | |
| Also fix hyperlink references to same class as per the guidelines. [ci skip] | |||||
| 2017-10-22 | Added description to Audio Filter Effects | Henrique Campos | 6 | -0/+16 | |
| Also doccumented Filter member variables and methods. [ci skip] | |||||
| 2017-10-22 | Added descriptions to some members of Camera2D | Stephen Ednave | 1 | -1/+6 | |
| 2017-10-22 | Change theme button name to edit theme | Alexander Holland | 1 | -1/+5 | |
| [ci skip] | |||||
| 2017-10-22 | Bind MainLoop.notif_wm_go_back_request | Poommetee Ketson | 1 | -0/+1 | |
| 2017-10-22 | updated the TabContainer docs for depth and readability. | Will Nations | 1 | -19/+25 | |
| 2017-10-22 | AudioEffectFilter: lowercase dB property to db | Poommetee Ketson | 1 | -1/+1 | |
| 2017-10-22 | CubeMap: fix duplicate flags property | Poommetee Ketson | 1 | -1/+0 | |
| 2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | 2 | -27/+37 | |
| 2017-10-22 | Fix TileMap editor not getting input | Pedro J. Estébanez | 1 | -1/+1 | |
| Fixes #12265. | |||||
| 2017-10-21 | Don't add clearcoat BRDF to specular light as-is. | Ferenc Arn | 1 | -4/+6 | |
| 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 | 6 | -11/+11 | |
| 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 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | 1 | -6/+22 | |
| 2017-10-21 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | 10 | -77/+77 | |
| The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed. | |||||
| 2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | 19 | -22/+25 | |
| 2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | 17 | -172/+14 | |
| 2017-10-21 | Added properties for CubeMap. | Nathan Warden | 1 | -2/+4 | |
| 2017-10-21 | Corrections to #11807. | Ferenc Arn | 1 | -9/+9 | |
| Added missing metallic parameter, also fixed a missed a case where wrong roughness condition was used. | |||||
| 2017-10-21 | Fix PathFollow rotations. | Ferenc Arn | 2 | -32/+25 | |
| Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258. | |||||
| 2017-10-21 | Added the 2D Joint docs | Grosskopf | 3 | -0/+10 | |
| 2017-10-21 | Fix drop-down size when resizing font #12207 | Felipe Seixas | 2 | -0/+4 | |
| Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||||
