Commit History

Author SHA1 Message Date
  Nickolai Korshunov ef37d8d76e Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp 7 years ago
  danielytics 01db553c49 adds Array::make and Dictionary::make static methods and has variadic template functions use those 7 years ago
  danielytics c7b03c4132 make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use 7 years ago
  Nickolai Korshunov f1c35f24f6 NULL -> nullptr 7 years ago
  Nickolai Korshunov 73a67b16b1 fixed some includes. replace cycle include with forward declaration 7 years ago
  karroffel 8c053fc35f allow const getter functions 7 years ago
  Marc Gilleron e7202cef8b Fix potential malloc(0) 7 years ago
  karroffel 7dde412e26 custom types can now be used as method parameters 7 years ago
  karroffel 5dac1b5887 caller-defined entry methods and string API update 7 years ago
  Grosskopf 575b2f4d14 Fixed building 7 years ago
  BastiaanOlij 0f773c2d72 Update bindings to use new Api extensions and rename Rect3->AABB 7 years ago
  Bastiaan Olij 6452ba6e88 Implemented using api struct 7 years ago
  Ramesh Ravone 10bb24cfbc updated bindings 7 years ago
  Ramesh Ravone 286d2aff03 Fix `_arg_cast` 7 years ago
  Sergey Kurson 3acd3f8991 Replaced 'char *' with 'const char *' for consistency with C API 8 years ago
  Karroffel c27af379b8 updated to use the new NativeScript and GDNative interface 8 years ago
  Karroffel ee4ac30b40 template magic 8 years ago
  Ramesh Ravone 36561b5853 String operator_plus fix 8 years ago
  Karroffel a3bcda958e implement registering const methods 8 years ago
  Karroffel e1f3865467 Wohoo, Ref<>s are now working 8 years ago
  Karroffel 38f1ee741d some Ref WIP, memory leaks and invalid returns 8 years ago
  Karroffel b6ca6a2d8e fixed ArgCast again 8 years ago
  Karroffel 1c5eeee512 better Variant casting 8 years ago
  Karroffel 99fceb455a updated scripting interface 8 years ago
  Karroffel 51d3cecb5e updated scripting interface 8 years ago
  Karroffel ad3720440e removed InputEvent and Image 8 years ago
  Karroffel fad8f7c9eb made script "inheritance" less OOP 8 years ago
  Karroffel cf30b0f39d rewrote binding generator in python 8 years ago