summaryrefslogtreecommitdiffstats
path: root/core/extension
Commit message (Expand)AuthorAgeFilesLines
* [GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg2022-06-062-0/+14
* Replace most uses of Map by HashMapreduz2022-05-164-5/+5
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+1
* Merge pull request #55876 from bradc6/feature/AllowForAbsoluteLibraryPathsRémi Verschelde2022-05-101-1/+1
|\
| * If a gdextension library filepath is an absolute path do not attempt to appen...Bradley Clemetson2021-12-231-1/+1
* | Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNat...Rémi Verschelde2022-05-081-2/+0
|\ \
| * | Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnati...Emmanuel Leblond2022-05-081-2/+0
* | | Fix extension_api.json builtin_class_member_offsets member names for ColorEmmanuel Leblond2022-05-081-4/+4
|/ /
* | [GDExtension] Fix static method binds and default arguments.bruvzg2022-05-061-2/+13
* | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-043-7/+4
|\ \
| * | Refactor module initializationreduz2022-05-043-7/+4
* | | Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-032-6/+6
|\ \ \ | |/ / |/| |
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-6/+6
* | | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-294-1/+15
|/ /
* | Fix more issues found by cppcheck.bruvzg2022-04-201-7/+9
* | Merge pull request #60093 from TokageItLab/reset-blendRémi Verschelde2022-04-132-0/+9
|\ \
| * | Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew2022-04-102-0/+9
* | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-4/+3
|/ /
* | Fix some issues found by cppcheck.bruvzg2022-04-061-8/+8
* | Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde2022-03-284-0/+199
|\ \
| * | Add GDExtension support to Scriptreduz2022-03-274-0/+199
* | | GDExtension: change to_string signature to accept GDNativeStringPtr instead o...Jan Haller2022-03-271-1/+1
|/ /
* | Add static method support to ClassDBreduz2022-03-221-0/+2
* | Create GDExtension clases for PhysicsServer3Dreduz2022-03-153-18/+15
* | Discern between virtual and abstract class bindingsreduz2022-03-102-0/+3
* | Remove VARIANT_ARG* macrosreduz2022-03-091-2/+2
* | Reorder native extension types initialization, initializing editor lastGilles Roudière2022-02-283-2/+3
* | Merge pull request #58331 from poiati/fix-extension-registration-order-2Rémi Verschelde2022-02-221-1/+2
|\ \
| * | Fix extension registration order.Paulo Poiati2022-02-201-1/+2
* | | Resolving suggestions on comment formatting.Anish Bhobe2022-02-201-4/+4
* | | Fixing iteration for extension level loading.Anish Bhobe2022-02-201-4/+4
|/ /
* | 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
|\