summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add Array:make macroBastiaan Olij2021-11-021-0/+50
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-289-136/+136
* Merge pull request #631 from Faless/ext/ref_casting_2Rémi Verschelde2021-09-281-0/+43
|\
| * Add Ref<T> binding support.Fabio Alessandrelli2021-09-281-0/+43
* | Add pointers support for virtual methods.Fabio Alessandrelli2021-09-271-0/+41
|/
* Fully register class on register_class callBastiaan Olij2021-09-271-14/+36
* Implement Ref copy constructorBastiaan Olij2021-09-271-20/+39
* Fix encoding/decoding of null objects.Fabio Alessandrelli2021-09-271-2/+2
* Fix binding of function that takes Object * parameters.Fabio Alessandrelli2021-09-271-2/+2
* Fix creation (and godot-side deletion) of extended objects.Fabio Alessandrelli2021-09-271-9/+12
* Fix PtrToArg encoding for `Object *`.Fabio Alessandrelli2021-09-271-2/+2
* Fix some clang format thingsBastiaan Olij2021-09-271-1/+1
* Change constructor/destructor management of extension classesGeorge Marques2021-09-274-114/+175
* Add support for property groupsBastiaan Olij2021-09-272-0/+4
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-9/+5
* Change initialization to allow custom level callbacksGeorge Marques2021-09-272-3/+42
* Fix formatting of filesGeorge Marques2021-09-2715-4/+452
* Fix calling of native functions that return object typesGeorge Marques2021-09-271-2/+2
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-2716-0/+3845
* Silence delete compile warning in memory.h/cpp on WindowsBastiaan Olij2021-09-271-0/+8
* Auto-bind virtual method overridesGeorge Marques2021-09-274-9/+15
* Fix issues with method callsGeorge Marques2021-09-273-11/+55
* Replace bindgins to work with extensionsGeorge Marques2021-09-2740-5301/+3267
* Fixup style after #563Rémi Verschelde2021-09-271-1/+0
* Merge pull request #563 from LinwoodCloud/masterRémi Verschelde2021-09-272-1/+2
|\
| * Stop including iostream in Variant.hpp (to produce smaller binaries)kb10002021-05-232-1/+2
* | Merge pull request #588 from aaronfranke/signal-no-argRémi Verschelde2021-09-271-1/+12
|\ \
| * | Add ability to easily register signals with no argumentsAaron Franke2021-07-101-1/+12
* | | Merge pull request #601 from colugomusic/fix-string-args-constnessRémi Verschelde2021-09-271-2/+2
|\ \ \
| * | | Fix argument constness in String::begins_with, String::ends_withColugo2021-08-221-2/+2
* | | | Merge pull request #595 from Calinou/add-license-headersRémi Verschelde2021-09-2727-0/+810
|\ \ \ \
| * | | | Add license headers to all source and header filesHugo Locurcio2021-08-0227-0/+810
| |/ / /
* / / / Remove extraneous Error enum values that were removed in Godot 3.0Hugo Locurcio2021-08-021-2/+0
|/ / /
* / / Fix typo in CRASH_COND leading to unexpected continuation after failMai Lavelle2021-08-011-1/+1
|/ /
* | Merge pull request #567 from DhruvMaroo/stringMarc2021-06-011-0/+2
|\ \
| * | edited according to clang-formatDhruvMaroo2021-06-011-2/+2
| * | removed _deleted class memberDhruvMaroo2021-05-311-1/+0
| * | added class member, safety check in the destructorDhruvMaroo2021-05-311-0/+1
| * | changed spaces to tabsDhruvMaroo2021-05-301-1/+1
| * | added move assignment operatorDhruvMaroo2021-05-301-0/+1
| * | added mover constructorDhruvMaroo2021-05-301-0/+1
| |/
* | changed spaces to tabsDhruvMaroo2021-05-301-6/+6
* | Revert "Revert "added inverse trigonometric functions in Math.hpp""DhruvMaroo2021-05-301-0/+21
* | Revert "added inverse trigonometric functions in Math.hpp"DhruvMaroo2021-05-301-21/+0
* | added inverse trigonometric functions in Math.hppDhruvMaroo2021-05-301-0/+21
|/
* Update clang-format to version 11George Marques2021-02-2811-39/+0
* Re-added clang-format checks to the CIMarc Gilleron2021-02-032-5/+2
* Removed the redundant functions in CameraMatrix.hppHrishikesh2021-02-031-6/+0
* Removed redundant function definitions in CameraMatrix and used the ones in M...Hrishikesh2021-02-031-1/+2
* Revert comment, this raised another warning, and I could not find a pattern t...Marc Gilleron2021-01-311-2/+5