summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp
AgeCommit message (Expand)Author
2020-04-24Merge pull request #37172 from theoway/autoCompletionBugRémi Verschelde
2020-04-21Merge pull request #37954 from ThakeeNathees/autocomplete-indexing-native-typesRémi Verschelde
2020-04-20Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde
2020-04-17autocompleting with indexing for native types addedThakee Nathees
2020-04-16Fixed the bool _static logic Umang Kalra
2020-04-13autocomplete for disconnect, is_connected implementedThakee Nathees
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Add missing docs for assert message in GDScriptThomas ten Cate
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-26Fix autocomplete and GDScript Highlighting for typesnathanwfranke
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove deprecated sync and slave networking keywordsRémi Verschelde
2020-01-16Merge pull request #35218 from bojidar-bg/26691-parse-error-errorsRémi Verschelde
2020-01-16Fix errors raised when showing parse errors in the editorBojidar Marinov
2020-01-16Fix function arguments hint format in GDScript editorDanil Alexeev
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Fix GDScript autocompletion with `as` or typed variablesBojidar Marinov
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-10-17Fix autocompletion for singletonsEbbDrop
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