summaryrefslogtreecommitdiff
path: root/doc/classes/Shape2D.xml
AgeCommit message (Expand)Author
2022-10-20Expose Shape2D::get_rect to scriptingsquash
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-09[doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-05-13Document Shape2D's collide_and_get_contacts() and collide_with_motion_and_get...SnailRhymer
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-12-07Add physics solver settings to project settingsPouleyKetchoupp
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-04-15Bind Shape2D draw methodAndrii Doroshenko (Xrayez)
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-12-10Improve the Shape/Shape2D classes documentationHugo Locurcio
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-18GDScript: Fix return value of "lerp" builtinRémi Verschelde
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2018-09-16[DOCS] Classref additions and consistency fixesChris Bradfield
2018-06-12Add support for tutorial links to makerst.pyrobojumper
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-09-13doc: Sync classref with current sourceRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky