Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-06 | Merge pull request #42870 from Calinou/doc-httprequest-tls-version | Rémi Verschelde | |
Document the supported TLS versions in HTTPRequest | |||
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-05 | doc: Override default value for RandomNumberGenerator.seed | Rémi Verschelde | |
It's non-deterministic so it's better to show a fixed value like 0 instead of having it potentially change whenever `randomize()` is called. Fixes #43317. | |||
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-03 | Fix typo in Tabs doc. | Ryan Roden-Corrent | |
I don't know enough about grammar to say why the "ing" suffix is correct, but I'm reasonably sure it is :) | |||
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-03 | Merge pull request #40364 from marstaik/alpha2coverage_up | Rémi Verschelde | |
Alpha Hash and Alpha2Coverage Implementation | |||
2020-11-02 | Alpha Hash and Alpha2Coverage Implementation | Marios Staikopoulos | |
2020-11-02 | Merge pull request #43260 from HaSa1002/mainloop-remove-deprecated-methods | Rémi Verschelde | |
MainLoop: Remove deprecated methods | |||
2020-11-01 | Correct documentation about NinePatchRect stretch modes | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4333. | |||
2020-11-01 | MainLoop: Remove deprecated methods | HaSa1002 | |
2020-10-31 | Fix a variable being redeclared in the HTTPRequest code sample | Hugo Locurcio | |
2020-10-29 | Merge pull request #42811 from Calinou/doc-packetpeerudp-wait-interrupt | Rémi Verschelde | |
Document how to interrupt `PacketPeerUDP.wait()` | |||
2020-10-28 | Clarify what the "item_rect_changed" signal does | SirQuartz | |
2020-10-27 | Document hiding a Control when its reference point is behind the camera | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/1725. | |||
2020-10-27 | Improved documentation for TileMap.cell_y_sort | Dustin Petersohn | |
2020-10-25 | Fixup `ColorRamp` to `Gradient` renames | Andrii Doroshenko (Xrayez) | |
2020-10-24 | Rename button group property to button_group | Aaron Franke | |
2020-10-22 | Merge pull request #42907 from Xrayez/add-ref-rect-border-width | Rémi Verschelde | |
Add `border_width` to `ReferenceRect` | |||
2020-10-20 | Cross-reference `ColorRect` and `ReferenceRect` in the class reference | Andrii Doroshenko (Xrayez) | |
They use the same underlying `CanvasItem.draw_rect()` API. | |||
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-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-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 | Added VisualShaderNodeCurve to easy gather data from a CurveTexture | Yuri Roubinsky | |
2020-10-17 | Add aerial perspective to fixed fog | clayjohn | |
2020-10-17 | Document the supported TLS versions in HTTPRequest | Hugo Locurcio | |
See #42857. | |||
2020-10-17 | Document that setting node name will remove @s | Tomasz Chabora | |
2020-10-15 | Merge pull request #42823 from madmiraal/update-intersect_point-doc | Rémi Verschelde | |
Update intersect_point documentation to mention solid shapes. | |||
2020-10-15 | Merge pull request #42778 from madmiraal/remove-get_layers | Rémi Verschelde | |
Remove old RigidBody get_layers() methods. | |||
2020-10-15 | Update intersect_point documentation to mention solid shapes. | Marcel Admiraal | |
2020-10-15 | Clarify that `MultiMesh.set_instance_color()` multiplies vertex colors | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4273. | |||
2020-10-15 | Document how to interrupt `PacketPeerUDP.wait()` | Hugo Locurcio | |
This closes #36335. | |||
2020-10-14 | Link the Random number generation tutorial in the class reference | Hugo Locurcio | |
2020-10-13 | Remove old RigidBody layers property and methods. | Marcel Admiraal | |
2020-10-13 | Merge pull request #42604 from KoBeWi/da100mp | Rémi Verschelde | |
Correct the doc about linear damping | |||
2020-10-13 | Correct the doc about linear damping | Tomasz Chabora | |
2020-10-13 | Merge pull request #41576 from ↵ | Rémi Verschelde | |
FIF15/remove-redundant-property-enabled-focus-mode Remove redundant property "enabled_focus_mode" | |||
2020-10-13 | Remove redundant property "enabled_focus_mode" | FIF15 | |
Fixes #41529. | |||
2020-10-13 | Fix typo in the ProjectSettings class documentation | Charles Merriam | |
2020-10-13 | Merge pull request #42696 from ↵ | Rémi Verschelde | |
arthurpaulino/update-kinematicbody2d-is-on-descriptions Updating KinematicBody2D "is_on" functions' descriptions | |||
2020-10-12 | updating descriptions | Arthur Paulino | |