Commit History

Author SHA1 Message Date
  Thaddeus Crews e0d363aad8 Integrate `.pre-commit-config.yaml` 1 year ago
  David Snopek 5d8f80bc55 Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_instance_biding_in_Wrapped_constructor 1 year ago
  David Snopek 7f74fe7bb2 Fix undefined symbol error on Linux with virtual methods that take `Node *` arguments 1 year ago
  Daylily-Zeleen 76cbc66785 Set instance and instance binding in Wrapped constructor. 1 year ago
  David Snopek 88df025aa0 Clean up instance bindings for engine singletons to prevent crash 1 year ago
  A Thousand Ships fb79d5ff98 Add support for getting argument count from `Callable`s 1 year ago
  David Snopek e6b6df5893 Merge pull request #1399 from bruvzg/init_list 1 year ago
  bruvzg 8c98a90f32 [Packed*Array] Add support for initializer lists. 1 year ago
  David Snopek 23c010900c Fix _notification with parent and child classes 1 year ago
  David Snopek fb884573ea Allow registering "runtime classes" 1 year ago
  David Snopek 8fbb7cf795 Allow GDExtensions to register virtual methods and call them on scripts 1 year ago
  David Snopek 20c4e843b0 Send NOTIFICATION_POSTINITIALIZE to extension classes 1 year ago
  David Snopek d33bd47219 Add `CallableCustom` that devs can use in their GDExtensions 1 year ago
  Rémi Verschelde 1ab94699c5 Merge pull request #1277 from dsnopek/variant-iter-tests 1 year ago
  David Snopek 421c61e730 Add test for `Callable.bind()` 1 year ago
  David Snopek d733663e8b Add an automated test using a Variant iterator 1 year ago
  David Snopek c18c1916c3 Implement `callable_mp()` and `callable_mp_static()` 2 years ago
  David Snopek 4314f91b7d Merge pull request #1238 from dsnopek/variant-call-callp 1 year ago
  David Snopek aa6867e6c9 Support `_validate_property()` 1 year ago
  Matthew Murphy ca3e25de04 Fix variant call compiler error 2 years ago
  David Snopek d5fab0b9f8 Add automated tests to verify some previous fixes 2 years ago
  David Snopek 8bc1c1dbeb Implement `String::resize()` 2 years ago
  David Snopek 3162be28e5 Merge pull request #1150 from dsnopek/charstring-full 2 years ago
  Fabio Alessandrelli 155f2e2a62 Add RPC tests. 2 years ago
  David Snopek 4df112cd95 Attempt to fully implement CharString 2 years ago
  Rémi Verschelde d12cf071bb Merge pull request #1128 from Mathis-Z/master 2 years ago
  Mathis-Z ac98dd2752 Fixing #1127 by making return types of auto-generated functions dynamic 2 years ago
  David Snopek ad726015e7 Revert the changes from PR #1044 and #1045 and standardize on `Object **` encoding in ptrcall 2 years ago
  David Snopek 1fd3f82d3a Add automated tests that run a GDExtension (rather than just building it) 2 years ago
  Rémi Verschelde e72bc1a12f Merge pull request #1028 from asmaloney/fix-improper-conversion 2 years ago