summaryrefslogtreecommitdiffstats
path: root/servers/visual_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-5/+5
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* Add "Apple" to the list of GPU vendors where depth prepass is disabled.Juan Linietsky2019-01-251-1/+1
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Adding option to re-orient our skyBastiaan Olij2018-12-151-0/+1
* doc: Sync classref with current sourceRémi Verschelde2018-12-041-1/+1
* Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281Juan Linietsky2018-11-191-1/+1
* Merge pull request #23248 from dlasalle/fogJuan Linietsky2018-11-141-1/+3
|\
| * Add parameter for fog max depth and use alpha as density.Dominique LaSalle2018-11-131-1/+3
* | Merge pull request #23254 from ibrahn/gles2-var-init-cleanupRémi Verschelde2018-11-121-0/+2
|\ \
| * | Cleaning up some uninitialised variables in GLES2 stuff.Ibrahn Sahir2018-11-021-0/+2
* | | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-1/+1
|/ /
* | Fix canvas stacking not deterministic on same layerPedro J. Estébanez2018-10-301-1/+1
* | Add some limits on the Editor SettingsSuperwaitsum2018-10-241-0/+1
|/
* Merge pull request #21436 from CptPotato/tonemap-fixesRémi Verschelde2018-10-021-1/+1
|\
| * fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ...alex-poe2018-08-271-1/+1
* | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky2018-09-231-0/+4
* | Set uniform default values in inspectorJFonS2018-09-131-0/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
|/
* BPTC supportelasota2018-08-211-0/+1
* Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-18/+18
* add 3D texturesThomas Herzog2018-07-301-8/+16
* Rename flag to better nameJuan Linietsky2018-07-271-1/+1
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde2018-07-251-2/+2
|\
| * Rasterizers are now in sync with engineGustav Lund2018-06-051-2/+2
* | Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-10/+8
* | Merge pull request #12678 from AndreaCatania/softJuan Linietsky2018-07-231-0/+137
|\ \
| * | Implemented Soft bodyAndreaCatania2018-07-231-2/+136
| * | Added some API to visual server so from control VRAM buffer is more easyAndreaCatania2018-07-231-0/+3
* | | Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky2018-07-231-0/+1
|/ /
* | -Fix disable_3d flagJuan Linietsky2018-07-211-7/+12
* | Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner2018-07-171-1/+0
* | Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner2018-07-171-0/+1
|\ \
| * | Fix #19507 Not emitted particles affects performancemalbach2018-06-251-0/+1
| |/
* / Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-061-2/+6
|/
* canvas_item_add_triangle_array bind fixupMarcelo Fernandez2018-05-081-1/+1
* Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky2018-05-071-0/+1
|\
| * Added partial texture update to VisualServerMarc Gilleron2018-04-291-0/+1
* | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+2
|/
* [DOCS] Sync classref with current sourcePoommetee Ketson2018-02-251-2/+2
* Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde2018-02-191-0/+6
* Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde2018-02-141-4/+281
|\
| * Added all missing VisualServer bindingsMarc Gilleron2018-01-201-4/+281
* | Fix VisualServer.free conflicting with Object.freeMarc Gilleron2018-01-251-1/+1
|/
* improves portability with some compilersAriel Manzur2018-01-181-7/+7
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-4/+4