summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2019-09-27Improve documentation of ProjectSettings classMax Hunt
2019-09-26#14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek
When added to `TreeItem`, buttons are given tooltips. When returned via `get_button(...)`, however, the button is a `Texture` and the tooltip information isn't included. For accessibility purposes, it is useful to have access to the tooltip text. As such, we can retrieve a button's tooltip to use as a button label.
2019-09-26Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-onlyRémi Verschelde
Mention `MeshLibrary.get_item_preview()` not working in running project
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
Updated documentation accordingly. Fixes #31881.
2019-09-25Mention `MeshLibrary.get_item_preview()` not working in running projectHugo Locurcio
2019-09-25Merge pull request #32291 from Dragoncraft89/add_load_resource_flagRémi Verschelde
Add flag to control the replacement of files by ProjectSettings.load_resource_pack
2019-09-25Add flag to control the replacement of files by ↵Florian Kothmeier
ProjectSettings.load_resource_pack
2019-09-24doc: Sync classref with current sourceRémi Verschelde
2019-09-24Merge pull request #32285 from Faless/crypto/initial_docsRémi Verschelde
Add documentation for crypto-related classes.
2019-09-24Add documentation for crypto-related classes.Fabio Alessandrelli
Add documentation for Crypto, CryptoKey, HashingContext, and X509Certificate. Add documentation for `StreamPeerSSL.accept_peer`. Ref #29871.
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
Add overriden properties to the documentation
2019-09-24doc: Sync classref with current sourceRémi Verschelde
Fix a few missing bindings or unspecified argument names and default values.
2019-09-24Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde
Create a GDScript String function repeat
2019-09-24Merge pull request #31944 from skyace65/visibilityenablerRémi Verschelde
Clarify VisibilityEnabler2D description
2019-09-24Merge pull request #31976 from Calinou/doc-improve-shadow-atlas-sizesRémi Verschelde
Improve documentation pertaining to shadow atlas sizes
2019-09-24Merge pull request #32286 from Calinou/doc-improve-os-shell-openRémi Verschelde
Improve the `OS.shell_open()` documentation
2019-09-24Merge pull request #32257 from Calinou/doc-set-window-title-performanceRémi Verschelde
Mention performance caveats of `OS.set_window_title()`
2019-09-23Improve the `OS.shell_open()` documentationHugo Locurcio
This adds a `mailto:` example to `OS.shell_open()`.
2019-09-23Merge pull request #31172 from creikey/add-array-slicingRémi Verschelde
Add array slice method