Commit History

Author SHA1 Message Date
  David Snopek e904c0c014 Fix memory leak when `ClassDB::bind_method_custom()` fails 6 months ago
  David Snopek 696285f23a Use `MethodInfo::get_compatibility_hash()` to generate the hash for `MethodBind::get_hash()` and other GDExtension hash clean up 7 months ago
  David Snopek 39f16e70f8 GDExtension: Add compatibility system for virtual methods 8 months ago
  Thaddeus Crews bf9ef5f8a5 Merge pull request #100564 from YYF233333/iwyu 8 months ago
  Yufeng Ying be86ce3103 Apply iwyu suggestion in core. 8 months ago
  HP van Braam 240f510fa7 Core ubsan fixes 8 months ago
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 8 months ago
  Pedro J. Estébanez 56bdef9f6f Fix deadlocks related to ClassDB queries about global classes 9 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 10 months ago
  Rémi Verschelde 23e51c3cb5 Merge pull request #92888 from Hilderin/fix-unable-to-use-resourceLoader-in-c#-after-threaded-load 11 months ago
  Rémi Verschelde cd9da3344f Merge pull request #95292 from aaronp64/is_parent_class_perf 11 months ago
  Hilderin 27d1fb63e1 Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798 1 year ago
  Jan Haller 82b2a58f4c Fix `bool` type appearing in GDExtension header 11 months ago
  Danil Alexeev 49bcdf78a7 Core: Сheck `r_error` after calling `callp()` 11 months ago
  Hilderin ef6f873938 Fix editor needs restart after adding GDExtensions 1 year ago
  Rémi Verschelde b4f268fae8 Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_postinitialization_for_extension_owner 11 months ago
  Rémi Verschelde 091212b4f1 Merge pull request #93602 from aaronp64/inspector_latency 1 year ago
  aaronp64 7593e55527 Improve Editor Inspector/Theme item lookup performance 1 year ago
  Daylily-Zeleen 3d575801ce Allow ClassDB to create a Object without postinitialization for GDExtension. 1 year ago
  aaronp64 6e5175592d Improve ClassDB::_is_parent_class performance 1 year ago
  Rémi Verschelde fe5d567917 Merge pull request #93942 from MikeSchulze/73525 1 year ago
  baptr 810fcc7431 Fix gdscript analyzer error when instantiating EditorPlugins. 2 years ago
  David Snopek 91fcdff01e GDExtension: Fix setting base class properties on a runtime class 1 year ago
  Mikael Hermansson e312f147aa Fix `ClassDB` not checking for `API_EDITOR_EXTENSION` 1 year ago
  David Snopek 62f9365b21 Don't use `ERR_PRINT_ONCE()` for runtime class error because it will hide errors 1 year ago
  kobewi 413c11357d Use Core/Scene stringnames consistently 1 year ago
  kobewi a262d2d881 Add shorthand for using singleton string names 1 year ago
  A Thousand Ships 955d5affa8 Reduce and prevent unnecessary random-access to `List` 1 year ago
  Jan Haller 27a637d287 GDExtension: provide `free_property_list_func` with length of array 1 year ago
  David Snopek 87aec2745d Fix GDExtension hot reload for classes not created via `ClassDB::instantiate()` 1 year ago