summaryrefslogtreecommitdiff
path: root/core/extension
AgeCommit message (Expand)Author
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-28Reorder native extension types initialization, initializing editor lastGilles Roudière
2022-02-22Merge pull request #58331 from poiati/fix-extension-registration-order-2Rémi Verschelde
2022-02-20Fix extension registration order.Paulo Poiati
2022-02-20Resolving suggestions on comment formatting.Anish Bhobe
2022-02-20Fixing iteration for extension level loading.Anish Bhobe
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-30Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière
2021-11-22[GDExtension] Implement missing Dictionary index operators.bruvzg
2021-11-17Fix array access in gdextensionsBastiaan Olij
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-07Add typedef to GDNativeInstanceBindingCallbacksColin Kinloch
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-22[ClassDB] Unify construct/extension retrieval.Fabio Alessandrelli
2021-09-22[Core] Add ClassDB functions to retrieve/construct extensions.Fabio Alessandrelli
2021-09-16Merge pull request #52739 from BastiaanOlij/gdextension_array_indexRémi Verschelde
2021-09-16Add GD extensions operator functions for arraysBastiaan Olij
2021-09-16Add property group and subgroup registration to extensionsBastiaan Olij
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-13Add driver types to GD extension initialisation levelsBastiaan Olij
2021-09-02Add functions for access members by index on packed array objectsBastiaan Olij
2021-08-26Merge pull request #51928 from reduz/extension-loaderJuan Linietsky
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-20Implement Extension Loaderreduz
2021-08-17Properly set up virtual calls for extensionsGeorge Marques
2021-08-17A few fixes in the extension C APIGeorge Marques
2021-08-17Initialize call error struct when calling extensionsGeorge Marques
2021-08-13Refactors the memnew_placement.AndreaCatania
2021-08-09Rename GDNative call error enum values to use GDNATIVE prefixGeorge Marques
2021-08-05Improve extension systemGeorge Marques
2021-08-05Improve extension API dumpGeorge Marques
2021-07-27Change Variant bool conversion to uint8_tGeorge Marques
2021-07-25Fix dead code in `gdnative_interface.cpp`Nicholas Huelin
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-08Redo how instance bindings workreduz
2021-06-25Implement native extension systemreduz