Commit History

Author SHA1 Message Date
  Rémi Verschelde d9111350b9 Merge pull request #699 from bruvzg/enum_and_ptr_binds 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 3 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 3 years ago
  Hennadii Chernyshchyk 1f96a0d16c Use default destructor for Object 3 years ago
  Bastiaan Olij d5e0fc8e7c Temporary fix for issue in JSON export with NIL in operators 3 years ago
  Hennadii Chernyshchyk 2b1100c878 Use default initialization 3 years ago
  Bastiaan Olij 7a2a7ea9e4 Add virtual destructor to Object class 3 years ago
  George Marques 38ee8bfcf7 Change constructor/destructor management of extension classes 3 years ago
  George Marques dfa526ce16 Fix formatting of files 3 years ago
  George Marques f5858ef6c6 Fix calling of native functions that return object types 3 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 3 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
  George Marques 3a9ff8de7a Add support for engine singletons 4 years ago
  George Marques feafe0da36 Fix build with native structs 4 years ago
  George Marques a0634cca3f Auto-bind virtual method overrides 4 years ago
  George Marques 8bcf32a619 Fix issues with method calls 4 years ago
  George Marques e4ed48976a Replace bindgins to work with extensions 4 years ago
  Rémi Verschelde 83ef64079b bindgen: Properly escape NodePath in default args 3 years ago
  Raul Santos 54c2d23572 Escape parameters named `enum`. 3 years ago
  Fabio Alessandrelli 024ffef50f Fix binding when default parameter is a PoolByteArray. 4 years ago