summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-17Add window click-through support.bruvzg
2020-09-16Cross-reference AABB getter methods in the documentationHugo Locurcio
2020-09-15Merge pull request #42086 from akien-mga/makerst-newline-eofRémi Verschelde
2020-09-15Clarify that 2D cell sizes are defined in pixelsHugo Locurcio
2020-09-15makerst: Add missing newline at EOFRémi Verschelde
2020-09-14Several documentation improvementsDanil Alexeev
2020-09-14Merge pull request #42036 from Calinou/doc-object-metadata-removeRémi Verschelde
2020-09-14Document how to remove metadata from an ObjectHugo Locurcio
2020-09-14Merge pull request #41987 from skyace65/Audio1Rémi Verschelde
2020-09-11Improve AudioEffectDistortion and AudioEffectFilter documentationskyace65
2020-09-11Clarify get_data Image methodEbrahim Ebrahim
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-10Merge pull request #41957 from skyace65/SpriteFramesRémi Verschelde
2020-09-10Improve SpriteFrames get_animation_loop descriptionskyace65
2020-09-10Merge pull request #41954 from Calinou/raycast-rename-cast-toRémi Verschelde
2020-09-10Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio
2020-09-10Merge pull request #41890 from YeldhamDev/tabs_previousRémi Verschelde
2020-09-10Added Texture3D to visual shadersYuri Roubinsky
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-09-09Improve documentation related to Array error handlingHugo Locurcio
2020-09-08Add 'get_previous_tab()' to 'Tabs'Michael Alexsander
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-07Clarify the required child node type in the GridContainer documentationHugo Locurcio
2020-09-06Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-04doc: Sync classref with current sourceRémi Verschelde
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Merge pull request #41044 from hoontee/master-4Rémi Verschelde
2020-09-03Merge pull request #41714 from Yetizone/sub_viewport_clear_mode_docRémi Verschelde
2020-09-03Merge pull request #40400 from Arivval/load-resourcepack-with-offsetRémi Verschelde
2020-09-03Mention SubViewport.render_target_clear_mode property is intended for 2D usage.Yetizone
2020-09-02added load resource pack with offset featureYilin Ma
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-09-02Updated PopupMenu documentation after merge of #41640 - PopupMenu reworkEric M
2020-09-01Merge pull request #40408 from Calinou/doc-font-missing-characterRémi Verschelde
2020-09-01Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde
2020-09-01Merge pull request #41659 from umarcor/doc/FileDialog/warning-sandboxRémi Verschelde
2020-09-01Merge pull request #41679 from Calinou/doc-projectsettings-name-user-dataRémi Verschelde
2020-09-01Merge pull request #41641 from skyace65/TextEditRémi Verschelde
2020-09-01Merge pull request #41677 from Calinou/doc-rigidbody-sleepingRémi Verschelde
2020-09-01Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specularRémi Verschelde
2020-09-01Document how renaming the project affects the user data pathHugo Locurcio
2020-09-01Document RigidBodies in character mode never sleeping automaticallyHugo Locurcio
2020-09-01doc/FileDialog: warn about access limitations in sandboxed appsumarcor
2020-09-01Document scroll horizontal and scroll vertical in text editskyace65
2020-09-01Document missing character behavior when drawing text with fontsHugo Locurcio
2020-09-01Merge pull request #41505 from SekoiaTree/neg-get-childRémi Verschelde
2020-09-01Made get_child support negative indexes, with documentationSekoiaTree