Commit History

Author SHA1 Message Date
  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
  Aaron Franke 101d61b64a [master] Run black format on SConstruct files and bindings generator 3 years ago
  bruvzg e36180f377 Port a bunch of Godot container templates to GDExtension. 3 years ago
  Rémi Verschelde 7fa81e798b Merge pull request #704 from bruvzg/fix_const_ptr 3 years ago
  Rémi Verschelde d9111350b9 Merge pull request #699 from bruvzg/enum_and_ptr_binds 3 years ago
  bruvzg a8cd21ac07 Fix "const" NativePtr binds. 3 years ago
  Nikita Parfenov 309db943e9 Native structures forward declaration fix 3 years ago
  bruvzg 7aaab11b0f Add Variant binders for the generated classes, structs and global enums 3 years ago
  bruvzg bf8fc4c53d Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missing `CharString` method implementations. 3 years ago
  Gilles Roudière 3fcb8a4d1e Make extension instances create the corresponding godot object in their constructor 3 years ago
  Bastiaan Olij b008810c01 Implementing dictionary operators 3 years ago
  Bastiaan Olij c2b690439f Implement index operators for Arrays 4 years ago
  Bastiaan Olij 957f86c3e3 Add Array:make macro 3 years ago
  Bastiaan Olij ef528d3a86 Rename interface to gdn_interface because it's a defined keyword under windows 4 years ago
  Hennadii Chernyshchyk 1f96a0d16c Use default destructor for Object 4 years ago
  Bastiaan Olij d5e0fc8e7c Temporary fix for issue in JSON export with NIL in operators 4 years ago
  Hennadii Chernyshchyk 2b1100c878 Use default initialization 4 years ago
  Bastiaan Olij 7a2a7ea9e4 Add virtual destructor to Object class 4 years ago
  George Marques 38ee8bfcf7 Change constructor/destructor management of extension classes 4 years ago
  George Marques dfa526ce16 Fix formatting of files 4 years ago
  George Marques f5858ef6c6 Fix calling of native functions that return object types 4 years ago
  Bastiaan Olij 46c63af715 Re-introduce build-in type code for core types 4 years ago
  Bastiaan Olij 3a5bd21092 Always convert float to double 4 years ago
  Hennadii Chernyshchyk e8030ed1cf Fix print file list 4 years ago
  Hennadii Chernyshchyk b7f03837a2 Fix return type check for variadic functions 4 years ago
  Bastiaan Olij dd72ce151a Remove unused import that breaks on windows 4 years ago
  George Marques 9d4e51011a Properly encode numeric POD types 4 years ago
  George Marques f19bb9f57c Add copy/move constructors and assignment op to builtin types 4 years ago