Age | Commit message (Expand) | Author |
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 | 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 |
2021-08-18 | GDScript: Fix memory leak when using self class as type | George Marques |
2021-08-18 | GDScript: Fix calling builtin static functions | George Marques |
2021-08-18 | GDScript: Fix issue when calling `new()` on its own | George Marques |
2021-08-18 | GDScript: Fix inner classes and preloaded scripts as types | George Marques |
2021-08-18 | GdScript: Use reduced constant expression result when doing binary operations... | Mariano Suligoy |
2021-08-17 | Accept non unnamed enums as valid values for enums. Fixes #49357 | Mariano Suligoy |
2021-08-17 | When analyzing GdScript sources, consider Enums as Dictionaries. Fixes #45558 | Mariano Suligoy |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
2021-08-17 | Merge pull request #51762 from nekomatata/fix-crash-gdscript-cache | Rémi Verschelde |
2021-08-16 | Fix crash when failing to load script from cache | PouleyKetchoupp |
2021-08-16 | Reorganise text editor settings | Paulb23 |
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde |
2021-08-13 | Prevent crash when awaiting in a getter/setter | kobewi |
2021-08-10 | Fix crash when parsing Dictionary | kobewi |