summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
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
2019-09-22Mention performance caveats of `OS.set_window_title()`Hugo Locurcio
See #32254.
2019-09-21Expose LineEdit's 'right_icon' and fix icon sizeMichael Alexsander Silva Dias
2019-09-20Merge pull request #32064 from m4gr3d/propagate_gl_surface_eventsRémi Verschelde
Notify for app pause and resume events on Android
2019-09-20Merge pull request #32206 from Calinou/remove-unused-tree-constantsRémi Verschelde
Remove an unused icon and constant in Tree
2019-09-20Remove an unused icon and constant in TreeHugo Locurcio
2019-09-20Merge pull request #32120 from KoBeWi/atlas_not_includedRémi Verschelde
Mention that AnimatedTexture doesn't support atlases
2019-09-20Merge pull request #32118 from KoBeWi/the_point_is_global_broRémi Verschelde
Mention that look_at() expects global coordinates
2019-09-20Merge pull request #32116 from KoBeWi/dupinitRémi Verschelde
Mention constructor arguments in duplicate() doc
2019-09-20Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queueRémi Verschelde
Document AnimationPlayer's 'get_queue()' and 'caches_cleared'
2019-09-20Merge pull request #32101 from Xrayez/doc-fix-ambiguous-test-motionRémi Verschelde
Fix ambiguous method description regarding `body_test_motion` in 2D
2019-09-20Merge pull request #32127 from skyace65/skeletonupdateRémi Verschelde
Remove outdated information from skeleton class reference
2019-09-20Merge pull request #32180 from KoBeWi/nein_patsch_rektRémi Verschelde
Fix region editor for NinePatchRect
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
Fix misc. source comment typos
2019-09-19Add new events and accompanying logic to notify when the app is paused and ↵fhuya
resumed on Android devices.
2019-09-19Fix misc. source comment typosluz.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-19Merge pull request #32153 from Calinou/doc-improve-image-get-pixelRémi Verschelde
Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation
2019-09-17Fix region editor for NinePatchRectTomasz Chabora
2019-09-15Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentationHugo Locurcio
2019-09-15Mention more caveats for custom mouse cursors in the documentationHugo Locurcio
See #32147 and #32148.
2019-09-14Add array slice methodCameron Reikes
2019-09-14Document AnimationPlayer's 'get_queue()' and 'caches_cleared'Michael Alexsander Silva Dias
2019-09-13Remove outdated information from skeleton class referenceskyace65
2019-09-13Mention that AnimatedTexture doesn't support atlasesTomasz Chabora
2019-09-13Mention that look_at() expects global coordinatesTomasz Chabora
2019-09-13Mention constructor arguments in duplicate() docTomasz Chabora
2019-09-12Fix ambiguous method description regarding `body_test_motion` in 2DAndrii Doroshenko (Xrayez)
2019-09-04Improve documentation pertaining to shadow atlas sizesHugo Locurcio
This partially addresses #27650.
2019-09-04[Docs] Clarify VisibilityEnabler2D descriptionskyace65
2019-09-04Run doctool after overridden properties changesBojidar Marinov
2019-09-04Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde
VCS integration for Godot Editor
2019-09-03Create a GDScript String function repeatBhupendra Aole
Fixes #30610
2019-09-03Add an overridable VCS Interface for the editorTwarit
The VCS interface can be thought of like a proxy system, where any call to the API is redirected to the actual implementation of the VCS API which may be existing in the form of a GDNative plugin which is marked as a singleton and is not marked reloadable. If the implementation doesn't exist in the file system, it only returns the default responses which contain mostly empty containers of the data type that every API call returns. EditorVCSInterface is used like a Godot object with a script attached to it. The script is the implementation of the API and the object is the interface to the script, which returns default responses if the script doesn't exist or if the script doesn't define a function that handles that particular API call. The entire system has been implemented using Object::call() and its ability to switch to the script instance to handle the API call if the script exists. Look for VersionControlEditorPlugin::_initialize() for the essential API setup.
2019-09-03Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde
Add an `editor_description` property to Node for documentation purposes
2019-09-03Merge pull request #31507 from YeldhamDev/button_icon_expandRémi Verschelde
Add feature to Button to make its icon expand/shrink with the button's size
2019-09-02Merge pull request #31571 from NeoSpark314/tonemapping_none_optionRémi Verschelde
Don't clamp color to [0, 1] in Linear tonemapping