Historial de Commits

Autor SHA1 Mensaje Fecha
  Aaron Franke 1085200f51 GDScript: Replace `abstract` keyword with `@abstract` annotation hace 2 meses
  Lukas Tenbrink dcb7b21522 Fix a crash when the first line of GDScript code is indented. hace 2 meses
  Danil Alexeev ee121ef80e GDScript: Add support for variadic functions hace 5 meses
  Danil Alexeev 7aafa6ef18 GDScript: Remove `leftmost_column` and `rightmost_column` fields hace 3 meses
  Aaron Franke 067704f1cd Add a keyword for abstract classes in GDScript hace 1 año
  Rémi Verschelde c019b76523 Remove WinAPI `#undef` hacks needed for mingw-std-threads hace 4 meses
  Lukas Tenbrink a23f630781 Remove `String` clipping constructors. hace 5 meses
  Thaddeus Crews e97bb76142 Merge pull request #100314 from Ivorforce/use-string-chr hace 5 meses
  A Thousand Ships 331a43a9d8 Add `String::remove_char(s)` methods for performance and convenience hace 1 año
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. hace 6 meses
  bruvzg 3be46a69c4 Fix uppercase B and X parsing in the integer literals. hace 6 meses
  Lukas Tenbrink 2aeca3e885 Optimize `String::chr` to avoid calling `strlen`. Use `String::chr` instead of `String(&chr, 1)` where appropriate. hace 8 meses
  JackErb 13fcb05e7b Improve GDScript "unexpected token in class body" parser error hace 9 meses
  HolonProduction 06e732c3ed GDScript: Restore support for `Token::UNDERSCORE` in identifiers hace 1 año
  Danil Alexeev 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` hace 1 año
  George Marques 72e5f8c31e GDScript: Enable compression on export hace 1 año
  George Marques b4d0a09f15 GDScript: Reintroduce binary tokenization on export hace 1 año
  A Thousand Ships 66d55e62f0 [GDScript] Prevent running `String` number functions on invalid literal hace 1 año
  George Marques 54a1414500 GDScript: Implement pattern guards for match statement hace 2 años
  Rémi Verschelde 888d3252ba Merge pull request #81881 from lotuspar/patch-1 hace 1 año
  Gio b6f1dbb340 Rewrite a bit of comment in tokenizer code hace 1 año
  Danil Alexeev 2964c7d51c GDScript: Add raw string literals (r-strings) hace 2 años
  Danil Alexeev 00ad9e484e GDScript: Allow mixed indentation on blank lines hace 2 años
  Yuri Sizov 62b4643d85 Merge pull request #73226 from AThousandShips/gdscript_tok_improvement hace 2 años
  Rémi Verschelde cfae05094a Merge pull request #72824 from dalexeev/gds-invalid-char-error hace 2 años
  Rémi Verschelde 1ce2425c0e Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable hace 2 años
  Rémi Verschelde 3b4504afea Merge pull request #75944 from akien-mga/style-modules-includes hace 2 años
  Rémi Verschelde 25b2f1780a Style: Harmonize header includes in modules hace 2 años
  Danil Alexeev fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point hace 2 años
  Ninni Pipping f68beeb7fa Improvements to GDScript identifier tokenization hace 2 años