summaryrefslogtreecommitdiff
path: root/core/object/make_virtuals.py
AgeCommit message (Expand)Author
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-02Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond
2022-11-08Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond
2022-09-28Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...bruvzg
2022-03-31Fix typos with codespellRémi Verschelde
2022-03-15Create GDExtension clases for PhysicsServer3Dreduz
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-03[GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg
2021-11-30Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-17Properly set up virtual calls for extensionsGeorge Marques
2021-06-25Implement native extension systemreduz