summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2020-08-22Fix color region end key seach and start key orderPaulb23
2020-08-22Check and correct for zero scaling when unscaling Bullet basis.Marcel Admiraal
2020-08-21Merge pull request #41410 from neikeq/no-bom-on-csproj-creationRémi Verschelde
2020-08-21Merge pull request #41409 from neikeq/fix-null-in-msbuild-loggerRémi Verschelde
2020-08-21C#: Save newly created csproj files without BOMIgnacio Etcheverry
2020-08-21C#: Fix null exception in our MSBuild loggerIgnacio Etcheverry
2020-08-21Mono/C#: Fix editor using wrong project assembly path in rare casesIgnacio Etcheverry
2020-08-19Merge pull request #41381 from vnen/gdscript-2-fixesRémi Verschelde
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-19Merge pull request #41362 from neikeq/fix-play-issues-after-ide-play-requestRémi Verschelde
2020-08-19C#: Fix editor unable to play game after IDE PlayRequestIgnacio Etcheverry
2020-08-18Merge pull request #41352 from Calinou/bmp-loader-error-explanationsRémi Verschelde
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-18Add more error explanations in the BMP image loaderHugo Locurcio
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-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
2020-08-13Fix GdScript Analyzier not detecting Resource subclass correctlyMariano Suligoy
2020-08-13Merge pull request #41229 from madmiraal/fix-csgRémi Verschelde
2020-08-13Don't attempt to insert points into degenerate triangles.Marcel Admiraal
2020-08-13Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-workingGeorge Marques
2020-08-13Fix: ctrl + click not workingThakee Nathees
2020-08-13Merge pull request #41199 from madmiraal/fix-38001Rémi Verschelde
2020-08-12Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques
2020-08-12Mark the first shape as inside, not the second shape, when CSG shapes areMarcel Admiraal
2020-08-11Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde
2020-08-11Merge pull request #40935 from hoontee/master-3Rémi Verschelde
2020-08-11Merge pull request #40919 from hoontee/master-2Ré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-06Merge pull request #41062 from ThakeeNathees/unsafe-arithmatic-assignment-bug...George Marques
2020-08-06GDScript: unsafe arithmetic assignment bug fixThakee Nathees
2020-08-05Adding error message for empty grouping expressionStephen Nichols