summaryrefslogtreecommitdiffstats
path: root/src/godot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change registered initializers / terminators to the single function with leve...bruvzg2022-05-041-48/+15
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Reorder native extension initialization stepsGilles Roudière2022-02-281-8/+8
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-11/+0
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-68/+32
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-4/+106
* Set initialization level to COREGeorge Marques2021-09-271-0/+1
* Define the {de,}initialization functions in the bindingsGeorge Marques2021-09-271-0/+11
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+82