summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2019-02-16Merge pull request #25715 from hpvb/fix-25598Rémi Verschelde
2019-02-08Add a maximum recusion depth to _guess_expression_typeHein-Pieter van Braam
2019-01-30Fix many asan and ubsan reported issuesHein-Pieter van Braam
2019-01-15GDScript autocomplete: don't carry values when guessing from `is`George Marques
2019-01-05Fix code completion on nodes in current sceneTimo Schwarzer
2019-01-03Fix segfault when trying to autocomplete in inner classesTimo Schwarzer
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-28Fix GDScript assuming awareness of whole ClassDBPedro J. Estébanez
2018-10-28Unify ClassDB lookups for code completionPedro J. Estébanez
2018-10-23Optional getters/setters editor autocompleteJakub Grzesik
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-19GDScript: Fix autocompletion inference after `is` checkGeorge Marques
2018-09-19GDScript: Fix infinite loop in autocompleteGeorge Marques
2018-09-19GDScript: Fix autocomplete crash when searching default valuesGeorge Marques
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-26GDScript: Remove space before colon on type hintsGeorge Marques
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-19Highlight multiline strings as strings instead of commentsHugo Locurcio
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20Rewrite code completionGeorge Marques
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-20Use type hints to improve completionGeorge Marques
2018-07-20Add static type checks in the parserGeorge Marques
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
2018-06-12Inner classes' functions now appear in the editor's functions panelJairo Honorio
2018-06-11Small changes to the comments in the script templates.Michael Alexsander Silva Dias
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-17Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde
2018-05-04Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias
2018-05-02Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde
2018-05-02Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde
2018-05-01Fix enums without class name not opening docs pagePeter Folkins
2018-05-01Adds keywords to autocomplete predictions.Anish
2018-04-24Fix Ctrl+click on @GDScript constantsPeter Folkins
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
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