Cronologia Commit

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