Revīziju vēsture

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