summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-09-17Merge pull request #11279 from cbscribe/kcc_kinematiccollision_docPoommetee Ketson
Document new KinematicCollision2D class [ci skip]
2017-09-16Document new KinematicCollision2D classChris Bradfield
2017-09-17Merge pull request #11330 from cbscribe/kcc_textureprogress_docPoommetee Ketson
[DOCS] Update TextureProgress class ref
2017-09-17Merge pull request #11329 from cbscribe/kcc_visibilitynotifier2d_docPoommetee Ketson
[DOCS] update VisibilityNotifier(2D) class ref
2017-09-17Merge pull request #11324 from GDquest/ui-nodesPoommetee Ketson
[DOCS] Write and update TextureRect, Label and NinePatchRect
2017-09-17Merge pull request #11320 from bojidar-bg/x-doctool-markdownifyPoommetee Ketson
Make doc_status output a bit more markdown-friendly, hide some prints
2017-09-17Merge pull request #11312 from deliciousfudge/acceptdialog-docsPoommetee Ketson
Rewrite the documentation of AcceptDialog class
2017-09-16[DOCS] update VisibilityNotifier2D class ref.Chris Bradfield
2017-09-16Write TextureRect, Label and NinePatchRectNathan
2017-09-16Merge pull request #11255 from n-pigeon/spatial_doc_tweaksRémi Verschelde
Spatial, Transform and Transform2D documentation tweaks [ci skip]
2017-09-16[DOCS] Update TextureProgress class refChris Bradfield
2017-09-16Make doc_status output a bit more markdown-friendly, hide some printsBojidar Marinov
2017-09-16Rewrite the AcceptDialog classRoger Smith
2017-09-16doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-15Update doc status generator.Daniel J. Ramirez
[ciskip]
2017-09-15Spatial, Transform and Transform2D documentation tweaksPrzemysław Gołąb (n-pigeon)
2017-09-14Fix 2 typosJeroen
2017-09-13doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-13Merge pull request #11226 from StraToN/docssprint-atlastexture-2Rémi Verschelde
Documentation for AtlasTexture.
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-13Documentation for AtlasTexture.Julian Murgia
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