summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2017-01-02Revert "Add/expose VisualServer::get_default_clear_color()"Rémi Verschelde
2017-01-02fix stupid bug in light downscaling for GI ProbeJuan Linietsky
2017-01-01WIP particle systemJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-31Some fixes and clean upsJuan Linietsky
2016-12-30begin work on new particle systemreduz
2016-12-25now it really works on window for realreduz
2016-12-24fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz
2016-12-23Fixed many more bugs reported by ValgrindJuan Linietsky
2016-12-23baking now shows a proper button, and bakes can be saved.Juan Linietsky
2016-12-22can bake for omni and spotlightJuan Linietsky
2016-12-21Some BRDF fixesJuan Linietsky
2016-12-21Godot works on Windows again..reduz
2016-12-20work in progress global illuminationJuan Linietsky
2016-12-10DOF blur, near and far fields..Juan Linietsky
2016-12-08Multi stage glow with light bleeding from HDRJuan Linietsky
2016-12-07Tonemapping and Auto Exposure supportJuan Linietsky
2016-12-04small improvement to y_sort: make clear which item has to be drawn first when...Patrick Reh
2016-12-04Support for SSAOJuan Linietsky
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-29Screen space reflection effectJuan Linietsky
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-23WIP immediates and proper buffers swappingJuan Linietsky
2016-11-22Instancing is working! (hooray)Juan Linietsky
2016-11-21Skeletons are working now.Juan Linietsky
2016-11-20Huge amount of improvement in the material system. Materials should beJuan Linietsky
2016-11-19working reflection probes!!Juan Linietsky
2016-11-11Done with lights and shadows (wonder if i'm missing something..)Juan Linietsky
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-31shadow atlas allocation (work in progress)Juan Linietsky
2016-10-29-Many many fixesJuan Linietsky
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-22Merge pull request #6812 from RandomShaper/get-visualserver-clear-colorRémi Verschelde
2016-10-21More scene work, can display a skyboxJuan Linietsky
2016-10-19Everything returning to normal in 3D, still a long way to goJuan Linietsky
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-13Add/expose VisualServer::get_default_clear_color()Pedro J. Estébanez
2016-10-102D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky
2016-10-09Merge pull request #6761 from neikeq/pr-missing-defvalIgnacio Etcheverry
2016-10-09Bindings: Fix missing default valueIgnacio Etcheverry
2016-10-09Merge pull request #6691 from Faless/expose_more_physicsRémi Verschelde
2016-10-09Merge pull request #6627 from seijihariki/fix_crash_collider_overlapRémi Verschelde
2016-10-07-the new shader language seems to workJuan Linietsky
2016-10-05bind method canvas_item_set_sort_children_by_yAriel Manzur
2016-10-05-Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky
2016-10-03make editor update by tracking changes in visualserverrasterJuan Linietsky
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli