Commit History

Author SHA1 Message Date
  Aaron Franke 1085200f51 GDScript: Replace `abstract` keyword with `@abstract` annotation 1 month ago
  Lukas Tenbrink dcb7b21522 Fix a crash when the first line of GDScript code is indented. 1 month ago
  Danil Alexeev ee121ef80e GDScript: Add support for variadic functions 4 months ago
  Danil Alexeev 7aafa6ef18 GDScript: Remove `leftmost_column` and `rightmost_column` fields 2 months ago
  Aaron Franke 067704f1cd Add a keyword for abstract classes in GDScript 1 year ago
  Rémi Verschelde c019b76523 Remove WinAPI `#undef` hacks needed for mingw-std-threads 3 months ago
  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. 5 months ago
  bruvzg 3be46a69c4 Fix uppercase B and X parsing in the integer literals. 5 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