summaryrefslogtreecommitdiffstats
path: root/core/extension
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-093-4/+4
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-303-24/+17
* [GDExtension] Implement missing Dictionary index operators.bruvzg2021-11-222-0/+22
* Fix array access in gdextensionsBastiaan Olij2021-11-171-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-3/+3
* Add typedef to GDNativeInstanceBindingCallbacksColin Kinloch2021-10-071-2/+2
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-053-3/+5
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-153-3/+5
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-0/+17
* | Use range iterators for `Map`Lightning_A2021-09-302-9/+9
* | [ClassDB] Unify construct/extension retrieval.Fabio Alessandrelli2021-09-222-16/+9
* | [Core] Add ClassDB functions to retrieve/construct extensions.Fabio Alessandrelli2021-09-222-0/+17
* | Merge pull request #52739 from BastiaanOlij/gdextension_array_indexRémi Verschelde2021-09-162-0/+18
|\ \
| * | Add GD extensions operator functions for arraysBastiaan Olij2021-09-162-0/+18
* | | Add property group and subgroup registration to extensionsBastiaan Olij2021-09-164-0/+27
|/ /
* / Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-132-0/+3
|/
* Add functions for access members by index on packed array objectsBastiaan Olij2021-09-022-0/+162
* Merge pull request #51928 from reduz/extension-loaderJuan Linietsky2021-08-264-0/+26
|\
| * Implement Extension Loaderreduz2021-08-204-0/+26
* | Implement NativeExtension pointer argumentsreduz2021-08-231-0/+21
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+1
|/
* Properly set up virtual calls for extensionsGeorge Marques2021-08-171-0/+1
* A few fixes in the extension C APIGeorge Marques2021-08-173-4/+22
* Initialize call error struct when calling extensionsGeorge Marques2021-08-171-2/+2
* Refactors the memnew_placement.AndreaCatania2021-08-131-13/+11
* Rename GDNative call error enum values to use GDNATIVE prefixGeorge Marques2021-08-091-6/+6
* Improve extension systemGeorge Marques2021-08-055-23/+206
* Improve extension API dumpGeorge Marques2021-08-051-50/+95
* Change Variant bool conversion to uint8_tGeorge Marques2021-07-271-1/+1
* Fix dead code in `gdnative_interface.cpp`Nicholas Huelin2021-07-251-1/+2
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-252-13/+13
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-13/+13
* | Fix various typos with codespellluz paz2021-07-251-5/+5
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-49/+43
* Redo how instance bindings workreduz2021-07-082-0/+17
* Implement native extension systemreduz2021-06-259-0/+2678