summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio2020-01-032-1/+4
| | | | | | This reduces the amount of code required to exit a process with a non-zero exit code. This pattern is also found in most other programming languages.
* Merge pull request #34747 from rcorre/add_child_ownerRémi Verschelde2020-01-031-0/+1
|\ | | | | Add note about add_child and owner.
| * Add note about add_child and owner.Ryan Roden-Corrent2020-01-021-0/+1
| | | | | | | | Resolves #34739.
* | Merge pull request #34736 from cbscribe/kcc_doc_fixesRémi Verschelde2020-01-027-10/+10
|\ \ | | | | | | [DOCS] Class reference typos and fixes.
| * | [DOCS] Class reference typos and fixes.Chris Bradfield2020-01-027-10/+10
| | |
* | | Allows to doc vararg method return type as voidHaoyu Qiu2020-01-022-5/+5
| |/ |/|
* | Improves ItemListHaoyu Qiu2019-12-311-8/+23
|/ | | | | | | * Adds range hint for integer properties * Adds missing descriptions in documentation * Updates some method descriptions to match the actual behavior * Fixes second param name of `set_item_icon_transposed` from `rect` to `transposed`
* Merge pull request #34572 from KoBeWi/I_give_upRémi Verschelde2019-12-301-0/+3
|\ | | | | Make new ScrollContainer focus behavior optional
| * Make new ScrollContainer focus behavior optionalTomasz Chabora2019-12-301-0/+3
| |
* | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-idRémi Verschelde2019-12-301-0/+1
|\ \ | | | | | | Document how to distinguish emulated mouse events from physical ones
| * | Document how to distinguish emulated mouse events from physical onesHugo Locurcio2019-12-301-0/+1
| |/ | | | | | | | | Mouse events emulated from a touchscreen will always have a device ID of -1.
* | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docsRémi Verschelde2019-12-301-1/+1
|\ \ | | | | | | shadow_item_cull_mask should reference light mask
| * | shadow_item_cull_mask should reference light maskFabian Keller2019-12-291-1/+1
| |/
* | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warningRémi Verschelde2019-12-301-1/+1
|\ \ | | | | | | Print a warning message if `OS.exit_code` is set to a non-portable value
| * | Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio2019-12-291-1/+1
| |/ | | | | | | This also improves the related documentation.
* | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixesRémi Verschelde2019-12-302-2/+8
|\ \ | | | | | | [Docs] Description updates for Node2D & Object
| * | [Docs] Description updates for Node2D & ObjectChris Bradfield2019-12-262-2/+8
| | |
* | | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docsRémi Verschelde2019-12-302-2/+2
|\ \ \ | | | | | | | | add area_shape_entered usage
| * | | add area_shape_entered usageLakshay Angrish2019-12-262-2/+2
| | |/ | |/|
* | | Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_docRémi Verschelde2019-12-301-1/+2
|\ \ \ | | | | | | | | add AngelCode format in BitmapFont doc's description
| * | | add AngelCode format in BitmapFont doc's descriptionLakshay Angrish2019-12-261-1/+2
| |/ /
* | | Merge pull request #34593 from Calinou/doc-httprequest-json-exampleRémi Verschelde2019-12-301-0/+21
|\ \ \ | | | | | | | | Add an example of using HTTPRequest to contact a REST API
| * | | Add an example of using HTTPRequest to contact a REST APIHugo Locurcio2019-12-241-0/+21
| |/ / | | | | | | | | | | | | We already had an example to download and display an image, but having another example dedicated to REST APIs doesn't hurt.
* | | Merge pull request #34590 from willnationsdev/kcRémi Verschelde2019-12-302-2/+2
|\ \ \ | | | | | | | | Fix KinematicCollision docs mislabeling an ObjectID as an RID.
| * | | Fix KinematicCollision docs mislabeling an ObjectID as an RID.willnationsdev2019-12-242-2/+2
| | | |
* | | | Merge pull request #34576 from rcorre/imgeo-coordsRémi Verschelde2019-12-301-1/+1
|\ \ \ \ | | | | | | | | | | Clarify ImmediateGeometry.add_vertex.
| * | | | Clarify ImmediateGeometry.add_vertex.Ryan Roden-Corrent2019-12-231-1/+1
| | |/ / | |/| | | | | | | | | | | | | | It isn't obvious whether you should add vertices in global coordinates, or local to the ImmediateGeometry Node.
* | | | Merge pull request #34571 from rcorre/array_returnsRémi Verschelde2019-12-301-4/+4
|\ \ \ \ | |/ / / |/| | | Be more specific about array return values.
| * | | Be more specific about array return values.Ryan Roden-Corrent2019-12-221-4/+4
| | | | | | | | | | | | | | | | | | | | The prior docs weren't clear if {pop_,}{front,back} would fail or return `null` on an empty array.
* | | | Merge pull request #34090 from Calinou/doc-improve-basisRémi Verschelde2019-12-221-2/+7
|\ \ \ \ | |/ / / |/| | | Improve the Basis class documentation
| * | | Improve the Basis class documentationHugo Locurcio2019-12-221-2/+7
| | | |
* | | | Fix the Node `process_priority` description to match actual behaviorHugo Locurcio2019-12-221-1/+1
| | | | | | | | | | | | | | | | This closes #34531.
* | | | Merge pull request #34400 from alexchond/alexchonRémi Verschelde2019-12-221-0/+1
|\ \ \ \ | | | | | | | | | | Document DUPLICATE_USE_INSTANCING #2770
| * | | | DUPlICATE_USING_INSTANCE documentation updatealexchond2019-12-191-1/+1
| | | | |
| * | | | Document DUPLICATE_USE_INSTANCING #2770alexchond2019-12-171-0/+1
| | | | |
* | | | | Merge pull request #34413 from Zacxalot/vehiclewheel-tooltipRémi Verschelde2019-12-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update VehicleWheel.xml
| * | | | | Update VehicleWheel.xmlZacxalot2019-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | VehicleWheels roll influence values in the tool tip were the wron way round.
* | | | | | Merge pull request #34498 from KoBeWi/bad_ideaRémi Verschelde2019-12-211-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mention that bbcode_text += string is a bad idea
| * | | | | | Mention that bbcode_text += string is a bad ideaTomasz Chabora2019-12-211-0/+1
| | | | | | |
* | | | | | | Mention how to handle cancel in ConfirmationDialogTomasz Chabora2019-12-211-0/+4
|/ / / / / /
* | | | | | Merge pull request #34357 from clayjohn/DOCS-VisualServerRémi Verschelde2019-12-201-0/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Updated docs for many VisualServer methods
| * | | | | | Updated docs for many VisualServer methodsclayjohn2019-12-191-0/+51
| | | | | | |
* | | | | | | Updates docs of AABB and PlaneHaoyu Qiu2019-12-182-5/+10
| | | | | | |
* | | | | | | Merge pull request #34412 from flyingpimonster/docs-optionbuttonRémi Verschelde2019-12-181-8/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Docs: OptionButton
| * | | | | | Docs: OptionButtonJames Westman2019-12-171-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
* | | | | | | Improve the `KEY_MASK_CMD` documentationHugo Locurcio2019-12-171-1/+1
|/ / / / / /
* | / / / / doc: Sync classref with current sourceRémi Verschelde2019-12-176-22/+28
| |/ / / / |/| | | |
* | | | | Merge pull request #34269 from KoBeWi/scrolling_peepsRémi Verschelde2019-12-161-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Scroll ScrollContainer to focused children
| * | | | | Scroll ScrollContainer to focused childrenTomasz Chabora2019-12-111-0/+7
| | | | | |
* | | | | | Merge pull request #34372 from KoBeWi/how_to_graphnodeRémi Verschelde2019-12-161-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mention how to add slots to GraphNode