summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2018-04-08Merge pull request #16556 from aragar/masterJuan Linietsky
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang
2018-03-15Fix script template on `_ready` behaviorPoommetee Ketson
2018-02-24Removed whitespaces around arguments of functions.anakimluke
2018-02-11For-in loop variable added to autocompletionRado'sPC\aRaGaR
2018-01-30Show default values in docs for GDScript built-in functionsGeorge Marques
2018-01-18Merge pull request #15849 from poke1024/preload-completionRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18GDScript: fix autocompletion for preload() (issue 15766)Bernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-17Move the remote scene tree to the scene tree dock.Geequlim
2017-11-17Abstract some method for script systemgeequlim
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde