Commit History

Author SHA1 Message Date
  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
  Marc Gilleron 99c004f689 Add `Object::cast_to` for `const Object*` 2 years ago
  Marc Gilleron f8f25980e1 Class constants should be static 2 years ago
  Fabio Alessandrelli c263b3e38c Fix get_file_list not returning all generated files. 2 years ago
  Aaron Franke 76ad89fe0b Generate constants in the bindings generator 2 years ago
  Rémi Verschelde 1863bd88ad Merge pull request #703 from AlphaSoftLLC/fix_struct_forward_declaration 3 years ago
  bruvzg 91c56a0ad1 Add bindings for Vector4, Vector4i, Projection built-in types. 3 years ago
  bruvzg 713b122b84 Add support for BitField hint, sync API files. 3 years ago
  Rémi Verschelde bffedfed1e Fix typo in static method binding generator 3 years ago
  Aaron Franke e5c4351bc7 Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86 3 years ago
  bruvzg e06d5cd414 Add double precision build support. 3 years ago
  Fabio Alessandrelli fa698ddd12 [Scons] Use builder to track bindings regeneration. 3 years ago
  Fabio Alessandrelli b47dfb6a5c [CI] Add python file format to static checks. 3 years ago
  bruvzg 057a771fda Add support for variadic method binds with the typed return. Sync headers. 3 years ago
  bruvzg d9d68550d9 Fix generating static methods without return value. 3 years ago
  bruvzg 28027394f5 Add support for static method bindings. 3 years ago
  bruvzg 93de1b2b0b Sync godot-headers and fix build after "Create GDExtension clases for PhysicsServer3D". 3 years ago
  Rémi Verschelde 1632322ce0 Update copyright year 3 years ago
  bruvzg b8b9a2fad9 Fix return type encoding for ptrcall. 3 years ago