summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-19Fixup `ColorRect` and `TextureRect` renamesAndrii Doroshenko (Xrayez)
2020-10-19Merge pull request #42900 from Ev1lbl0w/bugfix-hide-patch-menuRémi Verschelde
Remove code to add patches menu
2020-10-19Disable code to add patches menuEv1lbl0w
2020-10-19Merge pull request #42558 from Chaosus/vs_curveRémi Verschelde
Added visual shader node to easy gather data from a CurveTexture
2020-10-19Merge pull request #42579 from theoway/stylebox_and_control_documentationRémi Verschelde
Documentation change: Explaining the behavior of focus stylebox overlapping the pressed stylebox
2020-10-19Merge pull request #42878 from gvaneyck/copy-description-node-replaceRémi Verschelde
Keep 'Editor Description' metadata when changing a Node's type
2020-10-18Merge pull request #42892 from godotengine/revert-42077-MSSAOJuan Linietsky
Revert "Replace SAO implementation with MSSAO"
2020-10-18Revert "Replace SAO implementation with MSSAO"Juan Linietsky
2020-10-18Merge pull request #42077 from clayjohn/MSSAOJuan Linietsky
Replace SAO implementation with MSSAO
2020-10-18Merge pull request #41415 from clayjohn/VULKAN-shader-overridesJuan Linietsky
Add FOG, RADIANCE, and IRRADIANCE shader overrides
2020-10-18Merge pull request #42201 from clayjohn/Vulkan-new-glowJuan Linietsky
Optimize Glow with local memory
2020-10-18Replace SAO implementation with MSSAOclayjohn
2020-10-18Add FOG, RADIANCE, and IRRADIANCE shader overridesclayjohn
2020-10-18Optimize Glow with local memoryclayjohn
2020-10-18Keep 'Editor Description' metadata when changing a Node's typeGabriel Van Eyck
Also copy edit group/lock when replacing a Node3D
2020-10-18Merge pull request #38949 from puchik/ssr-fix-cutoffJuan Linietsky
Continue tracing screen space reflection after encountering sky
2020-10-18Merge pull request #41418 from clayjohn/Vulkan-aerialRémi Verschelde
Add aerial perspective to fixed fog
2020-10-18Merge pull request #42873 from Yetizone/HeaderGuardUpdateRémi Verschelde
node_3d_editor_plugin.h: Update header guard
2020-10-18Merge pull request #42826 from reduz/refactor-method-bindRémi Verschelde
Refactor MethodBind to use variadic templates
2020-10-18Refactor MethodBind to use variadic templatesreduz
Removed make_binders and the old style generated binders.
2020-10-18Added VisualShaderNodeCurve to easy gather data from a CurveTextureYuri Roubinsky
2020-10-17Merge pull request #42865 from KoBeWi/disappearing_@sRémi Verschelde
Document that setting node name will remove @s
2020-10-17Add aerial perspective to fixed fogclayjohn
2020-10-17node_3d_editor_plugin.h: Update header guardYetizone
2020-10-17Merge pull request #42867 from aaronfranke/cs_get_str_bytesRémi Verschelde
Add GetStringFromUTF8 and GetStringFromASCII to C#
2020-10-17Document that setting node name will remove @sTomasz Chabora
2020-10-17Add GetStringFromUTF8 and GetStringFromASCIIAaron Franke
2020-10-16Merge pull request #42679 from Xrayez/ci-sconsflagsRémi Verschelde
CI: Refactor build workflows to use `SCONSFLAGS`
2020-10-16CI: Refactor build workflows to use `SCONSFLAGS`Andrii Doroshenko (Xrayez)
2020-10-16Merge pull request #42845 from umarcor/ci/no-set-envRémi Verschelde
ci: do not use set-env
2020-10-16ci: do not use set-envumarcor
2020-10-15Merge pull request #42315 from lyuma/command_queue_fixRémi Verschelde
core/command_queue_mt.h: Fix crash/hang when buffer fills up
2020-10-15Merge pull request #42837 from Calinou/fix-fog-volumetric-skyRémi Verschelde
Fix "fixed" fog drawing in front of volumetric fog with a sky background
2020-10-15Fix "fixed" fog drawing in front of volumetric fog with a sky backgroundHugo Locurcio
This closes #42820. Co-authored-by: Clay John <claynjohn@gmail.com>
2020-10-15Merge pull request #42422 from umarcor/upload-artifactsRémi Verschelde
CI: upload artifacts
2020-10-15CI: upload artifactsumarcor
Set retention-days of all artifacts to 14.
2020-10-15Merge pull request #42831 from akien-mga/ci-ls-artifactsRémi Verschelde
CI: List contents of bin/ after build
2020-10-15CI: List contents of bin/ after buildRémi Verschelde
This can be used to compare impacts on the generated files and especially their size in PRs.
2020-10-15Merge pull request #42823 from madmiraal/update-intersect_point-docRémi Verschelde
Update intersect_point documentation to mention solid shapes.
2020-10-15Merge pull request #42778 from madmiraal/remove-get_layersRémi Verschelde
Remove old RigidBody get_layers() methods.
2020-10-15Update intersect_point documentation to mention solid shapes.Marcel Admiraal
2020-10-15Merge pull request #42649 from madmiraal/reapply-41806Rémi Verschelde
Reapply -Avoid adding margin twice along capsule Y axis
2020-10-15Merge pull request #42818 from Chaosus/vs_expressionsYuri Roubinsky
Fix visual shader node expression undo/redo for set_size and expression
2020-10-15Fix visual shader node expression undo/redo for set_size and expressionYuri Roubinsky
2020-10-15Merge pull request #42804 from RandomShaper/fix_fft_windowRémi Verschelde
Fix application of window in FFT
2020-10-15Merge pull request #42814 from Calinou/fix-soft-shadow-hintRémi Verschelde
Fix typo in soft shadow quality project settings hints
2020-10-15Merge pull request #42813 from Chaosus/vs_fix_opsYuri Roubinsky
Fix copy/paste/duplicate for particle mode in visual shaders
2020-10-15Merge pull request #42812 from Calinou/doc-multimesh-set-instance-colorRémi Verschelde
Clarify that `MultiMesh.set_instance_color()` multiplies vertex colors
2020-10-15Fix copy/paste/duplicate for particle mode in visual shadersYuri Roubinsky
2020-10-15Fix typo in soft shadow quality project settings hintsHugo Locurcio