summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-11-06Merge pull request #42870 from Calinou/doc-httprequest-tls-versionRémi Verschelde
Document the supported TLS versions in HTTPRequest
2020-11-06Merge pull request #43283 from Calinou/color-remove-contrastedRémi Verschelde
Remove `Color.contrasted()` as its behavior is barely useful
2020-11-05doc: Override default value for RandomNumberGenerator.seedRé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-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
Includes various changes triggered by the refactoring of method bindings.
2020-11-03Fix 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-03Remove `Color.contrasted()` as its behavior is barely usefulHugo 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-03Tooltips: Improve code clarity and docsRé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-03Merge pull request #40364 from marstaik/alpha2coverage_upRémi Verschelde
Alpha Hash and Alpha2Coverage Implementation
2020-11-02Alpha Hash and Alpha2Coverage ImplementationMarios Staikopoulos
2020-11-02Merge pull request #43260 from HaSa1002/mainloop-remove-deprecated-methodsRémi Verschelde
MainLoop: Remove deprecated methods
2020-11-01Correct documentation about NinePatchRect stretch modesHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/4333.
2020-11-01MainLoop: Remove deprecated methodsHaSa1002
2020-10-31Fix a variable being redeclared in the HTTPRequest code sampleHugo Locurcio
2020-10-29Merge pull request #42811 from Calinou/doc-packetpeerudp-wait-interruptRémi Verschelde
Document how to interrupt `PacketPeerUDP.wait()`
2020-10-28Clarify what the "item_rect_changed" signal doesSirQuartz
2020-10-27Document hiding a Control when its reference point is behind the cameraHugo Locurcio
See https://github.com/godotengine/godot/issues/1725.
2020-10-27Improved documentation for TileMap.cell_y_sortDustin Petersohn
2020-10-25Fixup `ColorRamp` to `Gradient` renamesAndrii Doroshenko (Xrayez)
2020-10-24Rename button group property to button_groupAaron Franke
2020-10-22Merge pull request #42907 from Xrayez/add-ref-rect-border-widthRémi Verschelde
Add `border_width` to `ReferenceRect`
2020-10-20Cross-reference `ColorRect` and `ReferenceRect` in the class referenceAndrii Doroshenko (Xrayez)
They use the same underlying `CanvasItem.draw_rect()` API.
2020-10-20Add `border_width` to `ReferenceRect`Andrii Doroshenko (Xrayez)
Exposes a hidden parameter behind `CanvasItem.draw_rect()`.
2020-10-20Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky
2020-10-19Document how to display the vertex color in `SurfaceTool.add_color()`Hugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/4083.
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-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 #42201 from clayjohn/Vulkan-new-glowJuan Linietsky
Optimize Glow with local memory
2020-10-18Replace SAO implementation with MSSAOclayjohn
2020-10-18Optimize Glow with local memoryclayjohn
2020-10-18Merge pull request #41418 from clayjohn/Vulkan-aerialRémi Verschelde
Add aerial perspective to fixed fog
2020-10-18Added VisualShaderNodeCurve to easy gather data from a CurveTextureYuri Roubinsky
2020-10-17Add aerial perspective to fixed fogclayjohn
2020-10-17Document the supported TLS versions in HTTPRequestHugo Locurcio
See #42857.
2020-10-17Document that setting node name will remove @sTomasz Chabora
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-15Clarify that `MultiMesh.set_instance_color()` multiplies vertex colorsHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/4273.
2020-10-15Document how to interrupt `PacketPeerUDP.wait()`Hugo Locurcio
This closes #36335.
2020-10-14Link the Random number generation tutorial in the class referenceHugo Locurcio
2020-10-13Remove old RigidBody layers property and methods.Marcel Admiraal
2020-10-13Merge pull request #42604 from KoBeWi/da100mpRémi Verschelde
Correct the doc about linear damping
2020-10-13Correct the doc about linear dampingTomasz Chabora
2020-10-13Merge pull request #41576 from ↵Rémi Verschelde
FIF15/remove-redundant-property-enabled-focus-mode Remove redundant property "enabled_focus_mode"
2020-10-13Remove redundant property "enabled_focus_mode"FIF15
Fixes #41529.
2020-10-13Fix typo in the ProjectSettings class documentationCharles Merriam
2020-10-13Merge pull request #42696 from ↵Rémi Verschelde
arthurpaulino/update-kinematicbody2d-is-on-descriptions Updating KinematicBody2D "is_on" functions' descriptions
2020-10-12updating descriptionsArthur Paulino