aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/JavaScript.xml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-28LineEdit placeholder alignment, content margins, and overflow bugsrobfram2-4/+17
2018-04-28Fix theme editor sample widgetsPedro J. Estébanez1-3/+3
2018-04-28Add support for radio-looking items with iconPedro J. Estébanez4-1/+24
2018-04-28Use radio-button-like menu entries where applicablePedro J. Estébanez5-28/+26
2018-04-28Support radio-button entries in ItemListPluginPedro J. Estébanez2-7/+25
2018-04-28Add radio-button-looking entries to PopupMenuPedro J. Estébanez7-29/+131
2018-04-28Fixed area overlap cleaningAndrea Catania3-16/+14
2018-04-28Fix RigidBody's configuration warning for Z axisAlexander Alekseev1-1/+1
2018-04-28Resolves Inccorect Quaternion ConversionCrazy-P1-1/+1
2018-04-28Fix skeleton import from glTFPedro J. Estébanez1-5/+10
2018-04-28Update transform buttons in tile editor while using T, A, S shortcuts (fixes ...Alexander Alekseev1-0/+3
2018-04-28fix bone scale/rotation in AnimationPlayerskarroffel2-2/+2
2018-04-28Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...Alexander Alekseev1-2/+2
2018-04-28Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson2-0/+6
2018-04-28physics area added monitorable checkAndrea Catania1-1/+4
2018-04-28Fixed physics server area cleaningAndrea Catania3-8/+8
2018-04-28Corrected physics query max result checkingAndrea Catania1-3/+10
2018-04-28Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus1-1/+1
2018-04-28Trigger IO error only after exhausting attemptsTom Dobbelaere1-3/+9
2018-04-28Implement missing navgiation polygon debugging in tilemapBenedikt Bär1-0/+55