Commit History

Author SHA1 Message Date
  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
  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
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 years ago
  Rémi Verschelde f5371bc6b8 Merge pull request #37033 from ThakeeNathees/python-like-str-escape 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Thakee Nathees f6cee4a121 python like string escape implemented 5 years ago
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 5 years ago
  Rémi Verschelde bd10c70458 Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute 5 years ago