summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41813 from madmiraal/add-missing-header-guardsRémi Verschelde2020-09-067-5/+30
|\
| * Fix header guards in modules:Marcel Admiraal2020-09-067-5/+30
* | Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fixRémi Verschelde2020-09-062-6/+10
|\ \ | |/ |/|
| * GDScript: parameter infer type bug fixThakee Nathees2020-09-062-6/+10
* | Handle csproj "Remove" globsAlex de la Mare2020-09-062-3/+5
* | Fix Mono path utils char types.bruvzg2020-09-041-6/+16
* | Merge pull request #41760 from ThakeeNathees/null-dereference-on-gdscript-fun...Rémi Verschelde2020-09-041-1/+1
|\ \
| * | null pointer dereference at GDScriptFunction::call fixThakee Nathees2020-09-041-1/+1
| |/
* | Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-projRémi Verschelde2020-09-041-9/+12
|\ \
| * | C#: Hide Build button if there's no solution to buildIgnacio Etcheverry2020-09-041-9/+12
* | | Merge pull request #41747 from neikeq/issue-41446Rémi Verschelde2020-09-041-3/+4
|\ \ \
| * | | Fix parsing of C# files with spaces in the pathIgnacio Etcheverry2020-09-041-3/+4
| |/ /
* | | Merge pull request #41750 from neikeq/issue-41745Rémi Verschelde2020-09-041-1/+1
|\ \ \
| * | | C#: Fix Godot failing to find class namespaceIgnacio Etcheverry2020-09-041-1/+1
| |/ /
* | | Merge pull request #41748 from neikeq/issue-41712Rémi Verschelde2020-09-041-2/+6
|\ \ \
| * | | Fix 'Parameter "assembly" is null' errorIgnacio Etcheverry2020-09-041-2/+6
| |/ /
* | | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-0320-814/+862
* | | Ensure header guards enclose entire header.Marcel Admiraal2020-09-033-12/+12
* | | Merge pull request #41459 from Paulb23/nested_color_regionsRémi Verschelde2020-09-031-13/+17
|\ \ \
| * | | Fix color region end key seach and start key orderPaulb232020-08-221-13/+17
* | | | C#: Fix Windows detection for copying MSBuild stubIgnacio Etcheverry2020-09-031-1/+1
| |/ / |/| |
* | | Fix GDScript codegen leak.bruvzg2020-09-021-0/+7
* | | Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal2020-09-021-5/+5
| |/ |/|
* | 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