summaryrefslogtreecommitdiff
path: root/doc/classes/Area2D.xml
AgeCommit message (Expand)Author
2023-02-10Merge pull request #68905 from jaymehta-g/area-node-description-typoMatthew
2023-02-07Second revision of area node descJay Mehta
2023-01-29Replace Area gravity point distance scale with unit distanceAaron Franke
2022-12-12Improve signal documentation for Area2D/3DYuri Sizov
2022-11-20Revise Area node brief descriptionsJay Mehta
2022-11-19Changed Area2D node descriptionJay Mehta
2022-09-10Implement Area.has_overlapping_*VolTer
2022-08-23Document behavior of areas with concave shapesRicardo Buring
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-03-03Merge pull request #57478 from FelixNemis/physics-signal-doc-fixRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-01Clarify Area2D/Area3D `overlaps_area()`/`overlaps_body()` documentationHugo Locurcio
2022-01-31Fix recommended snippet for getting collisionshape node in body/area signal docsCharlie Burnham
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-09Separate space override modes for gravity/damping in AreaPouleyKetchoupp
2021-10-23Improve area method descriptionsskyace65
2021-10-14Improve area/body_shape_entered/exited signals parameter names and docMaxime Lapointe
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-23Fix doc typosNicholas Huelin
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-10Let var2str display StringName with correct sigilJonathan Gollnick
2021-05-18Merge pull request #42742 from madmiraal/fix-12215Rémi Verschelde
2021-05-18Area: Uncap the range for gravity and change the slider hintsAaron Franke
2021-05-05Increase the default 2D gravity to 980.0Hugo Locurcio
2021-04-20Move collision layer and mask into CollisionObject.Marcel Admiraal
2021-04-18Put physics override parameters in their own group and document that areas ca...Lightning_A
2021-03-06Return RID instead of Object id in area-body_shape_entered-exited signals.Marcel Admiraal
2021-02-24Use a more specific type for Area2D/3D body signalsAaron Franke
2021-01-09Rename the final parameter of area_shape_entered-exited local_shape.Marcel Admiraal
2021-01-09Update area-body_shape_entered-exited signal documentation.Marcel Admiraal
2020-10-13Correct the doc about linear dampingTomasz Chabora
2020-10-01Link to demos from within the class referenceAaron Franke
2020-08-31Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-03Reference the online documentation in collision layer/mask propertiesHugo Locurcio
2020-04-24doc: Fix parsing typed arrays in makerst.pyRémi Verschelde
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-12-26add area_shape_entered usageLakshay Angrish
2019-10-31Added link to Area2D tutorial in documentation.Derwent Ready (drentsoft)
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
2019-06-24Area2D: Fix argument type of body_* signalsRémi Verschelde
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-05Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde