aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-09Add GlobalConstants entry to the dlscript's api.json generatorEmmanuel Leblond2-2/+20
2017-04-08Add godot_get_global_constants function to dlscriptEmmanuel Leblond2-0/+13
2017-04-07Fix build on older GCC versionsRémi Verschelde2-4/+2
2017-04-07Add compatibility class for FixedSpatialMaterialRémi Verschelde1-0/+1
2017-04-07Reset display folded for an instanced scene if editable children is toggled offPedro J. Estébanez1-2/+6
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky76-1774/+5372
2017-04-06Fix typo in FixedSpatialMaterialAndreas Haas1-1/+1
2017-04-06Revert "8145 - Mouse Position is unknown until first mouse event on X11"Juan Linietsky2-11/+1
2017-04-06Fix highlight typosupaiku5-20/+20
2017-04-06Editor: Use GDScript as the default language in ScriptCreateDialog.Andreas Haas1-5/+13
2017-04-06[DLScript] fixed android builds nowKarroffel2-2/+2
2017-04-06Core: fix possible memory leaks.Andreas Haas2-2/+2
2017-04-05Fix typo in Parser Error messagecurtisxk381-1/+1
2017-04-06[DLScript] inheritance fixesKarroffel1-12/+84
2017-04-06[DLScript] more API fixesKarroffel3-2/+12
2017-04-06[DLScript] removed STL importsKarroffel5-11/+1
2017-04-05Fix crash on Android-x86Pedro J. Estébanez1-0/+2
2017-04-05[DLScript] fixed virtual method exportKarroffel1-2/+2
2017-04-05[DLScript] removed unused importKarroffel1-1/+0
2017-04-05Fixer looping timer accumulation in _processRémi Verschelde1-3/+2
2017-04-05Fix URLs to moved docs pagesRémi Verschelde2-3/+3
2017-04-05Fix typo which caused popup to display on incorrect coordinates.Martin Novak1-1/+1
2017-04-04[DLScript] added variant constructor and a function to get userdata of a scriptKarroffel6-10/+43
2017-04-04Fix is_move_and_slide_on_wall, make move_and_slide floor angle configurableBojidar Marinov3-5/+8
2017-04-04previous value of time_left is added to wait_time before assigning to time_leftNikhil Shagrithaya1-2/+1
2017-04-03Reenable Windows Desktop exporteska1-16/+13
2017-04-03Fix more property names in _change_notify calls.Andreas Haas6-17/+18
2017-04-03Editor: Swap Scene and Import tabs in dock.Andreas Haas1-1/+1
2017-04-03added dlscript moduleKarroffel55-623/+6543
2017-04-03Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn6-23/+72
2017-04-03increased maximum number of scripting languagesKarroffel2-9/+10
2017-04-03Improve TouchScreenButtonPedro J. Estébanez2-8/+27
2017-04-03Fix crash when change project settingsvolzhs1-1/+1
2017-04-03Make buttons closer in Scene treevolzhs1-0/+1
2017-04-03Fix warped mouse panning on LinuxPedro J. Estébanez1-1/+16
2017-04-02Fix failing to compile shader on Adreno GPUvolzhs1-9/+9
2017-04-02Viewport: Fix undefined behaviour found by llvm sanitizer.Andreas Haas1-2/+2
2017-04-02Input: Update Gamepad mappings.Andreas Haas1-12/+34
2017-04-01Fixed Node2D/Control not updating propertiesRobert Hernandez2-15/+19
2017-04-01Added ability to change A-star cost functionFabian Mathews4-3/+31
2017-04-01Add '$' to token namesSaggi Mizrahi1-0/+1
2017-03-31Add the option to check if input was handledSaggi Mizrahi2-0/+6
2017-03-31Initialize hat values for mapping and revert X360 mappings.Jordan Patterson1-2/+7
2017-03-31Fixed WindowDialog not aligning properlyRobert Hernandez4-6/+17
2017-03-30Fixed AtlasTexture being incorrectlyRobert Hernandez3-39/+27
2017-03-30Honor the Tween's final valuesShin-NiL1-0/+1
2017-03-30Add missing binding for DUPLICATE_USE_INSTANCINGPedro J. Estébanez1-0/+1
2017-03-29Added methods for opening dynamic libraries to OSKarroffel5-0/+68
2017-03-29Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov2-8544/+9178
2017-03-29Fix polar decomposition in 2D.Ferenc Arn1-2/+2