aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Fix using enum as bool valueHein-Pieter van Braam2017-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This warning actually hid a bug. The value of ERR_INVALID_DATA is actually 30, returning this as a bool returns true while false was required.
* | | | | | | | | | | | | Merge pull request #11040 from hpvb/fix-enum-compareRémi Verschelde2017-09-121-39/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warnings comparing enums of different types
| * | | | | | | | | | | | | Fix warnings comparing enums of different typesHein-Pieter van Braam2017-09-071-39/+36
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a source of many compiler warnings regarding comparing the enum VARIANT_TYPE to Variant::Type. This changes the local value to a static const Variant::Type value rather than an unrelated enum, this also saves us a cast.
* | | | | | | | | | | | | Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde2017-09-1211-54/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix serveral recent new clang-format errors [ci skip]
| * | | | | | | | | | | | | Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-0811-54/+35
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11023 from mrawlingst/classref-colorRémi Verschelde2017-09-121-14/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Color class ref documentation [ci skip]
| * | | | | | | | | | | | | | Update Color class ref documentationmrawlingst2017-09-081-14/+74
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11140 from deliciousfudge/boneattachment-docsRémi Verschelde2017-09-121-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document methods for the BoneAttachment and IP classes [ci skip]
| * | | | | | | | | | | | | | Rewrite the methods section of the IP classRoger Smith2017-09-121-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document methods for the BoneAttachment class Fix indentation issues present in IP and BoneAttachment class doc commits Further indentation corrections to the IP and BoneAttachment classes
* | | | | | | | | | | | | | | Merge pull request #11181 from cbscribe/kcc_tilemap_docRémi Verschelde2017-09-121-4/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update TileMap class ref. [ci skip]
| * | | | | | | | | | | | | | | Update TileMap class ref.Chris Bradfield2017-09-111-4/+18
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11082 from cbscribe/kcc_raycast2d_docRémi Verschelde2017-09-121-14/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update RayCast2D class ref [ci skip]
| * | | | | | | | | | | | | | | Update RayCast2D class ref.Chris Bradfield2017-09-111-14/+32
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11135 from willnationsdev/area2d-docsPoommetee Ketson2017-09-122-22/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Area2D Documentation + constants in _bind_methods
| * | | | | | | | | | | | | | | | Updated Area2D docs and added enum constants to scriptingWill Nations2017-09-112-22/+50
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Donors: Change name as requestedRémi Verschelde2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | Merge pull request #11117 from cbscribe/kcc_timer_docPoommetee Ketson2017-09-121-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Timer class ref.
| * | | | | | | | | | | | | | | | Update Timer class ref.Chris Bradfield2017-09-091-7/+11
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11113 from cbscribe/kcc_texturerect_docPoommetee Ketson2017-09-121-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update TextureRect class ref
| * | | | | | | | | | | | | | | | Update TextureRect class refChris Bradfield2017-09-091-2/+5
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #11085 from cbscribe/kcc_raycast_docPoommetee Ketson2017-09-121-14/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Update RayCast class ref
| * | | | | | | | | | | | | | | Update RayCast class refChris Bradfield2017-09-111-14/+35
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11103 from NathanWarden/collision_shape_docsPoommetee Ketson2017-09-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | Updated the documentation for CollisionShape.
| * | | | | | | | | | | | | | Documented 'resource_changed' for CollisionShapeNathan Warden2017-09-111-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11097 from GDquest/control-docsPoommetee Ketson2017-09-121-16/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite the Control node's class description, improve some others
| * | | | | | | | | | | | | | improve some descriptions for the Control nodeNathan2017-09-091-16/+16
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #11098 from oOo0oOo/classref-editPoommetee Ketson2017-09-121-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for PrimitiveMeshes
| * | | | | | | | | | | | | | Added docs for PrimitiveMeshOliver Dressler2017-09-101-0/+43
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11100 from NathanWarden/rigidbody_docsPoommetee Ketson2017-09-121-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the 'members' documentation for Rigidbody.
| * | | | | | | | | | | | | | Updated the 'members' documentation for Rigidbody.Nathan Warden2017-09-091-0/+17
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11101 from n-pigeon/spatial-docPoommetee Ketson2017-09-121-4/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documented Spatial node.
| * | | | | | | | | | | | | | Documented Spatial node.Przemysław Gołąb (n-pigeon)2017-09-091-4/+45
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11105 from NathanWarden/static_body_docsPoommetee Ketson2017-09-121-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated documentation for StaticBody.
| * | | | | | | | | | | | | | Updated documentation for StaticBody.Nathan Warden2017-09-091-0/+4
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11107 from hpvb/document-inputeventPoommetee Ketson2017-09-121-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct InputEvent documentation
| * | | | | | | | | | | | | | Correct InputEvent documentationHein-Pieter van Braam2017-09-091-5/+10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11112 from LikeLakers2/masterPoommetee Ketson2017-09-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Node.queue_free's documentation description a little more verbose
| * | | | | | | | | | | | | | Use gdquest's suggestionsLikeLakers22017-09-091-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11115 from hpvb/document-line2dPoommetee Ketson2017-09-121-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document Line2D
| * | | | | | | | | | | | | | | Document Line2DHein-Pieter van Braam2017-09-091-0/+4
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11120 from cbscribe/kcc_lightoccluder2d_docPoommetee Ketson2017-09-121-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update LightOccluder2D class ref
| * | | | | | | | | | | | | | | Merge branch 'master' of git://github.com/godotengine/godot into ↵Chris Bradfield2017-09-09177-1788/+3711
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kcc_lightoccluder2d_doc
| * | | | | | | | | | | | | | | Update LightOccluder2D class refChris Bradfield2017-09-091-2/+4
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11134 from notonfire/script-docPoommetee Ketson2017-09-121-7/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the Script and GDScript classes
| * | | | | | | | | | | | | | | Document the Script and GDScript classesRyan Phillips2017-09-101-7/+23
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11138 from NathanWarden/change_cancel_to_donePoommetee Ketson2017-09-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
| * | | | | | | | | | | | | | | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.Nathan Warden2017-09-091-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #11139 from djrm/pr_docsPoommetee Ketson2017-09-121-16/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for some clases (Variant, ToolButton, Button (partial), GradientTexture, BitMap, CollisionShape2D, CollisionShape)
| * | | | | | | | | | | | | | | Added documentation for some clasesDaniel J. Ramirez2017-09-101-16/+39
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variant, ToolButton, Button, GradientTexture, BitMap Added documentation for CollisionShape(2D)
* | | | | | | | | | | | | | | Merge pull request #11142 from BastiaanOlij/arvr_signal_idPoommetee Ketson2017-09-125-5/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ID to tracker signals and property for storing hand