summaryrefslogtreecommitdiff
path: root/servers/visual/visual_server_scene.cpp
AgeCommit message (Expand)Author
2018-03-15Merge pull request #17248 from Cygon/implement-extra-culling-marginHein-Pieter van Braam
2018-03-13Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez
2018-03-04Implement VisualServerScene::instance_set_extra_visibility_margin() method to...Markus Ewald
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-06Properly dispose of instance capture data, fixes #14795Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-09Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-06Fixes to some thread safety situations to avoid GIProbe from freezing on save...Juan Linietsky
2017-12-06Attempt to see if this can solve the problem with #13338Juan Linietsky
2017-11-25Fixed issue with 3D selections losing precsion due to an offset bugBenH
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-20Implement per-instance custom bounding boxMarc Gilleron
2017-11-19Ability to change indirect light energy.Juan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-10-04Fix GIProbe light visibilityHiroshi Ogawa
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-08Fix various assorted warningsHein-Pieter van Braam
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-29Fix #10723, a regression from 7a07895Bojidar Marinov
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-26-Massive clean up to gizmosJuan Linietsky
2017-08-19-Fix all shadow and culling related issues, fixes #9330Juan Linietsky
2017-08-19Fixed wrong usage of has_no_area function, closes #10434Juan Linietsky
2017-08-18Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-16Rename cull_AABB to cull_aabbRémi Verschelde
2017-08-07-Fixed BoneAttachment delay, closes #3966Juan Linietsky
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-31Merge pull request #8567 from BastiaanOlij/ar_vr_serverRémi Verschelde
2017-07-29Few small GI Probe fixesJuan Linietsky
2017-07-28Adding base classes and structures for ARVR supportBastiaanOlij
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15-Fix for multiple reflection probes causing issues.Juan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-06-24-Restored support for Canvas BG mode on EnvironmentJuan Linietsky
2017-06-17Particles properly update the shadow maps, closes #8815Juan Linietsky
2017-06-14Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-03-24Fix typos in source code using codespellRémi Verschelde