summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2020-10-18Merge pull request #41418 from clayjohn/Vulkan-aerialRémi Verschelde
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-17Add aerial perspective to fixed fogclayjohn
2020-10-15Fix "fixed" fog drawing in front of volumetric fog with a sky backgroundHugo Locurcio
2020-10-15Merge pull request #42804 from RandomShaper/fix_fft_windowRémi Verschelde
2020-10-15Fix typo in soft shadow quality project settings hintsHugo Locurcio
2020-10-15Fix application of window in FFTPedro J. Estébanez
2020-10-13Merge pull request #42763 from Chaosus/shader_emit_autocompletionYuri Roubinsky
2020-10-13FIx autocompletion for emit_particle in shader editorYuri Roubinsky
2020-10-12Fixes leaks with shader and materialRafał Mikrut
2020-10-12doc: Sync classref with current sourceRémi Verschelde
2020-10-12Free a SortShader and a ParticlesCopyShaderunknown
2020-10-09Implement GPU Particle Collisionsreduz
2020-10-09Merge pull request #42548 from pezcode/lights-metallicRémi Verschelde
2020-10-03Return proper texture view format for decalsclayjohn
2020-10-04Add METALLIC to light() built-insPablo Escobar
2020-10-03Fix how Line2D obtains the other object's supportsMarcel Admiraal
2020-09-27Make YSort stableJohn Pennycook
2020-09-23Merge pull request #42263 from Faless/js/servers_no_threadsRémi Verschelde
2020-09-23Ignore thread models when compiling with NO_THREADFabio Alessandrelli
2020-09-23Merge pull request #42130 from clayjohn/RenderingDeviceHackRémi Verschelde
2020-09-22Forbids varying declaration in particles and sky shadersYuri Roubinsky
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-18Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal
2020-09-17Merge pull request #41528 from keegano/physics-fix-wrap-angleRémi Verschelde
2020-09-17Add window click-through support.bruvzg
2020-09-16expose local RenderingDevice creation to RenderingServerclayjohn
2020-09-13Fixes crash when saving sceneHaoyu Qiu
2020-09-10Fix ATTENUATION and implement SHADOW_ATTENUATION.Lyuma
2020-09-09Set repeat in all 3 dimensions in 3d texturesclayjohn
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-07Clarify comparison precedence when enabling or disabling back buffer.Marcel Admiraal
2020-09-07Merge pull request #41781 from AnilBK/fix-typoRémi Verschelde
2020-09-06Implement manual particle emission and particle sub emitters.reduz
2020-09-05Fix crash regression in the shader function validationYuri Roubinsky
2020-09-05Improve messages in shader function validationYuri Roubinsky
2020-09-05Fixed Some typos.Anilforextra
2020-09-04Merge pull request #41761 from madmiraal/fix-assignment-operatorsRémi Verschelde
2020-09-04Merge pull request #40958 from clayjohn/VULKAN-shadow-noiseRémi Verschelde
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde
2020-09-02Fix particles shader to use built-insYuri Roubinsky
2020-09-02Re-Implement GPU particles on master.Juan Linietsky
2020-09-01Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde
2020-09-01Fix typo in SDF jumpflood shaderJFonS
2020-08-31Add high quality glow modeclayjohn
2020-08-31Merge pull request #41605 from clayjohn/VULKAN-glowRémi Verschelde
2020-08-29Fix recent glow regressionsclayjohn
2020-08-28Fixed 2D physics regression that causes RigidBody2D nodes to spin uncontrolla...TwistedTwigleg