Commit History

Author SHA1 Message Date
  bruvzg 8e79c5fb8d Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  bruvzg 74b9892f7a [GDScript] Check string literals for Unicode direction control characters. 3 years ago
  Max Hilbrunner 626ca50676 Improve GDScript indentation error message 3 years ago
  Paulb23 bcfc591f86 Reorganise text editor settings 4 years ago
  Rémi Verschelde ee4ef9709d Merge pull request #46714 from HaSa1002/fix-gdscript-underscore-strict 4 years ago
  George Marques c6e66a43b0 GDScript: Add lambda syntax parsing 4 years ago
  Alex Hirsch d7ac5ba1c6 Fix missing quote in multiline GDScript string 4 years ago
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 years ago
  Johannes 982a0ac348 Fix GDScript Tokenizer being very strict about the number of underscores 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 years ago
  Thakee Nathees d0e7d9b62f Documentation generation for GDScript 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Rémi Verschelde 3e78963bb9 Fix typos with codespell 4 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  George Marques 745ca3059d Change GDScript compiler to use codegen abstraction 5 years ago
  George Marques 164cc8705b GDScript: Check for missing exponent when parsing numbers 5 years ago
  George Marques a52e457ada GDScript: Allow keywords to be used in $ notation 5 years ago
  George Marques 9ecd042e78 GDScript: Allow "match" to be used as an identifier 5 years ago
  Aaron Franke 56e2c6c704 Make all String float conversion methods be 64-bit 5 years ago
  George Marques a0f54cb95e Wrap up GDScript 2.0 base implementation 5 years ago
  George Marques aa09b4f85d Reintroduce code completion 5 years ago
  George Marques 34c28eb2b8 Fix comments in beginning of file 5 years ago
  George Marques 5d6e853806 New GDScript tokenizer and parser 5 years ago
  Aaron Franke 25c978730b Rename String bin_to_int64 to bin_to_int 5 years ago
  Aaron Franke e5ae89775a Remove 32-bit String hex_to_int method 5 years ago
  Aaron Franke bb8aa107fd Remove 32-bit String to_int method 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago