aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-26Adds shortcuts for zooming in the 2D editorGilles Roudiere1-2/+5
2018-04-25Fixing input strength and the impossibility to erase action eventsgroud3-5/+7
2018-04-25Add option to link mono statically on WindowsIgnacio Etcheverry1-14/+28
2018-04-25Fixed (minor) typo in CapsuleShape2D doc pageHoratioZEDU1-1/+1
2018-04-24Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry1-1/+1
2018-04-24Mono: Do not spam script class not found errorIgnacio Etcheverry1-10/+9
2018-04-24Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry1-6/+14
2018-04-24Support of CMD+Backspace and CMD+Delete on MacOS.Anish1-1/+11
2018-04-24Fix Node2D::global_position to have Vector2 typeRuslan Mustakov1-1/+1
2018-04-23Fix AnimationPlayer edited scene bugPeter Folkins1-1/+0
2018-04-23Fix GridContainer's children visibility breaking the layoutgroud1-8/+15
2018-04-23Fixes hard to select Node2Dgroud1-1/+1
2018-04-23Fixes 2d editor panning not workinggroud2-40/+68
2018-04-23Replaces CTRL with CMD in TileMapEditor for MacOS.Anish1-3/+12
2018-04-23Adds support for CMD+Left and CMD+Right on MacOSAnish1-0/+6
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio39-200/+200
2018-04-22Keep alpha when changing h, s or v on colorShyRed1-9/+9
2018-04-22Add detail to doc for add_surface_from_arrays (#17911)GaryO1-3/+7
2018-04-21fix clang6 assignment errorthfrwn1-2/+2
2018-04-22[DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank97-7/+7
2018-04-22[DOCS] Popup.popup_exclusive descriptionhomer6661-0/+1
2018-04-21Fixes logically dead code (Coverity)Crazy-P13-65/+38
2018-04-21Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers1-1/+1
2018-04-21Various coverity scan fixes for networkingFabio Alessandrelli6-14/+42
2018-04-20[DOCS] add HTTPRequest.request return valuesPoommetee Ketson2-1/+3
2018-04-19Fix clone down newline bugEric McCarthy1-0/+4
2018-04-19Docs update for several classesCraigory V Coppola8-0/+10
2018-04-19Provide error details when in-app purchase failsRuslan Mustakov3-13/+14
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde21-66/+48
2018-04-19Fixed context menu TTR bugssersoong2-13/+13
2018-04-19Enable DynamicFont oversampling by defaultHugo Locurcio1-2/+2
2018-04-19PCKPacker:pck_start(): Update versionMax Hilbrunner1-4/+4
2018-04-18Fix some Coverity warnings in String APIRémi Verschelde3-29/+13
2018-04-18Fixes left/up axis not mappable as actionsGilles Roudiere2-3/+4
2018-04-18Set default file name for exported projectsPeter Folkins1-0/+4
2018-04-18Fix possible crash when clicking on Skeleton2D or Sprite editor optionsChaosus2-0/+10
2018-04-18Fix case mismatch check on WindowsRémi Verschelde1-9/+12
2018-04-18Add a macro to deprecate methodsJuan Linietsky1-0/+10
2018-04-18Test and warn of case mismatch on WindowsJuan Linietsky1-0/+18
2018-04-17Fix crash resulting from bad month check in core_bind.cppBojidar Marinov1-7/+7
2018-04-17Fix typos in shader_language.cppPoommetee Ketson1-3/+3
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak4-0/+100
2018-04-17Ability to change path color with self modulatevolzhs1-1/+2
2018-04-17#18051: Fix indentation issues introduced during clean upXavier Cho6-16/+16
2018-04-17#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho7-22/+22
2018-04-17#18051: Use common name for Color type argumentXavier Cho1-5/+5
2018-04-17#18051: Remove redundant verbatim prefixesXavier Cho2-3/+3
2018-04-17#18051: Use default parameter valueXavier Cho1-1/+1
2018-04-17#18051: Use array initializer when applicableXavier Cho1-4/+2
2018-04-17#18051: Remove redundant parenthesisXavier Cho13-91/+94