summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-10-25Fix built-in script path of GDScriptWei Guo
2022-10-21Merge pull request #67656 from MewPurPur/instanceđŸ§¹Max Hilbrunner
2022-10-21Fix small mistakes throughout much of the documentationVolTer
2022-10-19Merge pull request #67100 from Mickeon/doc-peevesMax Hilbrunner
2022-10-18Tweak `@GDScript` documentation overallMicky
2022-10-16Clarified reason why a resource cannot be loaded.JoĂ£o Martins
2022-10-14Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn
2022-10-14Merge pull request #67361 from clayjohn/GDScript-unused-return-warningRĂ©mi Verschelde
2022-10-13Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn
2022-10-11GDScript: fix highlighting '.' after global class nameRune
2022-10-07Fix more MSVC C4702 (unreachable code) warningsRĂ©mi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Fix outdated keywords autocompletionVolTer
2022-10-05Merge pull request #66839 from aaronfranke/editor-prop-hide-sliderRĂ©mi Verschelde
2022-10-05Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-typeRĂ©mi Verschelde
2022-10-05Merge pull request #66885 from atirut-w/lsp-doc-fixRĂ©mi Verschelde
2022-10-05LSP: Fix GDScript doc commentsAtirut Wattanamongkol
2022-10-04Improve dictionary printing to avoid confusion with arraysHugo Locurcio
2022-10-04GDScript/C#: Tweak error message for invalid script type for objectRĂ©mi Verschelde
2022-10-04Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee
2022-10-03Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke
2022-10-03Merge pull request #66759 from Chaosus/gds_fix_param_completionYuri Rubinsky
2022-10-03Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-brokenRĂ©mi Verschelde
2022-10-02Fix more highlighting bugsVolTer
2022-10-02Fix completion of parameters in function call (2)Yuri Rubinsky
2022-09-30Merge pull request #64717 from Chaosus/gds_fix_param_completionYuri Rubinsky
2022-09-30Fix completion of parameters in function callYuri Rubinsky
2022-09-30Fix typos with codespellRĂ©mi Verschelde
2022-09-30Merge pull request #66242 from akien-mga/scons-unify-tools-targetRĂ©mi Verschelde
2022-09-28Document `print_stack()` and `get_stack()` requiring a debugger connectionHugo Locurcio
2022-09-27Merge pull request #65074 from MewPurPur/booleans-highlighting-fixRĂ©mi Verschelde
2022-09-26SCons: Unify tools/target build type configurationRĂ©mi Verschelde
2022-09-26Merge pull request #66366 from asmaloney/script-fix-redundant-ifRĂ©mi Verschelde
2022-09-25Fix out of sync when the script is edited externally via lspRindbee
2022-09-25Merge pull request #63224 from Rindbee/update-GDScript-cacheRĂ©mi Verschelde
2022-09-24Remove redundant "if" condition in GDScriptCompiler::_parse_function()Andy Maloney
2022-09-24Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee
2022-09-23Prevent null crash when datatype not resolvedFrancois Belair
2022-09-18Merge pull request #62411 from willnationsdev/gdres-gdscriptRĂ©mi Verschelde
2022-09-17Add GDScript resource export.willnationsdev
2022-09-17Spelling correction: change "no" to "not"I Woithe
2022-09-15Fix GDScript `preload` fails in standalone build unless files are present in ...Abdelhafidh Belalia
2022-09-13Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cppRĂ©mi Verschelde
2022-09-13Merge pull request #65637 from Jummit/assert-exampleRĂ©mi Verschelde
2022-09-12Fix last_modified_time on scriptsYuri Rubinsky
2022-09-11Fix for recurring check in gdscript_cach.cppVoylin
2022-09-11Remove outdated assert exampleJummit
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-02Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRĂ©mi Verschelde
2022-09-02Remove old syntax for custom class iconVolTer