Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-09-24 | Merge pull request #31883 from aole/create-string-function-repeat | Rémi Verschelde | |
Create a GDScript String function repeat | |||
2019-09-24 | Merge pull request #31944 from skyace65/visibilityenabler | Rémi Verschelde | |
Clarify VisibilityEnabler2D description | |||
2019-09-24 | Merge pull request #31976 from Calinou/doc-improve-shadow-atlas-sizes | Rémi Verschelde | |
Improve documentation pertaining to shadow atlas sizes | |||
2019-09-24 | Merge pull request #32286 from Calinou/doc-improve-os-shell-open | Rémi Verschelde | |
Improve the `OS.shell_open()` documentation | |||
2019-09-24 | Merge pull request #32257 from Calinou/doc-set-window-title-performance | Rémi Verschelde | |
Mention performance caveats of `OS.set_window_title()` | |||
2019-09-23 | Improve the `OS.shell_open()` documentation | Hugo Locurcio | |
This adds a `mailto:` example to `OS.shell_open()`. | |||
2019-09-23 | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde | |
Add array slice method | |||
2019-09-22 | Mention performance caveats of `OS.set_window_title()` | Hugo Locurcio | |
See #32254. | |||
2019-09-21 | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias | |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde | |
Notify for app pause and resume events on Android | |||
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-20 | Merge pull request #32120 from KoBeWi/atlas_not_included | Rémi Verschelde | |
Mention that AnimatedTexture doesn't support atlases | |||
2019-09-20 | Merge pull request #32118 from KoBeWi/the_point_is_global_bro | Rémi Verschelde | |
Mention that look_at() expects global coordinates | |||
2019-09-20 | Merge pull request #32116 from KoBeWi/dupinit | Rémi Verschelde | |
Mention constructor arguments in duplicate() doc | |||
2019-09-20 | Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queue | Rémi Verschelde | |
Document AnimationPlayer's 'get_queue()' and 'caches_cleared' | |||
2019-09-20 | Merge pull request #32101 from Xrayez/doc-fix-ambiguous-test-motion | Rémi Verschelde | |
Fix ambiguous method description regarding `body_test_motion` in 2D | |||
2019-09-20 | Merge pull request #32127 from skyace65/skeletonupdate | Rémi Verschelde | |
Remove outdated information from skeleton class reference | |||
2019-09-20 | Merge pull request #32180 from KoBeWi/nein_patsch_rekt | Rémi Verschelde | |
Fix region editor for NinePatchRect | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | |
resumed on Android devices. | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #32153 from Calinou/doc-improve-image-get-pixel | Rémi Verschelde | |
Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | |||
2019-09-17 | Fix region editor for NinePatchRect | Tomasz Chabora | |
2019-09-15 | Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | Hugo Locurcio | |
2019-09-15 | Mention more caveats for custom mouse cursors in the documentation | Hugo Locurcio | |
See #32147 and #32148. | |||
2019-09-14 | Add array slice method | Cameron Reikes | |
2019-09-14 | Document AnimationPlayer's 'get_queue()' and 'caches_cleared' | Michael Alexsander Silva Dias | |
2019-09-13 | Remove outdated information from skeleton class reference | skyace65 | |
2019-09-13 | Mention that AnimatedTexture doesn't support atlases | Tomasz Chabora | |
2019-09-13 | Mention that look_at() expects global coordinates | Tomasz Chabora | |
2019-09-13 | Mention constructor arguments in duplicate() doc | Tomasz Chabora | |
2019-09-12 | Fix ambiguous method description regarding `body_test_motion` in 2D | Andrii Doroshenko (Xrayez) | |
2019-09-04 | Improve documentation pertaining to shadow atlas sizes | Hugo Locurcio | |
This partially addresses #27650. | |||
2019-09-04 | [Docs] Clarify VisibilityEnabler2D description | skyace65 | |
2019-09-04 | Run doctool after overridden properties changes | Bojidar Marinov | |
2019-09-04 | Merge pull request #31461 from IronicallySerious/add-vcs-integration | Rémi Verschelde | |
VCS integration for Godot Editor | |||
2019-09-03 | Create a GDScript String function repeat | Bhupendra Aole | |
Fixes #30610 |