summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2019-09-03Adds skip-breakpoints featureiwek7
2019-09-03Try and show all the properties added with _get_property_list() when triggeri...MrCdK
2019-09-02gdscript: Fix build after #24925Rémi Verschelde
2019-09-02Merge pull request #24925 from Mr-Slurpy/typed-autoloadRémi Verschelde
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-17Remove useless casts to StringNils ANDRÉ-CHANG
2019-07-15Show static functions inside classes in method listNils ANDRÉ-CHANG
2019-07-04Parse more informations for code completionGeequlim
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-05-26autocomplete for enum valueshilfazer
2019-05-02Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-17Don't allow class_name in built-in scriptslupoDharkael
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-05Add support for type hints in non-default script editor templatesHugo Locurcio
2019-04-04Small fixes to static analyzer bugsqarmin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
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-11Added autoloads as a potential type.Daniel Eliasinski
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-12-18Add settings for single-quotes on completionMateus Felipe C. C. Pinto
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