aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\ \ \ | | | | | | | | renames "z" Node2D property to "z_index"
| * | | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
| | | |
* | | | doc: Sync classref with current sourceRémi Verschelde2018-01-0317-102/+226
| | | |
* | | | Merge pull request #15157 from Noshyaar/prdocsRémi Verschelde2018-01-033-6/+7
|\ \ \ \ | | | | | | | | | | [DOCS] Minor docs fix
| * | | | Minor docs fixPoommetee Ketson2017-12-313-6/+7
| |/ / /
* | | | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-1/+4
|\ \ \ \ | | | | | | | | | | Custom hardware-accelerated mouse cursor
| * | | | Add implementation for custom hardware cursorGuilherme Silva2017-12-171-1/+4
| | | | |
* | | | | Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-022-19/+43
|\ \ \ \ \ | | | | | | | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.
| * | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-272-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That change was borne out of a confusion regarding the meaning of "local" in #14569. Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system. This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself. To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs. This commit adds the functionality "requested" in #14569, not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale. This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users.
* | | | | | Updated timer docsAndrew Silver2017-12-311-4/+6
| |_|/ / / |/| | | |
* | | | | Merge pull request #15006 from CyanBlob/masterNoshyaar2017-12-281-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Update TileMap doc descriptions for update_bitmask_area/region [ci skip]
| * | | | Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas2017-12-271-0/+3
| | | | |
* | | | | Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar2017-12-271-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Added "get_popup" method for OptionButton
| * | | | | Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias2017-12-251-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar2017-12-272-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant
| * | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-252-3/+3
| |/ / / /
* | | | | [DOCS] PhysicsDirectSpaceState enhancementshomer6662017-12-272-28/+28
| | | | |
* | | | | [DOCS] Physics2DDirectSpaceStatehomer6662017-12-271-31/+30
|/ / / /
* | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-251-0/+17
|\ \ \ \ | | | | | | | | | | Adds an option to move cursor with right click in TextEdit
| * | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-201-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #14819 from homer666/masterNoshyaar2017-12-251-0/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] PhysicsDirectSpaceState [ci skip]
| * | | | | [DOCS] PhysicsDirectSpaceStatehomer6662017-12-211-0/+28
| | | | | |
* | | | | | [DOCS] minor corrections to Transform2DChris Bradfield2017-12-241-15/+15
| |_|/ / / |/| | | |
* | | | | Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde2017-12-232-2/+14
|\ \ \ \ \ | | | | | | | | | | | | Few small tweaks for ARVR
| * | | | | Reserved controller ids 1 and 2 for left and right hand controllers and ↵Bastiaan Olij2017-12-222-2/+14
| | |/ / / | |/| | | | | | | | | | | | | added new center on hmd option
* | | | | [DOCS] Small fixes for SemaphoreMax Hilbrunner2017-12-221-3/+3
| | | | |
* | | | | [DOCS] Small fixes for MutexMax Hilbrunner2017-12-221-3/+3
| | | | |
* | | | | Finished the documentation for AnimationPlayerNathan Warden2017-12-221-0/+1
| |/ / / |/| | |
* | | | doc: Sync classref with current sourceRémi Verschelde2017-12-202-0/+26
|/ / /
* | | doc: Sync classref with current sourceRémi Verschelde2017-12-183-5/+19
| | |
* | | Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias2017-12-171-0/+7
|/ /
* | Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-1613-9/+257
| |
* | Merge pull request #14365 from willnationsdev/camera-docsRémi Verschelde2017-12-161-138/+44
|\ \ | | | | | | [DOCS] Camera property changes
| * | [DOCS] Camera property changesWill Nations2017-12-111-138/+44
| | |
* | | Merge pull request #14676 from NathanWarden/nav_create_to_addRémi Verschelde2017-12-162-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 Warden2017-12-152-2/+2
| | |
* | | Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde2017-12-151-0/+3
|\ \ \ | | | | | | | | Added third argument for String.split() function
| * | | Added third argument for String.split() function (see issue #14349)Dmitry Koteroff2017-12-151-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/docs4Noshyaar2017-12-154-14/+48
|\ \ \ \ | | | | | | | | | | [DOCS] Animation, CanvasItem, Curve3D, Curve
| * | | | [DOCS] Animation, CanvasItem, Curve3D, CurveWill Nations2017-12-134-14/+48
| | |_|/ | |/| |
* | | | [DOCS] Completed the docs for the Navigation node.Nathan Warden2017-12-151-0/+11
| |_|/ |/| |
* | | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde2017-12-143-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 fixesMax Hilbrunner2017-12-132-6/+6
| | |
* | | Merge pull request #14530 from mhilbrunner/add-httpNoshyaar2017-12-121-1/+40
|\ \ \ | | | | | | | | HTTPClient: Add PATCH method and missing HTTP status codes
| * | | HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-121-2/+41
| | | |
* | | | Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-121-2/+2
| |_|/ |/| |
* | | Merge pull request #14566 from cbscribe/kcc_node_docsRémi Verschelde2017-12-121-51/+55
|\ \ \ | |_|/ |/| | [DOC] Update Node class ref
| * | [DOC] Update Node class refChris Bradfield2017-12-111-51/+55
| | |
* | | doc: Sync classref with current sourceRémi Verschelde2017-12-114-17/+42
|/ /
* | Merge pull request #14511 from akien-mga/drop_tilemap_center_xyRémi Verschelde2017-12-111-32/+0
|\ \ | |/ |/| TileMap: Drop unused center_x/center_y booleans