Commit History

Author SHA1 Message Date
  Serhii Snitsaruk a095c5e3fa GDScript call stack as reverse linked list with fixed coroutines 5 months ago
  Rémi Verschelde ebc36a7225 Merge pull request #107717 from aaronfranke/abstract-annotation 3 months ago
  kobewi 015cc38912 Mark GDScript and shader warnings for translation 4 months ago
  Aaron Franke 1085200f51 GDScript: Replace `abstract` keyword with `@abstract` annotation 4 months ago
  Danil Alexeev 24494d840e Core: Unify display of error type prefixes 5 months ago
  Fabio Alessandrelli c28d5d0058 Revert "Expose get_rpc_config and get_node_rpc_config" 4 months ago
  Yufeng Ying 1384e82c2c Improve ScriptLanguage get keyword API. 9 months ago
  Thaddeus Crews b59d6bea4f Merge pull request #67777 from aaronfranke/virtually-annotated 5 months ago
  Thaddeus Crews 579feb387c Core: Add `[[nodiscard]]` to string-like classes 1 year ago
  Aaron Franke 067704f1cd Add a keyword for abstract classes in GDScript 2 years ago
  Thaddeus Crews 28089c40c1 Merge pull request #91006 from reduz/live-backtrace 6 months ago
  reduz d1dcb40d56 Ability to print and log script backtraces 6 months ago
  Lukas Tenbrink 91fe434a86 Always use `String` as `StringName` backing internally. 6 months ago
  Thaddeus Crews 94282d88f9 Core: Use `Math` namespace for constants 6 months ago
  Thaddeus Crews 4248411baf Merge pull request #102521 from HolonProduction/cancel-await 6 months ago
  Yufeng Ying 4f4031a675 Replace size() == 0 with is_empty(). 7 months ago
  Thaddeus Crews 780cf03051 Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse 6 months ago
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 7 months ago
  kobewi 75881f8322 Use initializer list in Arrays 1 year ago
  Thaddeus Crews f09ee0171a Style: Begin integrating simple `.clangd` fixes 8 months ago
  Michael Alexsander ce8d2e4917 Implement class detection in GDScript for build configuration 8 months ago
  HolonProduction 676e4c9013 GDScript: Cancel suspended functions when reloading a script 8 months ago
  Rémi Verschelde daa074881b Revert "Fixed resource loader using not fully loaded scripts" 8 months ago
  Pedro J. Estébanez 318af42020 Include more attributes in the global class names cache 9 months ago
  Danil Alexeev cd918ff470 GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum 9 months ago
  Ricardo Subtil b77aa473a1 Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization 1 year ago
  Yufeng Ying 33817b186f Remove unused header in drivers and modules. 10 months ago
  Yufeng Ying a43f90b89d Remove unused variable in GDScriptLanguage. 10 months ago
  Danil Alexeev 80d11500b5 Code Editor: Add documentation tooltips 10 months ago
  Thaddeus Crews 1719f8ed3d Merge pull request #99834 from kiroxas/passLengthToParseUTF8 10 months ago