summaryrefslogtreecommitdiffstats
path: root/servers/visual
Commit message (Expand)AuthorAgeFilesLines
* Renaming of servers for coherency.Juan Linietsky2020-03-2767-47600/+0
* Fix some -Wmaybe-uninitialized warningsRémi Verschelde2020-03-271-4/+1
* Fix various -Wmaybe-uninitialized (#37352).Martin Liska2020-03-271-2/+2
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-262-6/+39
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-268-45/+47
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-262-4/+5
* Rename conflicting variable to fix MoltenVK shader compilation.bruvzg2020-03-261-25/+26
* Merge pull request #37268 from clayjohn/VULKAN-sky-colorRémi Verschelde2020-03-244-69/+116
|\
| * Replace subpass textures with color in sky shaderclayjohn2020-03-244-69/+116
* | Remove unused classes and stray headersRémi Verschelde2020-03-243-86/+1
|/
* Merge pull request #37179 from clayjohn/VULKAN-sky-shaderRémi Verschelde2020-03-2216-404/+1397
|\
| * Working sky shader implementationclayjohn2020-03-2114-780/+1350
| * Add shader based background modeBastiaan Olij2020-03-1913-66/+489
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-213-3/+3
* | Fix incorrect shader block parsingYuri Roubinsky2020-03-201-1/+3
* | Allow to reassign local variables in shadersYuri Roubinsky2020-03-202-8/+11
* | Fix shader TIME auto-completionYuri Roubinsky2020-03-191-8/+17
|/
* Removed old TIME references from shader_typesYuri Roubinsky2020-03-191-7/+0
* Makes shader 'TIME' available in custom functions by defaultYuri Roubinsky2020-03-192-0/+11
* Show shader method out/inout qualifier in intellisenseYuri Roubinsky2020-03-181-0/+22
* Fix shader crash if passing const values to modf functionYuri Roubinsky2020-03-182-9/+61
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-1710-27/+27
* Enables passing out built-in parameter from parent function in shadersYuri Roubinsky2020-03-141-0/+8
* Fix various typosluz.paz2020-03-115-9/+9
* Merge pull request #36021 from YeldhamDev/intersects_touch_exposeRémi Verschelde2020-03-041-1/+1
|\
| * Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'Michael Alexsander2020-03-041-1/+1
* | Merge pull request #36733 from qarmin/static_analyzer_fixesRémi Verschelde2020-03-043-3/+6
|\ \ | |/ |/|
| * Fixes bugs found by Sonarcloud and Coverityqarmin2020-03-023-3/+6
* | Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assertMateo Dev .592020-03-041-1/+1
* | Merge pull request #36691 from clayjohn/VULKAN-cubemap-roughnessRémi Verschelde2020-03-025-92/+76
|\ \ | |/ |/|
| * Improve cubemap importance samplingclayjohn2020-02-295-92/+76
* | Properly free reflection probe atlasclayjohn2020-02-291-0/+3
* | Merge pull request #36679 from clayjohn/VULKAN-mem-leakRémi Verschelde2020-02-291-1/+0
|\ \
| * | Remove minimum size for shadow atlasclayjohn2020-02-291-1/+0
| |/
* | Fix shader's step hint range for integersYuri Roubinsky2020-02-291-1/+1
* | Reduce descripter sets in cubemap filterclayjohn2020-02-283-10/+30
|/
* Basic fast filtering implementationclayjohn2020-02-278-55/+812
* Merge pull request #36627 from clayjohn/VULKAN-freeRémi Verschelde2020-02-284-1/+25
|\
| * Properly free many vulkan resourcesclayjohn2020-02-274-1/+25
* | Merge pull request #36556 from RandomShaper/rework_mutexRémi Verschelde2020-02-284-12/+8
|\ \ | |/ |/|
| * Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-264-12/+8
* | Merge pull request #36186 from Calinou/remove-vulkan-debugging-printsRémi Verschelde2020-02-272-4/+2
|\ \
| * | Remove Vulkan debugging printsHugo Locurcio2020-02-132-4/+2
* | | Merge pull request #36428 from clayjohn/VULKAN-ref-probe-skyRémi Verschelde2020-02-261-1/+9
|\ \ \ | |_|/ |/| |
| * | properly flip sky when rendering reflection probesclayjohn2020-02-211-1/+9
* | | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* | | Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
|/ /
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* | Fix MIMPAMPS typos in constants throughout the engineAndrii Doroshenko (Xrayez)2020-02-204-14/+14
* | Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-186-24/+14