summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-10-23Merge pull request #32994 from Calinou/http-document-body-length-caveatsRémi Verschelde
Mention body length getter caveats in HTTPClient and HTTPRequest
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
TextEdit syntax highlighting fixes
2019-10-22Mention body length getter caveats in HTTPClient and HTTPRequestHugo Locurcio
2019-10-22Merge pull request #32842 from LikeLakers2/animation-idx-to-track-idxRémi Verschelde
Changes the name of all parameters referring to track indices within Animation, to `track_idx`
2019-10-22Merge pull request #32864 from nekomatata/rich-text-image-sizeRémi Verschelde
Support for resized images in RichTextLabel
2019-10-22Merge pull request #32889 from nekomatata/node-update-config-warningRémi Verschelde
Expose Node::update_configuration_warning() to scripts
2019-10-20TextEdit syntax highlighting fixesPouleyKetchoupp
- Fixed visual update when using add_keyword_color(), add_color_region(), clear_colors() in scripts - More accurate description for clear_colors() in TextEdit documentation
2019-10-17Expose Node::update_configuration_warning() to scriptsPouleyKetchoupp
This method can be used to generate custom node warnings by script. Node::_get_configuration_warning was already exposed to generate custom warnings, but it wasn't fully usable without being able to notify the scene tree when the warning needs to appear or change.
2019-10-16Add option to create navmesh from objects in groupjfons
Adds a new NavigationMesh property to select which objects will be taken into account for the generation. By default it will use all the NavigationMeshInstance children to keep compatibility. The new modes allow to build the NavigationMesh from all the nodes belonging to a specific group, and optionally include their children too.
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
BBCode Tag: [img=<width>x<height>]{path}[/img]
2019-10-14Changes the name of all parameters referring to track indices within ↵LikeLakers2
Animation, to "track_idx"
2019-10-11doc: Sync classref with current sourceRémi Verschelde
2019-10-11Merge pull request #32696 from SamuelDeboni/doc-Skeleton2DRémi Verschelde
Added documentation for Skeleton2D
2019-10-10Added documentation for Skeleton2DSamuelDeboni
2019-10-10Removed "rebuild" function from public interface of VisualShaderYuri Roubinsky
2019-10-10Merge pull request #32674 from Chaosus/vs_fix_cubemapsRémi Verschelde
Makes cubemaps to be works in visual shaders
2019-10-09Add documentation for ReflectionProbeSamuelDeboni
Update doc/classes/ReflectionProbe.xml Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Apply suggestions from code review Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Update ReflectionProbe.xml
2019-10-09Makes cube maps to be works in visual shadersYuri Roubinsky
2019-10-08Merge pull request #32647 from Calinou/doc-improve-os-screenRémi Verschelde
Improve the OS `get_screen_*` methods' documentation
2019-10-08Fixed AttributeError on doc_status.pySamuelDeboni
2019-10-08Improve the OS `get_screen_*` methods' documentationHugo Locurcio
2019-10-08PopupMenu: Reorder add_* methods in more natural orderRémi Verschelde
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`.
2019-10-07Merge pull request #32608 from cbscribe/kcc_doc_updatesRémi Verschelde
[DOC] Fill in various missing method/member descriptions.
2019-10-07Merge pull request #32605 from dankan1890/get_custom_colorRémi Verschelde
Added missing bind_method to TreeItem::get_custom_color().
2019-10-06[DOC] Fill in various missing method/member descriptions.Chris Bradfield
2019-10-06Added missing bind_method to TreeItem::get_custom_color().dankan1890
Fix #32595
2019-10-06Merge pull request #32602 from cbscribe/kcc_doc_rigidRémi Verschelde
[DOC] Add missing physics_material_override descriptions
2019-10-06[DOC] Add missing physics_material_override descriptionsChris Bradfield
2019-10-06[DOC] Document ClippedCamera properties/methods.Chris Bradfield
2019-10-05Merge pull request #32555 from homer666/projectsettings-docs-mistakeRémi Verschelde
Fix silly mistake in ProjectSettings docs
2019-10-05Fix silly mistake in ProjectSettings docshomer666
2019-10-04Merge pull request #32548 from akien-mga/doc-put-stringRémi Verschelde
doc: Add note about sending strings without size in StreamPeer
2019-10-04Merge pull request #32546 from Xrayez/bind-string-humanize-sizeRémi Verschelde
Bind the `String::humanize_size` method
2019-10-04Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde
Add call_recursive method to TreeItem
2019-10-04doc: Add note about sending strings without size in StreamPeerRémi Verschelde
Follow-up to #29153.
2019-10-04Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)
The method signature is also changed to use `uint64_t` instead of `size_t` for it to be Variant-compatible.
2019-10-04Improve ProjectSettings window docshomer666
2019-10-03Merge pull request #32403 from yeonghoey/enforce4spaceRémi Verschelde
Print errors when tab indent found in [codeblock]
2019-10-02Added link to tutorial for Thread classYuri Roubinsky
2019-10-01updated defaults and documentation for GLES2 glowclayjohn
2019-10-01Print errors when tab indent found in [codeblock]Yeongho Kim
2019-10-01Merge pull request #32461 from Chaosus/vs_sampler_typeRémi Verschelde
Added sampler port type for visual shaders
2019-10-01Merge pull request #32460 from Nutriz/doc_surfacetool_commitRémi Verschelde
Update doc for SurfaceTool.commit() flags
2019-10-01Added sampler port type for visual shadersChaosus
2019-10-01doc: Sync classref with current sourceRémi Verschelde
2019-10-01add doc about flags for SurfaceTool.commit()Nutriz
2019-09-30Make TextureProgress's nine_patch_stretch property to enable stretching for ↵Relintai
radial fills.
2019-09-28Make empty columns automatically expand in GridContainerMichael Alexsander Silva Dias
2019-09-27doc: Sync classref with current sourceRémi Verschelde
And various fixes to bindings, hyperlinks and an uninitialized variable.
2019-09-27Merge pull request #32356 from m-r-hunt/masterRémi Verschelde
Improve documentation of ProjectSettings class