Age | Commit message (Expand) | Author |
2017-04-08 | Particle system is complete. Rejoice! | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |
2017-03-13 | Merge pull request #8009 from Calinou/directional_shadow_interpolation | Rémi Verschelde |
2017-03-12 | converted skeletons from uniform to texture | Juan Linietsky |
2017-03-11 | Improve directional shadow filtering by using linear interpolation | Hugo Locurcio |
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-03-02 | Added missing FIXMEs in PR #7878 | Ferenc Arn |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-22 | Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ... | Juan Linietsky |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-16 | a ton of bug fixes to the renderer | Juan Linietsky |
2017-02-15 | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky |
2017-02-08 | basic contact shadows implementation, will most likely need some polishing | Juan Linietsky |
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-02-02 | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde |
2017-02-01 | Enable WebGL2 in web export, start fixing build | eska |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Working on compile issues for iOS | BastiaanOlij |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-14 | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | 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-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-01 | WIP particle system | Juan Linietsky |
2016-12-31 | Some fixes and clean ups | Juan Linietsky |
2016-12-24 | fixed a horrible bug on Windows AMD, scenes saved until now in this branch | reduz |
2016-12-23 | Fixed many more bugs reported by Valgrind | Juan Linietsky |
2016-12-23 | put some limits to max ubo sizes to avoid crashes | Juan Linietsky |
2016-12-22 | can bake for omni and spotlight | Juan Linietsky |
2016-12-21 | Some BRDF fixes | Juan Linietsky |
2016-12-21 | Godot works on Windows again.. | reduz |
2016-12-20 | work in progress global illumination | Juan Linietsky |
2016-12-10 | DOF blur, near and far fields.. | Juan Linietsky |
2016-12-08 | Multi stage glow with light bleeding from HDR | Juan Linietsky |
2016-12-07 | Tonemapping and Auto Exposure support | Juan Linietsky |
2016-12-04 | fix small issue with copying reflections | Juan Linietsky |
2016-12-04 | Support for SSAO | Juan Linietsky |
2016-12-02 | Subsurface scattering material param is now working! | Juan Linietsky |
2016-11-29 | Screen space reflection effect | Juan Linietsky |
2016-11-24 | Blend shapes using transform feedback (GPU) | Juan Linietsky |
2016-11-23 | implemented immediates | Juan Linietsky |
2016-11-22 | Migrated from GLES to GLAD, fixes many issues. | Juan Linietsky |
2016-11-22 | Instancing is working! (hooray) | Juan Linietsky |
2016-11-21 | Skeletons are working now. | Juan Linietsky |
2016-11-20 | Huge amount of improvement in the material system. Materials should be | Juan Linietsky |