summaryrefslogtreecommitdiffstats
path: root/servers/visual/visual_server_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid change from CLAMP to MAX in #26099Rémi Verschelde2019-02-231-5/+5
* Fix all -Wtype-limits warnings.marxin2019-02-211-5/+5
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Merge pull request #25314 from marxin/fix-24417-class-memaccessRémi Verschelde2019-01-271-1/+4
|\
| * Use placement new in visual_server_scene.cpp (#24417).marxin2019-01-251-1/+4
* | Add a check to help find transforms that are passes invalid.Juan Linietsky2019-01-261-0/+13
|/
* Changes to GLES2 renderer to not use cube shadows if not available, fixes #25132Juan Linietsky2019-01-221-84/+80
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Do not draw particles if they are not processing at all, fixes #19507Juan Linietsky2018-11-191-3/+8
* Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617Juan Linietsky2018-11-141-20/+55
* Effectively ensure that surface materials are the right size when setting the...Juan Linietsky2018-11-081-2/+3
* Remove redundant "== false" codeAaron Franke2018-10-061-5/+5
* Reflection probe support in GLES2 back-end.Juan Linietsky2018-09-281-0/+2
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-1/+6
* Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-3/+6
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-9/+9
* Rename flag to better nameJuan Linietsky2018-07-271-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-23/+23
* Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky2018-07-231-0/+9
* -Fix disable_3d flagJuan Linietsky2018-07-211-1/+6
* Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner2018-07-171-6/+4
* Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner2018-07-171-4/+6
|\
| * Fix #19507 Not emitted particles affects performancemalbach2018-06-251-4/+6
* | Hacked around duplication bug. I think duplicate needs to be even smarter, ma...Juan Linietsky2018-07-031-14/+17
|/
* Fix typo in y shiftBastiaan Olij2018-06-231-5/+5
* Moved culling, updated lights and shadows into a prepare function so it is on...Bastiaan Olij2018-06-111-12/+87
* Merge pull request #17248 from Cygon/implement-extra-culling-marginHein-Pieter van Braam2018-03-151-0/+5
|\
| * Implement VisualServerScene::instance_set_extra_visibility_margin() method to...Markus Ewald2018-03-041-0/+5
* | Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez2018-03-131-0/+1
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Properly dispose of instance capture data, fixes #14795Juan Linietsky2018-01-061-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* -Add lightmapperJuan Linietsky2017-12-141-4/+328
* Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota2017-12-091-1/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-8/+3
* Fixes to some thread safety situations to avoid GIProbe from freezing on save...Juan Linietsky2017-12-061-2/+16
* Attempt to see if this can solve the problem with #13338Juan Linietsky2017-12-061-4/+11
* Fixed issue with 3D selections losing precsion due to an offset bugBenH2017-11-251-1/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-2/+2
* Implement per-instance custom bounding boxMarc Gilleron2017-11-201-4/+47
* Ability to change indirect light energy.Juan Linietsky2017-11-191-4/+4
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-6/+6
* Fix GIProbe light visibilityHiroshi Ogawa2017-10-041-2/+4
* Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-13/+8
|\
| * Fix unused variable warningsHein-Pieter van Braam2017-09-081-34/+24
* | Fix various assorted warningsHein-Pieter van Braam2017-09-081-28/+23
|/
* Several fixes to directional shadows, closes #10926Juan Linietsky2017-09-071-12/+62