Commit History

Upphovsman SHA1 Meddelande Datum
  Thaddeus Crews 9e48c45bfc Enforce template syntax `typename` over `class` 1 år sedan
  David Snopek 76d6ce7136 Avoid creating most objects that Godot is going to use placement new to initialize 1 år sedan
  bruvzg e99d7b3b7e [Packed*Array] Add support for initializer lists. 1 år sedan
  DaylilyZeleen 1ac8627b2e Fix object return value of builtin types' methods. 1 år sedan
  bruvzg 6202bf141e Switch to 64-bit ints. 1 år sedan
  Daylily-Zeleen dde0bbb93d Remove "godot" namespace when binding global constants. 1 år sedan
  A Thousand Ships 1c03aa7746 Add missing `OP_POWER` operator to `Variant` 1 år sedan
  LAK132 d5a2e8e797 Fix file list issues when trying to build with meson via cmake 1 år sedan
  David Snopek f7ffc4fe4d Automatically register only engine classes whose header has been included 1 år sedan
  A Thousand Ships 205beacc5b Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 år sedan
  David Snopek bc82ae8b0b Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton 2 år sedan
  David Snopek dcd7a69512 Ensure that PtrToArg specializations for native structs are used 1 år sedan
  Marc Gilleron 0f2d3652e5 Added generated version header 2 år sedan
  Marc Gilleron e75ec636db Don't cache `null` forever if a singleton isn't available yet 2 år sedan
  David Snopek 5dda0212f6 In generated methods, only construct the method StringName the first time 2 år sedan
  Rémi Verschelde 130644c061 Merge pull request #1138 from dsnopek/editor-plugins-deinitialize 2 år sedan
  Rémi Verschelde ca78bcf558 Merge pull request #1086 from lucasrafael98/fixes/missing-include-audio-frame 2 år sedan
  Rémi Verschelde f56f45156b Merge pull request #1143 from bruvzg/py_utf8 2 år sedan
  bruvzg f1ad719ffc Force UTF-8 encoding in the binding generator script. 2 år sedan
  Andy Maloney db2394dbe7 Identifiers containing double underscore are reserved according to the C++ standard 2 år sedan
  David Snopek d28a3cbbd5 Automatically remove editor plugins when deinitializing GDExtension 2 år sedan
  Rémi Verschelde d12cf071bb Merge pull request #1128 from Mathis-Z/master 2 år sedan
  Mathis-Z ac98dd2752 Fixing #1127 by making return types of auto-generated functions dynamic 2 år sedan
  David Snopek ad726015e7 Revert the changes from PR #1044 and #1045 and standardize on `Object **` encoding in ptrcall 2 år sedan
  Rémi Verschelde 2078c00bab Merge pull request #1114 from dsnopek/editor-plugins 2 år sedan
  David Snopek e75ebffb70 Add support for adding/removing editor plugins 2 år sedan
  David Snopek 431e30bc32 Ensure GDExtension class is the correct type for the Godot engine class 2 år sedan
  David Snopek a5c6ca5920 Update to load function pointers for GDExtension interface 2 år sedan
  Lucas Rafael cb0b105402 Fix: Include method_ptrcall.hpp on simple structs. 2 år sedan
  Daylily-Zeleen a614f61015 Fix global enum cast and add Varint::Type cast. 2 år sedan