Commit History

Author SHA1 Message Date
  Thakee Nathees f0613a91be GDScript range function typecheck bug fixed 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
  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 4 years ago
  Rémi Verschelde 2410016638 Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix 4 years ago
  Thakee Nathees 89489a3cac GDScript: parameter infer type bug fix 4 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
  George Marques 35176247af GDScript: Allow enum values to be set to constant expressions 5 years ago
  George Marques 99d4ea8c79 GDScript: Allow supertype objects to be assigned to a subtype variable 5 years ago
  George Marques 8bc9b3a2ae GDScript: Allow implicit type conversion when constructing variants 5 years ago
  George Marques f374021d52 GDSript: Prevent crash when completing unary operators 5 years ago
  George Marques d45e1befe3 GDScript: Fix wrong argument check for formatting operator 5 years ago