Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-11 | Merge pull request #32696 from SamuelDeboni/doc-Skeleton2D | Rémi Verschelde | |
Added documentation for Skeleton2D | |||
2019-10-10 | Added documentation for Skeleton2D | SamuelDeboni | |
2019-10-10 | Removed "rebuild" function from public interface of VisualShader | Yuri Roubinsky | |
2019-10-10 | Merge pull request #32674 from Chaosus/vs_fix_cubemaps | Rémi Verschelde | |
Makes cubemaps to be works in visual shaders | |||
2019-10-09 | Add documentation for ReflectionProbe | SamuelDeboni | |
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-09 | Makes cube maps to be works in visual shaders | Yuri Roubinsky | |
2019-10-08 | Improve the OS `get_screen_*` methods' documentation | Hugo Locurcio | |
2019-10-08 | PopupMenu: Reorder add_* methods in more natural order | Ré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-07 | Merge pull request #32608 from cbscribe/kcc_doc_updates | Rémi Verschelde | |
[DOC] Fill in various missing method/member descriptions. | |||
2019-10-07 | Merge pull request #32605 from dankan1890/get_custom_color | Ré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-06 | Added missing bind_method to TreeItem::get_custom_color(). | dankan1890 | |
Fix #32595 | |||
2019-10-06 | Merge pull request #32602 from cbscribe/kcc_doc_rigid | Rémi Verschelde | |
[DOC] Add missing physics_material_override descriptions | |||
2019-10-06 | [DOC] Add missing physics_material_override descriptions | Chris Bradfield | |
2019-10-06 | [DOC] Document ClippedCamera properties/methods. | Chris Bradfield | |
2019-10-05 | Merge pull request #32555 from homer666/projectsettings-docs-mistake | Rémi Verschelde | |
Fix silly mistake in ProjectSettings docs | |||
2019-10-05 | Fix silly mistake in ProjectSettings docs | homer666 | |
2019-10-04 | Merge pull request #32548 from akien-mga/doc-put-string | Rémi Verschelde | |
doc: Add note about sending strings without size in StreamPeer | |||
2019-10-04 | Merge pull request #32546 from Xrayez/bind-string-humanize-size | Rémi Verschelde | |
Bind the `String::humanize_size` method | |||
2019-10-04 | Merge pull request #22834 from lupoDharkael/recursive-item | Rémi Verschelde | |
Add call_recursive method to TreeItem | |||
2019-10-04 | doc: Add note about sending strings without size in StreamPeer | Rémi Verschelde | |
Follow-up to #29153. | |||
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) | |
The method signature is also changed to use `uint64_t` instead of `size_t` for it to be Variant-compatible. | |||
2019-10-04 | Improve ProjectSettings window docs | homer666 | |
2019-10-03 | Merge pull request #32403 from yeonghoey/enforce4space | Rémi Verschelde | |
Print errors when tab indent found in [codeblock] | |||
2019-10-02 | Added link to tutorial for Thread class | Yuri Roubinsky | |
2019-10-01 | updated defaults and documentation for GLES2 glow | clayjohn | |
2019-10-01 | Print errors when tab indent found in [codeblock] | Yeongho Kim | |
2019-10-01 | Merge pull request #32461 from Chaosus/vs_sampler_type | Rémi Verschelde | |
Added sampler port type for visual shaders | |||
2019-10-01 | Merge pull request #32460 from Nutriz/doc_surfacetool_commit | Rémi Verschelde | |
Update doc for SurfaceTool.commit() flags | |||
2019-10-01 | Added sampler port type for visual shaders | Chaosus | |
2019-10-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-01 | add doc about flags for SurfaceTool.commit() | Nutriz | |
2019-09-30 | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | |
radial fills. | |||
2019-09-28 | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias | |
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde | |
And various fixes to bindings, hyperlinks and an uninitialized variable. | |||
2019-09-27 | Merge pull request #32356 from m-r-hunt/master | Rémi Verschelde | |
Improve documentation of ProjectSettings class | |||
2019-09-27 | Improve documentation of ProjectSettings class | Max 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-26 | Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-only | Rémi Verschelde | |
Mention `MeshLibrary.get_item_preview()` not working in running project | |||
2019-09-26 | Added an exit code to the blocking mode of OS::execute | Ruslan Mullayanov | |
Updated documentation accordingly. Fixes #31881. | |||
2019-09-25 | Mention `MeshLibrary.get_item_preview()` not working in running project | Hugo Locurcio | |
2019-09-25 | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde | |
Add flag to control the replacement of files by ProjectSettings.load_resource_pack | |||
2019-09-25 | Add flag to control the replacement of files by ↵ | Florian Kothmeier | |
ProjectSettings.load_resource_pack | |||
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-09-24 | Merge pull request #32285 from Faless/crypto/initial_docs | Rémi Verschelde | |
Add documentation for crypto-related classes. | |||
2019-09-24 | Add 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-24 | doc: Fix parsing of self-closing XML tags | Ré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-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | |
Add overriden properties to the documentation | |||
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. |