Files
godot-cpp/include/core
karroffel e9517a7b3b implemented instance binding data usage
This commit changes the way C++ wrapper classes work.
Previously, wrapper classes were merely wrapper *interfaces*.
They used the `this` pointer to store the actual foreign Godot
Object.

With the NativeScript 1.1 extension it is now possible to have
low-overhead language binding data attached to Objects.

The C++ bindings use that feature to implement *proper* wrappers
and enable regular C++ inheritance usage that way.

Some things might still be buggy and untested, but the C++
SimpleDemo works with those changes.
2018-07-25 14:06:08 +02:00
..
2018-02-23 16:08:36 +03:00
2018-01-23 00:24:23 +01:00
2017-10-03 16:07:34 +05:30
2018-03-02 19:04:57 +01:00
2018-01-23 00:24:23 +01:00
2018-02-23 16:08:36 +03:00
2018-02-24 11:13:22 +03:00
2018-01-25 01:10:55 +01:00
2018-05-15 22:24:53 +02:00
2018-02-23 14:39:35 +03:00
2017-10-03 16:07:34 +05:30