aboutsummaryrefslogtreecommitdiff
path: root/servers/visual (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Screen space reflection effectJuan Linietsky2016-11-292-0/+3
| * Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-242-4/+26
| * WIP immediates and proper buffers swappingJuan Linietsky2016-11-233-10/+19
| * Instancing is working! (hooray)Juan Linietsky2016-11-223-28/+67
| * Huge amount of improvement in the material system. Materials should beJuan Linietsky2016-11-203-0/+36
| * working reflection probes!!Juan Linietsky2016-11-196-110/+397
| * Done with lights and shadows (wonder if i'm missing something..)Juan Linietsky2016-11-114-7/+8
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-097-44/+696
| * shadow atlas allocation (work in progress)Juan Linietsky2016-10-312-0/+8
| * -Many many fixesJuan Linietsky2016-10-294-19/+79
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-277-130/+173
| * More scene work, can display a skyboxJuan Linietsky2016-10-214-70/+30
| * Everything returning to normal in 3D, still a long way to goJuan Linietsky2016-10-197-244/+2071
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-103-3/+120
| * -the new shader language seems to workJuan Linietsky2016-10-074-194/+1071
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-054-14/+58
| * make editor update by tracking changes in visualserverrasterJuan Linietsky2016-10-033-1174/+258
| * Begining of GLES3 renderer:Juan Linietsky2016-10-0318-6601/+6683
* | Revert "small improvement to y_sort: make clear which item has to be drawn fi...Rémi Verschelde2017-01-021-4/+1
* | Revert "Add/expose VisualServer::get_default_clear_color()"Rémi Verschelde2017-01-023-7/+0
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0112-12/+12
* | small improvement to y_sort: make clear which item has to be drawn first when...Patrick Reh2016-12-041-1/+4
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-1/+1
* | Merge pull request #6812 from RandomShaper/get-visualserver-clear-colorRémi Verschelde2016-10-223-0/+7
|\ \
| * | Add/expose VisualServer::get_default_clear_color()Pedro J. Estébanez2016-10-133-0/+7
| |/
* / SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
|/
* Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde2016-09-171-0/+1
|\
| * Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-071-0/+1
* | Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-3/+0
|\ \
| * | Remove some unused variablesJohan Manuel2016-08-131-3/+0
* | | Merge pull request #6250 from Ovnuniarchos/CursorHotspotJuan Linietsky2016-09-101-2/+2
|\ \ \ | |_|/ |/| |
| * | Mouse hotspot is not honored.Ovnuniarchos2016-08-231-2/+2
| |/
* / More visual script improvementsJuan Linietsky2016-08-306-6/+8
|/
* Merge pull request #5533 from Hinsbart/cursor_atexJuan Linietsky2016-07-103-5/+13
|\
| * Can use AtlasTextures as custom mouse cursor.Andreas Haas2016-07-033-5/+13
* | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-082-24/+0
|/
* Drop fully commented-out filesRémi Verschelde2016-06-184-736/+0
* Drop empty files that are not used anywhereRémi Verschelde2016-06-181-1/+1
* Add texture region support for stylebox renderGeequlim2016-06-056-8/+9
* Changed import workflowJuan Linietsky2016-05-274-6/+40
* -Improve resource previewsJuan Linietsky2016-05-231-1/+4
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* ability to shrink all images x2 on loadJuan Linietsky2016-05-045-1/+14
* Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde2016-03-154-0/+81
|\
| * Ability to colourize baked lighting in real time.Saracen2016-02-064-0/+81
* | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ...Saracen2016-03-123-4/+4
* | fix six possible "divide by zero"Hubert Jarosz2016-03-091-3/+4
* | remove trailing whitespaceHubert Jarosz2016-03-0911-471/+471
* | Added extra controls to GeometryInstances to control how they should cast sha...Saracen2016-03-074-13/+45
* | refix particles3d issue, bringing down the amount limit to 1024Nuno Donato2016-02-161-1/+1