Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | Merge pull request #42925 from Chaosus/graph_rename_signals | Rémi Verschelde | |
Removed underscore from GraphEdit begin/end_node_move signals | |||
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky | |
2020-10-20 | Merge pull request #42921 from vnen/thanks-for-all-the-fish | Rémi Verschelde | |
Remove bojidar from codeowners for GDScript | |||
2020-10-20 | Merge pull request #42891 from gvaneyck/graph-begin-node-move-timing | Rémi Verschelde | |
Fix emit_signal timing for GraphEdit's begin/end node move | |||
2020-10-19 | Fix emit_signal timing for GraphEdit's begin/end node move | Gabriel Van Eyck | |
2020-10-19 | Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fix | George Marques | |
GDScript: for loop override stack variable bug fix | |||
2020-10-19 | Remove bojidar from codeowners for GDScript | George Marques | |
Since he won't be actively contributing for the time being. | |||
2020-10-20 | Merge pull request #42654 from groud/allow-sorting-files-by-type | Rémi Verschelde | |
Allow sorting files by type | |||
2020-10-19 | Merge pull request #42915 from Yetizone/negative_lights_behavior | Rémi Verschelde | |
tonemap.glsl: Ensure color parameter of tonemap_reinhard() is positive | |||
2020-10-19 | Allow sorting files by type | Gilles Roudière | |
2020-10-19 | Merge pull request #42913 from Calinou/debanding-fix-brightness | Rémi Verschelde | |
Fix debanding slightly brightening the whole viewport | |||
2020-10-20 | tonemap.glsl: Ensure color parameter of tonemap_reinhard() is positive | Yetizone | |
Color values can become negative in the case of negative lights which leads to undesired behaviour. | |||
2020-10-19 | Merge pull request #42912 from reduz/fix-invalid-buffer-update-in-sdfgi | Rémi Verschelde | |
Fix invalid buffer updates in SDFGI | |||
2020-10-19 | Fix debanding slightly brightening the whole viewport | Hugo Locurcio | |
Thanks to Mikkel Gjoel on Twitter for the tip :) | |||
2020-10-19 | Merge pull request #42377 from Calinou/doc-surfacetool-vertex-color | Rémi Verschelde | |
Document how to display the vertex color in `SurfaceTool.add_color()` | |||
2020-10-19 | Fix invalid buffer updates in SDFGI | reduz | |
2020-10-19 | Merge pull request #42874 from dreamsComeTrue/text-edit-bounds-fix | Rémi Verschelde | |
TextEdit - fix valid bounds in 'set_line'. | |||
2020-10-19 | Merge pull request #42904 from Xrayez/rects-rename-fixup | Rémi Verschelde | |
Fixup `ColorRect` and `TextureRect` renames | |||
2020-10-19 | Merge pull request #42911 from ↵ | Juan Linietsky | |
godotengine/revert-42910-revert-42866-zulauf_sync_fixes_3 Revert "Revert "Synchronization validation fix patch set 3 (inclusive of all previous patches)"" | |||
2020-10-19 | Revert "Revert "Synchronization validation fix patch set 3 (inclusive of all ↵ | Juan Linietsky | |
previous patches)"" | |||
2020-10-19 | Fixup method binding from #42910 | Rémi Verschelde | |
2020-10-19 | Merge pull request #42910 from godotengine/revert-42866-zulauf_sync_fixes_3 | Juan Linietsky | |
Revert "Synchronization validation fix patch set 3 (inclusive of all previous patches)" | |||
2020-10-19 | Revert "Synchronization validation fix patch set 3 (inclusive of all ↵ | Juan Linietsky | |
previous patches)" | |||
2020-10-19 | Merge pull request #42909 from ↵ | Juan Linietsky | |
godotengine/revert-40849-zulauf_buffer_update_err_msg Revert "Cause buffer_update to emit error if called during compute/draw list" | |||
2020-10-19 | Revert "Cause buffer_update to emit error if called during compute/draw list" | Juan Linietsky | |
2020-10-19 | Merge pull request #42046 from Chaosus/fix_default_texture | Juan Linietsky | |
Fix setting the default texture to shader | |||
2020-10-19 | Merge pull request #38097 from Calinou/add-viewport-debanding | Juan Linietsky | |
Add a debanding property to Viewport | |||
2020-10-19 | Merge pull request #40849 from jzulauf-lunarg/zulauf_buffer_update_err_msg | Juan Linietsky | |
Cause buffer_update to emit error if called during compute/draw list | |||
2020-10-19 | Merge pull request #42866 from jzulauf-lunarg/zulauf_sync_fixes_3 | Juan Linietsky | |
Synchronization validation fix patch set 3 (inclusive of all previous patches) | |||
2020-10-19 | Fixup `ColorRect` and `TextureRect` renames | Andrii Doroshenko (Xrayez) | |
2020-10-19 | Merge pull request #42900 from Ev1lbl0w/bugfix-hide-patch-menu | Rémi Verschelde | |
Remove code to add patches menu | |||
2020-10-19 | Disable code to add patches menu | Ev1lbl0w | |
2020-10-19 | Document how to display the vertex color in `SurfaceTool.add_color()` | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4083. | |||
2020-10-19 | Merge pull request #42558 from Chaosus/vs_curve | Rémi Verschelde | |
Added visual shader node to easy gather data from a CurveTexture | |||
2020-10-19 | Merge pull request #42579 from theoway/stylebox_and_control_documentation | Rémi Verschelde | |
Documentation change: Explaining the behavior of focus stylebox overlapping the pressed stylebox | |||
2020-10-19 | Merge pull request #42878 from gvaneyck/copy-description-node-replace | Rémi Verschelde | |
Keep 'Editor Description' metadata when changing a Node's type | |||
2020-10-18 | Merge pull request #42892 from godotengine/revert-42077-MSSAO | Juan Linietsky | |
Revert "Replace SAO implementation with MSSAO" | |||
2020-10-18 | Revert "Replace SAO implementation with MSSAO" | Juan Linietsky | |
2020-10-18 | Merge pull request #42077 from clayjohn/MSSAO | Juan Linietsky | |
Replace SAO implementation with MSSAO | |||
2020-10-18 | Merge pull request #41415 from clayjohn/VULKAN-shader-overrides | Juan Linietsky | |
Add FOG, RADIANCE, and IRRADIANCE shader overrides | |||
2020-10-18 | Merge pull request #42201 from clayjohn/Vulkan-new-glow | Juan Linietsky | |
Optimize Glow with local memory | |||
2020-10-18 | Replace SAO implementation with MSSAO | clayjohn | |
2020-10-18 | Add FOG, RADIANCE, and IRRADIANCE shader overrides | clayjohn | |
2020-10-18 | Fix setting the default texture to shader | Yuri Roubinsky | |
2020-10-18 | Optimize Glow with local memory | clayjohn | |
2020-10-18 | Keep 'Editor Description' metadata when changing a Node's type | Gabriel Van Eyck | |
Also copy edit group/lock when replacing a Node3D | |||
2020-10-18 | Merge pull request #38949 from puchik/ssr-fix-cutoff | Juan Linietsky | |
Continue tracing screen space reflection after encountering sky | |||
2020-10-18 | Merge pull request #41418 from clayjohn/Vulkan-aerial | Rémi Verschelde | |
Add aerial perspective to fixed fog | |||
2020-10-18 | Merge pull request #42873 from Yetizone/HeaderGuardUpdate | Rémi Verschelde | |
node_3d_editor_plugin.h: Update header guard | |||
2020-10-18 | Merge pull request #42826 from reduz/refactor-method-bind | Rémi Verschelde | |
Refactor MethodBind to use variadic templates |