Commit History

Author SHA1 Message Date
  George Marques 0cb185927c GDScript: Improve handling of operators 4 years ago
  George Marques 627ca7f30e GDScript: Don't clear depended parsers too soon 4 years ago
  George Marques 817fb3d702 GDScript: Give an error if dependency can't be parsed 4 years ago
  George Marques c7b6a7adcc GDScript: Refactor builtin functions 4 years ago
  George Marques fb3dc2670a GDScript: Fix range() being treated as array when optimized out 4 years ago
  Rémi Verschelde 9d2e8f2f27 Variant: Rename Type::_RID to Type::RID 4 years ago
  reduz 221a2a1742 Refactored variant constructor logic 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  reduz 05de7ce6ca Refactored variant setters/getters 4 years ago
  Rémi Verschelde bd13e82080 Merge pull request #41516 from Lunatoid/allow-object-new 4 years ago
  Mateo de Mayo f388177aed Fix crash by adding nullcheck for uninitialized constants 4 years ago
  George Marques 96884ef41e Merge pull request #41983 from ThakeeNathees/array-const-folding-bug-fix 4 years ago
  Rémi Verschelde 3e78963bb9 Fix typos with codespell 4 years ago
  Thakee Nathees 3886a2f9f6 Array/Dictinoary no more reduced to array/dictionary variant 5 years ago
  Rémi Verschelde 2410016638 Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix 5 years ago
  Thakee Nathees 89489a3cac GDScript: parameter infer type bug fix 5 years ago
  Thakee Nathees 4fc14e8e11 fixed parser error when indexing a dictionary. 5 years ago
  Lunatoid 07053d0c6a Fixed ParseError when calling Object.new() 5 years ago
  George Marques 745ca3059d Change GDScript compiler to use codegen abstraction 5 years ago
  George Marques a889084864 GDScript: Don't mark function parameters as constant 5 years ago
  George Marques c8e10aa20b GDScript: Properly set class inheritance for global classes 5 years ago
  George Marques f8fa5e4738 GDScript: Fix analysis of singleton dependencies 5 years ago
  George Marques 1ddb9b1a52 GDScript: Don't try to parse constant scripts that aren't valid 5 years ago
  George Marques b2b45987d0 GDScript: Show error when there's an inheritance cycle 5 years ago
  George Marques 8ccf88a206 GDScript: Fix issues when deriving from other scripts 5 years ago
  George Marques ca90c9c9a9 GDScript: Properly resolve external inner classes from preload 5 years ago
  George Marques 58f5c2bab6 Merge pull request #41238 from MarianoGnu/gdscript-export-resource 5 years ago
  George Marques a880f590e4 GDScript: Make subscript access be properly type checked 5 years ago
  George Marques cd3f51c67c GDScript: Check duplicate keys in dictionaries and enums 5 years ago
  George Marques f9ad0b30fa GDScript: Allow preload() to be used with constant expressions 5 years ago