Commit History

Author SHA1 Message Date
  George Marques b4d0a09f15 GDScript: Reintroduce binary tokenization on export 1 year ago
  A Thousand Ships 66d55e62f0 [GDScript] Prevent running `String` number functions on invalid literal 1 year ago
  George Marques 54a1414500 GDScript: Implement pattern guards for match statement 2 years ago
  Rémi Verschelde 888d3252ba Merge pull request #81881 from lotuspar/patch-1 1 year ago
  Gio b6f1dbb340 Rewrite a bit of comment in tokenizer code 1 year ago
  Danil Alexeev 2964c7d51c GDScript: Add raw string literals (r-strings) 1 year ago
  Danil Alexeev 00ad9e484e GDScript: Allow mixed indentation on blank lines 2 years ago
  Yuri Sizov 62b4643d85 Merge pull request #73226 from AThousandShips/gdscript_tok_improvement 2 years ago
  Rémi Verschelde cfae05094a Merge pull request #72824 from dalexeev/gds-invalid-char-error 2 years ago
  Rémi Verschelde 1ce2425c0e Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable 2 years ago
  Rémi Verschelde 3b4504afea Merge pull request #75944 from akien-mga/style-modules-includes 2 years ago
  Rémi Verschelde 25b2f1780a Style: Harmonize header includes in modules 2 years ago
  Danil Alexeev fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point 2 years ago
  Ninni Pipping f68beeb7fa Improvements to GDScript identifier tokenization 2 years ago
  MistMage fecbc12d17 Fix for mixed tabs and spaces in gdscript 2 years ago
  Danil Alexeev d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal 2 years ago
  George Marques 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
  Danil Alexeev 54770ba9c5 GDScript: Fix invalid character error message 2 years ago
  George Marques 7548e043fc Add support for Unicode identifiers in GDScript 2 years ago
  Adam Scott c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2 years ago
  Yuri Roubinsky dbd7a31507 Implement exponential operator (**) to GDScript/Expressions 3 years ago
  Nathan Franke 1304d72fc1 improve OS.get_name classref, misc/scripts fixes, remove trailing quote 3 years ago
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 years ago
  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