Commit History

Author SHA1 Message Date
  Rémi Verschelde 1a16dabfb5 Merge pull request #21982 from luzpaz/misc-typos 7 years ago
  luz.paz 08bde5b2de Misc. typos 7 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Rémi Verschelde f06b7d40c8 Merge pull request #21449 from vnen/gdscript-builtin-is 7 years ago
  Rémi Verschelde 5b87864385 Merge pull request #21369 from Noshyaar/exportflag 7 years ago
  George Marques 4b974a36b7 GDScript: Allow `is` operator to test built-in types 7 years ago
  Poommetee Ketson cee6d5620a Deprecating bit flags export with no hint text 7 years ago
  Rémi Verschelde 52466d57e9 Make some debug prints verbose-only, remove others 7 years ago
  George Marques 94d662ad55 GDScript: Ignore unused arguments/local vars that start with _ 7 years ago
  George Marques abbdb9d951 GDScript: Forbid invalid identifiers in match bindings 7 years ago
  Will Nations 6d9cc032e7 Add custom icons to script classes. 7 years ago
  Chaosus 179e15f876 Remove usage console spam 7 years ago
  George Marques eb48119821 Added system for GDScript warnings 7 years ago
  Bernhard Liebl ba974b8d1e Allow some non-integer built-in constants in gdscript 7 years ago
  George Marques e8da2a60b3 GDScript: Fix parse error in string formatting 7 years ago
  George Marques 0b78e4f9e3 GDScript: Add type inference syntax for function arguments 7 years ago
  George Marques 7db7b43cb0 GDScript: Fix type detection for String formatting operator 7 years ago
  George Marques a3ae4a9510 GDScript: Allow accessing constants of outer classes 7 years ago
  George Marques 3d6609303b GDScript: Fix bogus error when a cursor token is found on class 7 years ago
  George Marques 96ee93e8c7 GDScript: Fix mismatching between export hint and type hint 7 years ago
  George Marques 4cb17191b8 GDScript: Allow inherited method to add optional arguments 7 years ago
  George Marques b7bd85e70c GDScript: Look up local scope first for detecting type 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  George Marques 3e87ad5187 Rewrite code completion 7 years ago
  George Marques 3445dca01d Add ability to infer variable type from assigned value 7 years ago
  George Marques 03746da73f Add editor highlight for type-safe lines 7 years ago
  George Marques a2305cd8b2 Fix line number detection in some parser nodes 7 years ago
  George Marques e3d72d14ff Use type information to enable GDScript introspection 7 years ago
  George Marques 743053734f Add static type checks in the parser 7 years ago
  George Marques f7793fc5c9 Store type hint of declared identifiers 7 years ago