| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename two-parameter arc-tangent function to atan in shader language, as it i... | Ferenc Arn | 2017-11-23 | 1 | -1/+1 |
| * | Fix crash in shader parsing | Pedro J. Estébanez | 2017-10-16 | 1 | -0/+2 |
| * | Fixes to light shaders, should work now.. | Juan Linietsky | 2017-09-27 | 1 | -2/+0 |
| * | Discarding now works in shaders | Daniel Doran | 2017-09-24 | 1 | -0/+5 |
| * | Add inversesqrt to shader language. | Ferenc Arn | 2017-09-21 | 1 | -0/+4 |
| * | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -15/+10 |
| * | Added support for for, break and continue. Closes #10560, closes #10661 | Juan Linietsky | 2017-09-05 | 1 | -14/+122 |
| * | 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 | 1 | -1/+1 |
| * | Fix typo 'begining' to 'beginning' | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 |
| * | 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 | 1 | -6/+35 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Fix shader function calls being assignable | Mason Ashbridge | 2017-08-23 | 1 | -0/+6 |
| * | property validate assignment condition in new variables, fixes #9411 | Juan Linietsky | 2017-08-20 | 1 | -1/+7 |
| * | Shader: Fix typo in "facefordward" | Rémi Verschelde | 2017-08-17 | 1 | -3/+3 |
| * | -Added triplanar mapping modes | Juan Linietsky | 2017-07-08 | 1 | -3/+0 |
| * | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma... | Juan Linietsky | 2017-06-17 | 1 | -2/+4 |
| * | Added depth texture support (using parallax) to default material. | Juan Linietsky | 2017-06-04 | 1 | -1/+32 |
| * | Fix get_shader_type index upper bound | Carter Anderson | 2017-05-01 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -45/+309 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -3/+3 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1688/+1588 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -2/+2 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -3/+3 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -1685/+2874 |
| |\ |
|
| | * | Huge amount of improvement in the material system. Materials should be | Juan Linietsky | 2016-11-20 | 1 | -0/+25 |
| | * | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | 2016-10-27 | 1 | -25/+17 |
| | * | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 2016-10-10 | 1 | -2/+51 |
| | * | -the new shader language seems to work | Juan Linietsky | 2016-10-07 | 1 | -179/+872 |
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -1704/+2134 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | Expose light shadow color to canvas item shaders | Pedro J. Estébanez | 2016-09-07 | 1 | -0/+1 |
| * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 1 | -16/+0 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -2/+2 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | Merge pull request #2865 from hurikhan/pr_fix_2791 | Juan Linietsky | 2015-12-08 | 1 | -3/+11 |
| |\ |
|
| | * | Added additional token checks for the shader if..else.. statement. Fixes issu... | hurikhan | 2015-11-22 | 1 | -3/+11 |
| * | | Bug Fix #2541: Shader language function validation logic | Andrea Chua | 2015-11-27 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color | Saracen | 2015-11-18 | 1 | -0/+1 |
| |\| |
|
| | * | Added ability to write directly to 4-dimensional position vector from within ... | Saracen | 2015-11-02 | 1 | -0/+1 |
| * | | New shader feature: change the colour of shadows on a per-material basis. | Saracen | 2015-11-08 | 1 | -1/+2 |
| |/ |
|
| * | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky | 2015-05-18 | 1 | -1/+1 |
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| * | -made normalmaps easier in 2D, fixes #1467 | Juan Linietsky | 2015-04-27 | 1 | -0/+2 |
| * | -Fixed shader commets, /* */ works well and crash is solved, fixes #1711 | Juan Linietsky | 2015-04-26 | 1 | -4/+8 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | Changes to Light | Juan Linietsky | 2015-04-03 | 1 | -0/+2 |