summaryrefslogtreecommitdiffstats
path: root/servers/visual
Commit message (Expand)AuthorAgeFilesLines
* Properly free sky and lightmap caches in multithreaded serverclayjohn2019-10-131-0/+2
* Fix invalid autocompletion pasting of shader param nameYuri Roubinsky2019-10-081-1/+1
* Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde2019-10-081-0/+11
|\
| * Correctly flip texture src regionDavid Sichma2019-10-051-0/+11
* | Prevent shader crash if name of variable overrides function nameYuri Roubinsky2019-10-061-0/+10
* | Prevent shader crash if function call been used on constantYuri Roubinsky2019-10-061-1/+9
* | Fix few redefinition name errors for variable/param/function in shadersYuri Roubinsky2019-10-061-6/+12
* | Removed unnecessary shader error log messagesYuri Roubinsky2019-10-021-3/+1
|/
* Merge pull request #32275 from godotengine/skin_supportRémi Verschelde2019-09-233-3/+0
|\
| * Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-183-3/+0
* | Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-201-1/+1
|\ \
| * | Fix misc. source comment typosluz.paz2019-09-191-1/+1
* | | Merge pull request #31202 from azagaya/light-dataRémi Verschelde2019-09-191-0/+1
|\ \ \ | |_|/ |/| |
| * | Create shadow_vec for altering shadow computationazagaya2019-09-061-0/+1
* | | Implement shader array support for varyingsChaosus2019-09-142-5/+39
| |/ |/|
* | Fix shader crash when users miss the return statementYuri Roubinski2019-08-282-0/+62
* | Implements switch to shadersYuri Roubinski2019-08-232-1/+207
* | Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-142-6/+0
|\ \
| * | Remove redundant author doc commentsIAmActuallyCthulhu2019-08-122-6/+0
* | | Implemented do/while loops for shadersYuri Roubinski2019-08-131-14/+49
* | | Force user to initialize local shader constantsYuri Roubinski2019-08-131-0/+9
|/ /
* | Show that identifier found in function namesCameron Reikes2019-08-091-0/+1
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-091-8/+2
* | Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde2019-08-072-9/+44
|\ \
| * | Implemented local shader constantsYuri Roubinski2019-08-052-9/+44
| |/
* / Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-0/+1
|/
* Merge pull request #30716 from qarmin/fixed_static_analiser_codeRémi Verschelde2019-07-231-2/+2
|\
| * Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-2/+2
* | Merge pull request #30349 from qarmin/fix_arvr_crash_at_exitRémi Verschelde2019-07-201-4/+12
|\ \ | |/ |/|
| * Fix ARVRServer crash at exitqarmin2019-07-051-4/+12
* | Allows to use non-constants in the local shader array initializerChaosus2019-07-161-4/+0
* | Added local array initializerChaosus2019-07-162-15/+184
* | Implemented local shader arraysChaosus2019-07-152-750/+946
* | Added missed "textureProjLod" shader built-in overload for 3D texturesChaosus2019-07-151-0/+4
* | Make the default return value on crash explicithbina0852019-07-111-2/+2
* | Removed invalid mix shader overloadsChaosus2019-07-111-4/+0
* | Fix "not" shader function return typeChaosus2019-07-091-3/+3
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* | Fix code completion for shader editorgeequlim2019-07-062-20/+27
|/
* Merge pull request #30318 from bojidar-bg/28501-ysort-modulateRémi Verschelde2019-07-052-6/+12
|\
| * Ensure that nested YSort preserves intermediate modulate valuesBojidar Marinov2019-07-042-6/+12
* | Fix various memory leaks and errorsBojidar Marinov2019-07-021-0/+2
|/
* Some code changed with Clang-Tidyqarmin2019-06-265-12/+5
* Merge pull request #24487 from Meirinha/masterRémi Verschelde2019-06-201-0/+2
|\
| * Added UV and UV2 to shader function light() built-inDiogoASTeixeira2018-12-191-0/+2
* | Merge pull request #29764 from Calinou/boot-splash-no-filter-optionRémi Verschelde2019-06-164-5/+5
|\ \
| * | Add an option to disable boot splash filteringHugo Locurcio2019-06-154-5/+5
* | | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-153-0/+6
|/ /
* | Added constant support to shadersChaosus2019-06-012-6/+105
* | Fix some unincialised variablesqarmin2019-05-281-1/+3