Histórico de Commits

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