aboutsummaryrefslogtreecommitdiff
path: root/doc/classes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-132-20/+9
| | | |
* | | | classref: Sync with current sourceRémi Verschelde2017-11-1321-121/+372
|/ / / | | | | | | | | | [ci skip]
* | | Merge pull request #12862 from YeldhamDev/text_propertyRémi Verschelde2017-11-121-0/+3
|\ \ \ | | | | | | | | Made text in TextEdit a property
| * | | Made text in TextEdit a property.Michael Alexsander Silva Dias2017-11-121-0/+3
| | | |
* | | | Add support for the TAU constant. Fixes #12094.Goutte2017-11-122-5/+8
|/ / /
* / / Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-111-0/+10
|/ /
* | add context menu enable getters, setters, and properties in LineEdit and ↵Ian2017-11-112-0/+38
| | | | | | | | TextEdit
* | Unify degree members and propertiesletheed2017-11-105-18/+18
| |
* | Merge pull request #12733 from NathanWarden/document_objectChris Bradfield2017-11-081-22/+33
|\ \ | | | | | | [DOCS] Object
| * | [DOCS] ObjectNathan Warden2017-11-081-22/+33
| |/
* / [DOCS] OS.get_unique_string().Max Hilbrunner2017-11-081-1/+1
|/
* Merge pull request #12636 from Chaosus/wrapdocsPoommetee Ketson2017-11-061-0/+52
|\ | | | | Docs for wrap functions
| * Docs for wrap functionsChaosus2017-11-041-0/+52
| |
* | Basic docs for Geometry plus two new functionsBernhard Liebl2017-11-051-0/+39
|/
* AStar: implementation of get_point_connectionsDmDerbin2017-11-041-0/+22
|
* Proofreading: Change a usage of "specially" to "especially"Robbie Cooper2017-10-311-1/+1
| | | | | | 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.
* Add Colemak keybindings to editor for osxN0hbdy2017-10-301-1/+1
|
* [DOCS] Added documentation for OccluderPolygon2DHenrique Campos2017-10-301-0/+8
|
* Merge pull request #12437 from mhilbrunner/astar-setpointweightscaleRémi Verschelde2017-10-291-1/+24
|\ | | | | AStar: Add setters for point position and scale weight, cleanup
| * AStar: Add setters for point position and scale weight, cleanupUnknown2017-10-271-1/+24
| |
* | classref: Apply doctool to fix formattingRémi Verschelde2017-10-293-5/+10
| | | | | | | | | | Fixes regression from #12396 which caused #12466. [ci skip]
* | [DOCS]Completed LineEdit.xmlMattUV2017-10-281-23/+35
| |
* | Merge pull request #12396 from AntiSC2/masterChris Bradfield2017-10-281-16/+55
|\ \ | |/ |/| [DOCS] Add and polish up documentation for Image methods
| * Add and polish up documentation for Image methodsJakob Sinclair2017-10-261-16/+55
| | | | | | | | | | | | | | | | 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>
* | [DOCS] Corrected some typing mistakes on Node2D.xmlMattUV2017-10-271-4/+4
| |
* | Merge pull request #12339 from Ertain/masterRémi Verschelde2017-10-271-3/+20
|\ \ | | | | | | Added descriptions for some methods.
| * | Added descriptions to RichTextLabelJason Anderson2017-10-251-3/+20
| | |
* | | Merge pull request #12422 from eska014/httpclient-apiRémi Verschelde2017-10-261-18/+0
|\ \ \ | |_|/ |/| | Remove HTTPClient::send_body_text and ::send_body_data
| * | Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause2017-10-261-18/+0
| | | | | | | | | | | | | | | These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
* | | Added description for camera2D missing membersHenrique Campos2017-10-262-4/+8
| | | | | | | | | | | | | | | Also fixed typo in AudioEffectFilter. [ci skip]
* | | Merge pull request #12405 from Jerome67000/clean_getnodetypeRémi Verschelde2017-10-261-6/+0
|\ \ \ | | | | | | | | | | | | | | | | Removes Script::get_node_type() [ci skip]
| * | | Removes Script::get_node_type()Jerome670002017-10-251-6/+0
| | | | | | | | | | | | | | | | used before GDScript, with squirrel apparently
* | | | Merge pull request #12375 from NathanWarden/cubemap_docsChris Bradfield2017-10-251-0/+8
|\ \ \ \ | |/ / / |/| | | [DOCS] CubeMap
| * | | [DOCS] CubeMapNathan Warden2017-10-241-0/+8
| | | |
* | | | classref: Sync with current sourceRémi Verschelde2017-10-247-77/+175
| | | | | | | | | | | | | | | | [ci skip]
* | | | Fix example code for EditorImportPluginvolzhs2017-10-251-2/+2
|/ / /
* | | Merge pull request #12330 from Jerome67000/docs_basebuttonRémi Verschelde2017-10-231-2/+9
|\ \ \ | | | | | | | | | | | | | | | | [DOCS] BaseButton [ci skip]
| * | | [DOCS] BaseButtonJerome670002017-10-231-2/+9
| | | |
* | | | Revert "Rename Schlick GGX to GGX."Rémi Verschelde2017-10-231-1/+1
| |_|/ |/| |
* | | Merge pull request #12336 from mhilbrunner/docs-globalscopeChris Bradfield2017-10-221-4/+150
|\ \ \ | | | | | | | | [DOCS] @GlobalScope
| * | | [DOCS] @GlobalScopemhilbrunner2017-10-231-4/+150
| | | |
* | | | Merge pull request #12318 from mhilbrunner/docs-remotetransformChris Bradfield2017-10-222-0/+16
|\ \ \ \ | | | | | | | | | | [DOCS] RemoteTransform & RemoteTransform2D
| * | | | [DOCS] RemoteTransform & RemoteTransform2Dmhilbrunner2017-10-232-0/+16
| | |_|/ | |/| |
* | | | Merge pull request #12331 from mhilbrunner/docs-editorscriptChris Bradfield2017-10-221-2/+2
|\ \ \ \ | | | | | | | | | | [DOCS] EditorScript: Small formatting fixes
| * | | | [DOCS] EditorScript: Small formatting fixesmhilbrunner2017-10-231-2/+2
| |/ / /
* | | | Merge pull request #12306 from Grosskopf/various-docsChris Bradfield2017-10-227-64/+85
|\ \ \ \ | | | | | | | | | | [DOCS] added several small docs
| * | | | Added various docs, mostly mathematical basicsGrosskopf2017-10-237-64/+85
| |/ / /
* | | | Merge pull request #12305 from Grosskopf/arvr-docsChris Bradfield2017-10-225-0/+10
|\ \ \ \ | |_|/ / |/| | | [DOCS] added some arvr docs
| * | | added some arvr docsGrosskopf2017-10-235-0/+10
| | | |
* | | | Merge pull request #12328 from mhilbrunner/docs-stringChris Bradfield2017-10-221-59/+84
|\ \ \ \ | | | | | | | | | | [DOCS] String