Age | Commit message (Expand) | Author |
2020-11-02 | Alpha Hash and Alpha2Coverage Implementation | Marios Staikopoulos |
2020-11-01 | Merge pull request #42703 from RandomShaper/fix_anim_backwards | Rémi Verschelde |
2020-10-30 | Refactor pixel snapping. | reduz |
2020-10-29 | Fix crash in TabContainer in case of no content at all | volzhs |
2020-10-28 | Update scene/resources/dynamic_font.cpp | Juan Linietsky |
2020-10-28 | Implement CanvasGroup and CanvasItem clipping | reduz |
2020-10-28 | Removed redundant line from TextEdit | Yuri Roubinsky |
2020-10-28 | Merge pull request #43147 from Mallos/fix/sprite2d-rect | Rémi Verschelde |
2020-10-28 | Merge pull request #42766 from volzhs/tab-container | Rémi Verschelde |
2020-10-27 | fix(sprite2d): Rect is not handling pixel snap | Eric Tuvesson |
2020-10-27 | Fixes setting top_level not updating the global position | Gilles Roudière |
2020-10-27 | Visual Shader Parenthesis fix | Luke Costello |
2020-10-26 | Fix uninitialized `Viewport::use_debanding` member variable | Hugo Locurcio |
2020-10-26 | Merge pull request #42969 from Klowner/fixes/42967-popup-position | Rémi Verschelde |
2020-10-26 | Merge pull request #43075 from Xrayez/color-ramp-to-gradient | Rémi Verschelde |
2020-10-25 | ScriptEditor: Fix line number gutter drag select | Devin Curry |
2020-10-25 | Fixup `ColorRamp` to `Gradient` renames | Andrii Doroshenko (Xrayez) |
2020-10-24 | Refactored 2D shader and lighting system | reduz |
2020-10-24 | Rename button group property to button_group | Aaron Franke |
2020-10-23 | Shows ColorRect in Color constants autocompletion | Yuri Roubinsky |
2020-10-22 | Merge pull request #42907 from Xrayez/add-ref-rect-border-width | Rémi Verschelde |
2020-10-21 | include parent display location in popup location calculation | Mark Riedesel |
2020-10-21 | Remove printing of windowpos/screenpos in MenuButton | Yuri Roubinsky |
2020-10-20 | Add `border_width` to `ReferenceRect` | Andrii Doroshenko (Xrayez) |
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky |
2020-10-20 | Merge pull request #42891 from gvaneyck/graph-begin-node-move-timing | Rémi Verschelde |
2020-10-19 | Fix emit_signal timing for GraphEdit's begin/end node move | Gabriel Van Eyck |
2020-10-19 | Merge pull request #42874 from dreamsComeTrue/text-edit-bounds-fix | Rémi Verschelde |
2020-10-19 | Merge pull request #42904 from Xrayez/rects-rename-fixup | Rémi Verschelde |
2020-10-19 | Merge pull request #38097 from Calinou/add-viewport-debanding | Juan Linietsky |
2020-10-19 | Fixup `ColorRect` and `TextureRect` renames | Andrii Doroshenko (Xrayez) |
2020-10-19 | Merge pull request #42558 from Chaosus/vs_curve | Rémi Verschelde |
2020-10-18 | Revert "Replace SAO implementation with MSSAO" | Juan Linietsky |
2020-10-18 | Merge pull request #42077 from clayjohn/MSSAO | Juan Linietsky |
2020-10-18 | Merge pull request #42201 from clayjohn/Vulkan-new-glow | Juan Linietsky |
2020-10-18 | Replace SAO implementation with MSSAO | clayjohn |
2020-10-18 | Optimize Glow with local memory | clayjohn |
2020-10-18 | Merge pull request #41418 from clayjohn/Vulkan-aerial | Rémi Verschelde |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-18 | Added VisualShaderNodeCurve to easy gather data from a CurveTexture | Yuri Roubinsky |
2020-10-17 | Add aerial perspective to fixed fog | clayjohn |
2020-10-17 | TextEdit - fix valid bounds in 'set_line'. Fixes #41967 | Dominik 'dreamsComeTrue' Jasiński |
2020-10-15 | Merge pull request #42778 from madmiraal/remove-get_layers | Rémi Verschelde |
2020-10-13 | Fixed main gutter not drawing on item toggle | Paulb23 |
2020-10-13 | Remove old RigidBody layers property and methods. | Marcel Admiraal |
2020-10-13 | Put unselected tabs back in TabContainer control | volzhs |
2020-10-13 | Remove redundant property "enabled_focus_mode" | FIF15 |
2020-10-13 | Respect Tree.set_icon_max_width size for drawing selection box | volzhs |
2020-10-12 | doc: Sync classref with current source | Rémi Verschelde |
2020-10-10 | Fix premature end of animation playing backwards | Pedro J. Estébanez |