summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40872 from Calinou/makerst-generate-abbreviationsRémi Verschelde2020-07-301-1/+18
|\
| * makerst: Add descriptions to method qualifiersHugo Locurcio2020-07-301-1/+18
* | Merge pull request #40874 from Calinou/doc-editorinterface-get_editor_viewportRémi Verschelde2020-07-301-2/+2
|\ \
| * | Improve the `EditorInterface.get_editor_viewport()` descriptionHugo Locurcio2020-07-301-2/+2
| |/
* / Link to Thread-safe APIs in the Thread class documentationHugo Locurcio2020-07-301-1/+2
|/
* Document how to perform advanced string splitting using RegExHugo Locurcio2020-07-291-2/+3
* Merge pull request #40821 from Calinou/doc-canvasitem-draw_string-exampleRémi Verschelde2020-07-292-1/+11
|\
| * Add an example to the `CanvasItem.draw_string()` documentationHugo Locurcio2020-07-292-1/+11
* | Fix incorrect key name in the Animation documentation code sampleHugo Locurcio2020-07-291-2/+2
|/
* Merge pull request #40785 from Chaosus/vs_uniform_refYuri Roubinsky2020-07-281-0/+20
|\
| * Added UniformRef visual shader nodeYuri Roubinsky2020-07-281-0/+20
* | Merge pull request #40754 from Chaosus/vs_default_uniformsRémi Verschelde2020-07-286-0/+44
|\ \
| * | Added default value for uniforms in visual shadersYuri Roubinsky2020-07-276-0/+44
* | | doc: Sync classref with current sourceRémi Verschelde2020-07-284-20/+18
* | | Revert "Allow Area2D and 3D mouse events without a collision layer"Rémi Verschelde2020-07-271-4/+4
| |/ |/|
* | Merge pull request #40750 from Calinou/doc-canvasitem-node3d-visibleRémi Verschelde2020-07-272-4/+5
|\ \
| * | Improve visibility documentation for CanvasItem and Node3DHugo Locurcio2020-07-272-4/+5
* | | Merge pull request #40706 from akien-mga/style-fix-file_format-macosRémi Verschelde2020-07-271-1/+1
|\ \ \
| * | | Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-1/+1
* | | | Merge pull request #40749 from madmiraal/fix-9097Rémi Verschelde2020-07-272-13/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Clarify the difference between contacts and collisions.Marcel Admiraal2020-07-272-13/+15
* | | | Merge pull request #40743 from Calinou/doc-object-vs-referenceRémi Verschelde2020-07-274-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Improve the Object, Reference and Resource class documentationsHugo Locurcio2020-07-274-5/+9
| | |/ | |/|
* | | Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-3/+15
* | | Merge pull request #40442 from Calinou/doc-tile-get-shapesRémi Verschelde2020-07-261-1/+11
|\ \ \ | |_|/ |/| |
| * | Document an example dictionary returned by `TileSet.tile_get_shapes()`Hugo Locurcio2020-07-161-1/+11
* | | Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde2020-07-252-4/+4
|\ \ \
| * | | Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-152-4/+4
* | | | Merge pull request #40605 from QbieShay/spring-arm-doc-fixRémi Verschelde2020-07-231-1/+1
|\ \ \ \
| * | | | fixed documentation for get_hit_length of spring arm 3DQbieShay2020-07-221-1/+1
* | | | | Fix presumed copy/paste error: "Returns" -> "Sets"follower2020-07-231-1/+1
|/ / / /
* | | | Merge pull request #40590 from Calinou/doc-inputeventmousemotion-polling-rateRémi Verschelde2020-07-221-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Document polling rate limitations in InputEventMouseMotionHugo Locurcio2020-07-221-0/+1
* | | | Merge pull request #40588 from nekomatata/virtual-keyboard-disableRémi Verschelde2020-07-221-0/+3
|\ \ \ \
| * | | | Add option to disable virtual keyboard for LineEditPouleyKetchoupp2020-07-221-0/+3
| |/ / /
* | | | Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-216-6/+6
|\ \ \ \
| * | | | Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-216-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #40501 from aaronfranke/core-docs-csRémi Verschelde2020-07-2113-170/+198
|\ \ \ \
| * | | | Update core documentation to match recent C# changesAaron Franke2020-07-2113-170/+198
* | | | | Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggledRémi Verschelde2020-07-211-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mention `toggled` signal for pressed state in BaseButton documentationHugo Locurcio2020-07-171-1/+2
| |/ / /
* | | | Merge pull request #40512 from yrk06/ExposeInertiaTensorMasterRémi Verschelde2020-07-211-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Add Method get_inverse_inertia_tensorYerik2020-07-211-0/+7
* | | | Merge pull request #40476 from Calinou/doc-visibilitynotifierRémi Verschelde2020-07-204-4/+8
|\ \ \ \
| * | | | Improve the VisibilityNotifier and VisibilityEnabler class descriptionsHugo Locurcio2020-07-184-4/+8
| | |/ / | |/| |
* | | | Merge pull request #40463 from Calinou/doc-editorsettingsRémi Verschelde2020-07-201-10/+23
|\ \ \ \
| * | | | Complete the EditorSettings class documentationHugo Locurcio2020-07-171-10/+23
| |/ / /
* | | | Merge pull request #40493 from Calinou/doc-editor-plugins-interfacesRémi Verschelde2020-07-208-19/+62
|\ \ \ \
| * | | | Document several editor-related classes to 100% completionHugo Locurcio2020-07-208-19/+62
* | | | | Merge pull request #40477 from Calinou/doc-vector-dotRémi Verschelde2020-07-202-2/+8
|\ \ \ \ \