summaryrefslogtreecommitdiffstats
path: root/core/variant/binder_common.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing CallableCustomMethodPointer for const methodsrune-scape2024-09-231-2/+2
* binder_common: Fix uninitialized marshallingSai Nane2024-08-091-2/+2
* Redefine GetSimpleTypeT<> in terms of <type_traits>Pedro J. Estébanez2024-04-241-8/+8
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-71/+71
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-4/+4
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+1
* Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-28/+28
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-42/+86
* Use BitField<> in core type masksJuan Linietsky2023-01-081-4/+35
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Move EulerOrder enum to math_defs.h and global scopeAaron Franke2022-11-021-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* Implement a BitField hintreduz2022-07-051-0/+23
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-0/+4
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+3
* Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-22/+28
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-021-0/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Refactored Node3D rotation modesreduz2021-10-251-0/+1
* Enable method type information on release buildsGeorge Marques2021-10-071-11/+3
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+3
* [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-0/+1
* [Core] Make enum variant cast and encoding 64 bitsFabio Alessandrelli2021-07-271-3/+3
* Implement native extension systemreduz2021-06-251-0/+2
* Move many input enums to their own fileAaron Franke2021-06-201-0/+7
* Raise error if Resource is of wrong type as function argumentFlorian Kothmeier2021-04-271-0/+12
* Add marshalling to PackedByteArrayreduz2021-04-101-0/+66
* Add static method support to core Variant typesreduz2021-03-161-0/+164
* Bind ClockDirection enumGeorge Marques2021-02-231-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-25/+1
* Refactor variant built-in methods yet again.reduz2020-11-111-0/+33
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+657