Commit History

Author SHA1 Message Date
  David Snopek b0a33cac7c GDExtension: Use ObjectID when creating custom callable 1 year ago
  Emmanuel Leblond 5aa9f1ce64 Fix comment in gdextension_interface.h 1 year ago
  Ced Naru 0a246e9b54 expose Object::free_instance_binding to GDExtension 1 year ago
  David Snopek cbf939e121 GDExtension: Don't deprecate old method of getting script category 1 year ago
  David Cambré 531f56e830 add GDExtensionScriptInstanceGetClassCategory 2 years ago
  David Snopek 2733a6f762 Implement reloading of GDExtensions 2 years ago
  Jan Haller c770937db5 More precise documentation for GDExtension String constructors (bytes vs. character count) 1 year ago
  Jan Haller ed3015e979 GDExtension: construct StringName directly from char* 2 years ago
  Jeff Ward 60851af4da Add functions for non-ptr style virtual calls in GDExtension 2 years ago
  Rémi Verschelde 8dfc3f1864 Merge pull request #79005 from maiself/gde-custom-callable 2 years ago
  Rémi Verschelde 43c7e8d3b5 Merge pull request #81515 from dsnopek/gdextension-validate-property-object 2 years ago
  Rémi Verschelde 786dab42fd Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_internal_class 2 years ago
  David Snopek abef8e3874 Allow implementing `Object::_validate_property()` from GDExtension 2 years ago
  David Snopek 3e7a6e058a Allow implementing `ScriptInstance::validate_property()` from GDExtension 2 years ago
  Daylily-Zeleen 41ffe5461f Allow GDExtension to register unexposed class. 2 years ago
  Jan Haller 4e202bcec7 GDExtension: fix `bool` unknown in C 2 years ago
  Mai Lavelle e0ee985f64 Allow CallableCustom objects to be created from GDExtensions 2 years ago
  Markus Sauermann c4705a590b Fix Object::notification order 2 years ago
  Mai Lavelle 4b5da7e0ac Expose PlaceHolderScriptInstance to GDExtension 2 years ago
  Jeff Ward efc8fd6e2c Add get_script_instance to GDExtension 2 years ago
  Yuri Sizov 6bfda7f5c5 Merge pull request #79156 from dsnopek/gdextension-string-resize 2 years ago
  David Snopek e87900970c Allow resizing String's from GDExtension 2 years ago
  Mikael Hermansson 2173821b38 Add support for indexed properties in GDExtension 2 years ago
  Jan Haller 9ddd3c2af6 GDExtension `@since` attribute 2 years ago
  Jan Haller 618507eb89 GDExtension: `Uninitialized*Ptr` for constructors/converters using placement new 2 years ago
  Rémi Verschelde 699b66b62d Merge pull request #77010 from dsnopek/gdextension-editor-plugins 2 years ago
  David Snopek 3007163210 Allow GDExtensions to add editor plugins 2 years ago
  David Snopek c6b0d4aae3 Add GDExtension function to get Object class name 2 years ago
  David Snopek 9b9482d4bb Rework GDExtension interface from a struct to loading function pointers 2 years ago
  Emmanuel Leblond e785dd9dd9 Improve user-friendliness of "return value as function param" pattern in GDExtension API 2 years ago