aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsShapeQueryParameters.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-29Fixed (minor) typo in CapsuleShape2D doc pageHoratioZEDU1-1/+1
2018-04-29[DOCS] Popup.popup_exclusive descriptionhomer6661-0/+1
2018-04-29[DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank97-7/+7
2018-04-29[DOCS] add HTTPRequest.request return valuesPoommetee Ketson2-1/+3
2018-04-29Add descriptions for GroupCall flagsbncastle1-0/+4
2018-04-29[DOCS] OSMax Hilbrunner1-10/+89
2018-04-29Add new transform tutorial to appropriate classesPoommetee Ketson3-0/+3
2018-04-29Add Navigation docsDenis Washington1-11/+11
2018-04-29Add Navigation2D docsDenis Washington1-0/+8
2018-04-29[DOCS] SceneTreeMax Hilbrunner1-3/+47
2018-04-29[DOCS] Tweaks and fixes for (Interpolated)CameraMel Collins2-14/+14
2018-04-29Add detail to doc for add_surface_from_arrays (#17911)GaryO1-3/+7
2018-04-29Added missing end points for brief descriptions in the docs.Michael Alexsander Silva Dias9-9/+9
2018-04-29[DOCS] Some content for InterpolatedCameraMel Collins1-0/+7
2018-04-29[DOCS] Typo fix for CollisionShape[2D]mhilbrunner2-2/+2
2018-04-29[DOCS] Node & PackedScene (#17833)Max Hilbrunner2-2/+9
2018-04-29Improve Input.is_action_just_* docs.Pieter-Jan Briers1-2/+3
2018-04-29[DOCS] Node: Networking updates, fix outdated and missing docsmhilbrunner1-29/+51
2018-04-29[DOCS] InputMax Hilbrunner1-3/+24
2018-04-29[DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner1-2/+2
2018-04-29Update Image format enumeration documentationNeil Moore1-0/+35
2018-04-29Remove duplicated declaration of RoundToInt() from MathfXavier Cho1-5/+0
2018-04-29[mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon1-0/+1
2018-04-29Mono: BindingsGenerator enum fixesIgnacio Etcheverry2-93/+117
2018-04-29#18051: Fix indentation issues introduced during clean upXavier Cho6-16/+16
2018-04-29#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho7-22/+22
2018-04-29#18051: Use common name for Color type argumentXavier Cho1-5/+5
2018-04-29#18051: Remove redundant verbatim prefixesXavier Cho2-3/+3
2018-04-29#18051: Use default parameter valueXavier Cho1-1/+1
2018-04-29#18051: Use array initializer when applicableXavier Cho1-4/+2
2018-04-29#18051: Remove redundant parenthesisXavier Cho13-91/+94
2018-04-29#18051: Remove unnecessary variable assignmentsXavier Cho5-11/+7
2018-04-29#18051: Use 'var' when applicableXavier Cho14-109/+109
2018-04-29#18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho19-281/+211
2018-04-28Fix use64 used without being initializedMarcelo Fernandez2-1/+1
2018-04-28Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry1-1/+1
2018-04-28Mono: Do not spam script class not found errorIgnacio Etcheverry1-10/+9
2018-04-28Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry1-6/+14
2018-04-28Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers1-1/+1
2018-04-28Fixed context menu TTR bugssersoong2-13/+13
2018-04-28Fix names of Variant operatorsGeorge Marques1-1/+2
2018-04-28Fix error spam with Sprite has compressed texturevolzhs1-0/+3
2018-04-28Fix index out of size error on Imagevolzhs1-0/+21
2018-04-28Fix crash resulting from bad month check in core_bind.cppBojidar Marinov1-7/+7
2018-04-28Fix Android input source checksRuslan Mustakov1-2/+2
2018-04-28Minor fixes for the AnimationPlayer doc.Michael Alexsander Silva Dias1-3/+2
2018-04-28Remove incorrect & potentially confusing references to EulerWill Vincent3-4/+5
2018-04-28ItemList selection: Check against item countShyRed1-1/+1
2018-04-28Prevent visibility notification been called twice in object creationChaosus1-1/+2
2018-04-28Fixed wrong function callAndrea Catania1-1/+1