aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-08Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky10-2/+241
2016-08-07Added ability to create custom nodes from script.Juan Linietsky5-0/+320
2016-08-07Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky2-1/+18
2016-08-07-Added yield nodes to visual scriptJuan Linietsky20-148/+2488
2016-08-06Added yield() signal smart autocompletion.Juan Linietsky3-1/+34
2016-08-06Added an easy API to yield to a specific time by doing:Juan Linietsky3-0/+74
2016-08-06removed extra printJuan Linietsky1-1/+1
2016-08-06Reverted printable null object, seems to cause bugs around and not sure why.Juan Linietsky3-3/+7
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky26-52/+794
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky27-206/+3318
2016-08-05Fix steam controller gamepad mappingAndreas Haas1-1/+1
2016-08-05Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov1-2/+1
2016-08-05Some additions to the OS documentation (#6037)MSC1-0/+22
2016-08-04TextureRegionEditor snap_mode fix.Saracen1-1/+1
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky7-6/+175
2016-08-03More work on visual scripting..Juan Linietsky10-57/+349
2016-08-03[ci skip] update Raycast documentationHubert Jarosz1-0/+2
2016-08-03Bump version to 2.2-alphaRémi Verschelde2-4/+4
2016-08-03Added missing license and quotation typoPaulb232-1/+58
2016-08-03More progress on visual script editingJuan Linietsky15-109/+1019
2016-08-03Fix translatable strings in VisualScriptRémi Verschelde1-6/+6
2016-08-02Fix set_window_size not setting the correct size on OSXmarcelofg551-0/+10
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky79-1161/+10470
2016-08-02DynamicFont caches now accounts for texture flagsZher Huei Lee2-65/+67
2016-08-02Added extra spacing support for DynamicFontZher Huei Lee3-7/+77
2016-08-02Added texture mipmaps and filtering to DynamicFontZher Huei Lee2-10/+88
2016-08-01Auto import project folder, confirm scan multiple folders or non-project folderDima Granetchi2-8/+50
2016-08-01Added Scene tree dock shortcutsPaulb231-6/+8
2016-08-01Fix help page title indentationMario Schlack1-6/+4
2016-07-31Improve dialog title when scanning for projectsRémi Verschelde1-0/+1
2016-07-31dnd folder open scan window if engine.cfg not foundDima Granetchi1-0/+6
2016-07-31fix run button availability checkDima Granetchi2-14/+10
2016-07-30Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska3-4/+28
2016-07-31Fix String::is_valid_integer() for single symbols + and -allkhor1-1/+1
2016-07-30UI navigation via JOYSTICK_MOTION.Andreas Haas1-0/+1
2016-07-30Fix infinite loop when replacing textIgnacio Etcheverry1-4/+6
2016-07-29Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas2-0/+18
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen1-0/+1
2016-07-28New http request and tutorials iconDaniel J. Ramirez7-1034/+77
2016-07-29keep selected_list up to dateDima Granetchi2-22/+35
2016-07-28Fix editor icons source file generationGeorge Marques2-52/+1
2016-07-28World2D: Fix typo in default_density deprecation checkRémi Verschelde1-1/+1
2016-07-28Exposed enable syntax highlighting to propertiesPaulb231-0/+1
2016-07-28Fix regression with str() improvements for math typesIgnacio Etcheverry6-23/+44
2016-07-27Fix Windows resource scriptGeorge Marques1-2/+2
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry1-1/+1
2016-07-27AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry1-1/+1
2016-07-27Improve Windows application detailsGeorge Marques1-4/+10
2016-07-27Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry1-16/+17
2016-07-27Prettier str() for some math typesIgnacio Etcheverry5-10/+17