aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptCustomNode.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-20[Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden1-3/+4
2018-02-20Made the Debugger's Stack Frames items reselectable.Michael Alexsander Silva Dias1-0/+1
2018-02-19SCons: Remove references to obsolete "fat" bitsRémi Verschelde3-67/+17
2018-02-19Fix previous commit, "bits" still needed for buildsystemRémi Verschelde1-1/+4
2018-02-19OSX: Remove unnecessary bits assignmentRémi Verschelde1-4/+1
2018-02-19Added an auto quit and auto build flag to the command line options.Nathan Warden3-5/+23
2018-02-19Add show path button to project managerBernhard Liebl2-3/+33
2018-02-19Improve CollisionObject/CollisionObject2D warning messageChris Bradfield2-2/+2
2018-02-19Fixing folder/file case sensitive renaming issueStephen Traskal1-0/+5
2018-02-19Fix a rendering bug with screen_textureBojidar Marinov1-6/+4
2018-02-19Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania15-20/+117
2018-02-19Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev1-1/+2
2018-02-19Made modifications to the RigidBody(2D) descriptions.Michael Alexsander Silva Dias2-9/+4
2018-02-19Improve error reporting of ProjectSettings::setup()Rémi Verschelde3-31/+58
2018-02-19Fix timer second not zero padded when < 10Poommetee Ketson1-1/+1
2018-02-19Prevent loading project-specific config in Project ManagerRémi Verschelde1-28/+21
2018-02-19OSX: Remove support for 32-bit and fat binariesRémi Verschelde3-45/+9
2018-02-19doc: Sync classref with current sourceRémi Verschelde14-15/+2117
2018-02-19doc: Update version string in headerRémi Verschelde486-486/+486
2018-02-19Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde1-0/+6
2018-02-18Force controls to save rect_clip_content since they do not all default to false.isaacremnant1-1/+1
2018-02-18Fix 2d collision body update on shape removeKonrad Nowakowski1-0/+1
2018-02-18Fix infinite recursion with editor import pluginsGeorge Marques1-2/+2
2018-02-18[X11] Improving error detection in move_to_trashIskustvo2-18/+38
2018-02-18Added missing shader functionsChaosus1-0/+38
2018-02-18fixed md scriptYan Pas1-8/+13
2018-02-18Remove some debugging prints on AndroidHugo Locurcio8-200/+8
2018-02-17implement signal related methods in csharp_script so signals can be used with...Paul Joannon4-8/+89
2018-02-17add a [Signal] attribute to CSharpScriptsPaul Joannon7-1/+103
2018-02-17Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause1-2/+0
2018-02-17Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2-0/+24
2018-02-17Mono: Fix build status iconsIgnacio Etcheverry1-5/+3
2018-02-17Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause1-0/+2
2018-02-17Delete all selected lines using the delete line shortcut in script editorYan Pas1-6/+20
2018-02-17Clean up some bad words from code commentsArtem Varaksa14-23/+13
2018-02-17Fix #16773 (Rename "Install" to "Download" in AssetLib)Artem Varaksa1-1/+1
2018-02-17Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers1-5/+11
2018-02-17Gridmap editor now lists plane instead of floor when not horizontal.Anish2-3/+18
2018-02-16Direct to InputEventJoypadButton for using buttonsBenjamin Stammen1-1/+1
2018-02-16Remove window decorations for fullscreen on X11Pedro J. Estébanez1-0/+10
2018-02-16Enforce insert_final_newline in the editorconfig.Pieter-Jan Briers1-0/+1
2018-02-16X11: Link libgcc statically with use_static_cpp optionRémi Verschelde1-3/+3
2018-02-16Update CA certificates to latest Mozilla bundleRémi Verschelde2-3096/+1948
2018-02-16Added Physics state APIsAndrea Catania5-0/+25
2018-02-16Fix script previewsChaosus1-4/+4
2018-02-16Makes project manager never initialize mono debug.Pieter-Jan Briers3-17/+9
2018-02-16Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers1-1/+1
2018-02-16Give C# NodePath a ToString().Pieter-Jan Briers1-1/+2
2018-02-16fix crash autotile edit modedamarindra1-0/+5
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere14-1957/+1679