Commit History

Upphovsman SHA1 Meddelande Datum
  David Snopek 8269c0102a Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros 1 år sedan
  David Snopek 6328728dc2 Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations 1 år sedan
  David Snopek fff665e0f5 Give compile-time error if registering a class without its own `_bind_methods()` function 1 år sedan
  pupil1337 82ea3f74a4 Add static_assert() for register_class 1 år sedan
  Thaddeus Crews 9e48c45bfc Enforce template syntax `typename` over `class` 1 år sedan
  Marc Gilleron ed576f8318 Fix explicit namespaces in macros 1 år sedan
  David Snopek 9d813310bb Add protections against registering classes that didn't use GDCLASS() 1 år sedan
  David Snopek f7ffc4fe4d Automatically register only engine classes whose header has been included 1 år sedan
  A Thousand Ships 205beacc5b Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2 år sedan
  David Snopek bc82ae8b0b Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton 2 år sedan
  Kehom 20be441026 Unregister custom classes in reverse registration order 2 år sedan
  Andy Maloney db2394dbe7 Identifiers containing double underscore are reserved according to the C++ standard 2 år sedan
  David Snopek 431e30bc32 Ensure GDExtension class is the correct type for the Godot engine class 2 år sedan
  David Snopek a5c6ca5920 Update to load function pointers for GDExtension interface 2 år sedan
  Rémi Verschelde 931f1a3f34 Sync license copyright with upstream GH-70885 2 år sedan
  Jan Haller fce753c05d Extension header: amend const correctness of `p_args` parameters 2 år sedan
  Rémi Verschelde bab247dcb6 Rename godot-headers to gdextension, move header to top folder 2 år sedan
  Gilles Roudière c02e644679 Rename GDNative to GDExtension 2 år sedan
  Emmanuel Leblond fe86a94dcf Fix const qualifier for parameters in GDExtension api functions 2 år sedan
  Emmanuel Leblond b6ba0dca13 StringName is working fine with demo \o/ 2 år sedan
  Emmanuel Leblond a706a9ceb9 Remove now useless `_alloc_and_copy_cstr` 2 år sedan
  Emmanuel Leblond e24b6b0e51 Use StringName in the whole GDExtension API instead of const char * 2 år sedan
  Ricardo Buring 01960ffc9f Add support for virtual and abstract classes 3 år sedan
  Aaron Franke 592bd15c7a Run scripts to format and make headers consistent 3 år sedan
  Rémi Verschelde 0eba81ef79 Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master 3 år sedan
  daylilyzeleen 3e91ec1729 Add detail infos for binding error message. 3 år sedan
  Marc Gilleron 5de2c059d1 Fix deriving a custom class with virtual methods 3 år sedan
  bruvzg 36273baa7e Change PropertyInfo members to String. 3 år sedan
  bruvzg 270ad28931 Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_property_can_revert`, `_property_get_revert`, and `_to_string` methods. 3 år sedan
  Yuri Sizov fa111d7078 Add support for `property_*_revert` methods 3 år sedan