summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2017-11-17Adding ability for single meta hoveringWill Nations
2017-11-06Merge pull request #12636 from Chaosus/wrapdocsPoommetee Ketson
Docs for wrap functions
2017-11-05Basic docs for Geometry plus two new functionsBernhard Liebl
2017-11-04Docs for wrap functionsChaosus
2017-11-04AStar: implementation of get_point_connectionsDmDerbin
2017-10-31Proofreading: Change a usage of "specially" to "especially"Robbie Cooper
See PR godotengine/godot-docs#561. This file generates documentation touched by that PR, so must be changed to stay in sync. I couldn't find any other usages in this repo that needed changing. I looked in all files matching *.cpp *.h *.md *.txt *.xml *.html *.rst.
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-30[DOCS] Added documentation for OccluderPolygon2DHenrique Campos
2017-10-29Merge pull request #12437 from mhilbrunner/astar-setpointweightscaleRémi Verschelde
AStar: Add setters for point position and scale weight, cleanup
2017-10-29classref: Apply doctool to fix formattingRémi Verschelde
Fixes regression from #12396 which caused #12466. [ci skip]
2017-10-28[DOCS]Completed LineEdit.xmlMattUV
2017-10-28Merge pull request #12396 from AntiSC2/masterChris Bradfield
[DOCS] Add and polish up documentation for Image methods
2017-10-27AStar: Add setters for point position and scale weight, cleanupUnknown
2017-10-27[DOCS] Corrected some typing mistakes on Node2D.xmlMattUV
2017-10-27Merge pull request #12339 from Ertain/masterRémi Verschelde
Added descriptions for some methods.
2017-10-26Merge pull request #12422 from eska014/httpclient-apiRémi Verschelde
Remove HTTPClient::send_body_text and ::send_body_data
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
2017-10-26Add and polish up documentation for Image methodsJakob Sinclair
Written new documentation for undocumented methods. The already documented methods seemed to follow a very old style and changed them to fit the new guidelines for documentation. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-26Added description for camera2D missing membersHenrique Campos
Also fixed typo in AudioEffectFilter. [ci skip]
2017-10-26Merge pull request #12405 from Jerome67000/clean_getnodetypeRémi Verschelde
Removes Script::get_node_type() [ci skip]
2017-10-25Added descriptions to RichTextLabelJason Anderson
2017-10-25Removes Script::get_node_type()Jerome67000
used before GDScript, with squirrel apparently
2017-10-25Merge pull request #12375 from NathanWarden/cubemap_docsChris Bradfield
[DOCS] CubeMap
2017-10-24[DOCS] CubeMapNathan Warden
2017-10-24classref: Sync with current sourceRémi Verschelde
[ci skip]
2017-10-25Fix example code for EditorImportPluginvolzhs
2017-10-23Merge pull request #12330 from Jerome67000/docs_basebuttonRémi Verschelde
[DOCS] BaseButton [ci skip]
2017-10-23Revert "Rename Schlick GGX to GGX."Rémi Verschelde
2017-10-22Merge pull request #12336 from mhilbrunner/docs-globalscopeChris Bradfield
[DOCS] @GlobalScope
2017-10-22Merge pull request #12318 from mhilbrunner/docs-remotetransformChris Bradfield
[DOCS] RemoteTransform & RemoteTransform2D
2017-10-23[DOCS] RemoteTransform & RemoteTransform2Dmhilbrunner
2017-10-23[DOCS] @GlobalScopemhilbrunner
2017-10-22Merge pull request #12331 from mhilbrunner/docs-editorscriptChris Bradfield
[DOCS] EditorScript: Small formatting fixes
2017-10-22Merge pull request #12306 from Grosskopf/various-docsChris Bradfield
[DOCS] added several small docs
2017-10-22Merge pull request #12305 from Grosskopf/arvr-docsChris Bradfield
[DOCS] added some arvr docs
2017-10-23added some arvr docsGrosskopf
2017-10-23Added various docs, mostly mathematical basicsGrosskopf
2017-10-23[DOCS] EditorScript: Small formatting fixesmhilbrunner
2017-10-22Merge pull request #12328 from mhilbrunner/docs-stringChris Bradfield
[DOCS] String
2017-10-23[DOCS] BaseButtonJerome67000
2017-10-23[DOCS] Stringmhilbrunner
2017-10-22Merge pull request #12315 from Jerome67000/docs_parallaxChris Bradfield
[DOCS] ParallaxBackground and ParallaxLayer
2017-10-22[DOCS] ParallaxBackground and ParallaxLayerJerome67000
2017-10-22classref: Sync with current sourceRémi Verschelde
Also fix hyperlink references to same class as per the guidelines. [ci skip]
2017-10-22Merge pull request #12150 from Grosskopf/2D-joints-docsNathan Lovato
[DOCS] 2D joints docs
2017-10-22Added description to Audio Filter EffectsHenrique Campos
Also doccumented Filter member variables and methods. [ci skip]
2017-10-22Added descriptions to some members of Camera2DStephen Ednave
2017-10-22Merge pull request #12273 from willnationsdev/tabcontainer-doc-editRémi Verschelde
[DOCS] Updated the TabContainer docs for depth and readability [ci skip]
2017-10-22updated the TabContainer docs for depth and readability.Will Nations
2017-10-21Rename Schlick GGX to GGX.Ferenc Arn
Schlick's approximation and GGX are orthogonal concepts. Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it. The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig.