summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-024-26/+38
* Move GDScript tests to respective folder under modulesAndrii Doroshenko (Xrayez)2020-09-022-0/+298
* Add GDScript disassemblerGeorge Marques2020-09-012-18/+515
* Change GDScript compiler to use codegen abstractionGeorge Marques2020-09-016-1756/+1068
* Add GDScript code generation interfaceGeorge Marques2020-09-014-0/+1174
* GDScript: Don't mark function parameters as constantGeorge Marques2020-09-011-0/+1
* GDScript: Properly set class inheritance for global classesGeorge Marques2020-09-011-0/+1
* GDScript: Check for missing exponent when parsing numbersGeorge Marques2020-09-011-0/+32
* GDScript: Fix analysis of singleton dependenciesGeorge Marques2020-09-011-0/+24
* GDScript: Allow "extends" to be used inside inner classGeorge Marques2020-09-011-0/+8
* GDScript: Allow "self" to be used in class levelGeorge Marques2020-09-011-2/+2
* GDScript: Don't try to parse constant scripts that aren't validGeorge Marques2020-09-012-43/+50
* Simplify html_is_valid and allow it to work with 3 and 4 hex digitsAaron Franke2020-09-011-30/+8
* Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-011-48/+47
* Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-312-3/+3
|\
| * Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-032-3/+3
* | Add link titles for all links in the class referenceHugo Locurcio2020-08-316-8/+8
* | Merge pull request #41613 from neikeq/possiblyRémi Verschelde2020-08-302-9/+14
|\ \
| * | Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry2020-08-302-9/+14
* | | Merge pull request #41611 from neikeq/issue-41444Rémi Verschelde2020-08-301-19/+22
|\ \ \
| * | | C#: Fix crash on export when incorrectly freeing MonoAssemblyNameIgnacio Etcheverry2020-08-301-19/+22
| |/ /
* / / C#: Fix InvalidCastException on exportIgnacio Etcheverry2020-08-301-1/+1
|/ /
* | Mono: Improve MSBuildFinder logic on WindowsThaina Yu2020-08-291-2/+15
* | Cross-reference GDScript built-in rounding methods to ease discoveryHugo Locurcio2020-08-281-0/+4
* | Merge pull request #41547 from vnen/gdscript-2-fixesRémi Verschelde2020-08-288-49/+89
|\ \
| * | GDScript: Fix crash when parsing propertiesGeorge Marques2020-08-261-1/+1
| * | GDScript: Show error when there's an inheritance cycleGeorge Marques2020-08-261-1/+14
| * | GDScript: Add recursion depth limit for completionGeorge Marques2020-08-261-14/+20
| * | GDScript: Fix crash when completing code with signalsGeorge Marques2020-08-261-1/+0
| * | GDScript: Fix issues when deriving from other scriptsGeorge Marques2020-08-263-10/+23
| * | GDScript: Don't fail to load constants if they're not a literalGeorge Marques2020-08-241-5/+1
| * | GDScript: Properly resolve external inner classes from preloadGeorge Marques2020-08-232-2/+21
| * | GDScript: Use pointer instead of references in cacheGeorge Marques2020-08-233-15/+9
* | | Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde2020-08-252-98/+311
|\ \ \
| * | | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-192-134/+301
| * | | Update POT generation to handle context and pluralsSkyJJ2020-08-192-5/+51
* | | | Fix regression in FBX import caused by Skeleton3DLyuma2020-08-251-2/+1
* | | | C#: Fix 'Parameter toolsPath cannot be null' errorIgnacio Etcheverry2020-08-241-6/+14
| |/ / |/| |
* | | Merge pull request #41238 from MarianoGnu/gdscript-export-resourceGeorge Marques2020-08-231-0/+1
|\ \ \
| * | | Fix GdScript Analyzier not detecting Resource subclass correctlyMariano Suligoy2020-08-131-0/+1
* | | | Merge pull request #41410 from neikeq/no-bom-on-csproj-creationRémi Verschelde2020-08-211-1/+3
|\ \ \ \
| * | | | C#: Save newly created csproj files without BOMIgnacio Etcheverry2020-08-211-1/+3
* | | | | Merge pull request #41409 from neikeq/fix-null-in-msbuild-loggerRémi Verschelde2020-08-211-4/+6
|\ \ \ \ \
| * | | | | C#: Fix null exception in our MSBuild loggerIgnacio Etcheverry2020-08-211-4/+6
| |/ / / /
* / / / / Mono/C#: Fix editor using wrong project assembly path in rare casesIgnacio Etcheverry2020-08-213-2/+3
|/ / / /
* | | | Merge pull request #41381 from vnen/gdscript-2-fixesRémi Verschelde2020-08-194-30/+115
|\ \ \ \ | |_|/ / |/| | |
| * | | GDScript: Make subscript access be properly type checkedGeorge Marques2020-08-191-1/+1
| * | | GDScript: Show error when function return type is missingGeorge Marques2020-08-191-0/+3
| * | | GDScript: Fix signal parameters not respecting commasGeorge Marques2020-08-191-2/+9
| * | | GDScript: Check duplicate keys in dictionaries and enumsGeorge Marques2020-08-192-1/+17