| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #14897 from BastiaanOlij/arvr_tweaks | Rémi Verschelde | 2017-12-23 | 2 | -2/+14 |
| |\ | | | | | Few small tweaks for ARVR | ||||
| | * | Reserved controller ids 1 and 2 for left and right hand controllers and ↵ | Bastiaan Olij | 2017-12-22 | 2 | -2/+14 |
| | | | | | | | | | added new center on hmd option | ||||
| * | | [DOCS] Small fixes for Semaphore | Max Hilbrunner | 2017-12-22 | 1 | -3/+3 |
| | | | |||||
| * | | [DOCS] Small fixes for Mutex | Max Hilbrunner | 2017-12-22 | 1 | -3/+3 |
| | | | |||||
| * | | Finished the documentation for AnimationPlayer | Nathan Warden | 2017-12-22 | 1 | -0/+1 |
| | | | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-12-20 | 2 | -0/+26 |
| |/ | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-12-18 | 3 | -5/+19 |
| | | |||||
| * | Exposed LineEdit's "selection_clear" and renamed it to "deselect". | Michael Alexsander Silva Dias | 2017-12-17 | 1 | -0/+7 |
| | | |||||
| * | Bind TextEdit.deselect and update documentation | Rémi Verschelde | 2017-12-16 | 13 | -9/+257 |
| | | |||||
| * | Merge pull request #14365 from willnationsdev/camera-docs | Rémi Verschelde | 2017-12-16 | 1 | -138/+44 |
| |\ | | | | | [DOCS] Camera property changes | ||||
| | * | [DOCS] Camera property changes | Will Nations | 2017-12-11 | 1 | -138/+44 |
| | | | |||||
| * | | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde | 2017-12-16 | 2 | -2/+2 |
| |\ \ | | | | | | | Renamed navmesh_create to navmesh_add since no navmesh is created. | ||||
| | * | | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | 2017-12-15 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #14580 from Krakean/string_split_new_arg | Rémi Verschelde | 2017-12-15 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | Added third argument for String.split() function | ||||
| | * | | | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | 2017-12-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove negative limit, leave only positive and make it reflect behaviour like in Python Also limit renamed to maxsplit to match Python one. Also docs updated. Fix indent | ||||
| * | | | | Merge pull request #14646 from willnationsdev/docs4 | Noshyaar | 2017-12-15 | 4 | -14/+48 |
| |\ \ \ \ | | | | | | | | | | | [DOCS] Animation, CanvasItem, Curve3D, Curve | ||||
| | * | | | | [DOCS] Animation, CanvasItem, Curve3D, Curve | Will Nations | 2017-12-13 | 4 | -14/+48 |
| | | |_|/ | |/| | | |||||
| * | | | | [DOCS] Completed the docs for the Navigation node. | Nathan Warden | 2017-12-15 | 1 | -0/+11 |
| | |_|/ |/| | | |||||
| * | | | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde | 2017-12-14 | 3 | -30/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602. | ||||
| * | | | [DOCS] JSON: Small fixes | Max Hilbrunner | 2017-12-13 | 2 | -6/+6 |
| | | | | |||||
| * | | | Merge pull request #14530 from mhilbrunner/add-http | Noshyaar | 2017-12-12 | 1 | -1/+40 |
| |\ \ \ | | | | | | | | | HTTPClient: Add PATCH method and missing HTTP status codes | ||||
| | * | | | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | 2017-12-12 | 1 | -2/+41 |
| | | | | | |||||
| * | | | | Change statable to multistate, remove extra separator | Poommetee Ketson | 2017-12-12 | 1 | -2/+2 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #14566 from cbscribe/kcc_node_docs | Rémi Verschelde | 2017-12-12 | 1 | -51/+55 |
| |\ \ \ | |_|/ |/| | | [DOC] Update Node class ref | ||||
| | * | | [DOC] Update Node class ref | Chris Bradfield | 2017-12-11 | 1 | -51/+55 |
| | | | | |||||
| * | | | doc: Sync classref with current source | Rémi Verschelde | 2017-12-11 | 4 | -17/+42 |
| |/ / | |||||
| * | | Merge pull request #14511 from akien-mga/drop_tilemap_center_xy | Rémi Verschelde | 2017-12-11 | 1 | -32/+0 |
| |\ \ | |/ |/| | TileMap: Drop unused center_x/center_y booleans | ||||
| | * | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde | 2017-12-10 | 1 | -32/+0 |
| | | | | | | | | | | | | | Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513. | ||||
| * | | Merge pull request #14521 from mhilbrunner/docs-http | Rémi Verschelde | 2017-12-10 | 2 | -28/+101 |
| |\ \ | | | | | | | [DOCS] HTTPClient & HTTPRequest | ||||
| | * | | [DOCS] HTTPClient & HTTPRequest | mhilbrunner | 2017-12-10 | 2 | -28/+101 |
| | |/ | |||||
| * | | [DOCS] IP.xml typo fix | Max Hilbrunner | 2017-12-10 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #14524 from mhilbrunner/patch-3 | Chris Bradfield | 2017-12-10 | 1 | -2/+12 |
| |\ \ | | | | | | | [DOCS] IP | ||||
| | * | | [DOCS] IP | Max Hilbrunner | 2017-12-10 | 1 | -2/+12 |
| | | | | |||||
| * | | | [DOCS] IP_Unix | Max Hilbrunner | 2017-12-10 | 1 | -0/+2 |
| |/ / | |||||
| * / | Fix wrong return value in some virtual method bindings | Rémi Verschelde | 2017-12-10 | 5 | -6/+38 |
| |/ | |||||
| * | Merge pull request #14467 from willnationsdev/docs3 | Rémi Verschelde | 2017-12-10 | 2 | -8/+24 |
| |\ | | | | | [DOCS] ConcavePolygonShape2D, CubeMap | ||||
| | * | [DOCS] ConcavePolygonShape2D, CubeMap | Will Nations | 2017-12-09 | 2 | -8/+24 |
| | | | |||||
| * | | Fixed a typo in the Node docs | Andrew Silver | 2017-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | Fixed a typo in `remove_and_skip` [ci skip] | ||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-12-10 | 16 | -110/+236 |
| | | | |||||
| * | | Merge pull request #13310 from Grosskopf/visual-server-docs | Rémi Verschelde | 2017-12-09 | 2 | -4/+292 |
| |\ \ | | | | | | | [DOCS] Added documentation for VisualServer | ||||
| | * | | Added documentation for VisualServer | Grosskopf | 2017-12-07 | 2 | -4/+292 |
| | | | | |||||
| * | | | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | 2017-12-09 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | Added "mode_overrides_title" property to FileDialog | ||||
| | * | | | Added "mode_overrides_title" property to FileDialog. | Michael Alexsander Silva Dias | 2017-12-03 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Document MeshInstance::create_debug_tangents | Pavan Kumar | 2017-12-09 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | Also cleanup some excessive usage of hyperlinks (edit by @akien-mga). [ci skip] | ||||
| * | | | | Merge pull request #14315 from willnationsdev/animationtreeplayer-docs | Rémi Verschelde | 2017-12-09 | 2 | -8/+40 |
| |\ \ \ \ | | | | | | | | | | | [DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods | ||||
| | * | | | | [DOCS] EditorFileSystem method/signal | Will Nations | 2017-12-08 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | [DOCS] AnimationTreePlayer props/members/methods | Will Nations | 2017-12-08 | 1 | -8/+38 |
| | |/ / / | |||||
| * | | | | Merge pull request #14432 from rminderhoud/sort_custom | Rémi Verschelde | 2017-12-09 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added example for Array sort_custom function [ci skip] | ||||
| | * | | | | Added example for Array sort_custom function | Ralph Minderhoud | 2017-12-08 | 1 | -0/+10 |
| | | | | | | |||||
| * | | | | | Merge pull request #14384 from willnationsdev/docs-api-fix | Rémi Verschelde | 2017-12-09 | 1 | -2/+2 |
| |\ \ \ \ \ | |/ / / / |/| | | | | [DOCS] AnimationPlayer prop API fixed | ||||
