| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 1 | -7/+7 |
| * | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | 2017-09-01 | 1 | -13/+13 |
| |\ |
|
| | * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -13/+13 |
| * | | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky | 2017-09-01 | 1 | -1/+1 |
| |/ |
|
| * | Fix #10723, a regression from 7a07895 | Bojidar Marinov | 2017-08-29 | 1 | -3/+4 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -21/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Added/Fixed null pointer checks | Wilson E. Alvarez | 2017-08-26 | 1 | -4/+3 |
| * | -Massive clean up to gizmos | Juan Linietsky | 2017-08-26 | 1 | -580/+4 |
| * | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | 2017-08-19 | 1 | -10/+6 |
| * | Fixed wrong usage of has_no_area function, closes #10434 | Juan Linietsky | 2017-08-19 | 1 | -1/+1 |
| * | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | 2017-08-18 | 1 | -2/+4 |
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -6/+6 |
| * | Rename cull_AABB to cull_aabb | Rémi Verschelde | 2017-08-16 | 1 | -1/+1 |
| * | -Fixed BoneAttachment delay, closes #3966 | Juan Linietsky | 2017-08-07 | 1 | -2/+2 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -1/+1 |
| * | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | 2017-07-31 | 1 | -0/+20 |
| |\ |
|
| | * | Adding base classes and structures for ARVR support | BastiaanOlij | 2017-07-28 | 1 | -0/+20 |
| * | | Few small GI Probe fixes | Juan Linietsky | 2017-07-29 | 1 | -4/+4 |
| |/ |
|
| * | Many fixes to improve GI Probe quality | Juan Linietsky | 2017-07-15 | 1 | -0/+5 |
| * | -Fix for multiple reflection probes causing issues. | Juan Linietsky | 2017-07-15 | 1 | -1/+1 |
| * | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -0/+18 |
| * | -Restored support for Canvas BG mode on Environment | Juan Linietsky | 2017-06-24 | 1 | -0/+12 |
| * | Particles properly update the shadow maps, closes #8815 | Juan Linietsky | 2017-06-17 | 1 | -0/+30 |
| * | Fixed several bugs with directional light, and changed defaults to be more se... | Juan Linietsky | 2017-06-14 | 1 | -5/+18 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |