Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Rémi Verschelde 3de367920f Merge pull request #563 from LinwoodCloud/master 3 gadi atpakaļ
  Rémi Verschelde 055f3141f8 Merge pull request #588 from aaronfranke/signal-no-arg 3 gadi atpakaļ
  Hugo Locurcio cf5428e103 Add license headers to all source and header files 4 gadi atpakaļ
  Aaron Franke 95ff72706d Add ability to easily register signals with no arguments 4 gadi atpakaļ
  kb1000 3fe276c02f Stop including iostream in Variant.hpp (to produce smaller binaries) 4 gadi atpakaļ
  George Marques cba90d6301 Update clang-format to version 11 4 gadi atpakaļ
  Marc Gilleron 4c0763cd88 Revert comment, this raised another warning, and I could not find a pattern that works 4 gadi atpakaļ
  Marc 1aab5e3962 Merge branch 'master' into master 4 gadi atpakaļ
  Marc Gilleron 67976ee47d Remove the need to use GODOT_SUBCLASS 5 gadi atpakaļ
  sheepandshepherd 33f9de16e4 Use godot_object_cast_to instead of TagDB to cast engine types 5 gadi atpakaļ
  raymoo 6f8d3d2c2a Allow registering base class methods for derived classes 6 gadi atpakaļ
  Marc Gilleron 09c8bf94df Rework the way custom class instances are created from C++ 5 gadi atpakaļ
  Mika Pi 2559c70e27 Fix compilation warnings about unused vars 5 gadi atpakaļ
  Bastiaan Olij 7defa6f77e Merge pull request #271 from Windfisch/fix-register-property 6 gadi atpakaļ
  RameshRavone 761d62c9c8 Fix #272 6 gadi atpakaļ
  Florian Jung 0b4be7bbfa Fix registering properties of reference-types by applying bruvzg's patch 6 gadi atpakaļ
  bruvzg 0af05a45ce Fix tags/cast_to for custom subclasses. 6 gadi atpakaļ
  bruvzg be5a012ff7 Fix NULL dereferencing in get_from_variant and cast_to 6 gadi atpakaļ
  Bastiaan Olij fc20fa3fce Implementing clang-format and applying it to all classes 6 gadi atpakaļ
  karroffel 200bf226bf Nativescript 1.1 7 gadi atpakaļ
  Nickolai Korshunov ef37d8d76e Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp 7 gadi atpakaļ
  danielytics 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those 7 gadi atpakaļ
  danielytics c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use 7 gadi atpakaļ
  Nickolai Korshunov f1c35f24f6 NULL -> nullptr 7 gadi atpakaļ
  Nickolai Korshunov 73a67b16b1 fixed some includes. replace cycle include with forward declaration 7 gadi atpakaļ
  karroffel 8c053fc35f allow const getter functions 7 gadi atpakaļ
  Marc Gilleron e7202cef8b Fix potential malloc(0) 7 gadi atpakaļ
  karroffel 7dde412e26 custom types can now be used as method parameters 7 gadi atpakaļ
  karroffel 5dac1b5887 caller-defined entry methods and string API update 7 gadi atpakaļ
  Grosskopf 575b2f4d14 Fixed building 7 gadi atpakaļ