godot/main
George Marques 8a8dbd76b1
Add GDNative JSON generator for the builtin API
Which can be used by language bindings to generate code statically. This
is generated as a different file from the class API because it has
different requirements (the builtin types have constructors and don't
have signals), so bindings can better make use of each JSON file without
extra parsing.

This also cleans up a bit the old API generator, mainly initializing
structs and renaming "instanciable" to the more correct "instantiable".

The argument description in help text was updated to better reflect how
it should be used. The <path> argument is mandatory.
2021-01-29 11:40:37 -03:00
..
app_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
main.cpp Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
main.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
main_builders.py Remove unused Python imports. 2020-09-10 11:38:52 +01:00
main_timer_sync.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
main_timer_sync.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
performance.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
performance.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Fix new black style check failures in various files. 2020-08-21 16:51:30 +01:00
splash.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
splash_editor.png Update AUTHORS and DONORS list 2020-10-28 14:06:22 +01:00