Commit History

Author SHA1 Message Date
  lawnjelly c8317fc926 `Object::call()` prevent debug lock accessing dangling pointer 11 months ago
  Angad Kambli fe79dc90fc Check parameter validity in `Object::set_script` 4 years ago
  Rémi Verschelde 1426cd3b3a One Copyright Update to rule them all 2 years ago
  Micky 6102f3cfc2 [3.x] Rename `set_indexed` & `get_child`'s params to be clearer 2 years ago
  lawnjelly 17f42e8e66 Improve signal already connected error message 2 years ago
  Univeous e514cd71b1 fix get_meta() with defalt value 3 years ago
  kobewi e86a64a2a5 Add optional 'default' argument to get_meta() 3 years ago
  Rémi Verschelde a627cdafc5 Update copyright statements to 2022 3 years ago
  Rémi Verschelde 42d385b312 clang-format: Disable alignment of operands, too unreliable 3 years ago
  Shatur95 8ebefc8cf4 Fix CONNECT_REFERENCE_COUNTED 4 years ago
  Rémi Verschelde 22aab6be1c Merge pull request #51796 from RandomShaper/dangling_obj_release_3.x 4 years ago
  Pedro J. Estébanez 26edc6cd41 Promote object validity checks to release builds 4 years ago
  David Socha ede023d4fa Update connection comparison operator to compare connection sources based on instance ID instead of by pointer 4 years ago
  kobewi 02535e7f17 Compare connections by object id 4 years ago
  Marcel Admiraal 5a58516231 Remove duplicate ERR_PRINTS macro 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 3d15f04668 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 4 years ago
  Pedro J. Estébanez 4485b43a57 Modernize atomics 4 years ago
  Pedro J. Estébanez b450036120 Modernize RWLock 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Maganty Rushyendra bc564cd661 Issue more precise error when disconnecting a nonexistent connection 4 years ago
  Hugo Locurcio 3a46e01af3 Remove property groups for Pause Mode and Script 4 years ago
  Wilson E. Alvarez 993a421333 Show errors on Object.call_deferred 5 years ago
  Pedro J. Estébanez dca653cc3a Fix leaked ObjectRCs on object Variant reassignment 5 years ago
  Pedro J. Estébanez f09046a9ab Fix potential crash when listing leaked objects 5 years ago
  Rémi Verschelde ebb30ac45a Core: Add hints to run with --verbose when leaking nodes/resources at exit 5 years ago
  Pedro J. Estébanez d904d05e65 Fix dangling and reassigned Variants 5 years ago
  PouleyKetchoupp 82bee3f993 Added has_signal method for Object 5 years ago