summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/godot.hpp
Commit message (Expand)AuthorAgeFilesLines
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-3/+3
* Basic static analysis fixesAndy Maloney2022-11-181-1/+1
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3
* Change registered initializers / terminators to the single function with leve...bruvzg2022-05-041-13/+14
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Reorder native extension initialization stepsGilles Roudière2022-02-281-2/+2
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-3/+0
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
* Fix some clang format thingsBastiaan Olij2021-09-271-1/+1
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-9/+5
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-0/+35
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+58