Commit History

Author SHA1 Message Date
  David Snopek 42e398e4e2 Update for new NOTIFICATION_POSTINITIALIZE handling 11 months ago
  David Snopek ca5179f7d7 Merge pull request #1594 from dsnopek/macos-thread-local 9 months ago
  David Snopek 7fca545885 Merge pull request #1574 from dsnopek/unicode-class-names 9 months ago
  David Snopek 91833c852e Avoid `thread_local` on MacOS to prevent issues with hot reload 10 months ago
  David Snopek 536ea8561e Allow unicode class names 11 months ago
  David Snopek cb543c192a Correctly set instance bindings on reload 10 months ago
  Klaim (Joël Lamotte) 738859f49b removes warnings generated by GDCLASS usage 1 year ago
  Chris Cranford c77d44f3f6 Make sure `_get` and `_set` dispatch up the class hierarchy 1 year ago
  Daylily-Zeleen 76cbc66785 Set instance and instance binding in Wrapped constructor. 1 year ago
  David Snopek b697ba8896 Merge pull request #1447 from dsnopek/avoid-double-postinitialize 1 year ago
  David Snopek e4a4d76cb3 Merge pull request #1463 from Daylily-Zeleen/daylily-zeleen/const_get_class_static 1 year ago
  Daylily-Zeleen 3db8549e19 mark return value of `get_class_static` and `get_parent_class_static` as const 1 year ago
  David Snopek e3f3cb58b7 Merge pull request #1450 from dsnopek/free-property-list-count 1 year ago
  David Snopek 8cc78cfea9 Update `free_property_list` callback to take count 1 year ago
  David Snopek ca46ef4d25 Give compile-time error if registering a class without its own `_bind_methods()` function 1 year ago
  David Snopek 06373ce1cf Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class 1 year ago
  Thaddeus Crews 87f5fb0691 Enforce template syntax `typename` over `class` 1 year ago
  David Snopek 23c010900c Fix _notification with parent and child classes 1 year ago
  David Snopek 8fbb7cf795 Allow GDExtensions to register virtual methods and call them on scripts 1 year ago
  Chris Cranford 5f350e2572 Rework GDCLASS macro to allow pure virtual functions 1 year ago
  bruvzg 29b34d92bb [iOS] Fix building as static library or xcframework, add iOS config and xcframework build script to the test project. 1 year ago
  Thaddeus Crews 6eb5d450bd GDCLASS synced by ending with "private:" 1 year ago
  David Snopek a61cdc8860 Add protections against registering classes that didn't use GDCLASS() 1 year ago
  David Snopek b507b3e591 Automatically register only engine classes whose header has been included 1 year ago
  David Snopek df849651d9 Changes necessary for hot reload to work 2 years ago
  David Snopek 0d6de7a80e Merge pull request #1164 from dsnopek/classdb-singleton-alternate 1 year ago
  David Snopek aa6867e6c9 Support `_validate_property()` 1 year ago
  A Thousand Ships f651df5e7a Ensure `const` correctness for wrappers 1 year ago
  Jan Haller 54092861f1 GDExtension: fix `bool` unknown in C 1 year ago
  Markus Sauermann c2d99fd519 Fix `Object::notification` order 2 years ago