| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 3 | -4/+4 |
| * | Rename two-parameter arc-tangent function to atan in shader language, as it i... | Ferenc Arn | 2017-11-23 | 1 | -1/+1 |
| * | Merge pull request #11895 from m4nu3lf/rendering/separate_thread | Juan Linietsky | 2017-11-21 | 2 | -37/+7 |
| |\ |
|
| | * | Restore rendering on a separate thread | m4nu3lf | 2017-11-18 | 2 | -37/+7 |
| * | | Implement per-instance custom bounding box | Marc Gilleron | 2017-11-20 | 4 | -4/+57 |
| * | | Ability to change indirect light energy. | Juan Linietsky | 2017-11-19 | 1 | -4/+4 |
| |/ |
|
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 5 | -55/+55 |
| * | Ability to update parts of an array, and set arrays as dynamic draw | Juan Linietsky | 2017-11-14 | 4 | -515/+8 |
| * | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 2017-11-13 | 1 | -1/+1 |
| * | Disabled filter clip by default and made it optional, fixes #12368, likely ot... | Juan Linietsky | 2017-11-10 | 1 | -1/+1 |
| * | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | 2017-11-09 | 4 | -24/+52 |
| * | Merge pull request #12523 from RandomShaper/fix-margins-drawn-too-late | Juan Linietsky | 2017-10-30 | 1 | -2/+1 |
| |\ |
|
| | * | Fix viewport margins drawn after swapping buffers | Pedro J. Estébanez | 2017-10-30 | 1 | -2/+1 |
| * | | Refactor bufer to buffer | Poommetee Ketson | 2017-10-28 | 1 | -1/+1 |
| * | | Revert "Rename Schlick GGX to GGX." | Rémi Verschelde | 2017-10-23 | 1 | -1/+1 |
| * | | Many fixes to SSAO, should be good now. | Juan Linietsky | 2017-10-22 | 3 | -3/+5 |
| * | | Rename Schlick GGX to GGX. | Ferenc Arn | 2017-10-21 | 1 | -1/+1 |
| |/ |
|
| * | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -9/+0 |
| * | Fixed viewport transparent bg when clear mode is enabled. | Daniel J. Ramirez | 2017-10-21 | 2 | -1/+5 |
| * | Fix crash in shader parsing | Pedro J. Estébanez | 2017-10-16 | 1 | -0/+2 |
| * | Fix GIProbe light visibility | Hiroshi Ogawa | 2017-10-04 | 2 | -3/+8 |
| * | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ... | Juan Linietsky | 2017-09-29 | 4 | -15/+6 |
| * | Fixes to light shaders, should work now.. | Juan Linietsky | 2017-09-27 | 2 | -2/+20 |
| * | Discarding now works in shaders | Daniel Doran | 2017-09-24 | 1 | -0/+5 |
| * | Added light affect parameter to baked AO | Juan Linietsky | 2017-09-23 | 1 | -0/+1 |
| * | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | 2017-09-23 | 1 | -1/+19 |
| * | Add inversesqrt to shader language. | Ferenc Arn | 2017-09-21 | 1 | -0/+4 |
| * | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | 2017-09-21 | 1 | -0/+2 |
| * | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | 2017-09-13 | 1 | -1/+1 |
| * | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 2 | -28/+18 |
| |\ |
|
| | * | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 2 | -49/+34 |
| * | | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | 2017-09-12 | 1 | -7/+7 |
| |\ \ |
|
| | * | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -28/+23 |
| | |/ |
|
| * / | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | 2017-09-08 | 2 | -22/+16 |
| |/ |
|
| * | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 4 | -12/+67 |
| * | Added support for for, break and continue. Closes #10560, closes #10661 | Juan Linietsky | 2017-09-05 | 2 | -14/+144 |
| * | Added transmission shader parameter. | Juan Linietsky | 2017-09-03 | 1 | -1/+2 |
| * | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -1/+1 |
| * | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 2 | -8/+8 |
| * | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | 2017-09-01 | 1 | -13/+13 |
| |\ |
|
| | * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -13/+13 |
| * | | Merge pull request #10864 from Noshyaar/pr-beginning | Rémi Verschelde | 2017-09-01 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix typo 'begining' to 'beginning' | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 |
| | |/ |
|
| * / | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky | 2017-09-01 | 5 | -2/+6 |
| |/ |
|
| * | Revert "Fix shader function calls being assignable" | Rémi Verschelde | 2017-08-31 | 1 | -6/+0 |
| * | removed DISCARD built in variable, replaced by actual discard GLSL instructio... | Juan Linietsky | 2017-08-29 | 4 | -137/+180 |
| * | Fix #10723, a regression from 7a07895 | Bojidar Marinov | 2017-08-29 | 1 | -3/+4 |
| * | Disable antialiasing for CanvasItem triangle arrays | Rémi Verschelde | 2017-08-28 | 1 | -0/+1 |
| * | Merge pull request #10676 from hpvb/speedup-_render_canvas_item_tree | Rémi Verschelde | 2017-08-28 | 1 | -8/+5 |
| |\ |
|
| | * | Use memset to zero z_list | Hein-Pieter van Braam | 2017-08-27 | 1 | -8/+5 |