summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-09-13Merge pull request #11209 from djrm/pr_docsRémi Verschelde
Added documentation for ClassDB and Marshalls [ci skip]
2017-09-13Added documentation for ClassDB and MarshallsDaniel J. Ramirez
2017-09-13doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-12Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky
possible to save module files in module directories and the build system will recognize them.
2017-09-12Documentation for AtlasTexture.Julian Murgia
2017-09-12Merged docs and small correction to lowdpi feature (it supports windows now)Juan Linietsky
2017-09-12Fixed conflict in len() functionJuan Linietsky
2017-09-12Document AStar (#11056)Franco Falleti
Add code examples
2017-09-12Merge pull request #11106 from hpvb/documentation-fix-poolarraysRémi Verschelde
Correct the Pool*Array documentation
2017-09-12Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorusaarroz
2017-09-12Merge pull request #11083 from BastiaanOlij/doc_arvr_serverRémi Verschelde
Added documentation for the ARVR server classes
2017-09-12Changed/Added descriptions in @GDScript. Added examples. Fixed return types ↵William Taylor
of two … (#11146) Doc: Improved descriptions in GDScript docs Added examples and fixed return types of two methods.
2017-09-12Merge pull request #11144 from deliciousfudge/thread-docsRémi Verschelde
Rewrite the methods section of the Thread class [ci skip]
2017-09-12rewrite the methods and member variables for the Node2D classNathan
2017-09-12Added documentation for the ARVR server classesBastiaan Olij
2017-09-12Merge pull request #11028 from mrawlingst/color-RGBA32Rémi Verschelde
Change Color.to_32() to Color.to_rgba32() and lowercase other functions
2017-09-12Merge pull request #11108 from oOo0oOo/docs-meshesRémi Verschelde
Added docs for Mesh and MeshInstance
2017-09-12Merge pull request #11051 from mrawlingst/classref-colorrectRémi Verschelde
Update ColorRect class ref documentation
2017-09-12Merge pull request #11023 from mrawlingst/classref-colorRémi Verschelde
Update Color class ref documentation [ci skip]
2017-09-12Added Mesh docsOliver Dressler
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-12Rewrite the methods section of the Thread classRoger Smith
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