summaryrefslogtreecommitdiffstats
path: root/src/godot.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-4/+106
| | | | | Now it needs a callback for each level so custom logic (like loading singletons) can be performed.
* Set initialization level to COREGeorge Marques2021-09-271-0/+1
| | | | | This should eventually be configurable with user callbacks, but for now assume the lowest level to ensure the initialization is called.
* Define the {de,}initialization functions in the bindingsGeorge Marques2021-09-271-0/+11
| | | | | The extension creators then don't need to create those just to redirect to the bindings.
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+82