Age | Commit message (Collapse) | Author |
|
|
|
|
|
So as to not revive #10071, as suggested by @akien-mga.
|
|
fixes #10071. The problem is that the json.h file includes the
local variant.h instead of the "absolute" core/variant.h
|
|
The old include paths caused some problems on some compilers, for
example including "string.h" was ambiguous.
|
|
This adds GDNative as a separate class type.
It can be used to interface with native libraries by
using "native calls", which can be registered by modules
(and in future other GDNative libraries?).
It also reworks the currently called "GDNativeScript" into a
"NativeScript" that just makes use of the new GDNative instead
of it being the component that implements that functionality.
|