aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_expression.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-05Clean up GDScript templateRăzvan Cosmin Rădulescu1-7/+5
2016-09-05Add http method and request data parametersKazuo2562-5/+11
2016-09-05Remove tools/script_plugins, demos of the old plugin APIRémi Verschelde6-82/+0
2016-09-05Merge tools/docdump in tools/docRémi Verschelde4-8/+0
2016-09-05Move various scripts to the "scripts" folderRémi Verschelde7-171/+1
2016-09-05Remove obsolete Win32 libraries that everyone had forgotten aboutRémi Verschelde1-0/+0
2016-09-05Move templates and distribution stuff to tools/distRémi Verschelde63-782/+0
2016-09-04Removed script_variables/ prefix to VS properties, made them easier to access...Juan Linietsky2-27/+12
2016-09-04Added expression nodes to visual script, please test.Juan Linietsky6-6/+1727
2016-09-03Patch thirdy-party libraries to build for WinRTGeorge Marques8-2/+283
2016-09-03Fix drivers coding for WinRTGeorge Marques6-29/+37
2016-09-03Fix root path resolution on PCK fileGeorge Marques1-0/+2
2016-09-03Remove embedded ANGLE headersGeorge Marques15-5943/+0
2016-09-03Implement missing WinRT functionsGeorge Marques16-301/+1548
2016-09-03small fixJuan Linietsky1-0/+1
2016-09-03Connection hints when connecting to empty space.Juan Linietsky10-4/+499
2016-09-03Made basic call nodes unsequenced, since they are like gdscript and most retu...Juan Linietsky1-2/+2
2016-09-02Update gamepad mappings from community db.Andreas Haas1-1/+28
2016-09-02InputEvent: Fix event comparisons when type is NONERémi Verschelde1-0/+4
2016-09-02Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício1-10/+0
2016-09-02-Added focus to comment nodeJuan Linietsky5-1/+40
2016-09-02Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2-11/+38
2016-09-02Basic type constants for visual scriptJuan Linietsky5-3/+200
2016-09-01made visual script switch more flexibleJuan Linietsky4-53/+53
2016-09-01-Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky11-41/+196
2016-09-01i18n: Update list of supported locales based off glibcRémi Verschelde1-24/+414
2016-09-01i18n: Sync template and and merge translationsRémi Verschelde30-528/+2082
2016-09-01i18n: Sync translations from WeblateRémi Verschelde22-3955/+23534
2016-09-01-Fixed issue in Kinematicbody2DJuan Linietsky9-35/+51
2016-08-31More improvements to visual script..Juan Linietsky17-29/+171
2016-09-01Fix release build. (II)Mario Schlack1-2/+2
2016-08-31-Reworked constant nodes betterJuan Linietsky8-53/+359
2016-08-31classref: Sync with recent changesRémi Verschelde1-157/+914
2016-08-31draw_line: Properly bind antialiased argumentRémi Verschelde2-2/+2
2016-08-30More visual script improvementsJuan Linietsky26-357/+725
2016-08-31Tween: fix non-repeat interpolate_callback does not delete after call triggeredsanikoyes1-0/+2
2016-08-30editor: Add mouse position information in TileMapMark Nokalt2-0/+13
2016-08-30VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325J08nY1-3/+3
2016-08-29Fixed compilationDaniel J. Ramirez1-1/+1
2016-08-29Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack1-0/+2
2016-08-28Colors for VS sockets and iconsDaniel J. Ramirez83-385/+366
2016-08-28Several all around fixes to visual scripting (in the process of creating demos)Juan Linietsky13-135/+1272
2016-08-28VS icons improvementsDaniel J. Ramirez52-273/+274
2016-08-28Fix crash when trying to access the guid of an unavailable Gamepad.Andreas Haas1-0/+1
2016-08-28check "disable_filter" option for backward compatibilityvolzhs1-0/+3
2016-08-28Show last added action on Input Map and implement InputEvent "=="volzhs4-4/+76
2016-08-27Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez8-81/+167
2016-08-27Prevent to add node to selection when node is not inside treevolzhs1-1/+1
2016-08-27Add enum naming, by assinging a given enum's values to a DictBojidar Marinov1-0/+20
2016-08-27Adds enums to GDScriptBojidar Marinov3-0/+91