summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-6/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+2
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-3/+0
* GDScript: Fix autocompletion inference after `is` checkGeorge Marques2018-09-191-0/+1
* GDScript: Fix infinite loop in autocompleteGeorge Marques2018-09-191-4/+8
* GDScript: Fix autocomplete crash when searching default valuesGeorge Marques2018-09-191-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-2/+2
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
|/
* GDScript: Remove space before colon on type hintsGeorge Marques2018-08-261-7/+7
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Highlight multiline strings as strings instead of commentsHugo Locurcio2018-08-191-1/+1
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+14
* Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Rewrite code completionGeorge Marques2018-07-201-1993/+2150
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-2/+2
* Use type hints to improve completionGeorge Marques2018-07-201-53/+182
* Add static type checks in the parserGeorge Marques2018-07-201-20/+12
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner2018-07-031-12/+12
|\
| * Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-111-12/+12
* | Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/
* Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-231-1/+1
* Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde2018-05-171-0/+7
|\
| * Fix Ctrl+click on @GDScript constantsPeter Folkins2018-04-241-0/+7
* | Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-041-1/+1
|\ \
| * | Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
| |/
* | Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde2018-05-021-0/+12
|\ \
| * | Fix enums without class name not opening docs pagePeter Folkins2018-05-011-0/+12
| |/
* | Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde2018-05-021-0/+7
|\ \
| * | Adds keywords to autocomplete predictions.Anish2018-05-011-0/+7
| |/
* / Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-2/+3
|/
* Merge pull request #16556 from aragar/masterJuan Linietsky2018-04-081-3/+13
|\
| * For-in loop variable added to autocompletionRado'sPC\aRaGaR2018-02-111-3/+13
* | Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-1/+26
* | Fix script template on `_ready` behaviorPoommetee Ketson2018-03-151-1/+1
* | Removed whitespaces around arguments of functions.anakimluke2018-02-241-2/+0
* | Show default values in docs for GDScript built-in functionsGeorge Marques2018-01-301-2/+2
|/
* Merge pull request #15849 from poke1024/preload-completionRémi Verschelde2018-01-181-1/+3
|\
| * GDScript: fix autocompletion for preload() (issue 15766)Bernhard Liebl2018-01-181-1/+3
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-6/+6
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-3/+3
* Move the remote scene tree to the scene tree dock.Geequlim2017-11-171-4/+17
* Abstract some method for script systemgeequlim2017-11-171-3/+42
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+2950