| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix invalid change from CLAMP to MAX in #26099 | Rémi Verschelde | 2019-02-23 | 1 | -5/+5 |
| * | Fix all -Wtype-limits warnings. | marxin | 2019-02-21 | 1 | -5/+5 |
| * | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -2/+2 |
| * | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
| * | Merge pull request #25314 from marxin/fix-24417-class-memaccess | Rémi Verschelde | 2019-01-27 | 1 | -1/+4 |
| |\ |
|
| | * | Use placement new in visual_server_scene.cpp (#24417). | marxin | 2019-01-25 | 1 | -1/+4 |
| * | | Add a check to help find transforms that are passes invalid. | Juan Linietsky | 2019-01-26 | 1 | -0/+13 |
| |/ |
|
| * | Changes to GLES2 renderer to not use cube shadows if not available, fixes #25132 | Juan Linietsky | 2019-01-22 | 1 | -84/+80 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Do not draw particles if they are not processing at all, fixes #19507 | Juan Linietsky | 2018-11-19 | 1 | -3/+8 |
| * | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617 | Juan Linietsky | 2018-11-14 | 1 | -20/+55 |
| * | Effectively ensure that surface materials are the right size when setting the... | Juan Linietsky | 2018-11-08 | 1 | -2/+3 |
| * | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -5/+5 |
| * | Reflection probe support in GLES2 back-end. | Juan Linietsky | 2018-09-28 | 1 | -0/+2 |
| * | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -1/+6 |
| * | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde | 2018-09-27 | 1 | -3/+6 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -9/+9 |
| * | Rename flag to better name | Juan Linietsky | 2018-07-27 | 1 | -1/+1 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -23/+23 |
| * | Fix issues with CPUParticles and related conversion from Particles. Closes #2... | Juan Linietsky | 2018-07-23 | 1 | -0/+9 |
| * | -Fix disable_3d flag | Juan Linietsky | 2018-07-21 | 1 | -1/+6 |
| * | Revert "Fix #19507 Not emitted particles affects performance" | Max Hilbrunner | 2018-07-17 | 1 | -6/+4 |
| * | Merge pull request #19764 from malbach/godot_malbach | Max Hilbrunner | 2018-07-17 | 1 | -4/+6 |
| |\ |
|
| | * | Fix #19507 Not emitted particles affects performance | malbach | 2018-06-25 | 1 | -4/+6 |
| * | | Hacked around duplication bug. I think duplicate needs to be even smarter, ma... | Juan Linietsky | 2018-07-03 | 1 | -14/+17 |
| |/ |
|
| * | Fix typo in y shift | Bastiaan Olij | 2018-06-23 | 1 | -5/+5 |
| * | Moved culling, updated lights and shadows into a prepare function so it is on... | Bastiaan Olij | 2018-06-11 | 1 | -12/+87 |
| * | Merge pull request #17248 from Cygon/implement-extra-culling-margin | Hein-Pieter van Braam | 2018-03-15 | 1 | -0/+5 |
| |\ |
|
| | * | Implement VisualServerScene::instance_set_extra_visibility_margin() method to... | Markus Ewald | 2018-03-04 | 1 | -0/+5 |
| * | | Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer... | Wilson E. Alvarez | 2018-03-13 | 1 | -0/+1 |
| |/ |
|
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| * | Properly dispose of instance capture data, fixes #14795 | Juan Linietsky | 2018-01-06 | 1 | -1/+1 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | -Add lightmapper | Juan Linietsky | 2017-12-14 | 1 | -4/+328 |
| * | Fix #14429 GIProbe does not work with SpotLights | Przemyslaw Czarnota | 2017-12-09 | 1 | -1/+1 |
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -8/+3 |
| * | Fixes to some thread safety situations to avoid GIProbe from freezing on save... | Juan Linietsky | 2017-12-06 | 1 | -2/+16 |
| * | Attempt to see if this can solve the problem with #13338 | Juan Linietsky | 2017-12-06 | 1 | -4/+11 |
| * | Fixed issue with 3D selections losing precsion due to an offset bug | BenH | 2017-11-25 | 1 | -1/+1 |
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -2/+2 |
| * | Implement per-instance custom bounding box | Marc Gilleron | 2017-11-20 | 1 | -4/+47 |
| * | Ability to change indirect light energy. | Juan Linietsky | 2017-11-19 | 1 | -4/+4 |
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -6/+6 |
| * | Fix GIProbe light visibility | Hiroshi Ogawa | 2017-10-04 | 1 | -2/+4 |
| * | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 1 | -13/+8 |
| |\ |
|
| | * | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -34/+24 |
| * | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -28/+23 |
| |/ |
|
| * | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 1 | -12/+62 |