summaryrefslogtreecommitdiffstats
path: root/core/extension/native_extension.h
Commit message (Expand)AuthorAgeFilesLines
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-104/+0
* Merge pull request #67906 from groud/simpler_gdextension_configRémi Verschelde2022-12-061-0/+4
|\
| * Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière2022-12-011-0/+4
* | Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-021-9/+9
|/
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-8/+8
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Changed bool to GdNativeBoolbasta2022-07-161-1/+1
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-041-5/+4
|\
| * Refactor module initializationreduz2022-05-041-5/+4
* | Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-031-1/+1
|\ \ | |/ |/|
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-0/+2
|/
* Reorder native extension types initialization, initializing editor lastGilles Roudière2022-02-281-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+1
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+1
* | Add property group and subgroup registration to extensionsBastiaan Olij2021-09-161-0/+2
* | Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-131-0/+1
|/
* Implement Extension Loaderreduz2021-08-201-0/+2
* A few fixes in the extension C APIGeorge Marques2021-08-171-1/+1
* Improve extension systemGeorge Marques2021-08-051-2/+2
* Implement native extension systemreduz2021-06-251-0/+94