提交历史

作者 SHA1 备注 提交日期
  David Snopek 8fbb7cf795 Allow GDExtensions to register virtual methods and call them on scripts 1 年之前
  Chris Cranford 5f350e2572 Rework GDCLASS macro to allow pure virtual functions 1 年之前
  bruvzg 29b34d92bb [iOS] Fix building as static library or xcframework, add iOS config and xcframework build script to the test project. 1 年之前
  Thaddeus Crews 6eb5d450bd GDCLASS synced by ending with "private:" 1 年之前
  David Snopek a61cdc8860 Add protections against registering classes that didn't use GDCLASS() 1 年之前
  David Snopek b507b3e591 Automatically register only engine classes whose header has been included 1 年之前
  David Snopek df849651d9 Changes necessary for hot reload to work 2 年之前
  David Snopek 0d6de7a80e Merge pull request #1164 from dsnopek/classdb-singleton-alternate 1 年之前
  David Snopek aa6867e6c9 Support `_validate_property()` 1 年之前
  A Thousand Ships f651df5e7a Ensure `const` correctness for wrappers 1 年之前
  Jan Haller 54092861f1 GDExtension: fix `bool` unknown in C 1 年之前
  Markus Sauermann c2d99fd519 Fix `Object::notification` order 2 年之前
  David Snopek 6f913563d8 Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton 2 年之前
  Marc Gilleron baf0b9e0f7 Don't call parent _get_property_list when a class doesn't define it. 2 年之前
  Andy Maloney db2394dbe7 Identifiers containing double underscore are reserved according to the C++ standard 2 年之前
  Rémi Verschelde 04731d2b78 Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration 2 年之前
  Andy Maloney 5dd2928790 "Wrapped" has virtual functions so it should have a virtual destructor. 2 年之前
  Rémi Verschelde 931f1a3f34 Sync license copyright with upstream GH-70885 2 年之前
  Rackoon 72d537fd95 Fix GDCLASS needs explicit ClassDB fwd declaration 2 年之前
  Gilles Roudière c02e644679 Rename GDNative to GDExtension 2 年之前
  Emmanuel Leblond fe86a94dcf Fix const qualifier for parameters in GDExtension api functions 2 年之前
  Emmanuel Leblond fa405a8337 Fix lifetime of StringName objects returned by Wrapped::_get_property_list 2 年之前
  Andy Maloney c7e34c2f9d Basic static analysis fixes 2 年之前
  Emmanuel Leblond 2745d341aa Fix broken namespace isolation in GDCLASS macro 2 年之前
  Emmanuel Leblond b6ba0dca13 StringName is working fine with demo \o/ 2 年之前
  Emmanuel Leblond 3b82d5937b Correct GDNativeExtensionScriptInstanceToString 2 年之前
  Emmanuel Leblond a706a9ceb9 Remove now useless `_alloc_and_copy_cstr` 2 年之前
  Emmanuel Leblond e24b6b0e51 Use StringName in the whole GDExtension API instead of const char * 2 年之前
  Emmanuel Leblond 0e81f89dd3 Uses `StringName` in GDExtension perf critical instance creation & method/properties setter/getter 2 年之前
  Emmanuel Leblond b21931c4a3 Type `GDNativePropertyInfo.type` field as `GDNativeVariantType` 2 年之前