提交历史

作者 SHA1 备注 提交日期
  Thaddeus Crews 87f5fb0691 Enforce template syntax `typename` over `class` 1 年之前
  David Snopek 8fbb7cf795 Allow GDExtensions to register virtual methods and call them on scripts 1 年之前
  David Snopek d33bd47219 Add `CallableCustom` that devs can use in their GDExtensions 1 年之前
  Mikael Hermansson 7d8cb7c155 Add support for indexed properties 2 年之前
  David Snopek 431e30bc32 Ensure GDExtension class is the correct type for the Godot engine class 2 年之前
  David Snopek a5c6ca5920 Update to load function pointers for GDExtension interface 2 年之前
  David Snopek 964c515d75 Revert "Fix Object::cast_to<T>() for custom classes" 2 年之前
  David Snopek 75af9003dc Fix Object::cast_to<T>() for custom classes 2 年之前
  Rémi Verschelde 931f1a3f34 Sync license copyright with upstream GH-70885 2 年之前
  Rémi Verschelde bab247dcb6 Rename godot-headers to gdextension, move header to top folder 2 年之前
  Gilles Roudière c02e644679 Rename GDNative to GDExtension 2 年之前
  Emmanuel Leblond e24b6b0e51 Use StringName in the whole GDExtension API instead of const char * 2 年之前
  Aaron Franke 592bd15c7a Run scripts to format and make headers consistent 2 年之前
  Marc Gilleron 99c004f689 Add `Object::cast_to` for `const Object*` 2 年之前
  bruvzg 270ad28931 Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_property_can_revert`, `_property_get_revert`, and `_to_string` methods. 2 年之前
  DNKpp 95574c1b11 fix: Object::cast_to checks provided object for nullptr 3 年之前
  bruvzg 031a83b0ea [Method Bind] Add support for default argument values and static method binding. Sync headers. 3 年之前
  bruvzg 93de1b2b0b Sync godot-headers and fix build after "Create GDExtension clases for PhysicsServer3D". 3 年之前
  Rémi Verschelde 1632322ce0 Update copyright year 3 年之前
  bruvzg b1385953fe Add `ObjectDB::get_instance` method to get wrapped `Object *` from `ObjectID`. 3 年之前
  Bradley Clemetson 76c4adb7f8 Normalized additional macros to ensure that everything works without client code needing using 3 年之前
  Bradley Clemetson 37938a1761 Fix namespace to be consistent with the previous ADD functions 3 年之前
  Bastiaan Olij ef528d3a86 Rename interface to gdn_interface because it's a defined keyword under windows 3 年之前
  Bastiaan Olij e839199848 Add support for property groups 3 年之前
  George Marques e4ed48976a Replace bindgins to work with extensions 4 年之前