summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41957 from skyace65/SpriteFramesRémi Verschelde2020-09-101-1/+1
|\
| * Improve SpriteFrames get_animation_loop descriptionskyace652020-09-101-1/+1
* | Merge pull request #41954 from Calinou/raycast-rename-cast-toRémi Verschelde2020-09-102-6/+6
|\ \ | |/ |/|
| * Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio2020-09-102-6/+6
* | Merge pull request #41890 from YeldhamDev/tabs_previousRémi Verschelde2020-09-101-0/+7
|\ \
| * | Add 'get_previous_tab()' to 'Tabs'Michael Alexsander2020-09-081-0/+7
* | | Added Texture3D to visual shadersYuri Roubinsky2020-09-104-1/+85
* | | Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-093-19/+19
| |/ |/|
* | Improve documentation related to Array error handlingHugo Locurcio2020-09-091-5/+7
|/
* Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde2020-09-071-0/+6
|\
| * Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-0/+6
* | Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli2020-09-072-1/+44
|\ \
| * | HTTPRequest now accepts gzipAdam Brown2020-09-022-1/+44
* | | Clarify the required child node type in the GridContainer documentationHugo Locurcio2020-09-071-3/+4
* | | Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky2020-09-061-2/+2
| |/ |/|
* | doc: Sync classref with current sourceRémi Verschelde2020-09-044-9/+11
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-032-4/+63
* | Merge pull request #41044 from hoontee/master-4Rémi Verschelde2020-09-031-1/+1
|\ \
| * | Implement CollisionShape3D.make_convex_from_siblings()hoontee2020-08-051-1/+1
* | | Merge pull request #41714 from Yetizone/sub_viewport_clear_mode_docRémi Verschelde2020-09-031-0/+1
|\ \ \
| * | | Mention SubViewport.render_target_clear_mode property is intended for 2D usage.Yetizone2020-09-031-0/+1
| | |/ | |/|
* | | Merge pull request #40400 from Arivval/load-resourcepack-with-offsetRémi Verschelde2020-09-031-0/+3
|\ \ \ | |/ / |/| |
| * | added load resource pack with offset featureYilin Ma2020-09-021-0/+3
* | | Updated PopupMenu documentation after merge of #41640 - PopupMenu reworkEric M2020-09-021-0/+2
* | | Merge pull request #40408 from Calinou/doc-font-missing-characterRémi Verschelde2020-09-012-1/+3
|\ \ \
| * | | Document missing character behavior when drawing text with fontsHugo Locurcio2020-09-012-1/+3
* | | | Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde2020-09-011-0/+3
|\ \ \ \
| * | | | Add high quality glow modeclayjohn2020-08-311-0/+3
* | | | | Merge pull request #41659 from umarcor/doc/FileDialog/warning-sandboxRémi Verschelde2020-09-011-0/+1
|\ \ \ \ \
| * | | | | doc/FileDialog: warn about access limitations in sandboxed appsumarcor2020-09-011-0/+1
| |/ / / /
* | | | | Merge pull request #41679 from Calinou/doc-projectsettings-name-user-dataRémi Verschelde2020-09-011-1/+2
|\ \ \ \ \
| * | | | | Document how renaming the project affects the user data pathHugo Locurcio2020-09-011-1/+2
* | | | | | Merge pull request #41641 from skyace65/TextEditRémi Verschelde2020-09-011-2/+2
|\ \ \ \ \ \
| * | | | | | Document scroll horizontal and scroll vertical in text editskyace652020-09-011-2/+2
* | | | | | | Merge pull request #41677 from Calinou/doc-rigidbody-sleepingRémi Verschelde2020-09-012-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Document RigidBodies in character mode never sleeping automaticallyHugo Locurcio2020-09-012-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specularRémi Verschelde2020-09-012-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Document support for normal and specular maps in AnimatedSprite2DHugo Locurcio2020-07-102-0/+2
* | | | | | | Merge pull request #41505 from SekoiaTree/neg-get-childRémi Verschelde2020-09-011-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Made get_child support negative indexes, with documentationSekoiaTree2020-09-011-0/+1
* | | | | | | | Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-011-6/+14
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-3112-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-0312-18/+18
* | | | | | | | Merge pull request #41048 from Calinou/doc-add-link-titlesRémi Verschelde2020-08-31134-156/+156
|\ \ \ \ \ \ \ \
| * | | | | | | | Add link titles for all links in the class referenceHugo Locurcio2020-08-31134-156/+156
* | | | | | | | | Reorder sprite h_frames & v_framesJonathan Vice2020-08-312-4/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #41602 from Andy0903/option-button-signal-word-order-fixRémi Verschelde2020-08-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | OptionButton.xml word order fixAndreas Gustafsson2020-08-291-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #41457 from KoBeWi/caRémi Verschelde2020-08-311-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Explain editor usage of current_animationTomasz Chabora2020-08-291-1/+2
| | |_|/ / / / / | |/| | | | | |