Age | Commit message (Expand) | Author |
2019-01-22 | Changes to GLES2 renderer to not use cube shadows if not available, fixes #25132 | Juan Linietsky |
2019-01-19 | Fix #19633 by proper store to &ubo_data.shadow_matrix[1234]. | marxin |
2019-01-19 | Fix excluding GCC pragmas from Clang | Rémi Verschelde |
2019-01-19 | Only define GCC pragmas for GCC | Rémi Verschelde |
2019-01-18 | Work around a GCC optimizer bug at -O3 | Hein-Pieter van Braam |
2019-01-04 | Merge pull request #24568 from Shinryuuji/fix-wrong-texture-array-target | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-23 | Fix wrong default target for sampler2DArray | Shinryuuji |
2018-12-15 | Adding option to re-orient our sky | Bastiaan Olij |
2018-11-28 | Added luminance capping to avoid glitches on small dots. closes #17996 | Juan Linietsky |
2018-11-21 | Clean up code to make intention clear, fixes #20361 | Juan Linietsky |
2018-11-19 | Don't post process on tiny render targets, fixes #19628 | Juan Linietsky |
2018-11-19 | Fix crash on canvas with BG_MODE_KEEP, closes #19590 | Juan Linietsky |
2018-11-16 | Ensure environment radiance is not used on refprobe interiors, fixes #17868 | Juan Linietsky |
2018-11-16 | Removed unnecesary normal multiplication (only culling was really needed), fi... | Juan Linietsky |
2018-11-16 | Proxies were being mishandled, leading to the now fixed #17651 | Juan Linietsky |
2018-11-14 | Merge pull request #23248 from dlasalle/fog | Juan Linietsky |
2018-11-13 | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle |
2018-10-29 | Use BufferSubData instead of MapBufferRange in HTML5 platform | Leon Krause |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-07 | Baker fixes | Juan Linietsky |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-10-02 | Merge pull request #21436 from CptPotato/tonemap-fixes | Rémi Verschelde |
2018-10-01 | Fix warnings about uninitialized vars [-Wsometimes-uninitialized] | Rémi Verschelde |
2018-10-01 | Fix various Clang 7 warnings about unused stuff | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-12 | Removed unused function RasterizerSceneGLES3::_copy_to_front_buffer | Wilson E. Alvarez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-27 | fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ... | alex-poe |
2018-08-26 | Fixes several resource leaks in ... | Crazy-P |
2018-07-30 | add 3D textures | Thomas Herzog |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-22 | transmission was broken, fix was made. Also fixed treshold. | Juan Linietsky |
2018-07-22 | Fix opaque pre pass not casting shadows | Juan Linietsky |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-17 | Revert "Fix #19507 Not emitted particles affects performance" | Max Hilbrunner |
2018-07-17 | Merge pull request #19764 from malbach/godot_malbach | Max Hilbrunner |
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky |
2018-07-02 | Added ability for SSAO to affect AO textures too | Juan Linietsky |
2018-06-25 | Fix #19507 Not emitted particles affects performance | malbach |
2018-05-19 | Fixed generating radiance texture when using viewport texture for sky | Bastiaan Olij |
2018-05-07 | Merge pull request #18159 from ShyRed/viewportsky | Juan Linietsky |
2018-05-06 | Added option to viewport to keep linear color | Bastiaan Olij |
2018-04-12 | Fix binding of ViewportTexture to Sky | ShyRed |
2018-03-26 | multiply blend mode fix for spatial materials | Ben Hickling |