summaryrefslogtreecommitdiff
path: root/core/extension
AgeCommit message (Expand)Author
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-23Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent...Rémi Verschelde
2022-08-22Ignore fake properties in classes when generating extension_api.jsonEmmanuel Leblond
2022-08-21Add missing Projection's members offsets to gdextension_api.jsonEmmanuel Leblond
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-08-08Print expected `os.arch` tuple for current platform in GDExtension errorHugo Locurcio
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-16Changed bool to GdNativeBoolbasta
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-12Remove unused hintskobewi
2022-07-05Implement a BitField hintreduz
2022-06-29GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-06-23Add core types enums description to extension api jsonPierre-Thomas Meisels
2022-06-19GDExtension: print error messages for different error paths during loadingJan Haller
2022-06-17Make enum/constant binds 64-bit.bruvzg
2022-06-12Fix NativeExtension::open_library return value when the undelying lib fails t...Emmanuel Leblond
2022-06-06[GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-05-10Merge pull request #55876 from bradc6/feature/AllowForAbsoluteLibraryPathsRémi Verschelde
2022-05-08Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNat...Rémi Verschelde
2022-05-08Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnati...Emmanuel Leblond
2022-05-08Fix extension_api.json builtin_class_member_offsets member names for ColorEmmanuel Leblond
2022-05-06[GDExtension] Fix static method binds and default arguments.bruvzg
2022-05-04Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-05-03Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-13Merge pull request #60093 from TokageItLab/reset-blendRémi Verschelde
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-10Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-28Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde
2022-03-27GDExtension: change to_string signature to accept GDNativeStringPtr instead o...Jan Haller
2022-03-27Add GDExtension support to Scriptreduz
2022-03-22Add static method support to ClassDBreduz
2022-03-15Create GDExtension clases for PhysicsServer3Dreduz
2022-03-10Discern between virtual and abstract class bindingsreduz
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-23If a gdextension library filepath is an absolute path do not attempt to appen...Bradley Clemetson