Commit History

Author SHA1 Message Date
  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
  Rémi Verschelde 2cf6ac6c50 Replace FALLTHROUGH macro by C++17 [[fallthrough]] 5 years ago
  Juan Linietsky 6da0eef9e6 Add support for Vector2i, Rect2i and Vector3i to Variant 5 years ago
  Juan Linietsky 3c0059650d Added StringName as a variant type. 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde 54ac8eaba6 Remove more deprecated methods and code 5 years ago
  Rémi Verschelde 1f39a2d3e6 Remove deprecated sync and slave networking keywords 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rémi Verschelde 30d4c923cb Merge pull request #32966 from ffaristocrat/fix-hex-parsing 5 years ago
  Micheál Keane 4b9fd961d6 Fixes #32963 by correctly parsing bin/hex literals 5 years ago
  Rémi Verschelde c43c3747cf Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing 5 years ago
  Bojidar Marinov afbde3314a Allow mixed tabs and spaces when indentation does not depend on tab size 5 years ago
  Marcel Admiraal 5b96233c34 Remove duplicate valid value check in gdscript_tokenizer.cpp. 5 years ago
  qarmin 17732fe698 Added some obvious errors explanations 5 years ago