summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Mention how to add slots to GraphNodeTomasz Chabora2019-12-151-0/+7
| | |/ / / / | |/| | | |
* / | | | | Document that translated does not behave like rotated or scaledAaron Franke2019-12-152-7/+9
|/ / / / /
* | | | | Merge pull request #33910 from Faless/net/android_mlockRémi Verschelde2019-12-141-0/+12
|\ \ \ \ \
| * | | | | Add Android NetSocket implementation.Fabio Alessandrelli2019-12-141-0/+2
| * | | | | UDP sockets broadcast is now disabled by default.Fabio Alessandrelli2019-12-141-0/+10
| |/ / / /
* | | | | Merge pull request #34272 from MissKraya/34258-fixRémi Verschelde2019-12-141-0/+2
|\ \ \ \ \
| * | | | | Updated get_zoom_hbox() documentation.Hannah Crawford2019-12-141-0/+2
| |/ / / /
* | | | | Clarifying how float(String from) parses partially invalid stringsDanilo Costa Viana2019-12-131-1/+1
* | | | | Merge pull request #34229 from NoFr1ends/fix-home-indicator-iosRémi Verschelde2019-12-131-0/+3
|\ \ \ \ \
| * | | | | Add project setting to hide home indicator on iOSJonas Bernemann2019-12-131-0/+3
* | | | | | doc: Sync classref with current sourceRémi Verschelde2019-12-132-12/+14
* | | | | | Merge pull request #34189 from aaronfranke/mesh-aabbRémi Verschelde2019-12-131-0/+8
|\ \ \ \ \ \
| * | | | | | Expose Mesh get_aabbAaron Franke2019-12-111-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #34309 from Muller-Castro/VarDeclFixRémi Verschelde2019-12-121-2/+2
|\ \ \ \ \ \
| * | | | | | Fixed HTTPClient.xml:115 and 121 variant declarationMuller-Castro2019-12-121-2/+2
| |/ / / / /
* / / / / / CharFXTransform: Drop unnecessary get_value_or()Rémi Verschelde2019-12-122-12/+1
|/ / / / /
* | | | | Merge pull request #34222 from Calinou/doc-collisionshapesRémi Verschelde2019-12-108-6/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve the Shape/Shape2D classes documentationHugo Locurcio2019-12-108-6/+37
* | | | | Document the KinematicBody axis lock methodsHugo Locurcio2019-12-091-0/+2
|/ / / /
* | | | Merge pull request #34164 from Calinou/pckpacker-optional-argsRémi Verschelde2019-12-091-4/+4
|\ \ \ \
| * | | | Make some arguments in PCKPacker methods optionalHugo Locurcio2019-12-071-4/+4
* | | | | Improve the PCKPacker class documentationHugo Locurcio2019-12-071-2/+5
|/ / / /
* | | | Merge pull request #34160 from Calinou/add-makerst-git-hookRémi Verschelde2019-12-072-0/+0
|\ \ \ \
| * | | | Add a pre-commit hook to check the class reference syntaxHugo Locurcio2019-12-062-0/+0
* | | | | Merge pull request #34159 from akien-mga/doc-enums-constantsRémi Verschelde2019-12-0747-149/+158
|\ \ \ \ \
| * | | | | doc: Markup fixes for enums and constantsRémi Verschelde2019-12-0647-149/+158
* | | | | | Merge pull request #34086 from Calinou/doc-improve-styleboxRémi Verschelde2019-12-073-4/+36
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve the StyleBox class documentationsHugo Locurcio2019-12-063-4/+36
| | |/ / / | |/| | |
* | | | | Document RichTextEffect and CharFXTransformHugo Locurcio2019-12-062-0/+34
| |/ / / |/| | |
* | | | Merge pull request #34128 from akien-mga/doc-animplayer-play-stopRémi Verschelde2019-12-061-8/+7
|\ \ \ \
| * | | | doc: Fix and clarify AnimationPlayer play and stop descriptionsRémi Verschelde2019-12-051-8/+7
* | | | | Merge pull request #34132 from flyingpimonster/arvr-docsRémi Verschelde2019-12-062-13/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Docs: ARVRController and ARVRInterfaceJames Westman2019-12-052-13/+14
* | | | | Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfixRémi Verschelde2019-12-051-0/+8
|\ \ \ \ \
| * | | | | Added method binding for `multimesh_create` that was missing from VisualServe...Eoin O'Neill2019-12-041-0/+8
| | |_|/ / | |/| | |
* | | | | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-042-0/+6
* | | | | Travis CI: Run `makerst.py` to check for documentation errorsHugo Locurcio2019-12-041-2/+6
* | | | | [ci skip] OS class documentations, adds platform compatibility notes.bruvzg2019-12-031-4/+40
| |_|/ / |/| | |
* | | | doc: Fix markup errorsRémi Verschelde2019-12-031-2/+2
* | | | Merge pull request #34077 from Calinou/doc-improve-dynamicfontRémi Verschelde2019-12-031-4/+10
|\ \ \ \
| * | | | Improve the DynamicFont class documentationHugo Locurcio2019-12-031-4/+10
* | | | | Merge pull request #34076 from Calinou/doc-listenerRémi Verschelde2019-12-031-0/+8
|\ \ \ \ \
| * | | | | Add documentation for the Listener classHugo Locurcio2019-12-031-0/+8
| |/ / / /
* / / / / Improve the Camera class documentationHugo Locurcio2019-12-031-6/+11
|/ / / /
* | | | Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde2019-12-032-0/+5
|\ \ \ \
| * | | | Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-282-0/+5
* | | | | Merge pull request #33997 from akien-mga/doc-makerst-escapeRémi Verschelde2019-12-011-30/+37
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | makerst: Escape default values using reST markupRémi Verschelde2019-11-291-30/+37
| | |/ / | |/| |
* | | | Add docs for is_equal_approx on structuresAaron Franke2019-11-3010-2/+12
| |_|/ |/| |
* | | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere432019-11-301-1/+1