Marc Gilleron
|
67976ee47d
Remove the need to use GODOT_SUBCLASS
|
преди 5 години |
sheepandshepherd
|
33f9de16e4
Use godot_object_cast_to instead of TagDB to cast engine types
|
преди 5 години |
raymoo
|
6f8d3d2c2a
Allow registering base class methods for derived classes
|
преди 6 години |
Marc Gilleron
|
09c8bf94df
Rework the way custom class instances are created from C++
|
преди 5 години |
Bastiaan Olij
|
7defa6f77e
Merge pull request #271 from Windfisch/fix-register-property
|
преди 6 години |
RameshRavone
|
761d62c9c8
Fix #272
|
преди 6 години |
Florian Jung
|
0b4be7bbfa
Fix registering properties of reference-types by applying bruvzg's patch
|
преди 6 години |
bruvzg
|
0af05a45ce
Fix tags/cast_to for custom subclasses.
|
преди 6 години |
bruvzg
|
be5a012ff7
Fix NULL dereferencing in get_from_variant and cast_to
|
преди 6 години |
Bastiaan Olij
|
fc20fa3fce
Implementing clang-format and applying it to all classes
|
преди 6 години |
karroffel
|
200bf226bf
Nativescript 1.1
|
преди 7 години |
Nickolai Korshunov
|
ef37d8d76e
Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp
|
преди 7 години |
danielytics
|
01db553c49
adds Array::make and Dictionary::make static methods and has variadic template functions use those
|
преди 7 години |
danielytics
|
c7b03c4132
make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use
|
преди 7 години |
Nickolai Korshunov
|
f1c35f24f6
NULL -> nullptr
|
преди 7 години |
Nickolai Korshunov
|
73a67b16b1
fixed some includes. replace cycle include with forward declaration
|
преди 7 години |
karroffel
|
8c053fc35f
allow const getter functions
|
преди 7 години |
Marc Gilleron
|
e7202cef8b
Fix potential malloc(0)
|
преди 7 години |
karroffel
|
7dde412e26
custom types can now be used as method parameters
|
преди 7 години |
karroffel
|
5dac1b5887
caller-defined entry methods and string API update
|
преди 7 години |
Grosskopf
|
575b2f4d14
Fixed building
|
преди 7 години |
BastiaanOlij
|
0f773c2d72
Update bindings to use new Api extensions and rename Rect3->AABB
|
преди 7 години |
Bastiaan Olij
|
6452ba6e88
Implemented using api struct
|
преди 7 години |
Ramesh Ravone
|
10bb24cfbc
updated bindings
|
преди 8 години |
Ramesh Ravone
|
286d2aff03
Fix `_arg_cast`
|
преди 8 години |
Sergey Kurson
|
3acd3f8991
Replaced 'char *' with 'const char *' for consistency with C API
|
преди 8 години |
Karroffel
|
c27af379b8
updated to use the new NativeScript and GDNative interface
|
преди 8 години |
Karroffel
|
ee4ac30b40
template magic
|
преди 8 години |
Ramesh Ravone
|
36561b5853
String operator_plus fix
|
преди 8 години |
Karroffel
|
a3bcda958e
implement registering const methods
|
преди 8 години |