Commit History

Author SHA1 Message Date
  Lukas Tenbrink a23f630781 Remove `String` clipping constructors. 4 months ago
  Thaddeus Crews e97bb76142 Merge pull request #100314 from Ivorforce/use-string-chr 4 months ago
  A Thousand Ships 331a43a9d8 Add `String::remove_char(s)` methods for performance and convenience 1 year ago
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 6 months ago
  bruvzg 3be46a69c4 Fix uppercase B and X parsing in the integer literals. 6 months ago
  Lukas Tenbrink 2aeca3e885 Optimize `String::chr` to avoid calling `strlen`. Use `String::chr` instead of `String(&chr, 1)` where appropriate. 7 months ago
  JackErb 13fcb05e7b Improve GDScript "unexpected token in class body" parser error 8 months ago
  HolonProduction 06e732c3ed GDScript: Restore support for `Token::UNDERSCORE` in identifiers 1 year ago
  Danil Alexeev 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` 1 year ago
  George Marques 72e5f8c31e GDScript: Enable compression on export 1 year ago
  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