summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-11-07Merge pull request #33412 from Calinou/doc-httprequest-exampleRémi Verschelde
Add an HTTPRequest usage example to the class reference
2019-11-07Added link to raycasting tutorial to RayCast/RayCast2DYuri Roubinsky
2019-11-07Add an HTTPRequest usage example to the class referenceHugo Locurcio
This also adds a link to the "Making HTTP requests" tutorial.
2019-11-07Merge pull request #32900 from willnationsdev/variant-docsRémi Verschelde
Updated Variant docs with more detailed info/tuts.
2019-11-07Merge pull request #31209 from ReyAnthony/masterRémi Verschelde
Added more details for set_drag_preview()
2019-11-07Clarify that String.insert returns a copyRémi Verschelde
Supersedes and closes #32620.
2019-11-07[Doc] Added more details for set_drag_preview()Anthony Rey
2019-11-07Merge pull request #30556 from kawa-yoiko/astar-directedRémi Verschelde
Improve support for directed graphs in A*; docs update included
2019-11-04Remove unused `editor/active` project settingHugo Locurcio
This closes #33322.
2019-11-02Merge pull request #33261 from Jummit/document-tilemapRémi Verschelde
Finish TileMap documentation
2019-11-02Merge pull request #33243 from Muller-Castro/BackBufferCopyDescriptionRémi Verschelde
Make BackBufferCopy's description more specific
2019-11-02Merge pull request #33151 from thiagoamendola/doc_setpixelvRémi Verschelde
Add documentation for Image's set_pixelv method
2019-11-02Add documentation for Image's set_pixelv methodThiago Amendola
2019-11-02Code format for true/false/null to make documentation consistentPouleyKetchoupp
2019-11-02finish TileMap docsJummit
2019-11-01Make BackBufferCopy's description more specificMuller-Castro
The current description can be confusing for those who didn't mess with shaders yet and couldn't find SCREEN_TEXTURE and texture() in the SHIFT+F1 panel
2019-11-01Merge pull request #33202 from nekomatata/text-edit-search-usabilityRémi Verschelde
Improved TextEdit search usability & documentation
2019-11-01Merge pull request #33209 from Jummit/soft-body-tutorialRémi Verschelde
Link SoftBody tutorial in docs
2019-11-01Merge pull request #33210 from nekomatata/pool-array-emptyRémi Verschelde
Added empty() function to pool array types
2019-11-01Merge pull request #33211 from drentsoft/os_midi_documentation_branchRémi Verschelde
Added documentation for the OS class MIDI functions.
2019-11-01Merge pull request #33229 from Jummit/document-force_update_transformRémi Verschelde
Document force_update_transform
2019-11-01document force_update_transformJummit
2019-11-01link SoftBody tutorial in docs and add ray_pickable propertyJummit
2019-10-31Added link to Area2D tutorial in documentation.Derwent Ready (drentsoft)
2019-10-31Added documentation for the OS class MIDI functions.Derwent Ready (drentsoft)
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-31Merge pull request #33195 from conankzhang/doc-project-settingsRémi Verschelde
Add descriptions to set_initial_value and set_setting.
2019-10-30Add descriptions to set_initial_value and set_setting.conankzhang
2019-10-30Add descriptions to clear and copy_theme.conankzhang
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to ↵bruvzg
InputEventMouseMotion event.
2019-10-30Merge pull request #33176 from conankzhang/doc-spatial-scaleRémi Verschelde
Add descriptions to scale functions.
2019-10-30Add descriptions to scale functions.conankzhang
2019-10-30Add descriptions to setting and getting draw pass meshes.conankzhang
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-10-26Merge pull request #32748 from SamuelDeboni/doc-VisualShaderRémi Verschelde
Added documentation for VisualShader
2019-10-26doc: Sync classref with current sourceRémi Verschelde
2019-10-25Merge pull request #33038 from Calinou/makerst-add-separatorsRémi Verschelde
makerst: Separate signals/enums/properties/methods with a line
2019-10-25Document `override.cfg` behavior in the ProjectSettings classHugo Locurcio
2019-10-24Document AnimationPlayer's quirks in regards to play updating on next ↵20kdc
process & similar. (Squashed Edition)
2019-10-24makerst: Separate signals/enums/properties/methods with a lineHugo Locurcio
2019-10-23Merge pull request #32600 from cagdasc/3.2-auto-permission-managerRémi Verschelde
Add request defined permissions in AndroidManifest.xml
2019-10-23Merge pull request #32994 from Calinou/http-document-body-length-caveatsRémi Verschelde
Mention body length getter caveats in HTTPClient and HTTPRequest
2019-10-22Add request permission automatically at androidCagdas
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
TextEdit syntax highlighting fixes
2019-10-22Mention body length getter caveats in HTTPClient and HTTPRequestHugo Locurcio
2019-10-22Merge pull request #32842 from LikeLakers2/animation-idx-to-track-idxRémi Verschelde
Changes the name of all parameters referring to track indices within Animation, to `track_idx`
2019-10-22Merge pull request #32864 from nekomatata/rich-text-image-sizeRémi Verschelde
Support for resized images in RichTextLabel
2019-10-22Merge pull request #32889 from nekomatata/node-update-config-warningRémi Verschelde
Expose Node::update_configuration_warning() to scripts