Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Sync classref with current source | Rémi Verschelde | 2019-10-01 | 5 | -22/+28 |
| | |||||
* | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | 2019-09-30 | 1 | -1/+1 |
| | | | | radial fills. | ||||
* | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias | 2019-09-28 | 1 | -1/+2 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-09-27 | 6 | -5/+26 |
| | | | | And various fixes to bindings, hyperlinks and an uninitialized variable. | ||||
* | Merge pull request #32356 from m-r-hunt/master | Rémi Verschelde | 2019-09-27 | 1 | -0/+6 |
|\ | | | | | Improve documentation of ProjectSettings class | ||||
| * | Improve documentation of ProjectSettings class | Max Hunt | 2019-09-27 | 1 | -0/+6 |
| | | |||||
* | | #14011: Implement `TreeItem.get_button_tooltip(column, idx)`. | Nolan Darilek | 2019-09-26 | 1 | -0/+9 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-only | Rémi Verschelde | 2019-09-26 | 1 | -6/+8 |
|\ \ | | | | | | | Mention `MeshLibrary.get_item_preview()` not working in running project | ||||
| * | | Mention `MeshLibrary.get_item_preview()` not working in running project | Hugo Locurcio | 2019-09-25 | 1 | -6/+8 |
| |/ | |||||
* / | Added an exit code to the blocking mode of OS::execute | Ruslan Mullayanov | 2019-09-26 | 1 | -2/+2 |
|/ | | | | | | Updated documentation accordingly. Fixes #31881. | ||||
* | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde | 2019-09-25 | 1 | -1/+3 |
|\ | | | | | Add flag to control the replacement of files by ProjectSettings.load_resource_pack | ||||
| * | Add flag to control the replacement of files by ↵ | Florian Kothmeier | 2019-09-25 | 1 | -1/+3 |
| | | | | | | | | ProjectSettings.load_resource_pack | ||||
* | | doc: Sync classref with current source | Rémi Verschelde | 2019-09-24 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #32285 from Faless/crypto/initial_docs | Rémi Verschelde | 2019-09-24 | 5 | -1/+72 |
|\ \ | | | | | | | Add documentation for crypto-related classes. | ||||
| * | | Add documentation for crypto-related classes. | Fabio Alessandrelli | 2019-09-24 | 5 | -1/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for Crypto, CryptoKey, HashingContext, and X509Certificate. Add documentation for `StreamPeerSSL.accept_peer`. Ref #29871. | ||||
* | | | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | 2019-09-24 | 99 | -137/+140 |
| | | | | | | | | | | | | | | | | | | | | | 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 `/>`. | ||||
* | | | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | 2019-09-24 | 97 | -5/+200 |
|\ \ \ | | | | | | | | | Add overriden properties to the documentation | ||||
| * | | | Run doctool after overridden properties changes | Bojidar Marinov | 2019-09-04 | 100 | -11/+208 |
| | | | | |||||
* | | | | doc: Sync classref with current source | Rémi Verschelde | 2019-09-24 | 21 | -73/+306 |
| | | | | | | | | | | | | | | | | Fix a few missing bindings or unspecified argument names and default values. | ||||
* | | | | Merge pull request #31883 from aole/create-string-function-repeat | Rémi Verschelde | 2019-09-24 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | Create a GDScript String function repeat | ||||
| * | | | | Create a GDScript String function repeat | Bhupendra Aole | 2019-09-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | Fixes #30610 | ||||
* | | | | | Merge pull request #31944 from skyace65/visibilityenabler | Rémi Verschelde | 2019-09-24 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Clarify VisibilityEnabler2D description | ||||
| * | | | | | [Docs] Clarify VisibilityEnabler2D description | skyace65 | 2019-09-04 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #31976 from Calinou/doc-improve-shadow-atlas-sizes | Rémi Verschelde | 2019-09-24 | 3 | -3/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve documentation pertaining to shadow atlas sizes | ||||
| * | | | | | | Improve documentation pertaining to shadow atlas sizes | Hugo Locurcio | 2019-09-04 | 3 | -3/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | This partially addresses #27650. | ||||
* | | | | | | Merge pull request #32286 from Calinou/doc-improve-os-shell-open | Rémi Verschelde | 2019-09-24 | 1 | -3/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve the `OS.shell_open()` documentation | ||||
| * | | | | | | Improve the `OS.shell_open()` documentation | Hugo Locurcio | 2019-09-23 | 1 | -3/+4 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | This adds a `mailto:` example to `OS.shell_open()`. | ||||
* | | | | | | Merge pull request #32257 from Calinou/doc-set-window-title-performance | Rémi Verschelde | 2019-09-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Mention performance caveats of `OS.set_window_title()` | ||||
| * | | | | | Mention performance caveats of `OS.set_window_title()` | Hugo Locurcio | 2019-09-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | See #32254. | ||||
* | | | | | | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde | 2019-09-23 | 1 | -0/+15 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add array slice method | ||||
| * | | | | | Add array slice method | Cameron Reikes | 2019-09-14 | 1 | -0/+15 |
| | |/ / / | |/| | | | |||||
* | | | | | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias | 2019-09-21 | 1 | -0/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde | 2019-09-20 | 2 | -0/+16 |
|\ \ \ \ | | | | | | | | | | | Notify for app pause and resume events on Android | ||||
| * | | | | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | 2019-09-19 | 2 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | resumed on Android devices. | ||||
* | | | | | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | 2019-09-20 | 1 | -2/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove an unused icon and constant in Tree | ||||
| * | | | | | Remove an unused icon and constant in Tree | Hugo Locurcio | 2019-09-20 | 1 | -2/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #32120 from KoBeWi/atlas_not_included | Rémi Verschelde | 2019-09-20 | 2 | -3/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Mention that AnimatedTexture doesn't support atlases | ||||
| * | | | | | Mention that AnimatedTexture doesn't support atlases | Tomasz Chabora | 2019-09-13 | 2 | -3/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #32118 from KoBeWi/the_point_is_global_bro | Rémi Verschelde | 2019-09-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Mention that look_at() expects global coordinates | ||||
| * | | | | | Mention that look_at() expects global coordinates | Tomasz Chabora | 2019-09-13 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #32116 from KoBeWi/dupinit | Rémi Verschelde | 2019-09-20 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Mention constructor arguments in duplicate() doc | ||||
| * | | | | | Mention constructor arguments in duplicate() doc | Tomasz Chabora | 2019-09-13 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queue | Rémi Verschelde | 2019-09-20 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Document AnimationPlayer's 'get_queue()' and 'caches_cleared' | ||||
| * | | | | | Document AnimationPlayer's 'get_queue()' and 'caches_cleared' | Michael Alexsander Silva Dias | 2019-09-14 | 1 | -1/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #32101 from Xrayez/doc-fix-ambiguous-test-motion | Rémi Verschelde | 2019-09-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix ambiguous method description regarding `body_test_motion` in 2D | ||||
| * | | | | | Fix ambiguous method description regarding `body_test_motion` in 2D | Andrii Doroshenko (Xrayez) | 2019-09-12 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #32127 from skyace65/skeletonupdate | Rémi Verschelde | 2019-09-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove outdated information from skeleton class reference | ||||
| * | | | | | Remove outdated information from skeleton class reference | skyace65 | 2019-09-13 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #32180 from KoBeWi/nein_patsch_rekt | Rémi Verschelde | 2019-09-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix region editor for NinePatchRect | ||||
| * | | | | | Fix region editor for NinePatchRect | Tomasz Chabora | 2019-09-17 | 1 | -1/+1 |
| |/ / / / |