| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 2017-11-13 | 2 | -20/+9 | |
| | | | | | ||||||
| * | | | | classref: Sync with current source | Rémi Verschelde | 2017-11-13 | 21 | -121/+372 | |
| |/ / / | | | | | | | | | | [ci skip] | |||||
| * | | | Merge pull request #12862 from YeldhamDev/text_property | Rémi Verschelde | 2017-11-12 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | Made text in TextEdit a property | |||||
| | * | | | Made text in TextEdit a property. | Michael Alexsander Silva Dias | 2017-11-12 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Add support for the TAU constant. Fixes #12094. | Goutte | 2017-11-12 | 2 | -5/+8 | |
| |/ / / | ||||||
| * / / | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | 2017-11-11 | 1 | -0/+10 | |
| |/ / | ||||||
| * | | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 2017-11-11 | 2 | -0/+38 | |
| | | | | | | | | | TextEdit | |||||
| * | | Unify degree members and properties | letheed | 2017-11-10 | 5 | -18/+18 | |
| | | | ||||||
| * | | Merge pull request #12733 from NathanWarden/document_object | Chris Bradfield | 2017-11-08 | 1 | -22/+33 | |
| |\ \ | | | | | | | [DOCS] Object | |||||
| | * | | [DOCS] Object | Nathan Warden | 2017-11-08 | 1 | -22/+33 | |
| | |/ | ||||||
| * / | [DOCS] OS.get_unique_string(). | Max Hilbrunner | 2017-11-08 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #12636 from Chaosus/wrapdocs | Poommetee Ketson | 2017-11-06 | 1 | -0/+52 | |
| |\ | | | | | Docs for wrap functions | |||||
| | * | Docs for wrap functions | Chaosus | 2017-11-04 | 1 | -0/+52 | |
| | | | ||||||
| * | | Basic docs for Geometry plus two new functions | Bernhard Liebl | 2017-11-05 | 1 | -0/+39 | |
| |/ | ||||||
| * | AStar: implementation of get_point_connections | DmDerbin | 2017-11-04 | 1 | -0/+22 | |
| | | ||||||
| * | Proofreading: Change a usage of "specially" to "especially" | Robbie Cooper | 2017-10-31 | 1 | -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 osx | N0hbdy | 2017-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | [DOCS] Added documentation for OccluderPolygon2D | Henrique Campos | 2017-10-30 | 1 | -0/+8 | |
| | | ||||||
| * | Merge pull request #12437 from mhilbrunner/astar-setpointweightscale | Rémi Verschelde | 2017-10-29 | 1 | -1/+24 | |
| |\ | | | | | AStar: Add setters for point position and scale weight, cleanup | |||||
| | * | AStar: Add setters for point position and scale weight, cleanup | Unknown | 2017-10-27 | 1 | -1/+24 | |
| | | | ||||||
| * | | classref: Apply doctool to fix formatting | Rémi Verschelde | 2017-10-29 | 3 | -5/+10 | |
| | | | | | | | | | | | Fixes regression from #12396 which caused #12466. [ci skip] | |||||
| * | | [DOCS]Completed LineEdit.xml | MattUV | 2017-10-28 | 1 | -23/+35 | |
| | | | ||||||
| * | | Merge pull request #12396 from AntiSC2/master | Chris Bradfield | 2017-10-28 | 1 | -16/+55 | |
| |\ \ | |/ |/| | [DOCS] Add and polish up documentation for Image methods | |||||
| | * | Add and polish up documentation for Image methods | Jakob Sinclair | 2017-10-26 | 1 | -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.xml | MattUV | 2017-10-27 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge pull request #12339 from Ertain/master | Rémi Verschelde | 2017-10-27 | 1 | -3/+20 | |
| |\ \ | | | | | | | Added descriptions for some methods. | |||||
| | * | | Added descriptions to RichTextLabel | Jason Anderson | 2017-10-25 | 1 | -3/+20 | |
| | | | | ||||||
| * | | | Merge pull request #12422 from eska014/httpclient-api | Rémi Verschelde | 2017-10-26 | 1 | -18/+0 | |
| |\ \ \ | |_|/ |/| | | Remove HTTPClient::send_body_text and ::send_body_data | |||||
| | * | | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | 2017-10-26 | 1 | -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 members | Henrique Campos | 2017-10-26 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | | Also fixed typo in AudioEffectFilter. [ci skip] | |||||
| * | | | Merge pull request #12405 from Jerome67000/clean_getnodetype | Rémi Verschelde | 2017-10-26 | 1 | -6/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Removes Script::get_node_type() [ci skip] | |||||
| | * | | | Removes Script::get_node_type() | Jerome67000 | 2017-10-25 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | used before GDScript, with squirrel apparently | |||||
| * | | | | Merge pull request #12375 from NathanWarden/cubemap_docs | Chris Bradfield | 2017-10-25 | 1 | -0/+8 | |
| |\ \ \ \ | |/ / / |/| | | | [DOCS] CubeMap | |||||
| | * | | | [DOCS] CubeMap | Nathan Warden | 2017-10-24 | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | classref: Sync with current source | Rémi Verschelde | 2017-10-24 | 7 | -77/+175 | |
| | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Fix example code for EditorImportPlugin | volzhs | 2017-10-25 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #12330 from Jerome67000/docs_basebutton | Rémi Verschelde | 2017-10-23 | 1 | -2/+9 | |
| |\ \ \ | | | | | | | | | | | | | | | | | [DOCS] BaseButton [ci skip] | |||||
| | * | | | [DOCS] BaseButton | Jerome67000 | 2017-10-23 | 1 | -2/+9 | |
| | | | | | ||||||
| * | | | | Revert "Rename Schlick GGX to GGX." | Rémi Verschelde | 2017-10-23 | 1 | -1/+1 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #12336 from mhilbrunner/docs-globalscope | Chris Bradfield | 2017-10-22 | 1 | -4/+150 | |
| |\ \ \ | | | | | | | | | [DOCS] @GlobalScope | |||||
| | * | | | [DOCS] @GlobalScope | mhilbrunner | 2017-10-23 | 1 | -4/+150 | |
| | | | | | ||||||
| * | | | | Merge pull request #12318 from mhilbrunner/docs-remotetransform | Chris Bradfield | 2017-10-22 | 2 | -0/+16 | |
| |\ \ \ \ | | | | | | | | | | | [DOCS] RemoteTransform & RemoteTransform2D | |||||
| | * | | | | [DOCS] RemoteTransform & RemoteTransform2D | mhilbrunner | 2017-10-23 | 2 | -0/+16 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #12331 from mhilbrunner/docs-editorscript | Chris Bradfield | 2017-10-22 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | [DOCS] EditorScript: Small formatting fixes | |||||
| | * | | | | [DOCS] EditorScript: Small formatting fixes | mhilbrunner | 2017-10-23 | 1 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #12306 from Grosskopf/various-docs | Chris Bradfield | 2017-10-22 | 7 | -64/+85 | |
| |\ \ \ \ | | | | | | | | | | | [DOCS] added several small docs | |||||
| | * | | | | Added various docs, mostly mathematical basics | Grosskopf | 2017-10-23 | 7 | -64/+85 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #12305 from Grosskopf/arvr-docs | Chris Bradfield | 2017-10-22 | 5 | -0/+10 | |
| |\ \ \ \ | |_|/ / |/| | | | [DOCS] added some arvr docs | |||||
| | * | | | added some arvr docs | Grosskopf | 2017-10-23 | 5 | -0/+10 | |
| | | | | | ||||||
| * | | | | Merge pull request #12328 from mhilbrunner/docs-string | Chris Bradfield | 2017-10-22 | 1 | -59/+84 | |
| |\ \ \ \ | | | | | | | | | | | [DOCS] String | |||||
