Commit History

Author SHA1 Message Date
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 5 months ago
  Thaddeus Crews c1b7865ae9 Merge pull request #103557 from aaronfranke/godot-version-defines 5 months ago
  Aaron Franke 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 6 months ago
  Yufeng Ying bebe037abf Add ConstIterator to Dictionary. 5 months ago
  Thaddeus Crews 69529ff0aa Merge pull request #102373 from dsnopek/gdextension-set-script-instance 5 months ago
  Lukas Tenbrink 1818453faa Make use of `latin1` encoding explicit in `gdextension_interface.cpp`. 7 months ago
  Raul Santos 05ffa218f3 GDExtension: Add all `Engine.get_version_info` fields to `get_godot_version` 6 months ago
  David Snopek 7095431aa7 GDExtension: Add interface functions for `Object::set_script_instance()` 6 months ago
  David Snopek 506600a560 Rename `GDExtensionCompatHashes` to make it clear it's only for exceptional situations 8 months ago
  Lukas Tenbrink ffd4de67d0 Add variant_get_ptr_internal_getter to gdextension_interface.h. The function returns functions to retrieve a pointer to a Variant's internal value. This enables GDExtensions to implement functionality similar to VariantGetInternalPtr, to access Variant internal values directly. 9 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 10 months ago
  Yevhen Babiichuk (DustDFG) af6d260c17 Don't include `core/io/image.h` in `core/os/os.h` 10 months ago
  David Snopek 971e154588 GDExtension: Allow directly getting `ObjectID` from `Variant` 11 months ago
  Thaddeus Crews 9853a69144 Implement typed dictionaries 2 years ago
  Danil Alexeev 49bcdf78a7 Core: Сheck `r_error` after calling `callp()` 1 year ago
  Daylily-Zeleen 3d575801ce Allow ClassDB to create a Object without postinitialization for GDExtension. 1 year ago
  bruvzg e651421905 [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 1 year ago
  K. S. Ernest (iFire) Lee f9b488508c Add PackedVector4Array Variant type 1 year ago
  A Thousand Ships 0c19d0f5a0 Add extension support for argument count to `ScriptInstance` 1 year ago
  A Thousand Ships 59bcc2888c Add methods to get argument count of methods 1 year ago
  Rémi Verschelde 50ca190286 Merge pull request #89055 from dsnopek/gdextension-script-free-lists 1 year ago
  David Snopek 0badf07657 GDExtension: Pass count when freeing method and property lists for script instances 1 year ago
  Rémi Verschelde 3a08c646ee Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 1 year ago
  David Snopek ea75307a11 Allow registering "runtime classes" 1 year ago
  David Snopek be11002e41 Allow GDExtensions to register virtual methods and call them on scripts 1 year ago
  Riteo f468e59efd GDExtension: add an interface for loading extra documentation 1 year ago
  David Snopek b0a33cac7c GDExtension: Use ObjectID when creating custom callable 1 year ago
  David Snopek b14f359c94 GDExtension: Fix `variant_iter_get()` actually calling `iter_next()` 1 year ago
  Ced Naru 0a246e9b54 expose Object::free_instance_binding to GDExtension 1 year ago
  David Cambré 531f56e830 add GDExtensionScriptInstanceGetClassCategory 2 years ago