summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2017-10-21Rename RayCasts collision_layer to collision_maskPedro J. Estébanez
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed.
2017-10-21Added the 2D Joint docsGrosskopf
2017-10-21makerst: Remove stray spaces in method signaturesRémi Verschelde
2017-10-21makerst: Add support for [member] and [signal]Rémi Verschelde
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
Fixes #11517.
2017-10-21classref: Sync with current sourceRémi Verschelde