aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus3-13/+13
2018-01-16Fixed bullet physics body shape scalingAndreaCatania1-13/+12
2018-01-16Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."Rémi Verschelde1-1/+1
2018-01-16Make remote FS work with GDNative on AndroidRuslan Mustakov1-10/+18
2018-01-15[DOCS] Description for the JavaScript singleton in @GlobalScope.Michael Alexsander Silva Dias1-0/+1
2018-01-15Fix copy shader in GLSL ES 3.0Leon Krause1-1/+1
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky72-13/+124
2018-01-15Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee2-1/+3
2018-01-15Fix Particles2D in WebGL 2.0Leon Krause1-0/+1
2018-01-15PropertyEditor: Add missing MAKE_PROPSELECT.Andreas Haas1-0/+2
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere4-18/+16
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli2-0/+29
2018-01-15Fix crash when freelook shortcuts are undefinedMarc Gilleron1-17/+21
2018-01-14[GDNative] fix two crashes with NativeScriptkarroffel1-1/+6
2018-01-14Fixed member keywords colour not updating on settings changePaulb231-0/+1
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb231-0/+13
2018-01-14Remove the unused FindReplaceDialog classGilles Roudiere2-441/+0
2018-01-14Fix external editors always opening on scene changeBernhard Liebl1-4/+8
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov4-20/+37
2018-01-14[GDNative] fix editor crash with NativeScriptkarroffel1-4/+6
2018-01-13[GDNative] cache API hasheskarroffel1-3/+13
2018-01-13Fix String::itos/String::num_int64(INT64_MIN) output.bruvzg1-4/+3
2018-01-13Wrap Emscripten module into JS Engine singleton per SConsLeon Krause1-6/+5
2018-01-13Disable colored output and progress bar when building outside of a TTYHugo Locurcio3-12/+28
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl1-0/+3
2018-01-13Fix files section size in dependency error dialogBernhard Liebl1-0/+1
2018-01-13SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde5-14/+32
2018-01-13COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde2-50/+103
2018-01-13Fix open_dynamic_library for AndroidRuslan Mustakov2-0/+13
2018-01-13bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde652-1295/+32
2018-01-13zstd: Update to pristine 1.3.3Rémi Verschelde21-1433/+1505
2018-01-13tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2-84/+179
2018-01-13openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde74-360/+887
2018-01-13libogg: Update to pristine version 1.3.3Rémi Verschelde5-21/+51
2018-01-13Deselect on undo/redo in TextEditPaul Joannon1-0/+4
2018-01-13doc: Sync with current sourceRémi Verschelde7-14/+12
2018-01-13doc: Update version string in XMLRémi Verschelde487-487/+487
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov1-2/+2
2018-01-13Small fix for Control bindingsletheed2-2/+11
2018-01-13Fix clicking on sub-resources in a node's right-click menubinbitten1-0/+1
2018-01-13Bump version to 3.0-rc1Rémi Verschelde1-1/+1
2018-01-12Fix mat2 alignmentbinbitten2-9/+23
2018-01-12Set correct types on a couple variables inside the canvas.glslMrCdK1-1/+1
2018-01-12Properly save the new save safe setting, avoid crash.Juan Linietsky2-2/+3
2018-01-12Attempt renaming multiple times on safe file save, and make the behavior opti...Juan Linietsky2-15/+26
2018-01-12Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry4-6/+38
2018-01-12Added some explanations that should make it easier to use the AnimationTreePl...Grosskopf1-8/+27
2018-01-12Mono: Fix starting MonoDevelop process from the wrong appdomainIgnacio Etcheverry1-0/+2
2018-01-12Fix mat2 alignmentJuan Linietsky1-2/+4
2018-01-12Fix uniform alignment, closes #14962Juan Linietsky1-4/+58