aboutsummaryrefslogtreecommitdiff
path: root/servers/visual (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-0/+1
* Fog is complete!Juan Linietsky2017-06-072-0/+8
* -working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky2017-06-051-0/+2
* Fix build errorPoommetee Ketson2017-06-051-1/+0
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-053-8/+8
|\
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-043-8/+8
* | Added depth texture support (using parallax) to default material.Juan Linietsky2017-06-042-2/+32
|/
* Rework shading modes and change location of light shaderJuan Linietsky2017-06-011-2/+5
* rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-311-1/+2
* Fixed a typo in a Visual Server var name (#8977)suptoasty2017-05-292-5/+5
* Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky2017-05-252-11/+11
* Added texture_get_texidBastiaanOlij2017-05-202-0/+2
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-173-7/+7
* Fix get_shader_type index upper boundCarter Anderson2017-05-011-1/+1
* -Fixed crash with splash screen on windowsJuan Linietsky2017-04-091-0/+1
* Restored (And auto-generated) splash imageJuan Linietsky2017-04-092-0/+4
* -Fix eternal black screen on WindowsJuan Linietsky2017-04-092-0/+4
* Particle system is complete. Rejoice!Juan Linietsky2017-04-083-4/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0818-0/+18
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-069-187/+476
* Fix typos in source code using codespellRémi Verschelde2017-03-244-8/+8
* Map POSITION to gl_FragCoord.xy for 2D shadersPedro J. Estébanez2017-03-081-2/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0518-5041/+4405
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0512-0/+336
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-2/+2
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-212-2/+2
* a ton of bug fixes to the rendererJuan Linietsky2017-02-163-0/+14
* Fixed compilation issues with Visual StudioKenneth Lorthioir2017-02-081-1/+1
* shadows were not working in-editor for nvidia, fixed nowJuan Linietsky2017-02-061-1/+0
* ability to adjust propagation in gi probeJuan Linietsky2017-02-064-15/+34
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-063-1/+13
* Working on compile issues for iOSBastiaanOlij2017-01-161-0/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-163-5/+5
* Style: Fix whole-line commented codeRémi Verschelde2017-01-147-35/+47
* Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-124-20/+20
* Type renames:Juan Linietsky2017-01-118-95/+95
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-077-69/+69
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-051-0/+5
|\
| * First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-041-0/+5
* | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
|/
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-041-1/+4
|\
| * Improvement to y_sort: make clear which item has to be drawn firstlonesurvivor2017-01-031-1/+4
* | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-044-6/+42
|/
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0224-6757/+11457
|\
| * fix stupid bug in light downscaling for GI ProbeJuan Linietsky2017-01-021-3/+6
| * WIP particle systemJuan Linietsky2017-01-015-0/+42
| * Some fixes and clean upsJuan Linietsky2016-12-313-3/+12
| * begin work on new particle systemreduz2016-12-304-35/+381
| * now it really works on window for realreduz2016-12-251-0/+8
| * fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz2016-12-241-2/+2