Historique des commits

Auteur SHA1 Message Date
  George Marques cba90d6301 Update clang-format to version 11 il y a 4 ans
  Marc Gilleron 4c0763cd88 Revert comment, this raised another warning, and I could not find a pattern that works il y a 4 ans
  Marc 1aab5e3962 Merge branch 'master' into master il y a 4 ans
  Marc Gilleron 67976ee47d Remove the need to use GODOT_SUBCLASS il y a 5 ans
  sheepandshepherd 33f9de16e4 Use godot_object_cast_to instead of TagDB to cast engine types il y a 5 ans
  raymoo 6f8d3d2c2a Allow registering base class methods for derived classes il y a 6 ans
  Marc Gilleron 09c8bf94df Rework the way custom class instances are created from C++ il y a 5 ans
  Mika Pi 2559c70e27 Fix compilation warnings about unused vars il y a 5 ans
  Bastiaan Olij 7defa6f77e Merge pull request #271 from Windfisch/fix-register-property il y a 6 ans
  RameshRavone 761d62c9c8 Fix #272 il y a 6 ans
  Florian Jung 0b4be7bbfa Fix registering properties of reference-types by applying bruvzg's patch il y a 6 ans
  bruvzg 0af05a45ce Fix tags/cast_to for custom subclasses. il y a 6 ans
  bruvzg be5a012ff7 Fix NULL dereferencing in get_from_variant and cast_to il y a 6 ans
  Bastiaan Olij fc20fa3fce Implementing clang-format and applying it to all classes il y a 6 ans
  karroffel 200bf226bf Nativescript 1.1 il y a 7 ans
  Nickolai Korshunov ef37d8d76e Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp il y a 7 ans
  danielytics 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those il y a 7 ans
  danielytics c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use il y a 7 ans
  Nickolai Korshunov f1c35f24f6 NULL -> nullptr il y a 7 ans
  Nickolai Korshunov 73a67b16b1 fixed some includes. replace cycle include with forward declaration il y a 7 ans
  karroffel 8c053fc35f allow const getter functions il y a 7 ans
  Marc Gilleron e7202cef8b Fix potential malloc(0) il y a 7 ans
  karroffel 7dde412e26 custom types can now be used as method parameters il y a 7 ans
  karroffel 5dac1b5887 caller-defined entry methods and string API update il y a 7 ans
  Grosskopf 575b2f4d14 Fixed building il y a 7 ans
  BastiaanOlij 0f773c2d72 Update bindings to use new Api extensions and rename Rect3->AABB il y a 7 ans
  Bastiaan Olij 6452ba6e88 Implemented using api struct il y a 8 ans
  Ramesh Ravone 10bb24cfbc updated bindings il y a 8 ans
  Ramesh Ravone 286d2aff03 Fix `_arg_cast` il y a 8 ans
  Sergey Kurson 3acd3f8991 Replaced 'char *' with 'const char *' for consistency with C API il y a 8 ans