aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_nodes.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers4-2/+32
2018-05-01Fix #17019 : overrides with unknown base settingManuel Moos1-4/+3
2018-05-01Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez1-2/+11
2018-05-01Fix enums without class name not opening docs pagePeter Folkins1-0/+12
2018-05-01Revert "Added a more specific error message on export"Rémi Verschelde1-1/+1
2018-05-01Fix Node2D::global_scale's PropertyInfo typeRémi Verschelde1-1/+1
2018-05-01windows: ensure minimum possible timer resolution for sleepRobin Hübner1-0/+6
2018-05-01Adds keywords to autocomplete predictions.Anish1-0/+7
2018-04-30Changed Sprite Frame move buttons for iconsSuperwaitsum1-6/+20
2018-04-30Handle missing arg pointer in get_call_error_textGary Oberbrunner1-1/+5
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez18-225/+222
2018-04-30hide tab changed debug printAlexander Holland1-2/+0
2018-04-30Improve the 3D editor gridHugo Locurcio2-11/+21
2018-04-30Fix lto builds on clang compilersHein-Pieter van Braam1-2/+2
2018-04-30Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam1-1/+1
2018-04-30fix API string pathPaul Joannon3-5/+5
2018-04-29Added disconnect_all and edit functionality to ConnectionsDock.Eoin O'Neill2-325/+424
2018-04-29Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky3-14/+38
2018-04-30Make the LineEdit "secret" character customizableHugo Locurcio3-7/+35
2018-04-29Added connection editing. Some refactoring.Eoin O'Neill2-46/+112
2018-04-29Basic context menu added to connections docker w/ code cleanup.Eoin O'Neill2-75/+147
2018-04-29Updated icons,Daniel J. Ramirez33-299/+118
2018-04-29ClassDB API hash now only includes exposed classesIgnacio Etcheverry1-1/+1
2018-04-29Fix binding some core API methods only in tools buildsIgnacio Etcheverry11-36/+21
2018-04-29[DOCS] Clarify look_at and looking_atMel Collins2-3/+7
2018-04-29Added a more specific error message on exportAlexander Holland1-1/+1
2018-04-29add Point2 helper for Image.get_pixel and Image.set_pixelAlexander Holland2-1/+13
2018-04-29Remove unused Variant._data.RefPtrEmmanuel Leblond1-1/+0
2018-04-29added custom aabb to primitivesBastiaan Olij2-0/+20
2018-04-29Added partial texture update to VisualServerMarc Gilleron9-0/+64
2018-04-28Mono: BindingsGenerator enum fixesIgnacio Etcheverry2-93/+117
2018-04-28Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio3-4/+4
2018-04-28Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky1-27/+33
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky3-131/+105
2018-04-28Fix how snapping is applied to 3D polygon editing, make it more friendly.Juan Linietsky2-3/+22
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky1-0/+3
2018-04-28GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner1-0/+6
2018-04-28Do not crash if the polygon is invalidJuan Linietsky1-0/+3
2018-04-28Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky1-1/+1
2018-04-27Basic 'new script' feature added to File System browserEoin O'Neill2-0/+18
2018-04-27CSG Support for Godot!Juan Linietsky18-42/+4715
2018-04-27Made the Pin button disable when no AnimationPlayer is selected.Michael Alexsander Silva Dias1-0/+1
2018-04-27Fixed deleting an animation marked to autoplay in the editor affecting the cr...Michael Alexsander Silva Dias1-0/+6
2018-04-27Fix theme editor sample widgetsPedro J. Estébanez1-3/+3
2018-04-27Fix use64 used without being initializedMarcelo Fernandez2-1/+1
2018-04-27Fixed stylebox crashsersoong1-1/+5
2018-04-26Numerous changes to the Animation Editor.Michael Alexsander Silva Dias2-8/+20
2018-04-26Make 'Export PCK/ZIP' work well with EditorExportPluginIgnacio Etcheverry5-5/+23
2018-04-26Fix _export_begin not being called when exporting to androidIgnacio Etcheverry1-0/+2
2018-04-27Allows setting the Timer wait_time in start method.Anish3-4/+9