Commit History

Author SHA1 Message Date
  Capital af885004f1 Backport 65910 for Godot 3 10 months ago
  Rémi Verschelde 1426cd3b3a One Copyright Update to rule them all 2 years ago
  SaracenOne 9fa4d3b1b0 Fix local variables not showing when breaking on final line 3 years ago
  Rémi Verschelde 88dba8e625 Fix typos with codespell 3 years ago
  Haoyu Qiu 871a73341b Fix crash when is-operator right-hand-side is null 3 years ago
  Haoyu Qiu 8a42ab7a85 Fix crash when `is` keyword is tested against a String variable 3 years ago
  Rémi Verschelde a627cdafc5 Update copyright statements to 2022 3 years ago
  Hugo Locurcio 63d214f04b Remove hash symbol in front of opcode error messages in GDScript 3 years ago
  Rémi Verschelde 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
  Pedro J. Estébanez 6697e380d9 Fix check for freed object during cast 3 years ago
  Pedro J. Estébanez 26edc6cd41 Promote object validity checks to release builds 3 years ago
  Pedro J. Estébanez 123d3ef935 Complain if casting a freed object in a debug session 4 years ago
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 4 years ago
  Pedro J. Estébanez 4ddcdc031b Modernize Mutex 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Pedro J. Estébanez 46fc451b9c Remove useless check in GDScript 4 years ago
  Umang Kalra f40d46bafc Fixes the misleading error message for call_recursive method for TreeItems 4 years ago
  George Marques 798ee982ac Actually set GDScript static reference 5 years ago
  George Marques e360dc9a79 GDScript: Remove self static reference and create one on calls 5 years ago
  George Marques a8332e30f0 GDScript: Fix assert message when no custom message is set 5 years ago
  Pedro J. Estébanez 8f90d423b9 Fix too eager GDScriptFunctionState stack cleanup 5 years ago
  Pedro J. Estébanez 64344e6d1d Fix object leaks caused by unfulfilled yields 5 years ago
  Pedro J. Estébanez 68cca6e619 Fix leaked objects when game ends with yields in progress 5 years ago
  Rémi Verschelde 4faaf6089a Remove unused #if 0'ed code 5 years ago
  ChibiDenDen 9ffa9a6bac Fix constant access in base class through subclass instance 5 years ago
  George Marques 3718f8f592 GDScript: Validate object instance on `is` operation 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago