Commit History

Author SHA1 Message Date
  Thaddeus Crews 7473b984cb Enforce template syntax `typename` over `class` 1 year ago
  David Snopek 98ad839827 Avoid creating most objects that Godot is going to use placement new to initialize 1 year ago
  bruvzg a07b1f6e07 [Packed*Array] Add support for initializer lists. 1 year ago
  DaylilyZeleen dc19986497 Fix object return value of builtin types' methods. 1 year ago
  bruvzg c2d4ccd592 Switch to 64-bit ints. 1 year ago
  Daylily-Zeleen 3129672a4f Remove "godot" namespace when binding global constants. 1 year ago
  A Thousand Ships c0b2d85ffc Add missing `OP_POWER` operator to `Variant` 1 year ago
  Mikael Hermansson 943d1c8cdf Change bit field enums to use `uint64_t` as underlying type 1 year ago
  Rémi Verschelde 4fed88afcf Merge pull request #1307 from LAK132/master 1 year ago
  LAK132 39c139c814 Fix file list issues when trying to build with meson via cmake 1 year ago
  David Snopek d33bd47219 Add `CallableCustom` that devs can use in their GDExtensions 1 year ago
  David Snopek 64eac01d04 Merge pull request #1266 from dsnopek/automatic-engine-class-registration 1 year ago
  David Snopek b507b3e591 Automatically register only engine classes whose header has been included 1 year ago
  David Snopek 3d814f9e4a Use the new `string_name_new_with_latin1_chars` function to improve StringName construction performance 1 year ago
  David Snopek b1fd1b65fd Merge pull request #1242 from AThousandShips/null_check 1 year ago
  David Snopek 0d6de7a80e Merge pull request #1164 from dsnopek/classdb-singleton-alternate 1 year ago
  A Thousand Ships 1e5767693e Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 year ago
  David Snopek 5cdc2fc099 Merge pull request #1214 from dsnopek/ptrtoarg-native-struct 1 year ago
  David Snopek 8990d5a40e Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin_classes_vararg_methods 1 year ago
  David Snopek 3cd3f24150 Ensure that PtrToArg specializations for native structs are used 1 year ago
  David Snopek 5eebc6b20c Merge pull request #1193 from Zylann/version_header 1 year ago
  David Snopek 6f913563d8 Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton 2 years ago
  David Snopek 8bc1c1dbeb Implement `String::resize()` 2 years ago
  Marc Gilleron c6b2c82570 Added generated version header 2 years ago
  Marc Gilleron 548c758677 Don't cache `null` forever if a singleton isn't available yet 2 years ago
  David Snopek efc16b49d9 In generated methods, only construct the method StringName the first time 2 years ago
  Daylily-Zeleen 3536803e9e Implement vararg methods of builtin classes. 2 years ago
  Rémi Verschelde 130644c061 Merge pull request #1138 from dsnopek/editor-plugins-deinitialize 2 years ago
  Rémi Verschelde ca78bcf558 Merge pull request #1086 from lucasrafael98/fixes/missing-include-audio-frame 2 years ago
  Rémi Verschelde f56f45156b Merge pull request #1143 from bruvzg/py_utf8 2 years ago