Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz | |
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code | |||
2020-11-06 | Merge pull request #43283 from Calinou/color-remove-contrasted | Rémi Verschelde | |
Remove `Color.contrasted()` as its behavior is barely useful | |||
2020-11-06 | Fix uninitialised variables in the BaseMaterial3D. | bruvzg | |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | |
Includes various changes triggered by the refactoring of method bindings. | |||
2020-11-04 | Implement DirectionalLight2D | reduz | |
Also separated Light2D in PointLight2D and DirectionalLight2D. Used PointLight2D because its more of a point, and it does not work the same as OmniLight (as shape depends on texture). Added a few utility methods to Rect2D I needed. | |||
2020-11-03 | Merge pull request #39635 from Meriipu/master_nodrop | Rémi Verschelde | |
do not drop mouseover on WM_MOUSE_EXIT | |||
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio | |
Returning the most contrasting color isn't a trivial task, as there are often many possible choices. It's usually best left for the user to implement using a script. | |||
2020-11-03 | Tooltips: Improve code clarity and docs | Rémi Verschelde | |
The return type for `_make_custom_tooltip` is clarified as Control, and users should make sure to return a visible node for proper size calculations. Moreover in the current master branch, a PopupPanel will be added as parent to the provided tooltip to make it a sub-window. Clarifies documentation for `Control._make_custom_tooltip`, and shows how to use the (until now undocumented) "TooltipPanel" and "TooltipLabel" theme types to style tooltips. Fixes #39677. | |||
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 | |
Fix premature end of animation playing backwards | |||
2020-10-30 | Refactor pixel snapping. | reduz | |
-Rename pixel_snap to snap_2d_to_vertices -Added snap_2d_to_transforms which is more useful Fixes #41814 Solves proposal https://github.com/godotengine/godot-proposals/issues/1666 Supersedes #35606, supersedes #41535, supersedes #41534 | |||
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 | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2020-10-28 | Implement CanvasGroup and CanvasItem clipping | reduz | |
-Allows merging several 2D objects into a single draw operation -Use current node to clip children nodes -Further fixes to Vulkan barriers -Changed font texture generation to white, fixes dark eges when blurred -Other small misc fixes to backbuffer code. | |||
2020-10-28 | Removed redundant line from TextEdit | Yuri Roubinsky | |
introduced in https://github.com/godotengine/godot/pull/43026 | |||
2020-10-28 | Merge pull request #43147 from Mallos/fix/sprite2d-rect | Rémi Verschelde | |
fix(sprite2d): Rect is not handling pixel snap | |||
2020-10-28 | Merge pull request #42766 from volzhs/tab-container | Rémi Verschelde | |
Put unselected tabs back in TabContainer control | |||
2020-10-27 | fix(sprite2d): Rect is not handling pixel snap | Eric Tuvesson | |
related https://github.com/godotengine/godot/issues/42985 | |||
2020-10-27 | Fixes setting top_level not updating the global position | Gilles Roudière | |
2020-10-27 | Visual Shader Parenthesis fix | Luke Costello | |
missing parenthesis were added to prevent conditional statement from interacting with operations | |||
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 | |
include parent display location in popup location calculation | |||
2020-10-26 | Merge pull request #43075 from Xrayez/color-ramp-to-gradient | Rémi Verschelde | |
Fixup `ColorRamp` to `Gradient` renames | |||
2020-10-25 | ScriptEditor: Fix line number gutter drag select | Devin Curry | |
Fixes issue #42722 | |||
2020-10-25 | Fixup `ColorRamp` to `Gradient` renames | Andrii Doroshenko (Xrayez) | |
2020-10-24 | Refactored 2D shader and lighting system | reduz | |
-Removed normal/specular properties from nodes -Create CanvasTexture, which can contain normal/specular channels -Refactored, optimized and simplified 2D shaders -Use atlas for light textures. -Use a shadow atlas for shadow textures. -Use both items aboves to make light rendering stateless (faster). -Reorganized uniform sets for more efficiency. | |||
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 | |
Add `border_width` to `ReferenceRect` | |||
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) | |
Exposes a hidden parameter behind `CanvasItem.draw_rect()`. | |||
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 | |
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 #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 #38097 from Calinou/add-viewport-debanding | Juan Linietsky | |
Add a debanding property to Viewport | |||
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 | |
Added visual shader node to easy gather data from a CurveTexture | |||
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 #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 | Optimize Glow with local memory | clayjohn | |
2020-10-18 | Merge pull request #41418 from clayjohn/Vulkan-aerial | Rémi Verschelde | |
Add aerial perspective to fixed fog | |||
2020-10-18 | Refactor MethodBind to use variadic templates | reduz | |
Removed make_binders and the old style generated binders. | |||
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 | |