Age | Commit message (Expand) | Author |
2021-10-15 | GDScript: Avoid crash if missing setter signature | George Marques |
2021-10-11 | Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix | George Marques |
2021-10-11 | Remove redundant String operation from GDScript enum exports | Yuri Sizov |
2021-10-08 | GDScript: Report property type errors | ZuBsPaCe |
2021-10-08 | [Net] Rename RPCConfig.sync to call_local. | Fabio Alessandrelli |
2021-10-06 | Fix outdated no_call_local, use call_remote | Max Hilbrunner |
2021-10-02 | GDScript Check for null list in `for` loop | Brian Semrau |
2021-10-01 | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-21 | Merge pull request #52906 from vnen/gdscript-show-error-on-yield | Rémi Verschelde |
2021-09-21 | Merge pull request #52905 from vnen/gdscript-single-line-declaration | Rémi Verschelde |
2021-09-21 | GDScript: Show specific error when "yield" is used | George Marques |
2021-09-21 | GDScript: Allow classes declaration to be done in single line | George Marques |
2021-09-21 | GDScript: Allow multiple lines in signal parameters declaration | George Marques |
2021-09-17 | GDScript: Properly catch error when missing index in subscript | George Marques |
2021-09-17 | Merge pull request #51671 from RandomShaper/fix_gdscript_crash | George Marques |
2021-09-15 | Merge pull request #52706 from vnen/gdscript-ternary-operator-crash | Rémi Verschelde |
2021-09-15 | GDScript: Show error when missing expression after ternary else | George Marques |
2021-09-15 | GDScript: Show error on unary operators without argument | George Marques |
2021-09-15 | GDScript: Allow string keys on Lua-style dictionaries | George Marques |
2021-09-13 | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript | Rémi Verschelde |
2021-09-11 | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume |
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 | 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 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-03 | Added tests for expression matching | ThreeRhinosInAnElephantCostume |
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 | Print error message when await is not followed by signal or coroutine | William Deurwaarder |
2021-08-25 | Fixed crash when parsing an empty assignment. | Louis Dumont |
2021-08-25 | Fixed pattern matching with expressions | ThreeRhinosInAnElephantCostume |
2021-08-23 | Merge pull request #51971 from aaronfranke/https | Max Hilbrunner |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-21 | Remove redundant assignments. | Anilforextra |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
2021-08-16 | Reorganise text editor settings | Paulb23 |
2021-08-13 | Prevent crash when awaiting in a getter/setter | kobewi |
2021-08-10 | Fix crash when parsing Dictionary | kobewi |
2021-08-06 | [Net] Default @rpc annotation should be puppet, not master. | Fabio Alessandrelli |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-21 | Use the standard C `INFINITY` and `NAN` constants directly | Hugo Locurcio |
2021-07-20 | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-15 | Adding some more missing renames for Transform3D and Quaternion | Bastiaan Olij |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |