summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-01-03Merge pull request #34747 from rcorre/add_child_ownerRémi Verschelde
Add note about add_child and owner.
2020-01-02Add note about add_child and owner.Ryan Roden-Corrent
Resolves #34739.
2020-01-02Merge pull request #34736 from cbscribe/kcc_doc_fixesRémi Verschelde
[DOCS] Class reference typos and fixes.
2020-01-02[DOCS] Class reference typos and fixes.Chris Bradfield
2020-01-02Allows to doc vararg method return type as voidHaoyu Qiu
2019-12-31Improves ItemListHaoyu Qiu
* 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`
2019-12-30Merge pull request #34572 from KoBeWi/I_give_upRémi Verschelde
Make new ScrollContainer focus behavior optional
2019-12-30Merge pull request #34700 from Calinou/doc-input-device-touchscreen-idRémi Verschelde
Document how to distinguish emulated mouse events from physical ones
2019-12-30Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docsRémi Verschelde
shadow_item_cull_mask should reference light mask
2019-12-30Merge pull request #34682 from Calinou/os-exit-code-nonportable-warningRémi Verschelde
Print a warning message if `OS.exit_code` is set to a non-portable value
2019-12-30Merge pull request #34621 from cbscribe/kcc_misc_doc_fixesRémi Verschelde
[Docs] Description updates for Node2D & Object
2019-12-30Merge pull request #34615 from lakshay-angrish/area_shape_entered-docsRémi Verschelde
add area_shape_entered usage
2019-12-30Make new ScrollContainer focus behavior optionalTomasz Chabora
2019-12-30Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_docRémi Verschelde
add AngelCode format in BitmapFont doc's description
2019-12-30Merge pull request #34593 from Calinou/doc-httprequest-json-exampleRémi Verschelde
Add an example of using HTTPRequest to contact a REST API
2019-12-30Merge pull request #34590 from willnationsdev/kcRémi Verschelde
Fix KinematicCollision docs mislabeling an ObjectID as an RID.
2019-12-30Merge pull request #34576 from rcorre/imgeo-coordsRémi Verschelde
Clarify ImmediateGeometry.add_vertex.
2019-12-30Merge pull request #34571 from rcorre/array_returnsRémi Verschelde
Be more specific about array return values.
2019-12-30Document how to distinguish emulated mouse events from physical onesHugo Locurcio
Mouse events emulated from a touchscreen will always have a device ID of -1.
2019-12-29shadow_item_cull_mask should reference light maskFabian Keller
2019-12-29Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio
This also improves the related documentation.
2019-12-26[Docs] Description updates for Node2D & ObjectChris Bradfield
2019-12-26add area_shape_entered usageLakshay Angrish
2019-12-26add AngelCode format in BitmapFont doc's descriptionLakshay Angrish
2019-12-24Add an example of using HTTPRequest to contact a REST APIHugo Locurcio
We already had an example to download and display an image, but having another example dedicated to REST APIs doesn't hurt.
2019-12-24Fix KinematicCollision docs mislabeling an ObjectID as an RID.willnationsdev
2019-12-23Clarify ImmediateGeometry.add_vertex.Ryan Roden-Corrent
It isn't obvious whether you should add vertices in global coordinates, or local to the ImmediateGeometry Node.
2019-12-22Be more specific about array return values.Ryan Roden-Corrent
The prior docs weren't clear if {pop_,}{front,back} would fail or return `null` on an empty array.
2019-12-22Merge pull request #34090 from Calinou/doc-improve-basisRémi Verschelde
Improve the Basis class documentation
2019-12-22Improve the Basis class documentationHugo Locurcio
2019-12-22Fix the Node `process_priority` description to match actual behaviorHugo Locurcio
This closes #34531.
2019-12-22Merge pull request #34400 from alexchond/alexchonRémi Verschelde
Document DUPLICATE_USE_INSTANCING #2770
2019-12-22Merge pull request #34413 from Zacxalot/vehiclewheel-tooltipRémi Verschelde
Update VehicleWheel.xml
2019-12-21Merge pull request #34498 from KoBeWi/bad_ideaRémi Verschelde
Mention that bbcode_text += string is a bad idea
2019-12-21Mention that bbcode_text += string is a bad ideaTomasz Chabora
2019-12-21Mention how to handle cancel in ConfirmationDialogTomasz Chabora
2019-12-20Merge pull request #34357 from clayjohn/DOCS-VisualServerRémi Verschelde
Updated docs for many VisualServer methods
2019-12-19Updated docs for many VisualServer methodsclayjohn
2019-12-19DUPlICATE_USING_INSTANCE documentation updatealexchond
2019-12-18Updates docs of AABB and PlaneHaoyu Qiu
2019-12-18Merge pull request #34412 from flyingpimonster/docs-optionbuttonRémi Verschelde
Docs: OptionButton
2019-12-17Update VehicleWheel.xmlZacxalot
VehicleWheels roll influence values in the tool tip were the wron way round.
2019-12-17Docs: OptionButtonJames Westman
Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2019-12-17Improve the `KEY_MASK_CMD` documentationHugo Locurcio
2019-12-17Document DUPLICATE_USE_INSTANCING #2770alexchond
2019-12-17doc: Sync classref with current sourceRémi Verschelde
2019-12-16Merge pull request #34269 from KoBeWi/scrolling_peepsRémi Verschelde
Scroll ScrollContainer to focused children
2019-12-16Merge pull request #34372 from KoBeWi/how_to_graphnodeRémi Verschelde
Mention how to add slots to GraphNode
2019-12-15Mention how to add slots to GraphNodeTomasz Chabora
2019-12-15Document that translated does not behave like rotated or scaledAaron Franke