Age | Commit message (Expand) | Author |
2021-09-11 | Prevent non explicit inferring parameter from null | jmb462 |
2021-09-11 | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume |
2021-09-11 | Avoid crash after a parsing error in GDScript | Pedro J. Estébanez |
2021-09-11 | Fix parameter type resolution in GDScript | Pedro J. Estébanez |
2021-09-11 | Implement iterator variable typing in GDScript | Pedro J. Estébanez |
2021-09-10 | GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals | ZuBsPaCe |
2021-09-10 | Merge pull request #52063 from KoBeWi/double_comma_of_doom | George Marques |
2021-09-10 | Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editor | George Marques |
2021-09-10 | Merge pull request #51456 from SaracenOne/super_init_fix | George Marques |
2021-09-10 | Fix crash with consecutive commas in Dictionary | kobewi |
2021-09-10 | Merge pull request #51593 from KoBeWi/if | George Marques |
2021-09-10 | Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze | George Marques |
2021-09-07 | Merge pull request #52267 from williamd67/lookup-symbol-builtin-functions | Max Hilbrunner |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-05 | Fix extends with relative path to parent script | Julien Nguyen |
2021-09-03 | Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variabl... | Max Hilbrunner |
2021-09-03 | GDScript: Count usages of member variables. | ZuBsPaCe |
2021-09-03 | Added tests for expression matching | ThreeRhinosInAnElephantCostume |
2021-09-02 | Fix auto reload scripts on external change | Jonathan Gollnick |
2021-09-02 | GDScript: Do not complete lambda arguments from parent class | George Marques |
2021-09-02 | Check for GDScript member and class naming conflicts in a variety of conditions. | SaracenOne |
2021-09-01 | GDScript: Fix loading of interdependent autoloads | George Marques |
2021-08-30 | Merge pull request #52240 from Rubonnek/rename-rel-path | Juan Linietsky |
2021-08-30 | Show help for built-in functions (@GlobalScope) | William Deurwaarder |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-30 | [GDScript] [Net] Allow mixing rpc annotation paramters. | Fabio Alessandrelli |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-28 | Merge pull request #52085 from williamd67/fix-await-without-argument | Hugo Locurcio |
2021-08-28 | Merge pull request #52164 from mhilbrunner/gd-style-fixup | Max Hilbrunner |
2021-08-28 | Print error message when await is not followed by signal or coroutine | William Deurwaarder |
2021-08-27 | Merge pull request #52122 from V-Sekai/autoload_list | K. S. Ernest (iFire) Lee |
2021-08-27 | GDScript test style fix | Max Hilbrunner |
2021-08-27 | Merge pull request #52090 from balloonpopper/bug52060 | Max Hilbrunner |
2021-08-27 | Merge pull request #52105 from ldmnt/master | Hugo Locurcio |
2021-08-26 | Use OrderedHashMap for autoloads to preserve order | Lyuma |
2021-08-26 | Correct null and boolean values being capitalised by the str command | Balloonpopper |
2021-08-25 | Fixed crash when parsing an empty assignment. | Louis Dumont |
2021-08-25 | Add a README to link to the GDScript integration tests documentation | Hugo Locurcio |
2021-08-25 | Fixed pattern matching with expressions | ThreeRhinosInAnElephantCostume |
2021-08-24 | GDScript: Allow access to outer constant and enum values | George Marques |
2021-08-23 | Merge pull request #51971 from aaronfranke/https | Max Hilbrunner |
2021-08-23 | Merge pull request #51947 from AnilBK/redundant-assignments | Michael Alexsander |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-21 | Fix assignment with operator on type member | Julien Nguyen |
2021-08-21 | Remove redundant assignments. | Anilforextra |
2021-08-20 | Merge pull request #49105 from vnen/gdscript-inner-preload-type | Rémi Verschelde |
2021-08-20 | GDScript: Make singleton functions be seen as static | George Marques |
2021-08-20 | Merge pull request #51902 from vnen/variant-internal-constructor | Rémi Verschelde |
2021-08-19 | Fix initialization of objects in VariantInternal | George Marques |