Commit History

Author SHA1 Message Date
  David Snopek 39f16e70f8 GDExtension: Add compatibility system for virtual methods 8 months ago
  David Snopek 506600a560 Rename `GDExtensionCompatHashes` to make it clear it's only for exceptional situations 8 months ago
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 8 months ago
  Thaddeus Crews 363c0b5fec Merge pull request #47502 from KoBeWi/add_0 9 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 10 months ago
  kobewi 5c0f2414cd Always add decimal when printing float 1 year ago
  Rémi Verschelde 8a9a26ef19 Merge pull request #93311 from dsnopek/gdextension-required-virtuals 10 months ago
  Raul Santos aaffab8afb Add metadata for `char16_t` and `char32_t` 1 year ago
  David Snopek c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` 1 year ago
  Thaddeus Crews 9853a69144 Implement typed dictionaries 2 years ago
  A Thousand Ships a0dbdcc3ab Replace `find` with `contains/has` where applicable 1 year ago
  A Thousand Ships 955d5affa8 Reduce and prevent unnecessary random-access to `List` 1 year ago
  K. S. Ernest (iFire) Lee f9b488508c Add PackedVector4Array Variant type 1 year ago
  A Thousand Ships 64146cb7f3 [Core] Add iteration support to `Array` 1 year ago
  Ricardo Buring 82afe58aca Fix operator documentation in GDExtension API dump with docs 1 year ago
  Ricardo Buring c87b2a606e Add brief description in GDExtension API dump with docs 1 year ago
  Ricardo Buring 8ee04c5f87 Optionally include documentation in GDExtension API dump 1 year ago
  David Snopek 0d13727c97 Fix method hashes with default arguments 1 year ago
  David Snopek 39a604c9ab Exclude unexposed classes from the extension_api.json 2 years ago
  RedworkDE bbe04e1ec8 Update extension api validation 2 years ago
  Juan Linietsky d8078d3f4c Add a backwards-compatibility system for GDExtension method 2 years ago
  Haoyu Qiu 49400e0c1c Fix crash when dumping extension API in a non-writable directory 2 years ago
  Raul Santos cac7a784d6 Add `GodotTypeInfo::Metadata` to `MethodInfo` 2 years ago
  Emmanuel Leblond 38d9e8b366 Add missing is_bitfield field for global enum in extension_api_dump 2 years ago
  Juan Linietsky 2b815df3c1 Use BitField<> in core type masks 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Rémi Verschelde 418ec03a40 Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members-real-types 2 years ago
  Emmanuel Leblond 2c2fd0820a Expose in builtins' members internal type & size (on top of offset) in extension_api.json 3 years ago
  Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension 2 years ago
  Rémi Verschelde 96796c1518 Merge pull request #64427 from touilleMan/gdextension-skip-undefined-field-in-properties 2 years ago