summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2020-09-18Merge pull request #41930 from RandomShaper/fix_gdscript_leaksRémi Verschelde
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-14Several documentation improvementsDanil Alexeev
2020-09-10Ensure cyclic dependencies between scripts are broken at exitPedro J. Estébanez
2020-09-10Prevent cyclic reference between script and its membersPedro J. Estébanez
2020-09-09GDScript: Fix MutexLock usage, fixes Clang 6 compatRémi Verschelde
2020-09-08Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fixRémi Verschelde
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
2020-09-06Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fixRémi Verschelde
2020-09-06GDScript: parameter infer type bug fixThakee Nathees
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-04Merge pull request #41760 from ThakeeNathees/null-dereference-on-gdscript-fun...Rémi Verschelde
2020-09-04null pointer dereference at GDScriptFunction::call fixThakee Nathees
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03fixed parser error when indexing a dictionary.Thakee Nathees
2020-09-03Merge pull request #41459 from Paulb23/nested_color_regionsRémi Verschelde
2020-09-02Fix GDScript codegen leak.bruvzg
2020-09-02Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)
2020-09-02Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)
2020-09-01Add GDScript disassemblerGeorge Marques
2020-09-01Change GDScript compiler to use codegen abstractionGeorge Marques
2020-09-01Add GDScript code generation interfaceGeorge Marques
2020-09-01GDScript: Don't mark function parameters as constantGeorge Marques
2020-09-01GDScript: Properly set class inheritance for global classesGeorge Marques
2020-09-01GDScript: Check for missing exponent when parsing numbersGeorge Marques
2020-09-01GDScript: Fix analysis of singleton dependenciesGeorge Marques
2020-09-01GDScript: Allow "extends" to be used inside inner classGeorge Marques
2020-09-01GDScript: Allow "self" to be used in class levelGeorge Marques
2020-09-01GDScript: Don't try to parse constant scripts that aren't validGeorge Marques
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-28Cross-reference GDScript built-in rounding methods to ease discoveryHugo Locurcio
2020-08-28Merge pull request #41547 from vnen/gdscript-2-fixesRémi Verschelde
2020-08-26GDScript: Fix crash when parsing propertiesGeorge Marques
2020-08-26GDScript: Show error when there's an inheritance cycleGeorge Marques
2020-08-26GDScript: Add recursion depth limit for completionGeorge Marques
2020-08-26GDScript: Fix crash when completing code with signalsGeorge Marques
2020-08-26GDScript: Fix issues when deriving from other scriptsGeorge Marques
2020-08-25Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde
2020-08-24GDScript: Don't fail to load constants if they're not a literalGeorge Marques
2020-08-23GDScript: Properly resolve external inner classes from preloadGeorge Marques
2020-08-23GDScript: Use pointer instead of references in cacheGeorge Marques
2020-08-23Merge pull request #41238 from MarianoGnu/gdscript-export-resourceGeorge Marques
2020-08-22Fix color region end key seach and start key orderPaulb23
2020-08-19GDScript: Make subscript access be properly type checkedGeorge Marques
2020-08-19GDScript: Show error when function return type is missingGeorge Marques
2020-08-19GDScript: Fix signal parameters not respecting commasGeorge Marques
2020-08-19GDScript: Check duplicate keys in dictionaries and enumsGeorge Marques
2020-08-19GDScript: Allow preload() to be used with constant expressionsGeorge Marques
2020-08-19GDScript: Allow keywords to be used in $ notationGeorge Marques
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ