Revīziju vēsture

Autors SHA1 Ziņojums Datums
  David Snopek 246a803954 Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros 1 gadu atpakaļ
  David Snopek 88df025aa0 Clean up instance bindings for engine singletons to prevent crash 1 gadu atpakaļ
  David Snopek e3f3cb58b7 Merge pull request #1450 from dsnopek/free-property-list-count 1 gadu atpakaļ
  David Snopek 54fe2f9891 Merge pull request #1445 from dsnopek/classdb-enum-issue 1 gadu atpakaļ
  David Snopek 8cc78cfea9 Update `free_property_list` callback to take count 1 gadu atpakaļ
  David Snopek ca46ef4d25 Give compile-time error if registering a class without its own `_bind_methods()` function 1 gadu atpakaļ
  David Snopek e1b3b32db5 Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations 1 gadu atpakaļ
  pupil1337 1fa7a9cb19 Add static_assert() for register_class 1 gadu atpakaļ
  David Snopek 44d78ec881 Merge pull request #1409 from Repiteo/class-to-typename 1 gadu atpakaļ
  Thaddeus Crews 87f5fb0691 Enforce template syntax `typename` over `class` 1 gadu atpakaļ
  Marc Gilleron e607790647 Fix explicit namespaces in macros 1 gadu atpakaļ
  David Snopek fb884573ea Allow registering "runtime classes" 1 gadu atpakaļ
  David Snopek 8fbb7cf795 Allow GDExtensions to register virtual methods and call them on scripts 1 gadu atpakaļ
  Chris Cranford 5f350e2572 Rework GDCLASS macro to allow pure virtual functions 1 gadu atpakaļ
  David Snopek a61cdc8860 Add protections against registering classes that didn't use GDCLASS() 1 gadu atpakaļ
  David Snopek b507b3e591 Automatically register only engine classes whose header has been included 1 gadu atpakaļ
  David Snopek df849651d9 Changes necessary for hot reload to work 2 gadi atpakaļ
  David Snopek c18c1916c3 Implement `callable_mp()` and `callable_mp_static()` 2 gadi atpakaļ
  David Snopek 3a02feddc3 Update for addition of `get_virtual_call_data_func` and `call_virtual_func` to `GDExtensionClassCreationInfo2` 1 gadu atpakaļ
  David Snopek b1fd1b65fd Merge pull request #1242 from AThousandShips/null_check 1 gadu atpakaļ
  David Snopek 0d6de7a80e Merge pull request #1164 from dsnopek/classdb-singleton-alternate 1 gadu atpakaļ
  A Thousand Ships 1e5767693e Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 gadu atpakaļ
  David Snopek aa6867e6c9 Support `_validate_property()` 1 gadu atpakaļ
  Daylily-Zeleen 2d1f852baf Implement register unexposed class. 2 gadi atpakaļ
  Markus Sauermann c2d99fd519 Fix `Object::notification` order 2 gadi atpakaļ
  David Snopek 6f913563d8 Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton 2 gadi atpakaļ
  David Snopek 1d49bef096 Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent 2 gadi atpakaļ
  Marc Gilleron baf0b9e0f7 Don't call parent _get_property_list when a class doesn't define it. 2 gadi atpakaļ
  Mikael Hermansson 7d8cb7c155 Add support for indexed properties 2 gadi atpakaļ
  Kehom 20be441026 Unregister custom classes in reverse registration order 2 gadi atpakaļ