summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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 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
2020-10-12doc: Sync classref with current sourceRémi Verschelde
2020-10-09Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bitRémi Verschelde
Removed unused method Geometry3D.get_uv84_normal_bit
2020-10-09doc: Sync classref with current sourceRémi Verschelde
2020-10-09Removed unused method Geometry.get_uv84_normal_bitYuri Roubinsky
2020-10-07Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()Sniff
2020-10-06Explaining the behavior of focus & pressed stylebox overlapUmang Kalra
2020-10-04Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xrefRémi Verschelde
Cross-reference GDScript `load` and `ResourceLoader.load` in classref
2020-10-03Merge pull request #42518 from Duroxxigar/update-getter-and-settersRémi Verschelde
Updated getters and setters names for toplevel
2020-10-03Remove reference to 3D shapes in RigidBody2D.xml contacts description.Marcel Admiraal
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-10-02Merge pull request #42511 from InfiniteAnts/update-ninepatchrect-class-referenceRémi Verschelde
Updated NinePatchRect's patch margin descriptions
2020-10-02Updated NinePatchRect's patch margin descriptionsAnant Ahuja
2020-10-02Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde
Renamed toplevel to be top_level