Age | Commit message (Expand) | Author |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | fixed parser error when indexing a dictionary. | Thakee Nathees |
2020-09-03 | Ensure header guards enclose entire header. | Marcel Admiraal |
2020-09-03 | Merge pull request #41459 from Paulb23/nested_color_regions | Rémi Verschelde |
2020-09-03 | C#: Fix Windows detection for copying MSBuild stub | Ignacio Etcheverry |
2020-09-02 | Fix GDScript codegen leak. | bruvzg |
2020-09-02 | Merge python EnvironmentError, IOError and WindowsError into OSError. | Marcel Admiraal |
2020-09-02 | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) |
2020-09-02 | Move GDScript tests to respective folder under modules | Andrii Doroshenko (Xrayez) |
2020-09-01 | Add GDScript disassembler | George Marques |
2020-09-01 | Change GDScript compiler to use codegen abstraction | George Marques |
2020-09-01 | Add GDScript code generation interface | George Marques |
2020-09-01 | GDScript: Don't mark function parameters as constant | George Marques |
2020-09-01 | GDScript: Properly set class inheritance for global classes | George Marques |
2020-09-01 | GDScript: Check for missing exponent when parsing numbers | George Marques |
2020-09-01 | GDScript: Fix analysis of singleton dependencies | George Marques |
2020-09-01 | GDScript: Allow "extends" to be used inside inner class | George Marques |
2020-09-01 | GDScript: Allow "self" to be used in class level | George Marques |
2020-09-01 | GDScript: Don't try to parse constant scripts that aren't valid | George Marques |
2020-09-01 | Simplify html_is_valid and allow it to work with 3 and 4 hex digits | Aaron Franke |
2020-09-01 | Change Color HTML conversion from ARGB to RGBA | Aaron Franke |
2020-08-31 | Merge pull request #40993 from Calinou/doc-collision-layer-mask | Rémi Verschelde |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-08-30 | Merge pull request #41613 from neikeq/possibly | Rémi Verschelde |
2020-08-30 | Merge pull request #41611 from neikeq/issue-41444 | Rémi Verschelde |
2020-08-30 | Fix clang-tidy warnings due to semicolon after mono module macros | Ignacio Etcheverry |
2020-08-30 | C#: Fix InvalidCastException on export | Ignacio Etcheverry |
2020-08-30 | C#: Fix crash on export when incorrectly freeing MonoAssemblyName | Ignacio Etcheverry |
2020-08-29 | Mono: Improve MSBuildFinder logic on Windows | Thaina Yu |
2020-08-28 | Cross-reference GDScript built-in rounding methods to ease discovery | Hugo Locurcio |
2020-08-28 | Merge pull request #41547 from vnen/gdscript-2-fixes | Rémi Verschelde |
2020-08-26 | GDScript: Fix crash when parsing properties | George Marques |
2020-08-26 | GDScript: Show error when there's an inheritance cycle | George Marques |
2020-08-26 | GDScript: Add recursion depth limit for completion | George Marques |
2020-08-26 | GDScript: Fix crash when completing code with signals | George Marques |
2020-08-26 | GDScript: Fix issues when deriving from other scripts | George Marques |
2020-08-25 | Merge pull request #40443 from SkyLucilfer/PluralsSupport | Rémi Verschelde |
2020-08-25 | Fix regression in FBX import caused by Skeleton3D | Lyuma |
2020-08-24 | GDScript: Don't fail to load constants if they're not a literal | George Marques |
2020-08-24 | C#: Fix 'Parameter toolsPath cannot be null' error | Ignacio Etcheverry |
2020-08-23 | GDScript: Properly resolve external inner classes from preload | George Marques |
2020-08-23 | GDScript: Use pointer instead of references in cache | George Marques |
2020-08-23 | Merge pull request #41238 from MarianoGnu/gdscript-export-resource | George Marques |
2020-08-22 | Fix color region end key seach and start key order | Paulb23 |
2020-08-21 | Merge pull request #41410 from neikeq/no-bom-on-csproj-creation | Rémi Verschelde |
2020-08-21 | Merge pull request #41409 from neikeq/fix-null-in-msbuild-logger | Rémi Verschelde |
2020-08-21 | C#: Save newly created csproj files without BOM | Ignacio Etcheverry |
2020-08-21 | C#: Fix null exception in our MSBuild logger | Ignacio Etcheverry |
2020-08-21 | Mono/C#: Fix editor using wrong project assembly path in rare cases | Ignacio Etcheverry |
2020-08-19 | Merge pull request #41381 from vnen/gdscript-2-fixes | Rémi Verschelde |