Historique des commits

Auteur SHA1 Message Date
  Klaim (Joël Lamotte) d529fc5b69 removes warnings generated by GDCLASS usage il y a 1 an
  Chris Cranford 9a4ba00b0e Make sure `_get` and `_set` dispatch up the class hierarchy il y a 1 an
  David Snopek 7b93607779 Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class il y a 1 an
  Daylily-Zeleen 1ab42ec6c5 mark return value of `get_class_static` and `get_parent_class_static` as const il y a 1 an
  David Snopek fff665e0f5 Give compile-time error if registering a class without its own `_bind_methods()` function il y a 1 an
  Thaddeus Crews 9e48c45bfc Enforce template syntax `typename` over `class` il y a 1 an
  David Snopek f7a9d32f32 Fix _notification with parent and child classes il y a 1 an
  Thaddeus Crews 805cdde0b7 GDCLASS synced by ending with "private:" il y a 1 an
  David Snopek 9d813310bb Add protections against registering classes that didn't use GDCLASS() il y a 1 an
  David Snopek f7ffc4fe4d Automatically register only engine classes whose header has been included il y a 2 ans
  David Snopek bc82ae8b0b Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton il y a 2 ans
  A Thousand Ships 014132d4c0 Ensure `const` correctness for wrappers il y a 2 ans
  Andy Maloney db2394dbe7 Identifiers containing double underscore are reserved according to the C++ standard il y a 2 ans
  Rémi Verschelde 04731d2b78 Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration il y a 2 ans
  Andy Maloney 5dd2928790 "Wrapped" has virtual functions so it should have a virtual destructor. il y a 2 ans
  Rémi Verschelde 931f1a3f34 Sync license copyright with upstream GH-70885 il y a 2 ans
  Rackoon 72d537fd95 Fix GDCLASS needs explicit ClassDB fwd declaration il y a 2 ans
  Gilles Roudière c02e644679 Rename GDNative to GDExtension il y a 2 ans
  Emmanuel Leblond fe86a94dcf Fix const qualifier for parameters in GDExtension api functions il y a 2 ans
  Emmanuel Leblond fa405a8337 Fix lifetime of StringName objects returned by Wrapped::_get_property_list il y a 2 ans
  Andy Maloney c7e34c2f9d Basic static analysis fixes il y a 2 ans
  Emmanuel Leblond 2745d341aa Fix broken namespace isolation in GDCLASS macro il y a 2 ans
  Emmanuel Leblond b6ba0dca13 StringName is working fine with demo \o/ il y a 2 ans
  Emmanuel Leblond 3b82d5937b Correct GDNativeExtensionScriptInstanceToString il y a 2 ans
  Emmanuel Leblond a706a9ceb9 Remove now useless `_alloc_and_copy_cstr` il y a 2 ans
  Emmanuel Leblond e24b6b0e51 Use StringName in the whole GDExtension API instead of const char * il y a 3 ans
  Emmanuel Leblond 0e81f89dd3 Uses `StringName` in GDExtension perf critical instance creation & method/properties setter/getter il y a 3 ans
  Emmanuel Leblond b21931c4a3 Type `GDNativePropertyInfo.type` field as `GDNativeVariantType` il y a 3 ans
  Aaron Franke 592bd15c7a Run scripts to format and make headers consistent il y a 3 ans
  Marc Gilleron 5de2c059d1 Fix deriving a custom class with virtual methods il y a 3 ans