Commit History

Author SHA1 Message Date
  bruvzg 40d3cfd97b Move Array:set_typed to internal GDExtension structure. 2 years ago
  George Marques 1c625befa3 Support typed array default values in extension API 2 years ago
  Rémi Verschelde 2a9b21e46a Merge pull request #1004 from asmaloney/remove-unused-ucaps 2 years ago
  Andy Maloney 67be0c95e1 Remove unused ucaps header 2 years ago
  bruvzg abca497b72 Expose some low level functions and String operators. 2 years ago
  Rémi Verschelde 931f1a3f34 Sync license copyright with upstream GH-70885 2 years ago
  Ricardo Buring 47140cdad0 Rename float=64 build option to precision=double 2 years ago
  bruvzg 18eed144ca Fix enum return value size. 2 years ago
  Fabio Alessandrelli c0eaadac86 Merge pull request #903 from PapyChacal/build_library 2 years ago
  Emilien Bauer e52d4b6486 Remove gen from emitted files to solve circular dependency with build_library=no. 2 years ago
  Rémi Verschelde bab247dcb6 Rename godot-headers to gdextension, move header to top folder 2 years ago
  Gilles Roudière c02e644679 Rename GDNative to GDExtension 2 years ago
  Emmanuel Leblond fe86a94dcf Fix const qualifier for parameters in GDExtension api functions 2 years ago
  rune-scape d04ce481c4 Add missing String operators 2 years ago
  Emmanuel Leblond b6ba0dca13 StringName is working fine with demo \o/ 2 years ago
  Emmanuel Leblond e24b6b0e51 Use StringName in the whole GDExtension API instead of const char * 2 years ago
  Emmanuel Leblond 0e81f89dd3 Uses `StringName` in GDExtension perf critical instance creation & method/properties setter/getter 2 years ago
  Emmanuel Leblond 5282009121 Fix Variant types displayed as `Nil` in extension_api.json 2 years ago
  Mikael Hermansson 40d181d2f3 Bind enums in built-in types and expose bindings for global constants 2 years ago
  Rémi Verschelde 1507253bd5 Merge pull request #864 from Zylann/fix_passing_null 2 years ago
  Rémi Verschelde 50a534bf55 Merge pull request #880 from aaronfranke/struct 2 years ago
  Rémi Verschelde 91afc08de1 Merge pull request #855 from Zylann/fix_issue854_virtual_methods 2 years ago
  Aaron Franke 0455f72ede Use struct instead of class for core structures 2 years ago
  bruvzg fb8253c912 Add wrapper function generation for built-in module ↔ godot-cpp interoperability. 2 years ago
  Marc Gilleron cd2232eddf Fix passing null to functions taking Object parameters 2 years ago
  bruvzg c001d0e5c7 Implement support for typed arrays. 2 years ago
  Marc Gilleron 5de2c059d1 Fix deriving a custom class with virtual methods 2 years ago
  Fabio Alessandrelli 0b87aaa74c Merge pull request #838 from PapyChacal/scons-caching 2 years ago
  Emilien Bauer 8e717acf48 Add options to use scons caching for faster iteration. 2 years ago
  Rémi Verschelde d4cef0bd43 Merge pull request #849 from Zylann/const_cast_to 2 years ago