summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-09-12Merge pull request #11140 from deliciousfudge/boneattachment-docsRémi Verschelde
Document methods for the BoneAttachment and IP classes [ci skip]
2017-09-12Merge pull request #11181 from cbscribe/kcc_tilemap_docRémi Verschelde
Update TileMap class ref. [ci skip]
2017-09-12Merge pull request #11082 from cbscribe/kcc_raycast2d_docRémi Verschelde
Update RayCast2D class ref [ci skip]
2017-09-12Merge pull request #11135 from willnationsdev/area2d-docsPoommetee Ketson
Area2D Documentation + constants in _bind_methods
2017-09-12Merge pull request #11117 from cbscribe/kcc_timer_docPoommetee Ketson
Update Timer class ref.
2017-09-12Merge pull request #11113 from cbscribe/kcc_texturerect_docPoommetee Ketson
Update TextureRect class ref
2017-09-12Merge pull request #11085 from cbscribe/kcc_raycast_docPoommetee Ketson
Update RayCast class ref
2017-09-11Update TileMap class ref.Chris Bradfield
2017-09-12Rewrite the methods section of the IP classRoger Smith
Document methods for the BoneAttachment class Fix indentation issues present in IP and BoneAttachment class doc commits Further indentation corrections to the IP and BoneAttachment classes
2017-09-11Updated Area2D docs and added enum constants to scriptingWill Nations
2017-09-11Update RayCast class refChris Bradfield
2017-09-11Update RayCast2D class ref.Chris Bradfield
2017-09-11Documented 'resource_changed' for CollisionShapeNathan Warden
2017-09-12Merge pull request #11097 from GDquest/control-docsPoommetee Ketson
rewrite the Control node's class description, improve some others
2017-09-12Merge pull request #11098 from oOo0oOo/classref-editPoommetee Ketson
Added documentation for PrimitiveMeshes
2017-09-12Merge pull request #11100 from NathanWarden/rigidbody_docsPoommetee Ketson
Updated the 'members' documentation for Rigidbody.
2017-09-12Merge pull request #11101 from n-pigeon/spatial-docPoommetee Ketson
Documented Spatial node.
2017-09-12Merge pull request #11105 from NathanWarden/static_body_docsPoommetee Ketson
Updated documentation for StaticBody.
2017-09-12Merge pull request #11107 from hpvb/document-inputeventPoommetee Ketson
Correct InputEvent documentation
2017-09-12Merge pull request #11112 from LikeLakers2/masterPoommetee Ketson
Make Node.queue_free's documentation description a little more verbose
2017-09-12Merge pull request #11115 from hpvb/document-line2dPoommetee Ketson
Document Line2D
2017-09-12Merge pull request #11120 from cbscribe/kcc_lightoccluder2d_docPoommetee Ketson
Update LightOccluder2D class ref
2017-09-12Merge pull request #11134 from notonfire/script-docPoommetee Ketson
Document the Script and GDScript classes
2017-09-12Merge pull request #11139 from djrm/pr_docsPoommetee Ketson
Added documentation for some clases (Variant, ToolButton, Button (partial), GradientTexture, BitMap, CollisionShape2D, CollisionShape)
2017-09-11Documented Transform and Transform2D.Przemysław Gołąb (n-pigeon)
2017-09-10Added documentation for some clasesDaniel J. Ramirez
Variant, ToolButton, Button, GradientTexture, BitMap Added documentation for CollisionShape(2D)
2017-09-10Document the Script and GDScript classesRyan Phillips
2017-09-10Added docs for PrimitiveMeshOliver Dressler
2017-09-09Merge branch 'master' of git://github.com/godotengine/godot into ↵Chris Bradfield
kcc_lightoccluder2d_doc
2017-09-09Update Timer class ref.Chris Bradfield
2017-09-09Update LightOccluder2D class refChris Bradfield
2017-09-09Document Line2DHein-Pieter van Braam
2017-09-09Update TextureRect class refChris Bradfield
2017-09-09Use gdquest's suggestionsLikeLakers2
2017-09-09Documented Spatial node.Przemysław Gołąb (n-pigeon)
2017-09-09Correct InputEvent documentationHein-Pieter van Braam
2017-09-09Updated documentation for StaticBody.Nathan Warden
2017-09-09Updated the 'members' documentation for Rigidbody.Nathan Warden
2017-09-09improve some descriptions for the Control nodeNathan
2017-09-08ClassRef: fill in the blanksPoommetee Ketson
2017-09-06doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-05Escape special character in classes.xmlIgnacio Etcheverry
2017-09-04Merge pull request #10912 from toger5/doc_sbfRémi Verschelde
documented StyleBoxFlat [ci skip]
2017-09-04documented StyleBoxFlattoger5
2017-09-03Add note to Array#sort_custom about the dangers of using random return valuesJared A. Scheel
2017-09-03doc: Sync classref to fix default args and enum returnsRémi Verschelde
Following #10903 and #10906.
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-09-02doc: Sync classref with current sourceRémi Verschelde
Lots of changes due to new MethodBind logic, a few issues here and there that will need to be fixed later on (wrong default values, imprecise return types).
2017-09-01Fix typo 'inetria' to 'inertia'Poommetee Ketson
2017-08-31unified draw_center naming for (9patch,StyleBoxes)toger5
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled