This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a2fd89bbe20d95bffe57c331bd43aff947c55d5e
godot
/
modules
/
gdnative
History
Karroffel
de18b8ee96
[GDNative] added GDN_EXPORT macro for libraries
...
Up until now there only was GDAPI which was used for the procedures Godot exposes.
2017-06-18 01:16:10 +02:00
..
godot
renamed all Rect3.pos to Rect3.position
2017-06-09 15:54:02 +02:00
api_generator.cpp
[GDNative] C API and generator fixes
2017-04-11 01:45:58 +02:00
api_generator.h
…
config.py
Finish implementation of GDnative builtins bindings
2017-05-19 23:28:15 +02:00
gdnative.cpp
[GDNative] corrected typo for Mac library ext.
2017-06-16 15:48:05 +02:00
gdnative.h
Finish implementation of GDnative builtins bindings
2017-05-19 23:28:15 +02:00
godot.cpp
Finish implementation of GDnative builtins bindings
2017-05-19 23:28:15 +02:00
godot.h
[GDNative] added GDN_EXPORT macro for libraries
2017-06-18 01:16:10 +02:00
register_types.cpp
…
register_types.h
…
SCsub
…