summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
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-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
2020-08-19Update POT generation to handle context and pluralsSkyJJ
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-18GDScript: Allow supertype objects to be assigned to a subtype variableGeorge Marques
2020-08-18GDScript: Allow implicit type conversion when constructing variantsGeorge Marques
2020-08-18GDScript: Add script to cache on reloadGeorge Marques
2020-08-17GDScript: Allow empty files to be valid scriptsGeorge Marques
2020-08-17GDScript: Fix crash when superclass file is non-existentGeorge Marques
2020-08-17GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques
2020-08-17GDScript: Fix editor crash when writing @tool annotationGeorge Marques
2020-08-17GDSript: Prevent crash when completing unary operatorsGeorge Marques
2020-08-17GDScript: Allow "match" to be used as an identifierGeorge Marques
2020-08-17GDScript: Fix wrong argument check for formatting operatorGeorge Marques
2020-08-13Fix GdScript Analyzier not detecting Resource subclass correctlyMariano Suligoy
2020-08-13Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-workingGeorge Marques
2020-08-13Fix: ctrl + click not workingThakee Nathees
2020-08-12Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques
2020-08-11Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde
2020-08-08Fix colour region continuation over blank lines, issue 41120Paulb23
2020-08-08Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validationGeorge Marques
2020-08-08Merge pull request #40951 from bruvzg/gds_cleanupGeorge Marques
2020-08-08GDScript: Tidy up assignment operator checkGeorge Marques
2020-08-06GDScript: unsafe arithmetic assignment bug fixThakee Nathees
2020-08-05Adding error message for empty grouping expressionStephen Nichols
2020-08-05Fixing null callee crash.Stephen Nichols
2020-08-03Merge pull request #40690 from ThakeeNathees/arithmetic-assign-type-check-bug...George Marques
2020-08-03Fixed tiny grammar issues in error messagesunknown
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-07-31Merge pull request #40903 from Calinou/doc-jsonRémi Verschelde
2020-07-31Improve JSON-related documentationHugo Locurcio
2020-07-30doc: Fix typo in BBcode tagRémi Verschelde