summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
Adds an option to move cursor with right click in TextEdit
2017-12-25Merge pull request #14819 from homer666/masterNoshyaar
[DOCS] PhysicsDirectSpaceState [ci skip]
2017-12-24[DOCS] minor corrections to Transform2DChris Bradfield
2017-12-23Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde
Few small tweaks for ARVR
2017-12-22[DOCS] Small fixes for SemaphoreMax Hilbrunner
2017-12-22[DOCS] Small fixes for MutexMax Hilbrunner
2017-12-22Finished the documentation for AnimationPlayerNathan Warden
2017-12-22Reserved controller ids 1 and 2 for left and right hand controllers and ↵Bastiaan Olij
added new center on hmd option
2017-12-21[DOCS] PhysicsDirectSpaceStatehomer666
2017-12-20doc: Sync classref with current sourceRémi Verschelde
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml.
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-16Merge pull request #14365 from willnationsdev/camera-docsRémi Verschelde
[DOCS] Camera property changes
2017-12-16Merge pull request #14676 from NathanWarden/nav_create_to_addRémi Verschelde
Renamed navmesh_create to navmesh_add since no navmesh is created.
2017-12-15Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden
2017-12-15Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde
Added third argument for String.split() function
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff
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
2017-12-15Merge pull request #14646 from willnationsdev/docs4Noshyaar
[DOCS] Animation, CanvasItem, Curve3D, Curve
2017-12-15[DOCS] Completed the docs for the Navigation node.Nathan Warden
2017-12-13[DOCS] Animation, CanvasItem, Curve3D, CurveWill Nations
2017-12-14Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde
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.
2017-12-13[DOCS] JSON: Small fixesMax Hilbrunner
2017-12-12Merge pull request #14530 from mhilbrunner/add-httpNoshyaar
HTTPClient: Add PATCH method and missing HTTP status codes
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-12Merge pull request #14566 from cbscribe/kcc_node_docsRémi Verschelde
[DOC] Update Node class ref
2017-12-11[DOCS] Camera property changesWill Nations
2017-12-11[DOC] Update Node class refChris Bradfield
2017-12-11doc: Sync classref with current sourceRémi Verschelde
2017-12-11Merge pull request #14511 from akien-mga/drop_tilemap_center_xyRémi Verschelde
TileMap: Drop unused center_x/center_y booleans
2017-12-10Merge pull request #14521 from mhilbrunner/docs-httpRémi Verschelde
[DOCS] HTTPClient & HTTPRequest
2017-12-10[DOCS] IP.xml typo fixMax Hilbrunner
2017-12-10[DOCS] HTTPClient & HTTPRequestmhilbrunner
2017-12-10Merge pull request #14524 from mhilbrunner/patch-3Chris Bradfield
[DOCS] IP
2017-12-10[DOCS] IPMax Hilbrunner
2017-12-10[DOCS] IP_UnixMax Hilbrunner
2017-12-10TileMap: Drop unused center_x/center_y booleansRémi Verschelde
Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513.
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde
2017-12-10Merge pull request #14467 from willnationsdev/docs3Rémi Verschelde
[DOCS] ConcavePolygonShape2D, CubeMap
2017-12-10Fixed a typo in the Node docsAndrew Silver
Fixed a typo in `remove_and_skip` [ci skip]
2017-12-10doc: Sync classref with current sourceRémi Verschelde
2017-12-09[DOCS] ConcavePolygonShape2D, CubeMapWill Nations
2017-12-09Merge pull request #13310 from Grosskopf/visual-server-docsRémi Verschelde
[DOCS] Added documentation for VisualServer
2017-12-09Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde
Added "mode_overrides_title" property to FileDialog
2017-12-09Document MeshInstance::create_debug_tangentsPavan Kumar
Also cleanup some excessive usage of hyperlinks (edit by @akien-mga). [ci skip]
2017-12-09Merge pull request #14315 from willnationsdev/animationtreeplayer-docsRémi Verschelde
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods
2017-12-09Merge pull request #14432 from rminderhoud/sort_customRémi Verschelde
Added example for Array sort_custom function [ci skip]
2017-12-08Added example for Array sort_custom functionRalph Minderhoud