Commit History

Author SHA1 Message Date
  Thaddeus Crews 2ffff669f5 Implement typed dictionaries 2 years ago
  David Snopek d477589104 Merge pull request #1520 from dsnopek/test-library-path-absolute 11 months ago
  Aaron Franke 10c3d1bc5f Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays 11 months ago
  David Snopek 92ace04989 Add a test to ensure that library path is absolute 1 year ago
  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