summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include/gdnative_api_struct.h
Commit message (Collapse)AuthorAgeFilesLines
* [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-031-723/+0
|
* Allow booleanization of all typesHein-Pieter van Braam2017-09-191-1/+1
| | | | | | | | | | | | | We now allow booleanization of all types. This means that empty versions of all types now evaluate to false. So a Vector2(0,0), Dictionary(), etc. This allows you to write GDScript like: if not Dictionary(): print("Empty dict") Booleanization can now also no longer fail. There is no more valid flag, this changes Variant and GDNative API.
* [GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel Leblond2017-09-171-664/+676
|
* [GDnative] create godot_gdnative_api_struct and pass it to ↵Emmanuel Leblond2017-09-171-0/+711
godot_gdnative_init_options