summaryrefslogtreecommitdiffstats
path: root/core/extension
Commit message (Expand)AuthorAgeFilesLines
* Move some methods to Animation from Variant for refactoringSilc Renew2022-09-152-27/+0
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent...Rémi Verschelde2022-08-231-1/+6
|\
| * Add missing Projection's members offsets to gdextension_api.jsonEmmanuel Leblond2022-08-211-1/+6
* | Ignore fake properties in classes when generating extension_api.jsonEmmanuel Leblond2022-08-221-1/+8
|/
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-182-0/+12
* Print expected `os.arch` tuple for current platform in GDExtension errorHugo Locurcio2022-08-081-3/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-254-6/+6
* Implement Vector4, Vector4i, Projectionreduz2022-07-233-0/+29
* Changed bool to GdNativeBoolbasta2022-07-163-3/+3
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-154-5/+8
* Remove unused hintskobewi2022-07-121-7/+4
* Implement a BitField hintreduz2022-07-051-1/+2
* GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller2022-06-291-23/+5
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-1/+1
* Add core types enums description to extension api jsonPierre-Thomas Meisels2022-06-231-0/+32
* GDExtension: print error messages for different error paths during loadingJan Haller2022-06-191-0/+7
* Make enum/constant binds 64-bit.bruvzg2022-06-171-5/+5
* Fix NativeExtension::open_library return value when the undelying lib fails t...Emmanuel Leblond2022-06-121-3/+6
* [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
|/ /