Age | Commit message (Expand) | Author |
2017-09-07 | Several fixes to directional shadows, closes #10926 | Juan Linietsky |
2017-09-05 | Automatically redraw when shaders using TIME are visible, fixes #10554 | Juan Linietsky |
2017-09-01 | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky |
2017-08-19 | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky |
2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky |
2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. Ad... | Juan Linietsky |
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality i... | Juan Linietsky |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky |
2017-06-25 | Ability to restart particle system with a function call | Juan Linietsky |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson |
2017-06-23 | Small fixes required to get platformer to work. | Juan Linietsky |
2017-06-17 | Fix transparent background rendering, closes #8703 | Juan Linietsky |
2017-06-17 | Particles properly update the shadow maps, closes #8815 | Juan Linietsky |
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky |
2017-06-14 | Merge pull request #9109 from RandomShaper/optimize-2d-lighting | Juan Linietsky |
2017-06-13 | -Fixed occluder rendering, closes #8560 | Juan Linietsky |
2017-06-11 | Restored everything related to information polling, and added information box... | Juan Linietsky |
2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky |
2017-06-09 | Add missing initializer for RasterizerStorageGLES3::Shader::ubo_size | Pedro J. Estébanez |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky |
2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky |
2017-06-03 | subsurface scattering is fixed and working again | Juan Linietsky |
2017-05-26 | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky |
2017-05-25 | Removed skybox support, added panorama support. Skybox support may come back ... | Juan Linietsky |
2017-05-20 | Added texture_get_texid | BastiaanOlij |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-08 | Particle system is complete. Rejoice! | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-07 | Fix build on older GCC versions | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |
2017-03-12 | converted skeletons from uniform to texture | Juan Linietsky |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-22 | Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ... | Juan Linietsky |
2017-02-16 | a ton of bug fixes to the renderer | Juan Linietsky |
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky |
2017-02-06 | ability to adjust propagation in gi probe | Juan Linietsky |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-01-16 | Working on compile issues for iOS | BastiaanOlij |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-12 | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-01 | WIP particle system | Juan Linietsky |